- 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
Under that line add this line
And save the file.
Now you can change the name of your server!
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');
PHP:
doquery("UPDATE {{table}} SET `config_value` = '". $game_config['game_name'] ."' WHERE `config_name` = 'game_name';", 'config');
Now you can change the name of your server!