@Lost
Save the following PHP into a document named habbo.php.
OK. Now visit /habbo.php?name=Your Habbo username goes here. For instance, /habbo.php?name=Halting.Code:<?PHP $page = file_get_contents("http://www.habbo.co.uk/home/$_GET[name]"); eregi("<img alt=\"$_GET[name]\" src=\"/habbo-imaging/avatar/(.*).gif\" />", $page, $result); $name = $_GET[name]; $url = "http://www.habbo.co.uk/habbo-imaging/avatar/$result[1].gif"; echo("$url"); ?>
You will see a URL. Something like http://www.habbo.co.uk/habbo-imaging...f494d626d7.gif.
This is the URL you want to use for your image source.
If you want to know how to make this your image source, just ask.





Reply With Quote



