Quote:
Originally posted by Link14716
And in index.php (root/UBS):
Find:
Code:
if($user_name != Guest && $room != 'lobby'){
REPLACE WITH:
Code:
if($user_name != Guest && $room != 'lobby' && $room != 'yes'){
|
Thats one I couldnt find any in rpg/index.php =\
There are only two like that in index.php are..
PHP Code:
if($user_name != Guest){
Nothing after that such as yours above..
But as for header.php I m done edit and change.