• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Gesior acc

Maniacmap

New Member
Joined
Oct 27, 2010
Messages
163
Reaction score
3
Location
Thais
Hello

How to remove all this server names in Gesior create account

capturejc.jpg
 
Open ./xampp/htdocs/config/config.php and change:
PHP:
$config['site']['worlds'] = array(0 => 'Server Name', 1 => 'Server Name 1', 2 => 'Server Name 2');
to:
PHP:
$config['site']['worlds'] = array(0 => 'Name of your server');
 
Back
Top