[Help!] Habbo Retro r63 client

Status
Not open for further replies.

kenty

New Member
Jul 3, 2010
17
0
I Got a problem with my client...
When it loads its just showing half of the loading screen for 2 sec and then it says Oops! Something has gone wrong and you have been disconnected from RevCMS 1.9.9.9,
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
First off tell me what swf's mean...
SWFS Are the client. Like You have to have swfs. In your config, What do you have for:
$_CONFIG['hotel']['external_vars'] = 'YOURVARS'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'YOURTEXTS'; //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'YOURPRODUCTDATA'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'YOURFURNIDATA'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'YOURSWF'; //URL to your SWF folder(does not end with a '/')
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
Go to App > TPL > Skins > YOURSKINHERE > me.php & search for: var habboDefaultClientPopupUrl = "{url}/";

Something very close to that, If you using Notepad ++ Its on the 22nd Line. Is with mine atleast.

New Problem! When im entering the client it loads up for some sec and its kicking me off!
Its your swfs, Can you show me a picture of the config, Where you have your swfs?
 

kenty

New Member
Jul 3, 2010
17
0
This is the Me.php

Code:
<div id="header_bar">
<div id="container-me">
<div class="mid">
<div class="lefts">
Welcome back to {hotelName}, {username}!
</div>
<div class="right">
<img src="app/tpl/skins/Mango/images/creditIcon.png" style="vertical-align:middle;margin-right:5px;"/><span>{coins}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=""><img src="app/tpl/skins/Mango/images/pixelIcon.png" style="vertical-align:middle;margin-right:5px;"/>{activitypoints}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=""><img src="app/tpl/skins/Mango/images/icon_users.png" style="vertical-align:middle;margin-right:5px;"/>{online} Users Online!</span>
</div>
</div>
</div>
</div>
<div id="content">
<a href="index"><img src="app/tpl/skins/Mango/images/logo.png" id="logo" border="0"/></a>
<ul id="menu">
<li><a href="me">Me</a></li>
<li><a href="account">My Account</a></li>
<li><a href="news">News</a></li>
<li><a href="staff">Staff</a></li> 
{housekeeping}
<li><a href="logout">Logout</a></li>
</ul>
<div id="clear"></div>
<hr/>
<div id="featured_campaign">
<div id="user_info">
<div id="avatar-plate">
<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure={figure}&action=wav&direction=2&head_direction=3&gesture=srp&size=l" id="user"/>
</div>
</div>
<div id="enter_area">
<div class="enterButton">
<center><a href="api.php" onclick="mango.client.popup(); return false;">Enter {hotelName} for the fun to begin!</a></center>
</div>
</div>
</div><br/>
 
<div id="main_left">
 
<?php
    $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 3 ORDER BY id DESC");
    while($Ranks = mysql_fetch_assoc($GetRanks))
    {
        echo "<div class=\"content-box\" style=\"background-color:#fff\"><div class=\"content-box-deep-blue\"><h2 class=\"title\" style=\"padding:0;line-height:30px;\">{$Ranks['name']}s</h2></div><div class=\"content-box-content\"><p>";
        $GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look FROM users WHERE rank = {$Ranks['id']}");
        while($Users = mysql_fetch_assoc($GetUsers))
        {
            if($Users['online'] == 1){ $OnlineStatus = "<font color=\"darkgreen\"><blink><b>Online</b></blink></font>"; } else { $OnlineStatus = "<font color=\"darkred\"><marquee><b>Offline</b></marquee></font>"; }
            echo "<img style=\"position:absolute;\" src=\"http://www.habbo.com/habbo-imaging/avatarimage?figure={$Users['look']}&action=wav&direction=2&head_direction=3&gesture=srp&size=l\">"
                ."<p style=\"margin-left:80px;margin-top:20px;\">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br><small>Last Online: ". date("D, d F Y H:i (P)", $Users['last_online']) ."</small></p>"
                ."<p style=\"float:right;margin-top:-30px;\">{$OnlineStatus}</p><br><br><br>";
        }
        echo "</p></div></div><br>";
    }
?>
 
 
</div>
<div id="main_right">
 
    <div class="content-box" style="width:300px;background-color:#fff;">
      <div class="content-box-deep-blue" style="width:290px">
        <h2 class="title" style="padding:0;line-height:30px;">Who are these people?</h2>
      </div>
      <div class="content-box-content">
        <p>
            The {hotelName} staff are here to help out users and make sure you all have a good time! Do not ask for staff, because your chances will go down!
            <br><br>
            <center><img src="http://habbolove.lefora.com/composition/attachment/4e5f5854f56feec849fb3fb024021a21/48701/Badge-HabboStaff.gif?thumb=1"></center>
        </p>
      </div>
    </div>
</div>
 
<br/>&nbsp;<br/>
<br/><br/>
<div id="clear"></div></div>
<div id="footer">
<div id="clear"></div>
<div class="left">
<ul>
<strong>Sitemap</strong>
<li><a href="me">Me</a></li>
<li><a href="account">My Account</a></li>
<li><a href="news">Articles</a></li>
<li><a href="#">The {hotelName} Way</a></li>
<li><a href="#">The {hotelName} Team</a></li>
</ul>
</div>
<div class="left">
<ul>
<li>&nbsp;</li>
<li><a href="#">eXperts</a></li>
<li><a href="#">Credits</a></li>
<li><a href="#">{hotelName} VIP</a></li>
<li><a href="#">{hotelName} Store</a></li>
<li><a href="#">{hotelName} Club</a></li>
</ul>
</div>
<div class="left">
<ul>
<li>&nbsp;</li>
<li><a href="#">Help</a></li>
<li><a href="logout">Logout</a></li>
</ul>
</div>
</div>
</div>

Go to App > TPL > Skins > YOURSKINHERE > me.php & search for: var habboDefaultClientPopupUrl = "{url}/";

Something very close to that, If you using Notepad ++ Its on the 22nd Line. Is with mine atleast.

And this is the Config:
Code:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.
 
#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.
 
/*
*
*    MySQL management
*
*/
 
$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
 
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host - Localhost, Hamachi IP, VPS or Dedi's IP
 
$_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username
 
$_CONFIG['mysql']['password'] = 'hidden'; //Phpmyadmin password
 
$_CONFIG['mysql']['database'] = 'dell_revcms'; //Phpmyadmin database name
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
 
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/
 
$_CONFIG['hotel']['server_ip'] = 'localhost'; //Localhost, Hamachi IP, VPS or Dedi's IP
 
$_CONFIG['hotel']['url'] = 'http://localhost'; //URL to your hotel, does not end with a "/"
 
$_CONFIG['hotel']['name'] = 'Habblab'; // Your Hotel's Name
 
$_CONFIG['hotel']['desc'] = 'Habblab! 2013 <3'; //Hotel's description
 
$_CONFIG['hotel']['email'] = '[email protected]'; //Email for users to submit help requests to
 
$_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode
 
$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users
 
$_CONFIG['hotel']['credits'] = 0; //How many coins new users get
 
$_CONFIG['hotel']['pixels'] = 0; //How many pixels new users get
 
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1869'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts'; //External Flash Texts [Don't edit]
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swf'; //SWF Folder [Don't edit]
 
/*
*
*    Templating management - Pick one of our default styles or make yours by following our examples!
*
*/
 
#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.
 
$_CONFIG['template']['style'] = 'Mango';
 
/*
*
*    Other topsites.. thing
*
*/
 
$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';
 
/*
*
*    Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/
 
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
 
 
/*
*
*    Social Networking stuff
*
*/
 
$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account
 
$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account
 
?>
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
For the Me.php, This should fix it.

Code:
<div id="header_bar">
<div id="container-me">
<div class="mid">
<div class="lefts">
Welcome back to {hotelName}, {username}!
</div>
<div class="right">
<img src="app/tpl/skins/Mango/images/creditIcon.png" style="vertical-align:middle;margin-right:5px;"/><span>{coins}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=""><img src="app/tpl/skins/Mango/images/pixelIcon.png" style="vertical-align:middle;margin-right:5px;"/>{activitypoints}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=""><img src="app/tpl/skins/Mango/images/icon_users.png" style="vertical-align:middle;margin-right:5px;"/>{online} Users Online!</span>
</div>
</div>
</div>
</div>
<div id="content">
<a href="index"><img src="app/tpl/skins/Mango/images/logo.png" id="logo" border="0"/></a>
<ul id="menu">
<li><a href="me">Me</a></li>
<li><a href="account">My Account</a></li>
<li><a href="news">News</a></li>
<li><a href="staff">Staff</a></li>
{housekeeping}
<li><a href="logout">Logout</a></li>
</ul>
<div id="clear"></div>
<hr/>
<div id="featured_campaign">
<div id="user_info">
<div id="avatar-plate">
<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure={figure}&action=wav&direction=2&head_direction=3&gesture=srp&size=l" id="user"/>
</div>
</div>
<div id="enter_area">
<div class="enterButton">
<center><a href="client.php" onclick="mango.client.popup(); return false;">Enter {hotelName} for the fun to begin!</a></center>
</div>
</div>
</div><br/>
 
<div id="main_left">
 
<?php
    $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 3 ORDER BY id DESC");
    while($Ranks = mysql_fetch_assoc($GetRanks))
    {
        echo "<div class=\"content-box\" style=\"background-color:#fff\"><div class=\"content-box-deep-blue\"><h2 class=\"title\" style=\"padding:0;line-height:30px;\">{$Ranks['name']}s</h2></div><div class=\"content-box-content\"><p>";
        $GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look FROM users WHERE rank = {$Ranks['id']}");
        while($Users = mysql_fetch_assoc($GetUsers))
        {
            if($Users['online'] == 1){ $OnlineStatus = "<font color=\"darkgreen\"><blink><b>Online</b></blink></font>"; } else { $OnlineStatus = "<font color=\"darkred\"><marquee><b>Offline</b></marquee></font>"; }
            echo "<img style=\"position:absolute;\" src=\"http://www.habbo.com/habbo-imaging/avatarimage?figure={$Users['look']}&action=wav&direction=2&head_direction=3&gesture=srp&size=l\">"
                ."<p style=\"margin-left:80px;margin-top:20px;\">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br><small>Last Online: ". date("D, d F Y H:i (P)", $Users['last_online']) ."</small></p>"
                ."<p style=\"float:right;margin-top:-30px;\">{$OnlineStatus}</p><br><br><br>";
        }
        echo "</p></div></div><br>";
    }
?>
 
 
</div>
<div id="main_right">
 
    <div class="content-box" style="width:300px;background-color:#fff;">
      <div class="content-box-deep-blue" style="width:290px">
        <h2 class="title" style="padding:0;line-height:30px;">Who are these people?</h2>
      </div>
      <div class="content-box-content">
        <p>
            The {hotelName} staff are here to help out users and make sure you all have a good time! Do not ask for staff, because your chances will go down!
            <br><br>
            <center><img src="http://habbolove.lefora.com/composition/attachment/4e5f5854f56feec849fb3fb024021a21/48701/Badge-HabboStaff.gif?thumb=1"></center>
        </p>
      </div>
    </div>
</div>
 
<br/>&nbsp;<br/>
<br/><br/>
<div id="clear"></div></div>
<div id="footer">
<div id="clear"></div>
<div class="left">
<ul>
<strong>Sitemap</strong>
<li><a href="me">Me</a></li>
<li><a href="account">My Account</a></li>
<li><a href="news">Articles</a></li>
<li><a href="#">The {hotelName} Way</a></li>
<li><a href="#">The {hotelName} Team</a></li>
</ul>
</div>
<div class="left">
<ul>
<li>&nbsp;</li>
<li><a href="#">eXperts</a></li>
<li><a href="#">Credits</a></li>
<li><a href="#">{hotelName} VIP</a></li>
<li><a href="#">{hotelName} Store</a></li>
<li><a href="#">{hotelName} Club</a></li>
</ul>
</div>
<div class="left">
<ul>
<li>&nbsp;</li>
<li><a href="#">Help</a></li>
<li><a href="logout">Logout</a></li>
</ul>
</div>
</div>
</div>

And For your swfs, Don't use localhost to link them, Use your Domain/IP. Same for your Hotel IP.
 

kenty

New Member
Jul 3, 2010
17
0
For the Me.php, This should fix it.

Code:
<div id="header_bar">
<div id="container-me">
<div class="mid">
<div class="lefts">
Welcome back to {hotelName}, {username}!
</div>
<div class="right">
<img src="app/tpl/skins/Mango/images/creditIcon.png" style="vertical-align:middle;margin-right:5px;"/><span>{coins}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=""><img src="app/tpl/skins/Mango/images/pixelIcon.png" style="vertical-align:middle;margin-right:5px;"/>{activitypoints}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=""><img src="app/tpl/skins/Mango/images/icon_users.png" style="vertical-align:middle;margin-right:5px;"/>{online} Users Online!</span>
</div>
</div>
</div>
</div>
<div id="content">
<a href="index"><img src="app/tpl/skins/Mango/images/logo.png" id="logo" border="0"/></a>
<ul id="menu">
<li><a href="me">Me</a></li>
<li><a href="account">My Account</a></li>
<li><a href="news">News</a></li>
<li><a href="staff">Staff</a></li>
{housekeeping}
<li><a href="logout">Logout</a></li>
</ul>
<div id="clear"></div>
<hr/>
<div id="featured_campaign">
<div id="user_info">
<div id="avatar-plate">
<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure={figure}&action=wav&direction=2&head_direction=3&gesture=srp&size=l" id="user"/>
</div>
</div>
<div id="enter_area">
<div class="enterButton">
<center><a href="client.php" onclick="mango.client.popup(); return false;">Enter {hotelName} for the fun to begin!</a></center>
</div>
</div>
</div><br/>
 
<div id="main_left">
 
<?php
    $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 3 ORDER BY id DESC");
    while($Ranks = mysql_fetch_assoc($GetRanks))
    {
        echo "<div class=\"content-box\" style=\"background-color:#fff\"><div class=\"content-box-deep-blue\"><h2 class=\"title\" style=\"padding:0;line-height:30px;\">{$Ranks['name']}s</h2></div><div class=\"content-box-content\"><p>";
        $GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look FROM users WHERE rank = {$Ranks['id']}");
        while($Users = mysql_fetch_assoc($GetUsers))
        {
            if($Users['online'] == 1){ $OnlineStatus = "<font color=\"darkgreen\"><blink><b>Online</b></blink></font>"; } else { $OnlineStatus = "<font color=\"darkred\"><marquee><b>Offline</b></marquee></font>"; }
            echo "<img style=\"position:absolute;\" src=\"http://www.habbo.com/habbo-imaging/avatarimage?figure={$Users['look']}&action=wav&direction=2&head_direction=3&gesture=srp&size=l\">"
                ."<p style=\"margin-left:80px;margin-top:20px;\">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br><small>Last Online: ". date("D, d F Y H:i (P)", $Users['last_online']) ."</small></p>"
                ."<p style=\"float:right;margin-top:-30px;\">{$OnlineStatus}</p><br><br><br>";
        }
        echo "</p></div></div><br>";
    }
?>
 
 
</div>
<div id="main_right">
 
    <div class="content-box" style="width:300px;background-color:#fff;">
      <div class="content-box-deep-blue" style="width:290px">
        <h2 class="title" style="padding:0;line-height:30px;">Who are these people?</h2>
      </div>
      <div class="content-box-content">
        <p>
            The {hotelName} staff are here to help out users and make sure you all have a good time! Do not ask for staff, because your chances will go down!
            <br><br>
            <center><img src="http://habbolove.lefora.com/composition/attachment/4e5f5854f56feec849fb3fb024021a21/48701/Badge-HabboStaff.gif?thumb=1"></center>
        </p>
      </div>
    </div>
</div>
 
<br/>&nbsp;<br/>
<br/><br/>
<div id="clear"></div></div>
<div id="footer">
<div id="clear"></div>
<div class="left">
<ul>
<strong>Sitemap</strong>
<li><a href="me">Me</a></li>
<li><a href="account">My Account</a></li>
<li><a href="news">Articles</a></li>
<li><a href="#">The {hotelName} Way</a></li>
<li><a href="#">The {hotelName} Team</a></li>
</ul>
</div>
<div class="left">
<ul>
<li>&nbsp;</li>
<li><a href="#">eXperts</a></li>
<li><a href="#">Credits</a></li>
<li><a href="#">{hotelName} VIP</a></li>
<li><a href="#">{hotelName} Store</a></li>
<li><a href="#">{hotelName} Club</a></li>
</ul>
</div>
<div class="left">
<ul>
<li>&nbsp;</li>
<li><a href="#">Help</a></li>
<li><a href="logout">Logout</a></li>
</ul>
</div>
</div>
</div>

Yeah i can't see anything changed :p

But my client still dosnt work :(

And For your swfs, Don't use localhost to link them, Use your Domain/IP. Same for your Hotel IP.

Yeah i will change it but the client isnt working....
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
Yeah i will change it but the client isnt working....
In The ME.php It was going to 'api.php', I changed it to client.php.
&
For Your Hotel, I'd Suggest using a different theme then mango, I Had troubles with my client with mango, And Switched the theme, and I set it up, Worked fine. Thats me though.
 

kenty

New Member
Jul 3, 2010
17
0
In The ME.php It was going to 'api.php', I changed it to client.php.
&
For Your Hotel, I'd Suggest using a different theme then mango, I Had troubles with my client with mango, And Switched the theme, and I set it up, Worked fine. Thats me though.

Could you tell me what to do? :p
(Old School is easyer :p)
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
Find a theme, Download it, Go into APP>TPL>SKINS> And Put the folder there, Go into the config, (The one you showed me), CNTRL + F And Search For Theme, And Then where it says mango, Put the name of the theme you downloaded in there.
 

Janzeer

Headmaster Of Hogwart's
Apr 30, 2012
522
47
Even after the things said by Blasteh can't fix your client, I think that the problem must be with your Swfs, Oh wait do you even have Swf's?
 

RegisterHerePlease

New Member
Dec 1, 2013
10
1
Do not bump threads, check dates before posting.
Here's what I suggest: Before owning a hotel, try applying for Staff on one and learn some basics of owning a hotel. When I first started I made a PhoenixPHP one, just for a start, then I went onto using Mango etc (other CMS's). I'm just saying, you don't even know what SWF's are therefore I don't think you're ready to own a hotel.

1. Check if you even have SWF's
2. Check to see if everything is configured in config.php
3. If you DO have SWF's, check to see if they're configured too
4. Make sure your Emulator is up and running properly
5. Make sure your Emulator is also configured.

Those are some steps you should do, these could be the problems why your hotel isn't working.
 
Status
Not open for further replies.

Users who are viewing this thread

Top