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

Sql help Players begin with 3 days vip!!

valivan601

New Member
Joined
Apr 13, 2011
Messages
365
Reaction score
1
hello i use this command to set a 3 days vip for new players but i have one problem the vip days of all players still 3 anyone know the problem?

thx

ALTER TABLE `accounts` MODIFY `vip_time` int(11) NOT NULL DEFAULT 3;
 
in config.php (if use gesior) there is a "newplayer_premdays". write how many vip days u want and use this SQL command "UPDATE accounts SET premdays = 1000;" or how many prem days you want :)
 
Back
Top