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...