Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Location
    Toronto, Canada
    Posts
    35
    Tokens
    0

    Default Need Imager Script

    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 3
    Brett



    GIVE LINDSAY LOHAN A COMEBACK!



  2. #2
    Join Date
    Jul 2006
    Location
    Athens
    Posts
    842
    Tokens
    0

    Default

    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
    Last edited by Drompo; 15-02-2007 at 01:03 PM.


  3. #3
    Join Date
    Jan 2007
    Location
    West Yorkshire
    Posts
    384
    Tokens
    0

    Default

    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 Code:
    <?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.
    Last edited by ZAG; 15-02-2007 at 03:53 PM.

    “two players, two sides.
    one is light, one is dark.”
    - John Locke

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •