[Release] OriginalMS CMS

Status
Not open for further replies.
Lmao. If you take a look, most of the sites for MapleStory private servers did that. You "noob". :P And there is no need to be a complete asshole.

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?
 
anyone can help me ?
how come when i reg , they will said
" banreason has no default value " ?
any help pls ?

Execute,

PHP:
ALTER TABLE `accounts` MODIFY COLUMN `banreason` TEXT NULL DEFAULT NULL;

and

PHP:
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?

I will. Get ready for tha police. Btw: I live in germany, see you in court here.
 
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.
 
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.
 
Status
Not open for further replies.
Back