If Habbo is in maintenance [WEBBUILD-FIX]
If habbo.com/nl/es/ect is in maintenance
Use this code for close it, or change the redirect to a page where it says whats wrong
This code is removed becease its not really useful...
or
edit our webbuild.php to
Code:
function get_between($input, $start, $end)
{
$substr = substr($input, strlen($start)+strpos($input, $start), (strlen($input) - strpos($input, $end))*(-1));
return $substr;
}
$content = file_get_contents('http://habbo.com/');
$webbuild = get_between($content, "http://images.habbo.com/habboweb/", "/web-gallery");
if(!empty($webbuild))
{
dbquery("UPDATE site_config SET webbuild = '$webbuild' ");
}
Cya,,
Habblet:love:
Re: If Habbo is in maintenance [WEBBUILD-FIX]
Well, that isn't really a proper way to do it..
Re: If Habbo is in maintenance [WEBBUILD-FIX]
Quote:
Originally Posted by
PEjump2
Well, that isn't really a proper way to do it..
Thats right, but its just a little small spimpel fix.
Re: If Habbo is in maintenance [WEBBUILD-FIX]
I thought this was already released?
Re: If Habbo is in maintenance [WEBBUILD-FIX]
Re: If Habbo is in maintenance [WEBBUILD-FIX]
yeah...... that looks pretty familiar
Re: If Habbo is in maintenance [WEBBUILD-FIX]
opps, delete this comment.
Re: If Habbo is in maintenance [WEBBUILD-FIX]
come on just download the styles and images en dont steal bandwith from habbo :)
Re: If Habbo is in maintenance [WEBBUILD-FIX]