Could you show me your config? & What root your swf's are located in, If you know what I mean by that.Idk. First time on r63
SWFS Are the client. Like You have to have swfs. In your config, What do you have for:First off tell me what swf's mean...
Its your swfs, Can you show me a picture of the config, Where you have your swfs?New Problem! When im entering the client it loads up for some sec and its kicking me off!
<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> <span style=""><img src="app/tpl/skins/Mango/images/pixelIcon.png" style="vertical-align:middle;margin-right:5px;"/>{activitypoints}</span> <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/> <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> </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> </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.
<?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
?>
<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> <span style=""><img src="app/tpl/skins/Mango/images/pixelIcon.png" style="vertical-align:middle;margin-right:5px;"/>{activitypoints}</span> <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/> <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> </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> </li>
<li><a href="#">Help</a></li>
<li><a href="logout">Logout</a></li>
</ul>
</div>
</div>
</div>
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> <span style=""><img src="app/tpl/skins/Mango/images/pixelIcon.png" style="vertical-align:middle;margin-right:5px;"/>{activitypoints}</span> <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/> <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> </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> </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.
In The ME.php It was going to 'api.php', I changed it to client.php.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.