Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Release] PixelTimeCMS Dingo Edit
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="DingoHotel" data-source="post: 256727" data-attributes="member: 41429"><p>Hi,</p><p></p><p>For the 'Dingo vdWeek' script, we have a SQL structure. Here is the Sql structure:</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `users`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `users`;</p><p>CREATE TABLE `users` (</p><p> `id` int(11) unsigned NOT NULL AUTO_INCREMENT,</p><p> `username` varchar(50) NOT NULL,</p><p> `real_name` varchar(100) NOT NULL DEFAULT '',</p><p> `password` varchar(5000) NOT NULL,</p><p> `mail` varchar(50) NOT NULL DEFAULT '<a href="mailto:defaultuser@meth0d.org">defaultuser@meth0d.org</a>',</p><p> `auth_ticket` text,</p><p> `rank` int(11) unsigned NOT NULL DEFAULT '1',</p><p> `credits` int(11) NOT NULL DEFAULT '50000',</p><p> `vip_points` int(11) NOT NULL DEFAULT '0',</p><p> `activity_points` int(11) NOT NULL DEFAULT '0',</p><p> `activity_points_lastupdate` double NOT NULL DEFAULT '0',</p><p> `look` varchar(255) NOT NULL DEFAULT 'sh-290-77.ch-210-66.hd-180-1.lg-270-78.hr-100-31',</p><p> `gender` enum('M','F') NOT NULL DEFAULT 'M',</p><p> `motto` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,</p><p> `account_created` varchar(50) NOT NULL,</p><p> `last_online` varchar(50) NOT NULL,</p><p> `online` enum('0','1') NOT NULL DEFAULT '0',</p><p> `ip_last` varchar(120) NOT NULL,</p><p> `ip_reg` varchar(120) NOT NULL,</p><p> `home_room` int(10) unsigned NOT NULL DEFAULT '536',</p><p> `respect` int(11) NOT NULL DEFAULT '0',</p><p> `daily_respect_points` int(11) NOT NULL DEFAULT '3',</p><p> `daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',</p><p> `newbie_status` int(11) NOT NULL DEFAULT '0',</p><p> `is_muted` enum('0','1') NOT NULL DEFAULT '0',</p><p> `mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',</p><p> `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',</p><p> `block_newfriends` enum('0','1') NOT NULL DEFAULT '0',</p><p> `hide_online` enum('0','1') DEFAULT '0',</p><p> `hide_inroom` enum('0','1') NOT NULL DEFAULT '0',</p><p> `mail_verified` varchar(devil) NOT NULL DEFAULT '0',</p><p> `vip` enum('0','1') NOT NULL DEFAULT '0',</p><p> `volume` int(3) NOT NULL DEFAULT '100',</p><p> `account_twitter` varchar(225) DEFAULT NULL,</p><p> `account_msn` varchar(225) DEFAULT NULL,</p><p> `accept_trading` enum('0','1') NOT NULL DEFAULT '1',</p><p> `geheim_pass` varchar(50) NOT NULL DEFAULT '',</p><p> `home_bg` varchar(255) NOT NULL DEFAULT '<a href="http://dingohotel.be/cache/images/achtergrond.gif" target="_blank">http://dingohotel.be/cache/images/achtergrond.gif</a>',</p><p> `home_text` varchar(999) NOT NULL,</p><p> `dj` enum('0','1') NOT NULL DEFAULT '0',</p><p> `dvdw` enum('0','1') NOT NULL DEFAULT '0',</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM AUTO_INCREMENT=229 DEFAULT CHARSET=latin1;</p><p></p><p>With this SQL structure you can automatically fix that Script and the DeeJay Script!</p><p></p><p>100% Credits to: dingohotel.be</p><p></p><p>Greetz, DingoHotel</p></blockquote><p></p>
[QUOTE="DingoHotel, post: 256727, member: 41429"] 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]defaultuser@meth0d.org[/email]', `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 '[url]http://dingohotel.be/cache/images/achtergrond.gif[/url]', `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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Release] PixelTimeCMS Dingo Edit
Top