[FIX]Game name in admin menu.

Status
Not open for further replies.
Skilled Illusionist
Joined
Oct 28, 2008
Messages
379
Reaction score
47
Xnova has a little bug in the admin menu. You can't really give it another name. (bug?)
Anyway here is how to fix it.
Go to the admin folder.
Open the file settings.php and search for this line
PHP:
			doquery("UPDATE {{table}} SET `config_value` = '". $game_config['ForumBannerFrame']        ."' WHERE `config_name` = 'ForumBannerFrame';", 'config');
Under that line add this line
PHP:
doquery("UPDATE {{table}} SET `config_value` = '". $game_config['game_name']               ."' WHERE `config_name` = 'game_name';", 'config');
And save the file.
Now you can change the name of your server!
 
how do you get admin?

I installed server but how can I get admin rights?

Is there any guide on how to edit settings like server, speed ?
 
Status
Not open for further replies.
Back