Log in

View Full Version : Need Imager Script



Author
15-02-2007, 01:13 AM
Hi there!

I need an imager script that shows the Habbo standing on the block with the badge they are using beside them as well. I don't like having the mission and name there, but if you have a script with that it will be awesome.

It's for my site so it'll be cool. Thanks for your help <33

Drompo
15-02-2007, 01:02 PM
http://www.habmania.co.uk/uploads/figure.zip
Is the Status and the Image Scripts.

Or Downloads The one made by Thomas and edit it
http://www.habboxforum.com/showthread.php?t=310015

ZAG
15-02-2007, 03:52 PM
The link on my thread doesnt work. My reseller is down ;/

But heres an imager script using my script habboFunctions (http://thomas.uk.to/habboFunctions.zip)

Just keep this script in the same folder as the habboFunctions.php file.



<?php
header("Content-type: image/gif");
include("habboFunctions.php");
$HabboName = "Lost_Witness";
$Hotel = "co.uk";
$HabboHome = setHome($Hotel, $HabboName);
$im = imagecreatefromgif(getHabboFigure($HabboHome));
imagegif($im);
imagedestroy($im);
?>
http://thomas.uk.to/Test.php

Just an example.

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