news page in the tpl folder.
This is a discussion on uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix] within the Habbo Releases forums, part of the Habbo Hotel category; Nice Release... How do you remove the facebook plugin. Can't seem to find it...
Yes
No
news page in the tpl folder.
sign4ture?
When i use this and user disconnects it redirects to aphotel? Any way of fixing :S
nvm fixed
Last edited by owen212; 01-01-12 at 01:06 AM.
R0bby try editing disconnected page ?
sign4ture?
k so, for the DB, i use your db?? If I do it gives me an error on the emulator..
also, what version of mysql does this need, cos I can't upload the db, keeps giving me version error, btw im using IIS
Heres db fully working with no errors
MEGAUPLOAD - The leading online storage and file delivery service
sign4ture?
Thanks a lot! Seems to be working now.
edit: im using IIS right, i took out the .htacces and when I register, i click create account and i get the redirect loop error
This webpage has a redirect loop
do i need to do that url rewrite shit?
Doesn't your IIS automatically create a web.config file?
sign4ture?
Yes it does, but it still gave that redirect thing.
Then idk go to help section
Habbo Help - Habbo Development - RaGEZONE forums
sign4ture?
the file got created, heres my web config file, doesnt seem like anything is wrong with it
Spoiler:
For me random users is bugged:
How to fix that?
replace this with comp-randomhabbos.tpl
Then update your web_build inside class.tpl to this 63_1dc60c6d6ea6e089c6893ab4e0541ee0/777PHP Code:<div class="habblet-container">
<div class="cbb clearfix blue">
<h2 class="title">
Random Fresh's - Click Us!
</h2>
<div class="" style="margin-bottom: 4px;"></div>
<div id="homes-habblet-list-container" class="habblet-list-container">
<img class="active-habbo-imagemap" src="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/images/activehomes/transparent_area.gif" width="435px" height="230px" usemap="#habbomap" />
<?php
$getRandom = dbquery("SELECT id,username,look,motto,account_created,online FROM users ORDER BY RAND() LIMIT 18");
$i = 0;
while ($randomHabbo = mysql_fetch_assoc($getRandom))
{
$newHab = mysql_query("SELECT * FROM users WHERE look = 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62'");
if(mysql_num_rows($newHab))
{
}
else
{
echo '<div id="active-habbo-data-' . $i . '" class="active-habbo-data">
<div class="active-habbo-data-container">
<div class="active-name ' . (($randomHabbo['online'] == "1") ? 'online' : 'offline') . '">' . clean($randomHabbo['username']) . '</div>
Fresh created on: ' . $randomHabbo['account_created'] . '
<p class="moto">' . clean($randomHabbo['motto']) . '</p>
</div>
</div>
<input type="hidden" id="active-habbo-url-' . $i . '" value="%www%/error.php' . '"/>
<input type="hidden" id="active-habbo-image-' . $i . '" class="active-habbo-image" value="http://www.habbo.nl/habbo-imaging/avatarimage?figure=' . clean($randomHabbo['look']) . '&direction=4&head_direction=4" />';
$i++;
}
}
?>
<div id="placeholder-container">
<div id="active-habbo-image-placeholder-0" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-1" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-2" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-3" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-4" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-5" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-6" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-7" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-8" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-9" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-10" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-11" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-12" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-13" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-14" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-15" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-16" class="active-habbo-image-placeholder"></div>
<div id="active-habbo-image-placeholder-17" class="active-habbo-image-placeholder"></div>
</div>
</div>
<map id="habbomap" name="habbomap">
<area id="imagemap-area-0" shape="rect" coords="55,53,95,103" href="#" alt=""/>
<area id="imagemap-area-1" shape="rect" coords="120,53,160,103" href="#" alt=""/>
<area id="imagemap-area-2" shape="rect" coords="185,53,225,103" href="#" alt=""/>
<area id="imagemap-area-3" shape="rect" coords="250,53,290,103" href="#" alt=""/>
<area id="imagemap-area-4" shape="rect" coords="315,53,355,103" href="#" alt=""/>
<area id="imagemap-area-5" shape="rect" coords="380,53,420,103" href="#" alt=""/>
<area id="imagemap-area-6" shape="rect" coords="28,103,68,153" href="#" alt=""/>
<area id="imagemap-area-7" shape="rect" coords="93,103,133,153" href="#" alt=""/>
<area id="imagemap-area-8" shape="rect" coords="158,103,198,153" href="#" alt=""/>
<area id="imagemap-area-9" shape="rect" coords="223,103,263,153" href="#" alt=""/>
<area id="imagemap-area-10" shape="rect" coords="288,103,328,153" href="#" alt=""/>
<area id="imagemap-area-11" shape="rect" coords="353,103,393,153" href="#" alt=""/>
<area id="imagemap-area-12" shape="rect" coords="55,153,95,203" href="#" alt=""/>
<area id="imagemap-area-13" shape="rect" coords="120,153,160,203" href="#" alt=""/>
<area id="imagemap-area-14" shape="rect" coords="185,153,225,203" href="#" alt=""/>
<area id="imagemap-area-15" shape="rect" coords="250,153,290,203" href="#" alt=""/>
<area id="imagemap-area-16" shape="rect" coords="315,153,355,203" href="#" alt=""/>
<area id="imagemap-area-17" shape="rect" coords="380,153,420,203" href="#" alt=""/>
</map>
<script type="text/javascript">
var activeHabbosHabblet = new ActiveHabbosHabblet();
document.observe("dom:loaded", function() { activeHabbosHabblet.generateRandomImages(); });
</script>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
All the client keeps doing is redirecting to Zaphotel.net/index2.php I checked client.php page-client.php and my external vars, I also removed the r63 folder replaced both client and page-client with another, still no luck
Posted via Mobile Device