user_tickets are not supported because you use auth_ticketblushing:
![]()
user_tickets are not supported because you use auth_ticketblushing:
![]()
Every time I access my website "localhost" I'm automatically redirects to this, http://habway-hotel.com/index how to take it.
Issues:
Index doesn't log you in. Always says, username doesn't exist when it does.
Register doesn't work. Always asks for a security code
Minimail sql doesn't work that well. The id table doesn't work. Same with the resolved part.
Edit: The index and register work perfect using IIS on a vps.
Last edited by Joe Richardson; 03-11-14 at 09:05 PM.
I got this error when i add news: Field 'campaignimg' doesn't have a default value
So as i wanted to fix the internet explorer "bug" its fake , i tried this theme on my internet explorer browser and it worked fine
and i don't know for mozilla firefox but gonna download it to actually see if it has bugs in mozilla , for the minimail bug function try just do the user_messages table and if not worked you should apply the other code , Johnnys the bug you have needs to be something you have deleted on the me.php or something wrong with your edit , the index will be fixed though and i will post the fixed copy of it and for the redirect to habway i can't discover what it is since i haven't gotten it , is it on a specific page it redirects you
Someone help me? Not appear to me permission to steel control panel. And I already own rank.
Everyone with the index problem, here is the fix, replace extra/index_links.php with this:
Goodbai!Code:<link rel="stylesheet" type="text/css" href="/app/tpl/skins/Project Habbo/styles/index.css"> <link rel="stylesheet" type="text/css" href="/app/tpl/skins/Project Habbo/styles/navigation.css"> <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.0.min.js"></script> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/jquery.tooltipster.min.js"></script> <link rel="stylesheet" type="text/css" href="/app/tpl/skins/{skin}/css/tooltipster.css" />
EDIT: I see he fucked up Register too, place this in extra/register_links.php
EDIT again: Seems like that didn't fix the register page as a whole, login boxes are still appearing on the wrong places, although with the code above it looks less fucked then without :PCode:<link rel="stylesheet" type="text/css" href="/app/tpl/skins/Project Habbo/styles/register.css"> <link rel="stylesheet" type="text/css" href="/app/tpl/skins/Project Habbo/styles/navigation.css"> <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.0.min.js"></script> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/jquery.tooltipster.min.js"></script> <link rel="stylesheet" type="text/css" href="/app/tpl/skins/{skin}/css/tooltipster.css" />
Workin on it.
Last edited by Tico Triest; 04-11-14 at 04:56 PM.
Go: \Project Habbo\Project Habbo\adminOriginally Posted by Johnnys;82556 34
And change every file where this is in:
<?php
if($_SESSION['user']['rank'] >= 9){
?>
Change te 9 to your rank.
What do you guys think of this? Do you want me to release it here? (I think it fits more then what is basic)
(URL: http://i.imgur.com/09vkisZ.png
and this in footer:
(URL: http://i.imgur.com/QoRCGHF.png
Very cool !
Good job !
For use hk, i need to go on the url/hk.php ?
I can't see the difference besides language?
Twitter box without scrollbar, border, footer and background etc. at /Community instead of Facebook Like box
Facebook Like Box in Footer. (There was nothing in that Column)
- - - Updated - - -
Also a fix for the people where diamonds are not working on the /me page and profile etc.
If you have Phoenix, add this in /app/class.template
and if you have Mercury or Plus etc, set this code there:Code:$this->setParams('diamonds', $users->getInfo($_SESSION['user']['id'], 'vip_points'));
Code:$this->setParams('diamonds', $users->getInfo($_SESSION['user']['id'], 'seasonal_currency'));