<?php
$query = parse_url($_SERVER['REQUEST_URI'], PHP_URL_QUERY);
$image = file_get_contents("https://www.habbo.com/habbo-imaging/avatarimage?{$query}", false, stream_context_create([
'http' => [
'header' => 'user-agent:habbo-sucks',
],
'ssl' => [
'verify_peer' => false,
'verify_peer_name' => false,
],
]));
header('content-type: image/png');
exit($image);
It's not hard to make one it takes, like 15 mins but you mean like this?Hello Dude !
It's a little bit hard to create one !
You need a lot of code, all swf extracted ect,...
use the script and create a rewrite rule then you can access it like so for example: yourhotel.com/habbo-imaging/avatarimage?figure=xxxThat's not what I mean.
I want an own habbo-imaging url.
It's not hard to make one it takes, like 15 mins but you mean like this?
I'm using it on Plesk (Linux Ubuntu 18.LTS). He get's the all the .swf files and everything, but he is not showing the avatar.Are you on linux or Windows ?? Permission for write ?