Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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