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 Q&A
Emulator Error
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="Brenner23" data-source="post: 271478" data-attributes="member: 32678"><p>yes</p><p>[CODE]/*</p><p>Navicat MySQL Data Transfer</p><p></p><p>Source Server : localhost</p><p>Source Server Version : 50516</p><p>Source Host : localhost:3306</p><p>Source Database : phx</p><p></p><p>Target Server Type : MYSQL</p><p>Target Server Version : 50516</p><p>File Encoding : 65001</p><p></p><p>Date: 2012-03-24 17:16:57</p><p>*/</p><p></p><p>SET FOREIGN_KEY_CHECKS=0;</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_badge`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_badge`;</p><p>CREATE TABLE `points_badge` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `badge_cost` text COLLATE latin1_general_ci NOT NULL,</p><p> `badge_code` text COLLATE latin1_general_ci NOT NULL,</p><p> PRIMARY KEY (`id`),</p><p> UNIQUE KEY `id` (`id`) USING BTREE</p><p>) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_badge</p><p>-- ----------------------------</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_commands`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_commands`;</p><p>CREATE TABLE `points_commands` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `cost` varchar(255) NOT NULL,</p><p> `command` varchar(255) NOT NULL,</p><p> `name` varchar(255) NOT NULL,</p><p> `desc` varchar(255) NOT NULL,</p><p> PRIMARY KEY (`id`),</p><p> UNIQUE KEY `id` (`id`) USING BTREE</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_commands</p><p>-- ----------------------------</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_credits`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_credits`;</p><p>CREATE TABLE `points_credits` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `credits` varchar(255) NOT NULL,</p><p> `points` varchar(255) NOT NULL,</p><p> PRIMARY KEY (`id`),</p><p> UNIQUE KEY `ID` (`id`) USING BTREE</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_credits</p><p>-- ----------------------------</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_cron`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_cron`;</p><p>CREATE TABLE `points_cron` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `exc_last` varchar(999) NOT NULL,</p><p> `exc_every` varchar(999) NOT NULL DEFAULT '86400',</p><p> `file` varchar(999) NOT NULL,</p><p> `enable` enum('1','0') NOT NULL DEFAULT '1',</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_cron</p><p>-- ----------------------------</p><p>INSERT INTO `points_cron` VALUES ('1', '1332629188', '86400', 'reward.php', '1');</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_daily`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_daily`;</p><p>CREATE TABLE `points_daily` (</p><p> `user_id` varchar(11) NOT NULL DEFAULT '0'</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_daily</p><p>-- ----------------------------</p><p>INSERT INTO `points_daily` VALUES ('0');</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_furni`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_furni`;</p><p>CREATE TABLE `points_furni` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `points` varchar(255) NOT NULL,</p><p> `name` varchar(255) NOT NULL,</p><p> `item_id` varchar(255) NOT NULL,</p><p> `img` varchar(255) NOT NULL,</p><p> PRIMARY KEY (`id`),</p><p> UNIQUE KEY `id` (`id`) USING BTREE</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_furni</p><p>-- ----------------------------</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_logs`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_logs`;</p><p>CREATE TABLE `points_logs` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `userid` int(11) NOT NULL,</p><p> `username` varchar(255) NOT NULL,</p><p> `bought` varchar(255) NOT NULL,</p><p> `date` varchar(255) NOT NULL,</p><p> `attempt` varchar(255) NOT NULL,</p><p> `amount` varchar(255) NOT NULL,</p><p> PRIMARY KEY (`id`),</p><p> UNIQUE KEY `id` (`id`) USING BTREE</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_logs</p><p>-- ----------------------------</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_pixels`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_pixels`;</p><p>CREATE TABLE `points_pixels` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `points` varchar(255) NOT NULL,</p><p> `pixels` varchar(255) NOT NULL,</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_pixels</p><p>-- ----------------------------</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_room`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_room`;</p><p>CREATE TABLE `points_room` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `coins` int(11) NOT NULL,</p><p> `room` varchar(11) NOT NULL,</p><p> `img` varchar(255) NOT NULL,</p><p> `name` varchar(255) NOT NULL,</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_room</p><p>-- ----------------------------</p><p></p><p>-- ----------------------------</p><p>-- Table structure for `points_vip`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `points_vip`;</p><p>CREATE TABLE `points_vip` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `points` varchar(255) NOT NULL,</p><p> `credits` varchar(255) NOT NULL,</p><p> `time` varchar(255) NOT NULL,</p><p> `rank` int(11) NOT NULL DEFAULT '2',</p><p> `pixels` int(11) NOT NULL DEFAULT '0',</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of points_vip</p><p>-- ----------------------------</p><p></p><p>ALTER TABLE `users` ADD COLUMN `vip_time` VARCHAR(255) NOT NULL DEFAULT 0;</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Brenner23, post: 271478, member: 32678"] yes [CODE]/* Navicat MySQL Data Transfer Source Server : localhost Source Server Version : 50516 Source Host : localhost:3306 Source Database : phx Target Server Type : MYSQL Target Server Version : 50516 File Encoding : 65001 Date: 2012-03-24 17:16:57 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `points_badge` -- ---------------------------- DROP TABLE IF EXISTS `points_badge`; CREATE TABLE `points_badge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `badge_cost` text COLLATE latin1_general_ci NOT NULL, `badge_code` text COLLATE latin1_general_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; -- ---------------------------- -- Records of points_badge -- ---------------------------- -- ---------------------------- -- Table structure for `points_commands` -- ---------------------------- DROP TABLE IF EXISTS `points_commands`; CREATE TABLE `points_commands` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cost` varchar(255) NOT NULL, `command` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `desc` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_commands -- ---------------------------- -- ---------------------------- -- Table structure for `points_credits` -- ---------------------------- DROP TABLE IF EXISTS `points_credits`; CREATE TABLE `points_credits` ( `id` int(11) NOT NULL AUTO_INCREMENT, `credits` varchar(255) NOT NULL, `points` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ID` (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_credits -- ---------------------------- -- ---------------------------- -- Table structure for `points_cron` -- ---------------------------- DROP TABLE IF EXISTS `points_cron`; CREATE TABLE `points_cron` ( `id` int(11) NOT NULL AUTO_INCREMENT, `exc_last` varchar(999) NOT NULL, `exc_every` varchar(999) NOT NULL DEFAULT '86400', `file` varchar(999) NOT NULL, `enable` enum('1','0') NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_cron -- ---------------------------- INSERT INTO `points_cron` VALUES ('1', '1332629188', '86400', 'reward.php', '1'); -- ---------------------------- -- Table structure for `points_daily` -- ---------------------------- DROP TABLE IF EXISTS `points_daily`; CREATE TABLE `points_daily` ( `user_id` varchar(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_daily -- ---------------------------- INSERT INTO `points_daily` VALUES ('0'); -- ---------------------------- -- Table structure for `points_furni` -- ---------------------------- DROP TABLE IF EXISTS `points_furni`; CREATE TABLE `points_furni` ( `id` int(11) NOT NULL AUTO_INCREMENT, `points` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `item_id` varchar(255) NOT NULL, `img` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_furni -- ---------------------------- -- ---------------------------- -- Table structure for `points_logs` -- ---------------------------- DROP TABLE IF EXISTS `points_logs`; CREATE TABLE `points_logs` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userid` int(11) NOT NULL, `username` varchar(255) NOT NULL, `bought` varchar(255) NOT NULL, `date` varchar(255) NOT NULL, `attempt` varchar(255) NOT NULL, `amount` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_logs -- ---------------------------- -- ---------------------------- -- Table structure for `points_pixels` -- ---------------------------- DROP TABLE IF EXISTS `points_pixels`; CREATE TABLE `points_pixels` ( `id` int(11) NOT NULL AUTO_INCREMENT, `points` varchar(255) NOT NULL, `pixels` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_pixels -- ---------------------------- -- ---------------------------- -- Table structure for `points_room` -- ---------------------------- DROP TABLE IF EXISTS `points_room`; CREATE TABLE `points_room` ( `id` int(11) NOT NULL AUTO_INCREMENT, `coins` int(11) NOT NULL, `room` varchar(11) NOT NULL, `img` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_room -- ---------------------------- -- ---------------------------- -- Table structure for `points_vip` -- ---------------------------- DROP TABLE IF EXISTS `points_vip`; CREATE TABLE `points_vip` ( `id` int(11) NOT NULL AUTO_INCREMENT, `points` varchar(255) NOT NULL, `credits` varchar(255) NOT NULL, `time` varchar(255) NOT NULL, `rank` int(11) NOT NULL DEFAULT '2', `pixels` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of points_vip -- ---------------------------- ALTER TABLE `users` ADD COLUMN `vip_time` VARCHAR(255) NOT NULL DEFAULT 0; [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Emulator Error
Top