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

Linux VIP Bugg

LuckyM

Ett är Ett
Joined
Jun 13, 2009
Messages
1,427
Solutions
1
Reaction score
186
Location
Sweden
Hello OTlanders,

everytime someone log into the server the text comming up :/,


mysql_real_query(): SELECT `vip_time` FROM `accounts` WHERE `name` = '5640375'; - MYSQL ERROR: Unknown column 'vip_time' in 'field list' (1054)



Rep++ :)
 
Mock's VIP System?
Execute @ phpmyadmin
SQL:
ALTER TABLE `accounts` ADD `vip_time` INT( 15 ) NOT NULL;
 
Back
Top