[Release] PixelTimeCMS Dingo Edit

Riz

Member
Apr 25, 2012
58
21
Hey Devbest!
I've got a nice CMS from Dingohotel.

Live demo: (dutch)

Download:

Greetz, Riz

The only stupid thing, it's dutch.
 

DingoHotel

New Member
Jan 2, 2014
2
0
Hi,

For the 'Dingo vdWeek' script, we have a SQL structure. Here is the Sql structure:

-- ----------------------------
-- Table structure for `users`
-- ----------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`real_name` varchar(100) NOT NULL DEFAULT '',
`password` varchar(5000) NOT NULL,
`mail` varchar(50) NOT NULL DEFAULT '[email protected]',
`auth_ticket` text,
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '50000',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`look` varchar(255) NOT NULL DEFAULT 'sh-290-77.ch-210-66.hd-180-1.lg-270-78.hr-100-31',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`account_created` varchar(50) NOT NULL,
`last_online` varchar(50) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` varchar(120) NOT NULL,
`ip_reg` varchar(120) NOT NULL,
`home_room` int(10) unsigned NOT NULL DEFAULT '536',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_respect_points` int(11) NOT NULL DEFAULT '3',
`daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`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',
`hide_online` enum('0','1') DEFAULT '0',
`hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
`mail_verified` varchar(devil) NOT NULL DEFAULT '0',
`vip` enum('0','1') NOT NULL DEFAULT '0',
`volume` int(3) NOT NULL DEFAULT '100',
`account_twitter` varchar(225) DEFAULT NULL,
`account_msn` varchar(225) DEFAULT NULL,
`accept_trading` enum('0','1') NOT NULL DEFAULT '1',
`geheim_pass` varchar(50) NOT NULL DEFAULT '',
`home_bg` varchar(255) NOT NULL DEFAULT ' ',
`home_text` varchar(999) NOT NULL,
`dj` enum('0','1') NOT NULL DEFAULT '0',
`dvdw` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=229 DEFAULT CHARSET=latin1;

With this SQL structure you can automatically fix that Script and the DeeJay Script!

100% Credits to: dingohotel.be

Greetz, DingoHotel
 

DingoHotel

New Member
Jan 2, 2014
2
0
how to configure this cms? have you test it? lol ive never used pixeltimecms :rasta:

You can configure the CMS by clicking Includes >> Inc.bootrap and you can translate the CMS by clicking NL.php, and yes we've tested it. for a preview you can look at: dingohotel.be

(PS: In PixelTimeCMS @HK.Dashboard there is a error. We also fixed that, also you can edit your news. All the exploits are filtered, so you're safe.)
 

Nehalem

Aug 31, 2013
293
47
Hi,

For the 'Dingo vdWeek' script, we have a SQL structure. Here is the Sql structure:

-- ----------------------------
-- Table structure for `users`
-- ----------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`real_name` varchar(100) NOT NULL DEFAULT '',
`password` varchar(5000) NOT NULL,
`mail` varchar(50) NOT NULL DEFAULT '[email protected]',
`auth_ticket` text,
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '50000',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`look` varchar(255) NOT NULL DEFAULT 'sh-290-77.ch-210-66.hd-180-1.lg-270-78.hr-100-31',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`account_created` varchar(50) NOT NULL,
`last_online` varchar(50) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` varchar(120) NOT NULL,
`ip_reg` varchar(120) NOT NULL,
`home_room` int(10) unsigned NOT NULL DEFAULT '536',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_respect_points` int(11) NOT NULL DEFAULT '3',
`daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`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',
`hide_online` enum('0','1') DEFAULT '0',
`hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
`mail_verified` varchar(devil) NOT NULL DEFAULT '0',
`vip` enum('0','1') NOT NULL DEFAULT '0',
`volume` int(3) NOT NULL DEFAULT '100',
`account_twitter` varchar(225) DEFAULT NULL,
`account_msn` varchar(225) DEFAULT NULL,
`accept_trading` enum('0','1') NOT NULL DEFAULT '1',
`geheim_pass` varchar(50) NOT NULL DEFAULT '',
`home_bg` varchar(255) NOT NULL DEFAULT ' ',
`home_text` varchar(999) NOT NULL,
`dj` enum('0','1') NOT NULL DEFAULT '0',
`dvdw` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=229 DEFAULT CHARSET=latin1;

With this SQL structure you can automatically fix that Script and the DeeJay Script!

100% Credits to: dingohotel.be

Greetz, DingoHotel
Don't run that query if you want to keep your users, since that will drop the entire users table.
 

Rastaberry

Rooster 4 president 2k14
Dec 3, 2010
247
29
There ain't much done to this CMS only the header that has been changed and some parts nothing more.

Anyway good release thanks.
 

Delite

Member
Nov 15, 2013
31
1
Config is one:

Includes -> languages -> nl-NL.php
&
Includes -> inc.bootstrap.php :D
 
Last edited:

Hindi

System.out.println(" ");
Dec 30, 2012
989
192
This CMS is amazing, I'd translate for you, But which emulator does this work wif?
 

CrestHawk

Member
Dec 4, 2010
37
5
No, the catalogue is a self-made catalogue, we won't release it.

Please, at least for me 1 person, you could help 1 person and make 1 person happy. The first person to make a Habbo retro worked hard on it, and he didn't have to share anything with US, but they did cause he had a heart and understood we wanted to experience Habbo to the fullest. Don't be like Sulake, share something with the people that will make US happy, Btw you got a R63B type catalog on R63A, and I have a R63B type Habbo.SWF for R63A so I just thought it would be a good match.
 

Users who are viewing this thread

Top