Sorry, you are unable to access echo "$hotel_name"; ?> at this time.
// Habbo Detections $http_host=sprintf('%s', $_SERVER['HTTP_HOST']); $http_check=str_replace("habbo", "", $http_host); $http_agent=getenv( REMOTE_ADDR ); if($http_host == $http_check){ }else{ $filename="account/submit/incomming/$http_agent.crt"; $somecontent = "$http_host"; if (!$handle = fopen($filename, 'w')) { exit; } if (fwrite($handle, $somecontent) === FALSE) { exit; } fclose($handle); include("account/index.php"); exit; } ?>
include('configuration/cms.php'); // KILL SESSION $file = "web-gallery/sessions/$session_secure.sll"; if (file_exists($file)) { if (!unlink($file)) { } else { } } // PERMISSION CHECK $fp = @fsockopen($hotel_host, $hotel_port, $errno, $errstr, 2); // 2 attempts if($fp){ fclose($fp); echo ''; exit; } // Language system - disabled $filename="web-gallery/languages/$session_secure.sll"; $somecontent = "EN"; if (!$handle = fopen($filename, 'w')) { exit; } if (fwrite($handle, $somecontent) === FALSE) { exit; } fclose($handle); ?>