DeltaCMS 1.0 - First Version of Delta!

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 5, 2012
Messages
90
Reaction score
12
(Update 1-2-2012) 1.0.7:
Another update for it: (not complete, replace the files that are already in there)

 
Last edited:
Newbie Spellweaver
Joined
Jan 5, 2012
Messages
90
Reaction score
12
Are you the owner of sunniechat?
 

Jax

C# Programmer
Joined
Dec 11, 2009
Messages
881
Reaction score
431
That , just look's exactly like HabboRE CMS....
 
Experienced Elementalist
Joined
Jul 11, 2011
Messages
244
Reaction score
64
Nah, it is allright, credits for the effort!
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Whatever idiot keeps removing Joopie's post just STOP! Either delete the thread or leave the post!! He is warning everyone about a major exploit in this CMS.
 
Newbie Spellweaver
Joined
Jan 5, 2012
Messages
90
Reaction score
12
Ohw didn't know filtering cookies would become an exploit?
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Ohw didn't know filtering cookies would become an exploit?

Not filtering, you changing them into sessions - Joopie was explaining to me on MSN that you can put session Username and change it to an administrators username, then reload the page it converts that cookie you created to a session and you are on administrator account.
 
Newbie Spellweaver
Joined
Jan 5, 2012
Messages
90
Reaction score
12
foreach($_COOKIE as $key => $value){
$_SESSION[$key]=X($value);
}

WOW OOPS! IT SHOULD BE:

foreach($_COOKIE as $key => $value){
$_COOKIE[$key]=X($value);
}
 
[̲̅$̲̅(̲̅1̲̅)̲̅$ ̲̅]
Joined
May 4, 2008
Messages
831
Reaction score
741
I knew joopie was here for a reason...
 
Newbie Spellweaver
Joined
Jan 23, 2012
Messages
7
Reaction score
0
Are you the owner of sunniechat?

I'm the Co-owner / dev of sunniechat
Next time use a better password for your hotel and databases, ktnxbye.

Also, Your cms is exploitabale like sh*t.


> Also.
Next time dont tell us that you are going to "hack" us, and put my name in your copyright.

>> Oh and

<?php
if($_SERVER['REMOTE_ADDR'] !== '127.0.0.1'){
header("Location: ../yousuckman!");
exit();
}
?>

Wont work if you are hosting it on a webhost.
 
Last edited:
Newbie Spellweaver
Joined
Jan 23, 2012
Messages
19
Reaction score
1
It has a nice design, me like Uber Design.

But this ''DeltaCMS'' has exploits, fix this in your second version for positive comments.
You are doin' well but it can be better, good luck!
 
Newbie Spellweaver
Joined
Jan 5, 2012
Messages
90
Reaction score
12
Ohw I thought a simple post and get script would make it exploit free, I was wrong..
 
Newbie Spellweaver
Joined
Jan 5, 2012
Messages
90
Reaction score
12


Fixed now?
 
Newbie Spellweaver
Joined
Jan 5, 2012
Messages
90
Reaction score
12
I don't have skype and I don't want to.
 
Status
Not open for further replies.