prefix error?
prefix error?
No, my phpretro sucks with ISS :)
---------- Post added at 12:17 PM ---------- Previous post was at 12:14 PM ----------
i''ve that problem also
put strict mode sql off and its fixed!
like me if it works ! :)
---------- Post added at 12:19 PM ---------- Previous post was at 12:17 PM ----------
no, put strict mode off will fix the problem
btw localhost works perfect for me?
Thanks for the comments guys, Add a Housekeeping yourself it it means so much. The uber is ugly.
Awesome CMS!
Goodwork Sean<3
Thanks Salah!
Nice cms. Soon ff try.
Thanks Nilenz! :D
Im Using Thisss Its The Best Uber Cms Iv Seen ! :D
First time i use this and guess what HACKED ....
Provide more information and maybe you could actually help?? ;s
Perfect release, I was going to kick myself in the ass to attempt to do this, but you beat me to it :P. Is there any easy way to make it so that the code isn't all clumped up and to make it seperated again so it's easier to read?
Excellent Release!
Use the default uberdb ranks table or the current SQL ill post below.
Code:DROP TABLE IF EXISTS `ranks`; CREATE TABLE `ranks` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `prefix` text NOT NULL, `suffix` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ranks -- ---------------------------- INSERT INTO `ranks` VALUES ('1', 'User', '', ''); INSERT INTO `ranks` VALUES ('2', 'VIP', '<b>', '</b>'); INSERT INTO `ranks` VALUES ('3', 'Trial Moderator', '<span style=\"color: #04B404;\">', '</span>'); INSERT INTO `ranks` VALUES ('4', 'Moderator', '<b style=\"color: #04B404;\">', '</b>'); INSERT INTO `ranks` VALUES ('5', 'Senior Moderator', '<b style=\"color: #04B404;\">', '</b>'); INSERT INTO `ranks` VALUES ('6', 'Administrator', '<b style=\"color: darkred;\">', '</b>'); INSERT INTO `ranks` VALUES ('7', 'Senior Administrator', '<b style=\"color: darkred;\">', '</b>');