Translate the language?How can i
thanks!
How can i translate on my retro?
You see i get that fail! "????" Help me please
<?php
$figure = $_GET['figure'];
$action = $_GET['action'];
$direction = $_GET['direction'];
$head_direction = $_GET['head_direction'];
$gesture = $_GET['gesture'];
$size = $_GET['size'];
$imgFile = "$figure$action$direction$head_direction$gesture$size";
$imagesPath = $imgFile;
if(!file_exists(($imagesPath))) {
$otherSiteUrl = "http://habbo.com/habbo-imaging/avatarimage?figure=$figure&action=$action&direction=$direction&head_direction=$head_direction&gesture=$gesture&size=$size";
file_put_contents($imagesPath, file_get_contents($otherSiteUrl));
}
header("Content-Type: image/gif");
readfile($imagesPath);
?>
Edit
I see you mean on the navi.
The "????" Is because you don't have those characters on your computer or your browser doesn't have them installed (primary reason: it isn't your language)
Or the HTML character map is invalid and shows that. e.g © is the copyright symbol.
The avatar?
Go to your me.php file. Search "habbo.com" and replace it with "habbo.fr"
Or you can upload your own imaging script
(Credits to imstr for that code)PHP:<?php $figure = $_GET['figure']; $action = $_GET['action']; $direction = $_GET['direction']; $head_direction = $_GET['head_direction']; $gesture = $_GET['gesture']; $size = $_GET['size']; $imgFile = "$figure$action$direction$head_direction$gesture$size"; $imagesPath = $imgFile; if(!file_exists(($imagesPath))) { $otherSiteUrl = "http://habbo.com/habbo-imaging/avatarimage?figure=$figure&action=$action&direction=$direction&head_direction=$head_direction&gesture=$gesture&size=$size"; file_put_contents($imagesPath, file_get_contents($otherSiteUrl)); } header("Content-Type: image/gif"); readfile($imagesPath); ?>
Thank you very match for avatar!
But where can I download the symbols then? I want to change the language of the hotel! I hope that you help me with it
Use these:I will use russian lang
<p>Д (this outputs Д)</p>
If you have Teamviewer, PM me your ID and password. I can set one up for you.How can i fix housekeeping? I don't have a hk in my files or hotel!