• 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!

Vip Status On Gesior Acc

go in you website directory and find config .. when u open the config.php
and near line 90
search for this line
PHP:
$config['site']['show_vip_status'] = 1;// show vip status, 1 = yes, 0 = no
$config['site']['show_vip_storage'] = 55555;// the storage of vip

55555 = my vip storage ..
find you vip storage and put

PHP:
$config['site']['show_vip_storage'] = YOUSTORAGEVALUEHERE;// the storage of vip
 
Back
Top