[UberCMS] UberCMS Error help? [HELP]

Vair

Member
Sep 19, 2011
134
17
Sorry for all these help request. I'm a noob.. But if anyone knows how to fix these problems I get can you please help me?

Image of error

qrxms9.png
 

NuclearHotel

Member
Feb 3, 2012
43
0
you need to create a Webbuild.php file in Cron_scripts

PHP:
<?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' ");
?>
 

Users who are viewing this thread

Top