Log in

View Full Version : Habbo Mission and Habbo Birthday in signature!



Belacme
20-11-2006, 02:15 PM
http://www.imager.ffwbmarion.com/mission/YoURNAME.php

http://www.imager.ffwbmarion.com/created/YOURNAME.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="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);
?>

You need the Volter.ttf which can be found at http://www.habbodown.com



<?
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);
?>

Charlie
20-11-2006, 02:17 PM
I don't get how you do it? :(

Kanker.
20-11-2006, 02:21 PM
Why would you want 'Birthday' in our sig's?

Belacme
20-11-2006, 02:24 PM
Its when your Habbo was created..

Ryan.
20-11-2006, 04:45 PM
Where the hell do people find these things out lol..

+rep mate

Belacme
20-11-2006, 05:18 PM
All this does is search your Habbo home for that DIV.

If I work on it today im going to show your friends list if you have that widget on your home

uber
20-11-2006, 05:25 PM
It's cool!
But it uses html, so speech marks come out as
http://www.imager.ffwbmarion.com/mission/computational.php

Belacme
20-11-2006, 05:29 PM
Ick... hmm

tekni
20-11-2006, 05:40 PM
Well done Kev

@Charlie: It's PHP [coding language]

Pretty simple if you know.

-1.
20-11-2006, 06:27 PM
Its pretty boring...

Belacme
20-11-2006, 06:47 PM
So are you

-1.
20-11-2006, 06:48 PM
Thanks very much.

Zaub
22-11-2006, 07:06 AM
yeah do you wanna explain it more easily? You don't tell us what to name the thing or anything

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