How to enable SSO in DebboProject v6 Se? mmm. I am back :), Finding bugs now!
[PIE]Edit: How to fix that bug when you log in in WEB!!! you click to that image under text: "
Welcome to Habbo, $your nick
Habbo Hotel is the place to be! "
where is writed that text to hotel. but when you click that you go to co.uk page!!!
Open Folder community and find welcome.php. edit it with any text editor. Found where is:
Code:
<a id='enter-hotel-open-image' class='open' href='http://www.habbo.co.uk/client' target='client' onclick='openOrFocusHabbo(this); return false;'>
and
Code:
<a class='open' href='http://www.habbo.co.uk/client' target='client' onclick='openOrFocusHabbo(this); return false;'>To Hotel</a>
Change
http://www.habbo.co.uk/client in both to:
Code:
http://127.0.0.1/habbo/community/client/
and change 127.0.0.1 to your IP or website name!
Small tut, but sometimes very usefull!
(if there is any mistake in my english report, i am not good in english.)
(c) zingmars[/PIE]