Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Sep 2006
    Location
    Oxford, United Kingdom
    Posts
    574
    Tokens
    0

    Default

    Quote Originally Posted by Lite View Post
    isnt this illegal though as its stealing bandwith
    Alot of fansites link to the habbohotel homepages images anyway.

    I should think that Sulake wouldnt mind anyway, lol.

  2. #12
    Join Date
    Oct 2006
    Location
    UK
    Posts
    166
    Tokens
    0

    Default

    Sulake probably have like 99999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999999999999999 9999999999999999999999999999999GB Bandwidth anyway.

  3. #13
    Join Date
    Jun 2006
    Posts
    1,587
    Tokens
    0

    Latest Awards:

    Default

    Yeh they might not but the point is you do go and steal from a shop then go oh it doesnt matter they have several thousand anyway, The point is its illegal, I think lol.

  4. #14
    Join Date
    Mar 2005
    Posts
    6,366
    Tokens
    325

    Latest Awards:

    Default

    It's not illegal really. It's not you that's stealing the bandwidth really, it's the people reading the webpage. You can set it all up to remove remote access, so I don't see the problem.
    Last edited by alexxxxx; 31-10-2006 at 10:13 PM.
    goodbye.

  5. #15
    Join Date
    May 2006
    Location
    Huntingdon (Cambridgeshire UK)
    Posts
    3,395
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Tea View Post
    Yeah, I checked. It's been posted about 40 times. But i'm re-opening the debate.

    form.html

    Code:
     
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>What does your Habbo look like?</title>
    </head>
    <body>
    <form action="habbo.php" method="post">
    Enter Habbo Name: <input type="text" name="name" /><br />
    Enter Hex Code: <input type="text" name="hex" value="000000" /><br />
    Enter Habbo Rotation: <input type="text" name="habbo" />
    <br /><input type="submit" name="submit" value="Submit" />
    <br /><br />
    If you don't know what a hex code is, leave the form as 000000
    <br />For rotation enter a number from 1 to 9.
    </body>
    </html>
    Quote Originally Posted by George Morgan View Post
    PHP Code:
    <?
    header
    ("Content-Type: image/gif");
    $thumbWidth "60";
    $thumbHeight "120";
    $name $_GET[name];
    $url "http://www.habbohotel.co.uk/habbo-imaging/collagepr?name_2_txt=0&name_2_y=-117&name_2_x=-491&h_2_dir=2&h_2_name=0&h_2_frame=0&h_2_gesture=0&h_2_action=0&h_2_y=0&h_2_x=0&name_1_txt=No%20Such%20User!&name_1_y=-597&name_1_x=-471&stampY=-1048&stampX=-1019&h_1_dir=3&h_1_name=$name&h_1_frame=0&h_1_gesture=sml&h_1_action=wav&h_1_y=1&h_1_x=0&overlay=0&overlayY=-95&overlayX=-39&logoY=-300&logoX=-300&bkg=0&bkgY=-95&bkgX=-38&bkgColor=ffffff&picH=320&picW=61&quality5&img-format=png&xml-template=imageCreator_1_name";
    $srcImg imagecreatefrompng($url);
    $origWidth imagesx($srcImg); 
    $origHeight imagesy($srcImg);  
    $thumbImg imagecreate($thumbWidth$thumbHeight);
    imagecopyresized($thumbImg$srcImg0000$thumbWidth$thumbHeightimagesx($thumbImg), imagesy($thumbImg));
    $ImgWhite imagecolorallocate($thumbImg255255255);
    imagefill($thumbImg00$ImgWhite);
    imagecolortransparent($thumbImg$ImgWhite);
    imagegif($thumbImg);
    imagedestroy($thumbImg);
    ?>
    Can anybody edit the html file so it does what George created?

  6. #16
    Join Date
    Oct 2006
    Posts
    2,918
    Tokens
    946
    Habbo
    Verrou

    Latest Awards:

    Default

    Can someone make a code for the Australian Habbo?
    Quote Originally Posted by Special-1k View Post
    How do you uninstall an internet? I want to uninstall my Google Chrome and
    get firefox but I never really got rid of an internet my dad usually did it for me.
    If you know how post below so I can do this.

  7. #17
    Join Date
    May 2006
    Location
    Wakefield, West Yorkshire
    Posts
    1,118
    Tokens
    0

    Latest Awards:

    Default

    Just put the code george gave in habbo.php

  8. #18
    Join Date
    Apr 2006
    Location
    Australia
    Posts
    307
    Tokens
    0

    Default

    Quote Originally Posted by Verrou View Post
    Can someone make a code for the Australian Habbo?
    done and done

    PHP Code:
    <?
    header
    ("Content-Type: image/gif");
    $thumbWidth "60";
    $thumbHeight "120";
    $name $_GET[name];
    $url "http://www.habbo.com.au/habbo-imaging/collagepr?name_2_txt=0&name_2_y=-117&name_2_x=-491&h_2_dir=2&h_2_name=0&h_2_frame=0&h_2_gesture=0&h_2_action=0&h_2_y=0&h_2_x=0&name_1_txt=No%20Such%20User!&name_1_y=-597&name_1_x=-471&stampY=-1048&stampX=-1019&h_1_dir=3&h_1_name=$name&h_1_frame=0&h_1_gesture=sml&h_1_action=wav&h_1_y=1&h_1_x=0&overlay=0&overlayY=-95&overlayX=-39&logoY=-300&logoX=-300&bkg=0&bkgY=-95&bkgX=-38&bkgColor=ffffff&picH=320&picW=61&quality5&img-format=png&xml-template=imageCreator_1_name";
    $srcImg imagecreatefrompng($url);
    $origWidth imagesx($srcImg); 
    $origHeight imagesy($srcImg);  
    $thumbImg imagecreate($thumbWidth$thumbHeight);
    imagecopyresized($thumbImg$srcImg0000$thumbWidth$thumbHeightimagesx($thumbImg), imagesy($thumbImg));
    $ImgWhite imagecolorallocate($thumbImg255255255);
    imagefill($thumbImg00$ImgWhite);
    imagecolortransparent($thumbImg$ImgWhite);
    imagegif($thumbImg);
    imagedestroy($thumbImg);
    ?>

  9. #19
    Join Date
    May 2006
    Location
    Huntingdon (Cambridgeshire UK)
    Posts
    3,395
    Tokens
    0

    Latest Awards:

    Default

    I love you Catastrophical!

  10. #20
    Join Date
    May 2006
    Location
    Huntingdon (Cambridgeshire UK)
    Posts
    3,395
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Fridge View Post
    Just put the code george gave in habbo.php
    Tried, no luck.

Page 2 of 2 FirstFirst 12

Posting Permissions

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