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 Tutorials
Common Problem Answers (Some) And Other Stuff
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="St4nley" data-source="post: 198117" data-attributes="member: 31081"><p>Hello, i drew up this chart showing how to fix some common problems. I didnt put GREAT effort into it but i made it while reading many answered threads. I encourage you to add onto the list and repost as i will in the near Future, because i am no where near done but i wanted to post it before i go to bed. I might delete this thread if i get hate, and ill work harder on it. Sorry if there are mistakes please correct me if so!</p><p> </p><p>~Knowledge Is Power</p><p> </p><p>Common Problems:</p><p> </p><p>White Client:</p><p>Web Build is out of date</p><p> </p><p>Furni Not Loading And Clothes Not Loading:</p><p>External Variables arent correct</p><p> </p><p>Black client:</p><p>the paths arent right in external_variables and the config</p><p> </p><p>EMU ERROR:</p><p>AT mysql.Data.MySqlClient.MySqlConnectionStringBuilder</p><p>= Missing ODBC Connector or they need to be updated</p><p> </p><p>Go Straight to a room when you enter client:</p><p>Run query UPDATE `users` SET `home_room` = 'id'</p><p> </p><p>Black Client With R63B</p><p>Adblock must be turned off or go into your files and find banner.php and change it tobanner.png. Problem Solved</p><p> </p><p>Changning Root password in MySQL if hacked or forgotten:</p><p><a href="http://www.cyberciti.biz/faq/mysql-change-root-password/" target="_blank">http://www.cyberciti.biz/faq/mysql-change-root-password/</a></p><p> </p><p> </p><p>Black Client after Logo Loading (Portforwarding):</p><p> </p><p>Server Manager > Windows Firewall > Inbound Rule > New Rule This will open a wizzard.</p><p>Click "Port" and then click Next.</p><p>Let it stay at TCP, and at Specific local ports fill in the port you need opened (1232), click Next</p><p>Let it stay at Allow the connection, click Next</p><p>Let everything enabled, click Next</p><p>Give it a name ("Phoenix") and a description ("Port for Phoenix", optionable), click Finish</p><p>And the port is open.</p><p> </p><p>RevCMS Field 'achievement_points' doesn't have a default value upon Registering:</p><p> </p><p>Go into the database and add one;</p><p>User -> structure -> achievement_points -> edit -> default (as defined) enter number -> save</p><p> </p><p>Can't Register (Security Key)</p><p><em><span style="font-size: 13px"><span style="font-family: 'Tahoma'"><span style="color: #333333">ALTER TABLE `users` ADD `seckey` VARCHAR(999) - Run This Query</span></span></span></em></p><p> </p><p> </p><p>AVATAR NOT SHOWING ON ME PAGE</p><p>(REVCMS) GO TO APP/TPL/SKINS/(YOURSKIN) THEN FIND ME.PHP AND HIT CONTROL ON YOUR KEYBOARD SEARCH FOR AVATAR AND FIND HABBO.COM IN THE LINK NEXT TO AVATAR AND REPLACE THAT WITH HABBO.NL DO THIS FOR ALL PAGES, SUCH AS ME PAGE, STAFF PAGE, ETC.</p><p> </p><p>Client Button Not Working? (RevCMS 1.9.9.9)</p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">Go to TPL, Skins, Mango, and you will find account.php , me.php, logout.php and a few more. In all of them Press CTRL and H, and find Api.php and replace with Client.</span></span></span></p><p> </p><p>Butterfly Emu Cannot create Rooms:</p><p>RUN THIS QUERY <span style="font-family: 'Consolas'">SET@@global.sql_mode ='';</span></p><p><span style="font-family: 'Consolas'">THEN RESTART EMULATOR</span></p><p> </p><p>R63B AdBlock Fix:</p><p>1) Go to your SWF folder and open `external_variables.txt`</p><p>2) Find the code 'banner.php'</p><p>3) Change it to 'banner.png'</p><p>4) Clear cache and reload!</p><p>Credits Go To <span style="font-size: 11px">XxXTheOfficialNickiMinajXxX</span></p><p> </p><p><span style="font-size: 15px"><strong>Ubercms2 Friend Request D/C Fix-</strong></span></p><p>MAKE SURE YOUR USERS TABLE IN DATABASE IS EMPTY! OR IT WILL NOT SAVE ~<span style="font-size: 15px"><em><strong>CREDITS TO Br4d</strong></em></span></p><p> </p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">if your not using Ubercms Just Skip To the database Part</span></span></span></p><p> </p><p><strong><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">Find this in Class.users.php</span></span></span></strong></p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">PHP:</span></span></span></p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">Code:</span></span></span></p><p><span style="color: #333333"><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="font-size: 12px">dbquery("INSERT INTO users (username,password,mail,auth_ticket,rank,look,gend er,motto,credits,activity_points,last_online,accou nt_created,ip_reg) VALUES ('" . $username . "','" . $passwordHash . "','" . $email . "','','" . $rank . "','" . $figure . "','" . $sex . "','','500','1000','','" . date('d-M-Y') . "','". $_SERVER['REMOTE_ADDR'] . "')");$id = intval(mysql_result(dbquery("SELECT id FROM users WHERE username = '" . $username . "' ORDER BY id DESC LIMIT 1"), 0))</span></span></span></span></p><p> </p><p><strong><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">Replace it w</span></span></span><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">ith</span></span></span></strong></p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">Code:</span></span></span></p><p><span style="color: #333333"><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="font-size: 12px">dbquery("INSERT INTO users (username,password,mail,auth_ticket,rank,look,gender,motto,credits,activity_points,last_online,account_created,ip_reg) VALUES ('" . $username . "','" . $passwordHash . "','" . $email . "','','" . $rank . "','" . $figure . "','" . $sex . "','','500','1000','', UNIX_TIMESTAMP() ,'" .$_SERVER['REMOTE_ADDR'] . "')");</span></span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">$id = intval(mysql_result(dbquery("SELECT id FROM users WHERE username = '" . $username . "' ORDER BY id DESC LIMIT 1"), 0));</span></span></span></p><p> </p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">Then Run This Is your Database</span></span></span></p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">PHP:</span></span></span></p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">update users set last_online = UNIX_TIMESTAMP();</span></span></span></p><p> </p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">Then Right Click On Users Click Design Table</span></span></span></p><p> </p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">Then Set this: </span></span></span><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333"><img src="http://i.imgur.com/HRjQMiZ.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></span></span></span></p><p> </p><p> </p><p><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333">to this : </span></span></span><span style="font-size: 13px"><span style="font-family: 'Verdana'"><span style="color: #333333"><img src="http://i.imgur.com/luhNq8J.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></span></span></span></p><p> </p><p> </p><p>Automatic Paypal Download:</p><p><a href="http://www.mediafire.com/?s7ii6yzq4h51gsj" target="_blank">http://www.mediafire.com/?s7ii6yzq4h51gsj</a></p><p><a href="http://www.virustotal.com/file-scan/report.html?id=f71120626c432ef1107f82b6b9e4f7efe741feddcbabc22cb0a0378ddc090281-1323716013#" target="_blank">http://www.virustotal.com/file-scan/report.html?id=f71120626c432ef1107f82b6b9e4f7efe741feddcbabc22cb0a0378ddc090281-1323716013#</a></p></blockquote><p></p>
[QUOTE="St4nley, post: 198117, member: 31081"] Hello, i drew up this chart showing how to fix some common problems. I didnt put GREAT effort into it but i made it while reading many answered threads. I encourage you to add onto the list and repost as i will in the near Future, because i am no where near done but i wanted to post it before i go to bed. I might delete this thread if i get hate, and ill work harder on it. Sorry if there are mistakes please correct me if so! ~Knowledge Is Power Common Problems: White Client: Web Build is out of date Furni Not Loading And Clothes Not Loading: External Variables arent correct Black client: the paths arent right in external_variables and the config EMU ERROR: AT mysql.Data.MySqlClient.MySqlConnectionStringBuilder = Missing ODBC Connector or they need to be updated Go Straight to a room when you enter client: Run query UPDATE `users` SET `home_room` = 'id' Black Client With R63B Adblock must be turned off or go into your files and find banner.php and change it tobanner.png. Problem Solved Changning Root password in MySQL if hacked or forgotten: [URL]http://www.cyberciti.biz/faq/mysql-change-root-password/[/URL] Black Client after Logo Loading (Portforwarding): Server Manager > Windows Firewall > Inbound Rule > New Rule This will open a wizzard. Click "Port" and then click Next. Let it stay at TCP, and at Specific local ports fill in the port you need opened (1232), click Next Let it stay at Allow the connection, click Next Let everything enabled, click Next Give it a name ("Phoenix") and a description ("Port for Phoenix", optionable), click Finish And the port is open. RevCMS Field 'achievement_points' doesn't have a default value upon Registering: Go into the database and add one; User -> structure -> achievement_points -> edit -> default (as defined) enter number -> save Can't Register (Security Key) [I][SIZE=13px][FONT=Tahoma][COLOR=#333333]ALTER TABLE `users` ADD `seckey` VARCHAR(999) - Run This Query[/COLOR][/FONT][/SIZE][/I] AVATAR NOT SHOWING ON ME PAGE (REVCMS) GO TO APP/TPL/SKINS/(YOURSKIN) THEN FIND ME.PHP AND HIT CONTROL ON YOUR KEYBOARD SEARCH FOR AVATAR AND FIND HABBO.COM IN THE LINK NEXT TO AVATAR AND REPLACE THAT WITH HABBO.NL DO THIS FOR ALL PAGES, SUCH AS ME PAGE, STAFF PAGE, ETC. Client Button Not Working? (RevCMS 1.9.9.9) [SIZE=13px][FONT=Verdana][COLOR=#333333]Go to TPL, Skins, Mango, and you will find account.php , me.php, logout.php and a few more. In all of them Press CTRL and H, and find Api.php and replace with Client.[/COLOR][/FONT][/SIZE] Butterfly Emu Cannot create Rooms: RUN THIS QUERY [FONT=Consolas]SET@@global.sql_mode ='';[/FONT] [FONT=Consolas]THEN RESTART EMULATOR[/FONT] R63B AdBlock Fix: 1) Go to your SWF folder and open `external_variables.txt` 2) Find the code 'banner.php' 3) Change it to 'banner.png' 4) Clear cache and reload! Credits Go To [SIZE=11px]XxXTheOfficialNickiMinajXxX[/SIZE] [SIZE=4][B]Ubercms2 Friend Request D/C Fix-[/B][/SIZE] MAKE SURE YOUR USERS TABLE IN DATABASE IS EMPTY! OR IT WILL NOT SAVE ~[SIZE=4][I][B]CREDITS TO Br4d[/B][/I][/SIZE] [SIZE=13px][FONT=Verdana][COLOR=#333333]if your not using Ubercms Just Skip To the database Part[/COLOR][/FONT][/SIZE] [B][SIZE=13px][FONT=Verdana][COLOR=#333333]Find this in Class.users.php[/COLOR][/FONT][/SIZE][/B] [SIZE=13px][FONT=Verdana][COLOR=#333333]PHP:[/COLOR][/FONT][/SIZE] [SIZE=13px][FONT=Verdana][COLOR=#333333]Code:[/COLOR][/FONT][/SIZE] [COLOR=#333333][SIZE=13px][FONT=Verdana][SIZE=12px]dbquery("INSERT INTO users (username,password,mail,auth_ticket,rank,look,gend er,motto,credits,activity_points,last_online,accou nt_created,ip_reg) VALUES ('" . $username . "','" . $passwordHash . "','" . $email . "','','" . $rank . "','" . $figure . "','" . $sex . "','','500','1000','','" . date('d-M-Y') . "','". $_SERVER['REMOTE_ADDR'] . "')");$id = intval(mysql_result(dbquery("SELECT id FROM users WHERE username = '" . $username . "' ORDER BY id DESC LIMIT 1"), 0))[/SIZE][/FONT][/SIZE][/COLOR] [B][SIZE=13px][FONT=Verdana][COLOR=#333333]Replace it w[/COLOR][/FONT][/SIZE][SIZE=13px][FONT=Verdana][COLOR=#333333]ith[/COLOR][/FONT][/SIZE][/B] [SIZE=13px][FONT=Verdana][COLOR=#333333]Code:[/COLOR][/FONT][/SIZE] [COLOR=#333333][SIZE=13px][FONT=Verdana][SIZE=12px]dbquery("INSERT INTO users (username,password,mail,auth_ticket,rank,look,gender,motto,credits,activity_points,last_online,account_created,ip_reg) VALUES ('" . $username . "','" . $passwordHash . "','" . $email . "','','" . $rank . "','" . $figure . "','" . $sex . "','','500','1000','', UNIX_TIMESTAMP() ,'" .$_SERVER['REMOTE_ADDR'] . "')");[/SIZE][/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]$id = intval(mysql_result(dbquery("SELECT id FROM users WHERE username = '" . $username . "' ORDER BY id DESC LIMIT 1"), 0));[/FONT][/SIZE][/COLOR] [SIZE=13px][FONT=Verdana][COLOR=#333333]Then Run This Is your Database[/COLOR][/FONT][/SIZE] [SIZE=13px][FONT=Verdana][COLOR=#333333]PHP:[/COLOR][/FONT][/SIZE] [SIZE=13px][FONT=Verdana][COLOR=#333333]update users set last_online = UNIX_TIMESTAMP();[/COLOR][/FONT][/SIZE] [SIZE=13px][FONT=Verdana][COLOR=#333333]Then Right Click On Users Click Design Table[/COLOR][/FONT][/SIZE] [SIZE=13px][FONT=Verdana][COLOR=#333333]Then Set this: [/COLOR][/FONT][/SIZE][SIZE=13px][FONT=Verdana][COLOR=#333333][IMG]http://i.imgur.com/HRjQMiZ.png[/IMG][/COLOR][/FONT][/SIZE] [SIZE=13px][FONT=Verdana][COLOR=#333333]to this : [/COLOR][/FONT][/SIZE][SIZE=13px][FONT=Verdana][COLOR=#333333][IMG]http://i.imgur.com/luhNq8J.png[/IMG][/COLOR][/FONT][/SIZE] Automatic Paypal Download: [URL]http://www.mediafire.com/?s7ii6yzq4h51gsj[/URL] [URL]http://www.virustotal.com/file-scan/report.html?id=f71120626c432ef1107f82b6b9e4f7efe741feddcbabc22cb0a0378ddc090281-1323716013#[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
Common Problem Answers (Some) And Other Stuff
Top