View Single Post
  #6  
Old 08-25-2005, 06:43 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default hmm

Quote:
Originally Posted by Magoth78
Change this line :

Code:
$output = str_replace($user">", "", $output);
to
Code:
$output = str_replace("your_user>", "", $output);
You just have to edit "your_user".


Mag
$output = str_replace("your_user>", "", $output);

when I take out this line I get a return...

sdabbs65> Tailwind Kash Godenex Ydradi 4 players



when it's placed back in I get a empty screen...
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote