Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Illumina CMS [PHP, OOP, MySQLi, Uber 3]

Status
Not open for further replies.
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Hejula, do you have a patch that doesn't require you to replace the whole CMS and just the parts that are fucked?
Err well you can patch it manually of course, I just went through all the php files and wherever there was a 302 redirect (header('Location: <x>');) I just added "exit;" after it. That stops the page from carrying on if you disable redirects.
 
Thanks for the memories!
Loyal Member
Joined
May 21, 2010
Messages
1,270
Reaction score
540
Err well you can patch it manually of course, I just went through all the php files and wherever there was a 302 redirect (header('Location: <x>');) I just added "exit;" after it. That stops the page from carrying on if you disable redirects.

Did you do this with the TPL files or the PHP ones?
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Just the PHP ones, there shouldn't be any code inside the template files (I didn't check though)
 
Thanks for the memories!
Loyal Member
Joined
May 21, 2010
Messages
1,270
Reaction score
540
Just the PHP ones, there shouldn't be any code inside the template files (I didn't check though)

Alright thank you so much for this :) I want to see some nice releases from you in the future ;)

Add ModelMe to your list of fixed hotels
 
Last edited:
Newbie Spellweaver
Joined
May 31, 2013
Messages
16
Reaction score
2
Just the PHP ones, there shouldn't be any code inside the template files (I didn't check though)

Sorry for posting here, I need to contact you urgently and the forum just isn't letting me PM as it has sent me no verification email. Is there anyway I can contact you without the forum? Steam, skype etc...?
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Sorry for posting here, I need to contact you urgently and the forum just isn't letting me PM as it has sent me no verification email. Is there anyway I can contact you without the forum? Steam, skype etc...?
Left a comment on your reputation with my Skype. Go onto http://forum.ragezone.com/usercp.php and it is there!

If anyone else requires assistance feel free to send me a private message.
 
Last edited:
Newbie Spellweaver
Joined
Jan 26, 2013
Messages
85
Reaction score
15
Are there any exploit fixes inside /engine/?
 
Last edited:
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Sorry I didn't even check that folder :ahh:

You need to replace your class.tpl.php with this:
 
Newbie Spellweaver
Joined
May 31, 2013
Messages
16
Reaction score
2
Alot of people didn't like the HK login design so I redesigned it... You can change the white theme and add pictures/headers by changing the images in the styles folder! Thanks and please do not re-upload.

Screenie:
YBOmbGM - Illumina CMS [PHP, OOP, MySQLi, Uber 3] - RaGEZONE Forums

Download:

:laugh:
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 31, 2013
Messages
16
Reaction score
2
I need a Database!!!

Hello,

I need a Database for the cms.
Can someone upload please???

Illumina Compatable: Yes!
Database Version: Unknown
File Size: 101KB
File Name: ILLUMINA COMPATABLE DB - MUDKIP
File Type: .rar (Requires Winrar!)
Download Link:
Screenshot:
Virus Scan Screenie:

Enjoy - DO NOT REUPLOAD! :thumbup:
 
Junior Spellweaver
Joined
Aug 5, 2012
Messages
174
Reaction score
11
Illumina Compatable: Yes!
Database Version: Unknown
File Size: 101KB
File Name: ILLUMINA COMPATABLE DB - MUDKIP
File Type: .rar (Requires Winrar!)
Download Link:
Screenshot:
Virus Scan Screenie:

Enjoy - DO NOT REUPLOAD! :thumbup:

Works this whit Swift Emulator??
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
Why this in admin/logout.php?

Code:
header ("Location: http://zaphotel.net/me");
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
Why this in admin/logout.php?

Code:
header ("Location: http://zaphotel.net/me");
He probably forgot the {$www}

EDIT: When closing/going away the ASE you automaticly logout, that's more secure.
 
Last edited:
Status
Not open for further replies.
Back
Top