-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Jonty, your a faggot an all but I agree with you, Tr0ll is talkibg a load of bs because he cant so this himself.
Posted via Mobile Device
---------- Post added at 03:25 AM ---------- Previous post was at 03:25 AM ----------
Talking*
Posted via Mobile Device
Posted via Mobile Device
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
For the community to use... So then you can exploit them? That ain't nice.
You should take away all the exploits and upload it.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
There are no exploits, that's what i've been saying the whole time. I've warned them in the first post to remove 3-4 lines of code as I really do not have the time to download it, take 3 lines of code out and reupload it. In between fighting with these fuckwits i've been coding a new cms so can you just leave me be? There is a warning in big text for a reason.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
dude are you fking jbs little brother hes putting his faggotness up guys dicks and your fking shoving exploits up ours ,thats not nice man
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Quote:
Originally Posted by
OneEye
dude are you fking jbs little brother hes putting his faggotness up guys dicks and your fking shoving exploits up ours ,thats not nice man
Original, i'll give you that however you can't spell or use punctuation for shit so i'll just ignore that statement. You're all being immature. I have not done anything wrong here, you're either just trying to start a flame war or your just posthunting.
Go release your own hard work, and then listen to idiots criticize it for things it doesn't even have eg. exploits.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Posted via Mobile Device
---------- Post added at 03:33 AM ---------- Previous post was at 03:32 AM ----------
OneEye, just stfu all Jonty is trying to do is help people when he has the time.
Posted via Mobile Device
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Quote:
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 ----------
Quote:
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.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Damn, thats bad D:
Posted via Mobile Device
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Quote:
Originally Posted by
Tr0ll.™
"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 ----------
You should know, thats what FLaMEZONE is about.
:o
I don't remember doing that, in all honesty.
Let me take a look..
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Wow, and you say "Oh theres no exploits"
Man, you need to get a life.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
yes im bad at grammer now get over it , flamewar sounds fun faggot but it is true you are trying to fuck up peoples hotels NOT COOLOO faggot
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
So called 'exploits' removed. That must have been when I had Skye on my staff team. Sorry. Reuploaded.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
How don't you remember it has your name in it
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Stabalize, everyone makes mistakes...
Posted via Mobile Device
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Wow, and now everyone can see that your just a lying Canadian faggot, Who left all the exploits purposely
And now you "made a mistake not seeing it"
yeh your so cool.
fucking faggot.
---------- Post added at 10:43 PM ---------- Previous post was at 10:42 PM ----------
Quote:
Originally Posted by
FlyCoder
Stabalize, everyone makes mistakes...
Posted via Mobile Device
sticking up for him after seeing the truth still?
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Just remove the fucking hk_beta file and your all set...
No need to bitch and whine about it..
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Tr0ll, I may hate him an all but hes only trying to help people, plus that was only one little thing that anyone could remove.
Posted via Mobile Device
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
I had this abusive guy on my staff team and I only kept him because he fed me money (rofl) and I did that so he couldn't do anything, along with my other staff members, being security concious as I am..
EDIT:
ROFL im not Canadian, im from New Zealand.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Once again, (/herp derp) You should have prepared the CMS for a proper release.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Quote:
Originally Posted by
Tr0ll.™
Once again, (/herp derp) You should have prepared the CMS for a proper release.
But it's not a proper release, idiot. It's something that I had no use for anymore and I put it on the internet. Sorry I didn't make your dick hard.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Some things you can do to fix exploit:
» Stop whining
» Don't panic
» Learn PHP and fix it yourself
G'Day
Cee-Jay
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Quote:
Originally Posted by
Jontycat
But it's not a proper release, idiot. It's something that I had no use for anymore and I put it on the internet. Sorry I didn't make your dick hard.
So don't act all sad because i found a exploit in your bad work.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Tr0ll, stop whining and just ignore this thread?
Posted via Mobile Device
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Quote:
Originally Posted by
Tr0ll.™
So don't act all sad because i found a exploit in your bad work.
Not bad work if lots of people are using it! ;)
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
SERIOUSLY WHAT THE FUCK IS WRONG WITH EACH AND EVERY ONE OF YOU? and you guys wonder why nobody posts anything anymore, this is why I convinced many developers not to release their work, because you guys are fucking douchebags. All you do is talk shit without knowing what the fuck you're talking about seriously stop talking out of your asses especially if your opinion comes from what someone else said, just because someone says something doesn't mean they're right. Just because every other idiot says the same doesn't mean they're right. Get your facts straight before you talk shit or don't say anything at all.
Quote:
Originally Posted by
Jontycat
To both of you who have just posted. I have not planted ANY exploits of ANY kind in this. PLEASE back yourself up with evidence APART from the following code:
PHP Code:
if(USER_NAME=="Jontycat")
{
jMenu();
}
That is not an exploit. Like I said to your dumb ass on msn messenger, I never intended to release this. I coded it for my hotel and my hotel only, sorry if that slipped under my nose when I released it, fuck. It's not my problem you have a tiny penis.
Next time back yourself up with evidence, then i'll fix it and re-release.
If you guys think that's an exploit you are morons, long before it runs that code it checks if they're an admin (if I remember correctly). So before you talk shit use your brain, not that you have one.
Code:
if (!$users->hasFuse(USER_ID, 'fuse_admin'))
{
Header("Location: http://********.net/notfound");
}
That code is above ALL the code that checks if the user's name is "Jontycat" which means the rest of the code WILL NOT EXECUTE unless the user is an admin or to be more specific, has the specified fuse right. Honestly you're all like little girls, if you don't know what the fuck you're on about, don't talk shit. There is no exploit, you're all morons, it's all in your retarded minds that can't comprehend how PHP executes code.
Quote:
Originally Posted by
OneEye
yes this is the best UberCms with a HK made to make himself MoD
By the way how can you change the cms's Name? there is a copyright faggot
HE can re-name it, Copyright isn't a license it's a RIGHT enforced by law, I doubt Meth0d gives a fuck, and I doubt he's willing to sue a minor in another country that's not even in the same continent he wont get any money out of it since Jonty isn't SELLING the CMS. You can't sue somebody for copyright if they're not making a profit off of it, and you can't sue someone for money they don't have lol.
Quote:
Originally Posted by
OneEye
yo faggot take your bullshit exploits back to otaku before aaron gets a spazz
Again, no exploits, get the fuck out of RaGEZONE and go back to school and read a book, also stop using the word 'faggot' it is offensive, rude and uneeded, call him a bitch instead for all I care.
Quote:
Originally Posted by
Tr0ll.™
Did i ever say?
"don't use ********.net"
No, I said
"Don't use rCMS"
Maybe you should make a Proper Release where "ZAP" isn't everywhere.
fag.
And don't tell me what I SAID, or say that i'm a noob?!?!
I don't release things period
I keep my work to my self, because of the fags (PEJump2)
and other reasons.
Jonty get a life. Denying you don't have any exploits in here is like me saying I own RaGEZONE.
The exploit is the one that you put it,
When releasing something, You need to prepare it
/herp
/derp
I just disproved the exploit, and thank you I will now never release anything again. Not even source leaks, you can all fuck yourselves ungrateful, uneducated, illiterate, dumb ass cunts. :)
Honestly, these kids are stupid.
Peace out, infract me or thank me but most of you are imbeciles.