• 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 System Problem

127.0.0.1/phpmyadmin
log in with details.

Click on your Database on the left handside. Eg Server datatbase or whatever you called it.
Click the SQL tab at the top
Copy this code into the big open box.

Code:
ALTER TABLE `accounts` ADD
`vipdays` int(11) NOT NULL DEFAULT 0;

hit Go at the bottom right.
 
@up
You don't read?
He use SQLite studio , system VIP don't works in SQLite , need use MYSQL for added table in your database but in phpmyadmin.
 
@up
You don't read?
He use SQLite studio , system VIP don't works in SQLite , need use MYSQL for added table in your database but in phpmyadmin.

i tried using it, but it keeps saying cannot connect to database, i but the name of the database and "mysql" but it doesnt work...and im using 9.70
 
Next to Browse & Search you see Execute SQL, click on that and paste it there, then click Run SQL, you don't need MySQL for this.
 
Next to Browse & Search you see Execute SQL, click on that and paste it there, then click Run SQL, you don't need MySQL for this.

i dont see it ;3 but this is my problem

cntRWBw.png


when i try to use "mysql" and i got the right database name.
 
Back
Top