Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL
so how would i fix this error please somebody msg me back on here will help me alot!!! 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.
---------- Post added at 02:38 AM ---------- Previous post was at 02:31 AM ----------
it is any other sulitions?
Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL
Quote:
Originally Posted by
ZackJarvis1
so how would i fix this error please somebody msg me back on here will help me alot!!! 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.
---------- Post added at 02:38 AM ---------- Previous post was at 02:31 AM ----------
it is any other sulitions?
you have to make sure u did this right
create a php file named WebBuild.php and put this in it.
PHP Code:
<?php
if (!defined('UBER') || !UBER)
{
exit;
}
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");
dbquery("UPDATE site_config SET webbuild = '$webbuild' ");
?>
save that file in inc/cron_scripts
Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL
ok now i got it up wat about this the image's are still messed up look. rangohotel.no-ip.org
Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL
try my webbuild fix, i think that should help.
Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL
Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL
Search for it: webbuild fix 202+
Posted via Mobile Device
Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL
OK ty so much but now how can i get looks to work?
Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL
Quote:
Originally Posted by
ZackJarvis1
OK ty so much but now how can i get looks to work?
just go to the thread http://forum.ragezone.com/f353/webbu...-202-a-742330/ why are you people such hard work :rolleyes:
Re: [UberCMS]AutoUpdate WebBuild - Updated with SQL