- Joined
- Apr 28, 2008
- Messages
- 39
- Reaction score
- 0
nice cms i might use this 
Better than using forums for a homepage.nice cms i might use this![]()
Lmao. If you take a look, most of the sites for MapleStory private servers did that. You "noob".And there is no need to be a complete asshole.
anyone can help me ?
how come when i reg , they will said
" banreason has no default value " ?
any help pls ?
ALTER TABLE `accounts` MODIFY COLUMN `banreason` TEXT NULL DEFAULT NULL;
ALTER TABLE `accounts` MODIFY COLUMN `macs` TINYTEXT NULL DEFAULT NULL;
Yea but he's SELLING the images included in the CMS. Riley, I'm proving you wrong like crazy today ;D
Edit: I'm also going to use this CMS and I WILL remove the Copyright. Why? Because I can and it's free, and you obviously have no idea what open source means.
And you probably CAN press charges, question is, WILL you?
Execute,
PHP:ALTER TABLE `accounts` MODIFY COLUMN `banreason` TEXT NULL DEFAULT NULL;
and
PHP:ALTER TABLE `accounts` MODIFY COLUMN `macs` TINYTEXT NULL DEFAULT NULL;
Use the function mysql_real_escape_string() whenever you are going to use a post variable to retrieve something in the mysql db like:
$username = mysql_real_escape_string($_POST['username']);
mysql_query("SELECT * FROM accounts WHERE name = '$username'");
Would be protected from sql injections.
Oh i used it for some newer functions but forgot the old things i think.
Well will be patched on v2.