It's all configurable through the config file :)
It's almost ready. I've been doing work all day so you may need to edit some templates to get the word Zap out :)
Printable View
Always liked UberCMS after using Feedback's.
Will be sure to give this a try:thumbup:
How hard will it be to change from REV?
Nice job, It's possible to add a limit of 5 accounts per IP, for example, customizable on config file?
Looking good Jonty, i've still got the first version of zCMS you gave me last summer, i've edited it up and its smooth:P:
Sure. I'll do it now.
http://gyazo.com/ccca0452559cd9b183139567864e5aa9
And it's on its way :)
UberCMS 2.0.0 - UberCMS 2.rar
I'm pretty sure everything is done. Please tell me what's not working so I can update it. :)
You'll need to add `newcrypto` to the `users` table, its an enum('0','1') NOT NULL DEFAULT '1'
Trying it now :D
Check the first post for installation instructions :)
V'nice release, just a tiny question, 122 MB, what else is included? xD.
- 'Gna give this a try out, might move away from Rev for a while.
- EDIT - Ah nevermind, it's the c_images pack.
Can you please give me a good code? Dont know how to code it...Quote:
You'll need to add `newcrypto` to the `users` table, its an enum('0','1') NOT NULL DEFAULT '1'
Code:CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` char(50) NOT NULL,
`real_name` char(100) NOT NULL DEFAULT '',
`password` char(42) NOT NULL,
`mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
`auth_ticket` varchar(60) NOT NULL,
`rank` int(1) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '0',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double(5,0) NOT NULL DEFAULT '0',
`look` char(100) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` char(50) NOT NULL,
`account_created` char(12) NOT NULL,
`last_online` varchar(20) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` char(20) NOT NULL,
`ip_reg` char(20) NOT NULL,
`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_respect_points` int(1) NOT NULL DEFAULT '3',
`daily_pet_respect_points` int(1) NOT NULL DEFAULT '3',
`newbie_status` int(1) NOT NULL DEFAULT '3',
`is_muted` enum('0','1') NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
`lastdailycredits` char(18) NOT NULL DEFAULT '',
`points` int(11) NOT NULL DEFAULT '0',
`block_trade` enum('1','0') NOT NULL DEFAULT '0',
`crystals` int(11) NOT NULL DEFAULT '0',
`currentquestid` int(11) unsigned NOT NULL,
`currentquestprogress` int(11) NOT NULL,
`achievement_points` int(11) NOT NULL,
`last_offline` varchar(100) DEFAULT '',
`newcrypto` enum('1','0') NOT NULL,
PRIMARY KEY (`username`),
UNIQUE KEY `id` (`id`) USING HASH,
UNIQUE KEY `username` (`username`) USING BTREE,
KEY `ip_last` (`ip_last`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Thanks, for this Jonteh :thumbup:
This is an extremely good CMS coded to a exceptionally high standard. You should be proud of yourself Johnty.
Off-topic; Know where abouts I could buy/download Butterfly?