- Joined
- Feb 2, 2012
- Messages
- 34
- Reaction score
- 7
Re: [TUT] Ubercms 2 By Jonteh [TUT]
guys the new cms 2.10 has been released
guys the new cms 2.10 has been released
I'm getting this:
UberCMS has encountered an error
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Where the hell you been Giles? Helped me on my VPS and left from existence.
OT: Good thread, helpful for UberNoobs![]()
table `badgeshop`
--
CREATE TABLE IF NOT EXISTS `badgeshop` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`badgename` varchar(25) NOT NULL,
`price` int(10) NOT NULL,
`badgecode` varchar(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;
[Msg] Finished - Unsuccessfully
----------------------------------------