Results 1 to 2 of 2

Thread: Question

  1. #1
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default Question

    Firstly I must of PM'ed everyone including the Help Desk manager. Why have I not got my help desk trial any more?

    Also A while ago someone posted a code were it got the rare values from Habbox and when you updated them that code updated at the same time. The code is:

    PHP Code:
    <?php
    $page 
    file_get_contents("https://habbox.com/site/content/view/73/219/"); 
    $start explode('<table border="0" cellpadding="0" cellspacing="10" width="100%">'$page2);
    $end explode('</table>The rare values'$start[1], 2);
    $amount trim($end[0]);
    echo 
    "<table border='0' cellpadding='2' cellspacing='3' width='500' bgcolor='#FFFFFF'> $amount </table>"// You can change the display settings of the table containing the rare values here.
    ?>
    Am I allowed to place this on my site with a notice saying "We thank Habbox.com for supplying the rare values" or something along those lines?

    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    leeds
    Posts
    3,889
    Tokens
    1,603

    Latest Awards:

    Default

    You will need to contact the HXHD manager about your trial. ANd to display habbox values you will need a note under/above them stating they are from here.

Posting Permissions

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