Alot of fansites link to the habbohotel homepages images anyway.
I should think that Sulake wouldnt mind anyway, lol.
Printable View
Sulake probably have like 99999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999999999999999 9999999999999999999999999999999GB Bandwidth anyway.
Yeh they might not but the point is you do go and steal from a shop then go oh it doesnt matter they have several thousand anyway, The point is its illegal, I think lol.
It's not illegal really. It's not you that's stealing the bandwidth really, it's the people reading the webpage. You can set it all up to remove remote access, so I don't see the problem.
Can someone make a code for the Australian Habbo?
Just put the code george gave in habbo.php
done and done
PHP Code:<?
header("Content-Type: image/gif");
$thumbWidth = "60";
$thumbHeight = "120";
$name = $_GET[name];
$url = "http://www.habbo.com.au/habbo-imaging/collagepr?name_2_txt=0&name_2_y=-117&name_2_x=-491&h_2_dir=2&h_2_name=0&h_2_frame=0&h_2_gesture=0&h_2_action=0&h_2_y=0&h_2_x=0&name_1_txt=No%20Such%20User!&name_1_y=-597&name_1_x=-471&stampY=-1048&stampX=-1019&h_1_dir=3&h_1_name=$name&h_1_frame=0&h_1_gesture=sml&h_1_action=wav&h_1_y=1&h_1_x=0&overlay=0&overlayY=-95&overlayX=-39&logoY=-300&logoX=-300&bkg=0&bkgY=-95&bkgX=-38&bkgColor=ffffff&picH=320&picW=61&quality5&img-format=png&xml-template=imageCreator_1_name";
$srcImg = imagecreatefrompng($url);
$origWidth = imagesx($srcImg);
$origHeight = imagesy($srcImg);
$thumbImg = imagecreate($thumbWidth, $thumbHeight);
imagecopyresized($thumbImg, $srcImg, 0, 0, 0, 0, $thumbWidth, $thumbHeight, imagesx($thumbImg), imagesy($thumbImg));
$ImgWhite = imagecolorallocate($thumbImg, 255, 255, 255);
imagefill($thumbImg, 0, 0, $ImgWhite);
imagecolortransparent($thumbImg, $ImgWhite);
imagegif($thumbImg);
imagedestroy($thumbImg);
?>
I love you Catastrophical!