Nice, help alot of people, including me.
Nice, help alot of people, including me.
Someone has errors when habbo.com change their webbuild shit! Go-a-head
Fix:
go to your webbuild.php and edit this code:
tofunction get_between($input, $start, $end)
{
$substr = substr($input, strlen($start)+strpos($input, $start), (strlen($input) - strpos($input, $end))*(-1));
return $substr;
}
Then it will work 100%function get_between($content,$start,$end){
$r = explode($start, $content);
if (isset($r[1])){
$r = explode($end, $r[1]);
return $r[0];
}
return '';
}
Last edited by NewLights; 09-03-11 at 03:16 PM.
It works! Thanks you so much ! :D
I have got a problem,
I just paste the php code under like you sat.PHP Code:uberCore::GetWebBuild() in C:\xampp\htdocs\global.php on line 95
Never mind i forgot to save the file...Code:define('FORCE_MAINTENANCE', ((uberCore::GetMaintenanceStatus() == "1") ? true : false)); define('WEBBUILD', uberCore::GetWebBuild());
Last edited by ladot1001; 20-03-11 at 06:33 PM.
ERROR: Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\inc\class.tpl.php on line 34 help?
and on line 34 is:
$this->SetParam('web_build_str', '51-BUILD45 - 18.05.2010 16:16 - uk');
Help?
Last edited by robertm3363; 05-04-11 at 01:34 PM.
Now everything's sticking to the left of the page for me.. Maybe I did something wrong.. Or my database just hates me >.>
help it says to be Cron Error
Could not execute cron job 'webbuild.php': could not locate script file.
Script execution was aborted. We apoligize for the possible inconvenience. If this problem is persistant, please contact an Administrator. how do i fix dat!?
'.' Habbo changed paths remmeber??
yer didnt they remove the v2 maps?
Habbo removed the v2 folders, this script will still work though. you just have to find the v2 fix.
you have to make sure the webbuild.php is in inc/cron_scripts
yes they did, but like i said this will still work