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

Solved Disable Premium Free

Manimecker

New Member
Joined
May 6, 2010
Messages
52
Reaction score
0
When I create a new account, it always get free premium, even if I have freePremium = false, it always get 999 days premium left, How to disable this?

Using: TFS 0.3.6 in Geisor 0.3.6 ACC on MySQL.
 
Last edited:
Enter in folder Xampp/Htdocs/config and open Config.php
Now search this:
$config['site']['newaccount_premdays'] = 999; // how many days receive new account
And edit to this:
$config['site']['newaccount_premdays'] = 0; // how many days receive new account

If i helped rep my :)
 
Back
Top