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!

Leak Holohotel.ws CMS SWF EMU DB

Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Impossible acces on housekeeping when i select rank <2 why ?
Rank 1 = work fine.
Rank 2 = work fine.
Rank 3 = dont work.
Rank 4 = dont work.
Rank 5 = dont work.
Rank 6 = dont work.
Rank 7 = dont work.
Help please....
And, impossible configure client for me...
 

pel

Skilled Illusionist
Joined
Jan 27, 2012
Messages
382
Reaction score
343
Impossible acces on housekeeping when i select rank <2 why ?
Rank 1 = work fine.
Rank 2 = work fine.
Rank 3 = dont work.
Rank 4 = dont work.
Rank 5 = dont work.
Rank 6 = dont work.
Rank 7 = dont work.
Help please....
And, impossible configure client for me...

Go to classes/PageManager.php
Line: 38 and remove
PHP:
if ($_SESSION['Holo_Auth'] < time() && $user->rank > 3) {
    $page = 'auth';
}

I did not test it.

(if you get redirected to your settings, replace to code above with:)
PHP:
$_SESSION['Holo_Auth'] = time();
 
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Go to classes/PageManager.php
Line: 38 and remove
PHP:
if ($_SESSION['Holo_Auth'] < time() && $user->rank > 3) {
    $page = 'auth';
}

I did not test it.

(if you get redirected to your settings, replace to code above with:)
PHP:
$_SESSION['Holo_Auth'] = time();

Works fine, thanks !
And for configure the client please ? :)
 
Junior Spellweaver
Joined
Jun 8, 2014
Messages
117
Reaction score
19
Here you go guys, stop begging for nudes :p



The folder will be updated once I download the 4GB of nudes xD

Updates
Damn the database and the stupid api is 2GB each, have fun!
 
Last edited:
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Here you go guys, stop begging for nudes :p



The folder will be updated once I download the 4GB of nudes xD

Updates
Damn the database and the stupid api is 2GB each, have fun!

And radio add HoloWS Radio please.
 
Newbie Spellweaver
Joined
Dec 16, 2012
Messages
43
Reaction score
3
I got one big issue, everything works but when i want to create/edit/delete news it won't work and i don't get a error
 
Newbie Spellweaver
Joined
Dec 22, 2013
Messages
9
Reaction score
0
looks like file has been deleted. reupload please
 
Newbie Spellweaver
Joined
Nov 29, 2012
Messages
42
Reaction score
4
how to configure the CMS?
arbian37 - Leak Holohotel.ws CMS SWF EMU DB - RaGEZONE Forums
 
Back
Top