http://www.imager.ffwbmarion.com/mission/YoURNAME.php
http://www.imager.ffwbmarion.com/created/YOURNAME.php
You need the Volter.ttf which can be found at http://www.habbodown.comCode:<? 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="birthday date">', $content, 2); $div_end = @explode('</div>', $div_start[1], 2); $img = @trim($div_end[0]); $img = "$habbo was created on: $img"; $im = @imagecreatefromgif('welcometext_bg.gif'); $black = imagecolorallocate($im, 0, 0, 0); $font = 'Volter.ttf'; imagettftext($im, 6.4, 0, 20, 10, $black, $font, stripslashes($img)); imagegif($im); imagedestroy($im); ?>
Code:<? 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-motto">', $content, 2); $div_end = @explode('</div>', $div_start[1], 2); $img = @trim($div_end[0]); $img = "$habbo's mission is: $img"; $im = @imagecreatefromgif('welcometext_bg.gif'); $black = imagecolorallocate($im, 0, 0, 0); $font = 'Volter.ttf'; imagettftext($im, 6.4, 0, 20, 10, $black, $font, stripslashes($img)); imagegif($im); imagedestroy($im); ?>





Reply With Quote




