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
Fixes for ALL Habbo Retros (RevCMS)
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="CharlieBowdery" data-source="post: 238416" data-attributes="member: 28694"><p>Ok, I'm well aware that there are many of these type of threads and I'm also aware that some of you will bitch about it, oh well.</p><p></p><p><u>White Screen/Black Screen Fix</u></p><p><strong>There are a number of ways of fixing this;</strong></p><p><strong>One of the most basic fixes for such a issue would be going to updating the web build found in the configuration for your hotel, for those who don't know where to find an updated web build, follow these steps:</strong></p><p></p><ol> <li data-xf-list-type="ol">Go to <a href="http://habbo.com" target="_blank">www.habbo.com</a></li> <li data-xf-list-type="ol">Right click on the page and click either 'Inspect Element' or 'View page source', I prefer using 'View page source', once done look for the following thing:</li> </ol><p>[ATTACH=full]2293[/ATTACH] </p><p> 3. You will be taking the selected code, which in this case would be: <span style="color: #ff0000">63_1dc60c6d6ea6e089c6893ab4e0541ee0/2061</span></p><p> 4. You then will insert this into your web_build in your configuration: </p><p> $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/2036'; //Web_Build</p><p> Once done, save the file</p><p><strong>The next fix for this would be fixing your external variables, these are found in your SWF folder.</strong></p><p><strong>An example of what these should look like are:</strong></p><p>[ATTACH=full]2294[/ATTACH]</p><p></p><p>You need to fill in where the red boxes are with either your IP Address, VPS IP, localhost (This depends on what your server is hosted on)</p><p></p><p><u>Server doesn't load fully (Loads Hotel View)</u></p><p>There are a number of fixes for such an issue, some more common than others, these are all the possible fixes for this specific issue:</p><p></p><p><strong>Change the IP and Port located in your 'Client.php' file located in the STYLE folder of which ever style being used, heres an example:</strong></p><p><strong></strong></p><p><strong>[ATTACH=full]2295[/ATTACH]</strong></p><p><strong></strong></p><p><strong>To do this, you change the first red box named "connection.info.host" to the IP used for your server and then change the second red box named </strong></p><p><strong>"connection.info.port" to '30000'</strong></p><p><strong></strong></p><p><strong></strong></p><p><strong>Next, if it still doesn't work, it might be because of your firewall not allowing the connection into port 30000 and port 30001, to fix this go to</strong></p><p><strong>Start > Control Panel > System Security > Windows Firewall and click 'Advanced settings' and Server manager should open, you then click 'Inbound rules' and new rule and the following page should show:</strong></p><p><strong></strong></p><p><strong>[ATTACH=full]2296[/ATTACH]</strong></p><p><strong></strong></p><p><strong>You then click the port option and then next and your page should look like this:</strong></p><p><strong></strong></p><p><strong>[ATTACH=full]2297[/ATTACH]</strong></p><p><strong>You then input the port '30000' into the box located to the right of 'Specific local ports' and click next and then repeat the instructions above for the port '30001'</strong></p><p><strong></strong></p><p><strong></strong></p><p><u>When registering you get the error: </u></p><p><strong><span style="font-size: 18px"><strong>Unknown column 'seckey' in 'field list'</strong></span></strong></p><p><strong>to fix this, simply open Navicat or PHPMYADMIN and run the following SQL:</strong></p><p><strong><span style="color: #ff0000">ALTER TABLE `users` ADD `seckey` VARCHAR(999)</span></strong></p><p><strong></strong></p><p><strong>Hopefully this helped any of you, this is my first post.. So sorry if it isn't considered 'Professional'..</strong></p><p><strong></strong></p></blockquote><p></p>
[QUOTE="CharlieBowdery, post: 238416, member: 28694"] Ok, I'm well aware that there are many of these type of threads and I'm also aware that some of you will bitch about it, oh well. [U]White Screen/Black Screen Fix[/U] [B]There are a number of ways of fixing this; One of the most basic fixes for such a issue would be going to updating the web build found in the configuration for your hotel, for those who don't know where to find an updated web build, follow these steps:[/B] [LIST=1] [*]Go to [URL='http://habbo.com']www.habbo.com[/URL] [*]Right click on the page and click either 'Inspect Element' or 'View page source', I prefer using 'View page source', once done look for the following thing: [/LIST] [ATTACH=full]2293[/ATTACH] 3. You will be taking the selected code, which in this case would be: [COLOR=#ff0000]63_1dc60c6d6ea6e089c6893ab4e0541ee0/2061[/COLOR] 4. You then will insert this into your web_build in your configuration: $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/2036'; //Web_Build Once done, save the file [B]The next fix for this would be fixing your external variables, these are found in your SWF folder. An example of what these should look like are:[/B] [ATTACH=full]2294[/ATTACH] You need to fill in where the red boxes are with either your IP Address, VPS IP, localhost (This depends on what your server is hosted on) [U]Server doesn't load fully (Loads Hotel View)[/U] There are a number of fixes for such an issue, some more common than others, these are all the possible fixes for this specific issue: [B]Change the IP and Port located in your 'Client.php' file located in the STYLE folder of which ever style being used, heres an example: [ATTACH=full]2295[/ATTACH] To do this, you change the first red box named "connection.info.host" to the IP used for your server and then change the second red box named "connection.info.port" to '30000' Next, if it still doesn't work, it might be because of your firewall not allowing the connection into port 30000 and port 30001, to fix this go to Start > Control Panel > System Security > Windows Firewall and click 'Advanced settings' and Server manager should open, you then click 'Inbound rules' and new rule and the following page should show: [ATTACH=full]2296[/ATTACH] You then click the port option and then next and your page should look like this: [ATTACH=full]2297[/ATTACH] You then input the port '30000' into the box located to the right of 'Specific local ports' and click next and then repeat the instructions above for the port '30001' [/B] [U]When registering you get the error: [/U] [B][SIZE=5][B]Unknown column 'seckey' in 'field list'[/B][/SIZE] to fix this, simply open Navicat or PHPMYADMIN and run the following SQL: [COLOR=#ff0000]ALTER TABLE `users` ADD `seckey` VARCHAR(999)[/COLOR] Hopefully this helped any of you, this is my first post.. So sorry if it isn't considered 'Professional'.. [/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Fixes for ALL Habbo Retros (RevCMS)
Top