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
(HELP) Braincms
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="Tomgnus" data-source="post: 450345" data-attributes="member: 86488"><p>Hi i try to use Phoenix emulator a R63 hotell beside Braincms but here is the wired part, i can make the acc, but when i sing out and tryin to login agian its just tells me that the password is wrong and i am 100% typing it right, any way to fix this?</p><p>[automerge]1561294161[/automerge]</p><p>but if i take the table structure form plus emu it works, but then the client goes to reload.php and the connection gets dropped, so its something i need to just find the correct edit to fix in the for the R63? phoenix db</p><p>[automerge]1561294294[/automerge]</p><p>Plus emu</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) NOT NULL AUTO_INCREMENT,</p><p> `username` varchar(125) NOT NULL,</p><p> `password` varchar(255) DEFAULT NULL,</p><p> `mail` varchar(255) DEFAULT '<a href="mailto:defaultuser@meth0d.org">defaultuser@meth0d.org</a>',</p><p> `auth_ticket` varchar(60) NOT NULL,</p><p> `rank` int(1) unsigned DEFAULT '1',</p><p> `rank_vip` int(1) DEFAULT '1',</p><p> `credits` int(11) DEFAULT '50000',</p><p> `vip_points` int(11) DEFAULT '0',</p><p> `activity_points` int(11) DEFAULT '5000',</p><p> `look` char(255) DEFAULT NULL,</p><p> `gender` enum('M','F') DEFAULT 'M',</p><p> `motto` char(50) DEFAULT NULL,</p><p> `account_created` char(12) DEFAULT '0',</p><p> `last_online` int(11) DEFAULT '0',</p><p> `online` enum('0','1') DEFAULT '0',</p><p> `ip_last` varchar(45) DEFAULT '',</p><p> `ip_reg` varchar(45) DEFAULT NULL,</p><p> `home_room` int(10) DEFAULT '0',</p><p> `is_muted` enum('0','1') DEFAULT '0',</p><p> `block_newfriends` enum('0','1') DEFAULT '0',</p><p> `hide_online` enum('0','1') DEFAULT '0',</p><p> `hide_inroom` enum('0','1') DEFAULT '0',</p><p> `vip` enum('0','1') DEFAULT '1',</p><p> `volume` varchar(15) DEFAULT '100,100,100',</p><p> `last_change` int(20) DEFAULT '0',</p><p> `machine_id` varchar(125) DEFAULT '',</p><p> `focus_preference` enum('0','1') DEFAULT '0',</p><p> `chat_preference` enum('0','1') DEFAULT '0',</p><p> `pets_muted` enum('0','1') DEFAULT '0',</p><p> `bots_muted` enum('0','1') DEFAULT '0',</p><p> `advertising_report_blocked` enum('0','1') DEFAULT '0',</p><p> `gotw_points` int(11) DEFAULT '0',</p><p> `ignore_invites` enum('0','1') DEFAULT '0',</p><p> `time_muted` double DEFAULT '0',</p><p> `allow_gifts` enum('0','1') DEFAULT '1',</p><p> `trading_locked` double DEFAULT '0',</p><p> `friend_bar_state` enum('0','1') NOT NULL DEFAULT '1',</p><p> `disable_forced_effects` enum('0','1') NOT NULL DEFAULT '0',</p><p> `allow_mimic` enum('1','0') NOT NULL DEFAULT '1',</p><p> `user_likes` int(11) DEFAULT '0',</p><p> `pin` varchar(4) DEFAULT NULL,</p><p> `teamrank` int(1) DEFAULT '0',</p><p> PRIMARY KEY (`id`,`auth_ticket`),</p><p> UNIQUE KEY `id` (`id`) USING HASH,</p><p> UNIQUE KEY `username` (`username`) USING BT<img src="https://cdn.devbest.com/data/assets/smilies/REE.png" srcset="https://cdn.devbest.com/data/assets/smilies/REE.png 1x, https://cdn.devbest.com/data/assets/smilies/REE-2x.png 2x" class="smilie" loading="lazy" alt="REE" title="REE REE" data-shortname="REE" />,</p><p> KEY `rank` (`rank`),</p><p> KEY `ip_last` (`ip_last`),</p><p> KEY `ip_reg` (`ip_reg`),</p><p> KEY `credits` (`credits`),</p><p> KEY `activity_points` (`activity_points`),</p><p> KEY `online` (`online`),</p><p> KEY `mail` (`mail`),</p><p> KEY `machine_id` (`machine_id`),</p><p> KEY `auth_ticket` (`auth_ticket`),</p><p> KEY `last_online` (`last_online`),</p><p> KEY `home_room` (`home_room`),</p><p> KEY `rank_vip` (`rank_vip`),</p><p> KEY `messenger` (`id`,`username`,`look`,`motto`,`last_online`) USING BT<img src="https://cdn.devbest.com/data/assets/smilies/REE.png" srcset="https://cdn.devbest.com/data/assets/smilies/REE.png 1x, https://cdn.devbest.com/data/assets/smilies/REE-2x.png 2x" class="smilie" loading="lazy" alt="REE" title="REE REE" data-shortname="REE" /></p><p>) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;</p><p></p><p></p><p>Phoenix</p><p></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(50) NOT NULL,</p><p> `mail` varchar(50) NOT NULL DEFAULT '<a href="mailto:defaultuser@meth0d.org">defaultuser@meth0d.org</a>',</p><p> `auth_ticket` varchar(60) NOT NULL,</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 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',</p><p> `gender` enum('M','F') NOT NULL DEFAULT 'M',</p><p> `motto` varchar(50) 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 '0',</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') NOT NULL DEFAULT '0',</p><p> `hide_inroom` enum('0','1') NOT NULL DEFAULT '0',</p><p> `mail_verified` varchar(6) 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> `accept_trading` enum('0','1') NOT NULL DEFAULT '1',</p><p> `user_likes` int(11) DEFAULT '0',</p><p> `pin` varchar(4) DEFAULT NULL,</p><p> `teamrank` int(1) DEFAULT '0',</p><p> PRIMARY KEY (`id`,`auth_ticket`)</p><p>) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;</p></blockquote><p></p>
[QUOTE="Tomgnus, post: 450345, member: 86488"] Hi i try to use Phoenix emulator a R63 hotell beside Braincms but here is the wired part, i can make the acc, but when i sing out and tryin to login agian its just tells me that the password is wrong and i am 100% typing it right, any way to fix this? [automerge]1561294161[/automerge] but if i take the table structure form plus emu it works, but then the client goes to reload.php and the connection gets dropped, so its something i need to just find the correct edit to fix in the for the R63? phoenix db [automerge]1561294294[/automerge] Plus emu -- ---------------------------- -- Table structure for users -- ---------------------------- DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(125) NOT NULL, `password` varchar(255) DEFAULT NULL, `mail` varchar(255) DEFAULT '[email]defaultuser@meth0d.org[/email]', `auth_ticket` varchar(60) NOT NULL, `rank` int(1) unsigned DEFAULT '1', `rank_vip` int(1) DEFAULT '1', `credits` int(11) DEFAULT '50000', `vip_points` int(11) DEFAULT '0', `activity_points` int(11) DEFAULT '5000', `look` char(255) DEFAULT NULL, `gender` enum('M','F') DEFAULT 'M', `motto` char(50) DEFAULT NULL, `account_created` char(12) DEFAULT '0', `last_online` int(11) DEFAULT '0', `online` enum('0','1') DEFAULT '0', `ip_last` varchar(45) DEFAULT '', `ip_reg` varchar(45) DEFAULT NULL, `home_room` int(10) DEFAULT '0', `is_muted` enum('0','1') DEFAULT '0', `block_newfriends` enum('0','1') DEFAULT '0', `hide_online` enum('0','1') DEFAULT '0', `hide_inroom` enum('0','1') DEFAULT '0', `vip` enum('0','1') DEFAULT '1', `volume` varchar(15) DEFAULT '100,100,100', `last_change` int(20) DEFAULT '0', `machine_id` varchar(125) DEFAULT '', `focus_preference` enum('0','1') DEFAULT '0', `chat_preference` enum('0','1') DEFAULT '0', `pets_muted` enum('0','1') DEFAULT '0', `bots_muted` enum('0','1') DEFAULT '0', `advertising_report_blocked` enum('0','1') DEFAULT '0', `gotw_points` int(11) DEFAULT '0', `ignore_invites` enum('0','1') DEFAULT '0', `time_muted` double DEFAULT '0', `allow_gifts` enum('0','1') DEFAULT '1', `trading_locked` double DEFAULT '0', `friend_bar_state` enum('0','1') NOT NULL DEFAULT '1', `disable_forced_effects` enum('0','1') NOT NULL DEFAULT '0', `allow_mimic` enum('1','0') NOT NULL DEFAULT '1', `user_likes` int(11) DEFAULT '0', `pin` varchar(4) DEFAULT NULL, `teamrank` int(1) DEFAULT '0', PRIMARY KEY (`id`,`auth_ticket`), UNIQUE KEY `id` (`id`) USING HASH, UNIQUE KEY `username` (`username`) USING BTREE, KEY `rank` (`rank`), KEY `ip_last` (`ip_last`), KEY `ip_reg` (`ip_reg`), KEY `credits` (`credits`), KEY `activity_points` (`activity_points`), KEY `online` (`online`), KEY `mail` (`mail`), KEY `machine_id` (`machine_id`), KEY `auth_ticket` (`auth_ticket`), KEY `last_online` (`last_online`), KEY `home_room` (`home_room`), KEY `rank_vip` (`rank_vip`), KEY `messenger` (`id`,`username`,`look`,`motto`,`last_online`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; Phoenix -- ---------------------------- -- 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(50) NOT NULL, `mail` varchar(50) NOT NULL DEFAULT '[email]defaultuser@meth0d.org[/email]', `auth_ticket` varchar(60) NOT NULL, `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 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62', `gender` enum('M','F') NOT NULL DEFAULT 'M', `motto` varchar(50) 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 '0', `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') NOT NULL DEFAULT '0', `hide_inroom` enum('0','1') NOT NULL DEFAULT '0', `mail_verified` varchar(6) NOT NULL DEFAULT '0', `vip` enum('0','1') NOT NULL DEFAULT '0', `volume` int(3) NOT NULL DEFAULT '100', `accept_trading` enum('0','1') NOT NULL DEFAULT '1', `user_likes` int(11) DEFAULT '0', `pin` varchar(4) DEFAULT NULL, `teamrank` int(1) DEFAULT '0', PRIMARY KEY (`id`,`auth_ticket`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
(HELP) Braincms
Top