[UberCMS] Problem

mesocool

New Member
Jan 31, 2012
19
1
Hi, Ive recently switched from Revcms to uber.
Only problem is, im getting a few problems.

The layout is really weird.
Some screens




I am running it on Xamp.
I have tried different versions of uber, but they all do the same thing.

I have also googled it, and have not found anything that resolves it.

Please Help! Thanks
 

Node

ⱢḭḲΣ Λ βṒṨṨ...
Feb 4, 2012
70
23
most likely you need to update the webbuild. 63_1dc60c6d6ea6e089c6893ab4e0541ee0/903 is habbos current webbuild. I reccomend you add auto web_build though
 

mesocool

New Member
Jan 31, 2012
19
1
I have fixed it.
Thank you :)

Although some pages are still quite stuffed up.



Any other suggestions to fix this new problem?
 

Node

ⱢḭḲΣ Λ βṒṨṨ...
Feb 4, 2012
70
23
<?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('
$webbuild = get_between($content, " ", "/web-gallery");
dbquery("UPDATE site_config SET webbuild = '$webbuild' ");
?>


thats code for webbuild.php
 

mesocool

New Member
Jan 31, 2012
19
1
<?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('
$webbuild = get_between($content, " ", "/web-gallery");
dbquery("UPDATE site_config SET webbuild = '$webbuild' ");
?>


thats code for webbuild.php
Where do i put it?
do i make a new page and paste it in.

But what do i have to fix up on : class.tpl to get it to read?

And any ideas on the
Although some pages are still quite stuffed up.

 

Node

ⱢḭḲΣ Λ βṒṨṨ...
Feb 4, 2012
70
23
search where it says web build hit ctrl h and replace all th old web builds

and in cronscripts make a new php file and paste that init
 

mesocool

New Member
Jan 31, 2012
19
1
search where it says web build hit ctrl h and replace all th old web builds

and in cronscripts make a new php file and paste that init

Ok i have created the web_build.php
Where it has webbuild in class.tpl What do i replace
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/903');
With?

And also i still need help with

 

iBritz

Member
May 28, 2012
66
23
Ok Thanks.



I still need help with this problem.
Anyone able to help?

You can always download an register page that works
By searching... (Your cms) Register page release.

Would give you link but on phone sorry.

Also other problem your cm images are messed up if you pm ill fix them for you. If not pm me and ill write how to fix it.
 

Feedback

Haboa Hotel
Jun 11, 2012
80
14
It's best of you use a pre-made CMS, as the original ubercms has a lot of exploits, why not try UberCMS 2.0;

And if you need the database;

--------

Setup

  1. Edit /includes/configuration/system_config.php​
  2. Edit /includes/configuration/ubercms_config.php​
  3. Import the database from the SQLs in the SQL download​
 

Users who are viewing this thread

Top