Lilian
30-06-2007, 06:18 PM
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
$page = file_get_contents("http://www.habbox.com/site/content/view/73/219/");
$start = explode('<table border="0" cellpadding="0" cellspacing="10" width="100%">', $page, 2);
$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
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
$page = file_get_contents("http://www.habbox.com/site/content/view/73/219/");
$start = explode('<table border="0" cellpadding="0" cellspacing="10" width="100%">', $page, 2);
$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