Link, I follow your instruction, I replace second one..
PHP Code:
if($user_name != Guest){
if($userclass==""){
$warning="Warning: You have not chosen a class, your stats are all set to 0!";
}
to
PHP Code:
if($user_name != Guest && $room != 'lobby' && $room != 'yes'){
if($userclass==""){
$warning="Warning: You have not chosen a class, your stats are all set to 0!";
}
Then I go to
http://www.xxxxxxxxxxx.com/forum/rpg and it still roll out same error:
Code:
Database error in Character battle system: Invalid SQL: select me from yes where id='1'
mysql error: Table 'xxxxx.yes' doesn't exist
mysql error number: 1146
Date: 01.11.2002 @ 17:02
Script: /forum/rpg/
Referer:
There seems to be some technical problems with the database at this moment.
Please use the reload-button of your browser to try again.
If these problems continue, please contact the Admin of this Forum.
:ermm: :ermm: :ermm: