• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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!
 
Newbie Spellweaver
Joined
Aug 18, 2005
Messages
41
Reaction score
0
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
Top