I am using the habboclass code but i am having a couple of problems
Here i set a couple of variables so it can get the dataPHP Code:<?php
$habboname = "00chips";
$hotel .= ".co.uk";
?>
And that is supposed to create the URL to the habbo homePHP Code:$this->data = file_get_contents("http://habbo" . $hotel . "/home/" . $habboname);
but when I try to open that URL using the variable $data it doesnt work?
anybode got any ideas (below is full code)
edit: its being naff and wont let me show the full code
edit2: $this->data is equel to $data



Reply With Quote