Does anyone have a UberCMS imager?

JoshuaLuke

Posting Freak
Jan 29, 2012
529
51
Hey,

When Habbo is in downtime, none of my user-images display, the characters show up as little red crosses.

I was wondering if anyone had a imager like Zap Hotels.

Eg.

The images must be in my directory though xx

Thanks
Josh
 

Livar

Now 35% cooler!
Oct 15, 2010
846
86
PHP:
<?php
    # This script was provided by Danny Bisby. (Bubbo)
    
    
    # Which hotel are you getting the images from?
    $supa['hotel_images'] = "nl";

    # < Script starts >
    $url = "http://habbo." . $supa['hotel_images'] . "/habbo-imaging/avatarimage?" . http_build_query($_GET);
    header('Content-Type: image/png');
    exit(file_get_contents($url));
    
?>
[/PH]
 

JoshuaLuke

Posting Freak
Jan 29, 2012
529
51
PHP:
<?php
    # This script was provided by Danny Bisby. (Bubbo)
   
   
    # Which hotel are you getting the images from?
    $supa['hotel_images'] = "nl";
 
    # < Script starts >
    $url = "http://habbo." . $supa['hotel_images'] . "/habbo-imaging/avatarimage?" . http_build_query($_GET);
    header('Content-Type: image/png');
    exit(file_get_contents($url));
   
?>
[/PH]

Can you give instructions, like what files I make, and what link do I put (EG.URL/figure.php?name=%habboname%&look=%look%&head_direction= etc etc)
 

JoshuaLuke

Posting Freak
Jan 29, 2012
529
51
I input:
And I get the little icon, that says its broken link. So nothing displays really:

18nh2h.png
 

Users who are viewing this thread

Top