Download link's down?
Help in client :c
Originally Posted by Alexsander Lima Help in client :c You need to add the following to your users table name - acc_pornbanned type - enum vaues - 0,1 You do that in either navicat or phpmyadmin
Originally Posted by R3ap3r You need to add the following to your users table name - acc_pornbanned type - enum vaues - 0,1 You do that in either navicat or phpmyadmin thus ? ALTER TABLE `users` ADD `acc_pornbanned ` enum('0','1') NOT NULL
Originally Posted by Alexsander Lima thus ? ALTER TABLE `users` ADD `acc_pornbanned ` enum('0','1') NOT NULL yes that will fix the issue
Originally Posted by R3ap3r yes that will fix the issue Thank you! pin ? ;O
Originally Posted by Alexsander Lima Thank you! pin ? ;O Open pincode.php it tells you the current pin and allows you to change it
I no have it in swf.
I get white blank screen? how do i fix it? someone help
Originally Posted by Alexsander Lima I no have it in swf. Just use the same link as your normal texts, and regarding your pincode this is in lightcms.php or pincode.php depending on which revision of Illumina you are using.
Whats the different on this and lightcms? I don't get it?
Originally Posted by zMagenta Mirrors: http://rapidshare.com/files/12356491...mina%20CMS.rar https://lh.rs/p8DW0Wr79xaj P.S - If anyone get's an error on the staff page, with unknown column position, run this SQL query; Code: ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL Also, anyone got the 'acc_pornbanned' error? I don't know whether this is the right code, but it worked for me. Code: ALTER TABLE `users` ADD `acc_pornbanned` TEXT NOT NULL Where do I put those codes? sorry I am noob D:
ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL
ALTER TABLE `users` ADD `acc_pornbanned` TEXT NOT NULL
Originally Posted by SuperBored Where do I put those codes? sorry I am noob D: Run them in the database. Code: ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL Code: ALTER TABLE `users` ADD `acc_pornbanned` TEXT NOT NULL
Originally Posted by Whale Run them in the database. Code: ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL Code: ALTER TABLE `users` ADD `acc_pornbanned` TEXT NOT NULL Under " SQL " hahaha.
How do I go about removing thehabbos voting api?