Ghost
Legacy, it's all anyone leaves behind.
- Jun 8, 2012
- 1,640
- 503
Not 100% sure but I think I might of heard something about it being exploitable, that may be false im js, it's what i heard
It is true....
Not 100% sure but I think I might of heard something about it being exploitable, that may be false im js, it's what i heard
Yay, thanks (;Okay let me get to work on making this uber
Pretty hope you can get homes and the minimail thing to work <3 I will use when released!!!I have started the process of this and this is what it looks like at this moment in timeYou must be registered for see links
You can do it! (; You are very good at this.I think i will have no problems for the minimail just the homes might be a bit tricky but i will try my best
You ripped the THEME, not the CMS. I know uber is different, I'm not saying you ripped the php functions am I? The theme was ripped.The hotels you have seen would of actually been uber as no hotel uses this for Revcms until i released. Also it is different as Uber is completely different to Rev.
LOL. Check all your files. You will find out whats happening. Never happened to me. (;Why aint the staff page like the on in the screenie?
and i get an error at the bottom of every page! Warning: include_once(): Failed opening 'checktheban.php'
Since I am testing on Xampp and not the VPS here is the Full code.
Warning: include_once(): Failed opening 'checktheban.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\Me.php on line 454
What? What files?LOL. Check all your files. You will find out whats happening. Never happened to me. (;
like config.php and maybe your habbo theme you are using files. Like Me.php and stuff.What? What files?
I fixed..like config.php and maybe your habbo theme you are using files. Like Me.php and stuff.
try /stafflogin/ if that dosen't work check class.users.php and search forI fixed..
New Problem :S Well I cant access ASE .. No way..
I Try: /ase , /ase/login , but of course with my link xD
Any fix..? It just Not Found.. But it is in there.
in your class.users.php and check if it says stafflogin/dashboard. If it says not found search for$_SESSION["in_hk"] = true;
header("Location:".$_CONFIG['hotel']['url']."/stafflogin/dashboard");
exit;
then change it to /stafflogin/dashboard$_SESSION["in_hk"] = true;
header("Location:".$_CONFIG['hotel']['url']."/ase/login");
exit;
Just showstry /stafflogin/ if that dosen't work check class.users.php and search for
in your class.users.php and check if it says stafflogin/dashboard. If it says not found search for
then change it to /stafflogin/dashboard
(; Not sure if it will help but it will help with trying to figure out the problem.