Re: FizzCMS {UBERCMS-EDIT}
Look's good man :) Thanks!
-
I love fiss
Re: FizzCMS {UBERCMS-EDIT}
Looks great the design, just don't like referrals :S
For the design, I give 8/10...
I'm really glad to see uberCMS back.
Re: FizzCMS {UBERCMS-EDIT}
Would someone mind uploading just the CMS?
Other I love Buzz'z CMS so this is just plain awesome! Great release, a good UberCMS with a lot of addons :)
Re: FizzCMS {UBERCMS-EDIT}
Once mine has downloaded i will upload the CMS alone with no swfs...
EDIT
Link to CMS no swfs
https://mega.co.nz/#!4sIgxJoA!NeRCTi...W3t5OgYQKO6lyY
Re: FizzCMS {UBERCMS-EDIT}
nice one .. purple background :zippy: , it's sexy .. Thank :)
Re: FizzCMS {UBERCMS-EDIT}
Anyone else getting this http://prntscr.com/1lcbag on the /me Page? Also the black bar at the top doesn't show up on any page for me.
Re: FizzCMS {UBERCMS-EDIT}
Quote:
Originally Posted by
FatalLulz
Anyone else getting this
Screenshot by Lightshot on the /me Page? Also the black bar at the top doesn't show up on any page for me.
Check your images (if your self hosting, means you host your images not using habbo's web gallery, if you're using habbo's gallery then check your web_build).
I cba to dl it myself and check if it contains it's own images or using habbo's, so yh do what i said.
Re: FizzCMS {UBERCMS-EDIT}
Re: FizzCMS {UBERCMS-EDIT}
Purple & Black = Buzz Hotel.
They had some cool designs in the past :)
I dont think this is worthy to rename as it is just another color scheme and index.
Re: FizzCMS {UBERCMS-EDIT}
Like the design, nice release.
Re: FizzCMS {UBERCMS-EDIT}
When i edit the config and then try to get on it using localhost i get this error
Database Error
Table 'chilldb.site_cron' doesn't exist
Any help? Thanks.
Re: FizzCMS {UBERCMS-EDIT}
Re: FizzCMS {UBERCMS-EDIT}
Quote:
Originally Posted by
Maxam1ill0n
When i edit the config and then try to get on it using localhost i get this error
Database Error
Table 'chilldb.site_cron' doesn't exist
Any help? Thanks.
Insert this to your database:
Code:
CREATE TABLE IF NOT EXISTS `site_cron` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`prio` int(11) NOT NULL DEFAULT '5',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`scriptfile` varchar(50) NOT NULL,
`last_exec` int(11) NOT NULL,
`exec_every` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;