PDA

View Full Version : Need Help



Lysine
03-01-2007, 10:51 PM
Does anyone konw the code for the small habbos in the guestbook instead of the big habbo if you do and you could edit this code that would be great + rep if you can help.


<?php
header("Content-type: image/gif");
$habbo = $_GET['name'];
$domain = 'http://www.habbo.co.uk';
$content = file_get_contents($domain . '/home/'.$habbo);
$div_start = explode('<div class="profile-figure">', $content, 2);
$div_end = explode('</div>', $div_start[1], 2);
$img = trim($div_end[0]);
$img = preg_replace('/<img alt=\"(.*?)\" src=\"(.*?)\" \/>/', '$2', $img);
$imag = $domain.$img;
$im = imagecreatefromgif($imag);
imagegif($im);
imagedestroy($im);
?>

QueenHex
04-01-2007, 12:58 AM
I made a thread in this forum yesterday asking the exact same thing...

Lysine
04-01-2007, 08:52 PM
Anyone know how to do it?

Want to hide these adverts? Register an account for free!