Quote:
Originally posted by hypedave
how and where in the online.php did you change that, because I hace searched my online.php and the store hack is no where in there. also the install instructions do not refer to the online.php
thanks,
|
Go to your online.php file and find this line of code (around line 267):
Code:
$userinfo[where] = "<b>Unknown Location:</b>
<a href=\"$userinfo[location]\">$userinfo[location]</a>";
change it to:
Code:
$userinfo[where] = "<b>Unknown Location</b>";
Hope this helps.