-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
G33k
Just to mention guys, there are / should be backdoors in this, because 'jonty' is one of 'UGnazi' lead members joshthegod.
I wouldn't download this for sure.
I'm pretty sure Jonty isn't joshthegod..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
You cant change home styles.
Guestbook + friends bugging.
+ I want more widgets.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
You cant change home styles.
Guestbook + friends bugging.
+ I want more widgets.
You have to go through all the files in ../myhabbo/ and look for the included files... they will say inc/..... instead of includes/....
for example require_once '../inc/class.homes.php'; should be require_once '../includes/class.homes.php';
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
You have to go through all the files in ../myhabbo/ and look for the included files... they will say inc/..... instead of includes/....
for example require_once '../inc/class.homes.php'; should be require_once '../includes/class.homes.php';
Thanks again xd
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Having these error's. How do i fix them?
Image: 1e21d6de295aca2974f1061cb9b2c7b6.png
Edit: I fixed it all i needed to do is put //
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
How to make client working for Internet Explorer too ? ..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
SOmeone should release 1 thats Fully fixed
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Bradshly
SOmeone should release 1 thats Fully fixed
What problems are you having? I have all of mine sorted out working with my Phoenix emulator except the client "Update Adobe Flash" problem. :S
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Bow
What problems are you having? I have all of mine sorted out working with my Phoenix emulator except the client "Update Adobe Flash" problem. :S
I don't understand with mine.. I have to login twice to actually get logged in, Its annoying and plus my pages just loads proper slow!
RevCMS is fast as anything, I dont understand how i can make them load any faster.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jewix
I don't understand with mine.. I have to login twice to actually get logged in, Its annoying and plus my pages just loads proper slow!
RevCMS is fast as anything, I dont understand how i can make them load any faster.
Yeah, I wouldn't know. I've not had any issues with UberCMS 2.0 yet. I've had to run a couple queries from the SQL Phoenix comes with to work with my Phoenix Emulator, but that's about it. Everything works like a charm (except the client).
It loads and then refresh's to api.php -__-
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jewix
I don't understand with mine.. I have to login twice to actually get logged in, Its annoying and plus my pages just loads proper slow!
RevCMS is fast as anything, I dont understand how i can make them load any faster.
Host the web-gallery by yourself, to load it faster.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
My problem is it wnt connect with my database from revcms Phoenix.
and i have to keep registering to login else it just dont login
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Are there anymore widgets? I only have guestbook, profile and friends
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
anyway i can add this to my phoenix database from revcms
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I fixed the Table 'uber.cms_guestbook_entries' doesn't exist error.
Code:
CREATE TABLE IF NOT EXISTS `cms_guestbook_entries` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`message` varchar(500) DEFAULT NULL,
`time` varchar(100) DEFAULT NULL,
`widget_id` int(10) DEFAULT NULL,
`home_id` int(10) DEFAULT NULL,
`userid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Quote:
Originally Posted by
Bradshly
My problem is it wnt connect with my database from revcms Phoenix.
and i have to keep registering to login else it just dont login
Yep you need to edit your `users`
============
Guestbooks are bugging.
I get 404 error.
http://i46.tinypic.com/o9gt4x.png