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
Server Releases
[REL/DEV] Havana - A Habbo Hotel server for v31+ [Java]
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="Jorian10" data-source="post: 475206" data-attributes="member: 105981"><p>1. Download the latest version of XAMPP</p><p>2. Open the XAMPP Control Panel</p><p>3. Turn on Apache and MySQL (Mariadb)</p><p>4. Go to localhost/phpmyadmin</p><p>5. Make a database called Havana or whatever else you like</p><p>6. Go to <a href="https://github.com/Quackster/Havana" target="_blank">https://github.com/Quackster/Havana</a> and download the whole thing as a zip file</p><p>7. Go to <a href="https://github.com/Quackster/Havana/releases/tag/latest" target="_blank">https://github.com/Quackster/Havana/releases/tag/latest</a> and download the game and web servers there</p><p>8. Extract them both to a folder you can remember</p><p>9. Open the archive you downloaded in step 6. Extract the "tools" folder there to the folder from step 8</p><p>10. In that tools folder, make a new empty folder called "www"</p><p>11. Download this <a href="https://www.mediafire.com/file/x94neh4qbu3l2s2/havana_www.zip/file" target="_blank">https://www.mediafire.com/file/x94ne...a_www.zip/file</a></p><p>12. Extract everything from step 11 to that empty www folder you created in step 10</p><p>12b. Copy figuredata.xml from tools to your Havana folder, else the server will complain later</p><p>13. Go to localhost/phpmyadmin and open your Havana database.</p><p>14. Import the Havana.sql that is in the tools folder</p><p>15. Import the groups.sql that is in the tools folder</p><p>16. Go to your XAMPP control panel and turn off the Apache web server. Don't turn off your SQL server</p><p>17. Open a command prompt on Windows (cmd)</p><p>18. Navigate to your Havana folder</p><p>19. Type "java - jar web.jar" (Assuming web.jar is the name of the Havana-web-blabla.jar thing)</p><p>20. Open another command prompt and navigate to your Havana folder again</p><p>21. Type "java -jar server.jar" (Assuming server.jar is the name of the Havana-Server-blabla.jar thing)</p><p>22. Both files will generate settings files for you to edit</p><p>23. Edit those files according to your database settings</p><p>24. Edit the bindings if you want other people on your server</p><p>25. Turn on the web and game servers again via cmd, it should work now.</p><p></p><p>If you want other users on your server, you should edit some entries in the "settings" table in your database. Since we don't have phpmyadmin anymore (XAMPP's web server is turned off!), i recommend the free program HeidiSQL (Google it) to do that. Also, a lot of stuff in dcr/v31/external_variables.txt is set to "localhost". This also needs to be edited if you want other users to be able to join you. You can also use HeidiSQL to give yourself admin rank. You can do this by changing the rank of your user to 7 in the users table.</p><p></p><p>[USER=1711]@deemster[/USER]</p></blockquote><p></p>
[QUOTE="Jorian10, post: 475206, member: 105981"] 1. Download the latest version of XAMPP 2. Open the XAMPP Control Panel 3. Turn on Apache and MySQL (Mariadb) 4. Go to localhost/phpmyadmin 5. Make a database called Havana or whatever else you like 6. Go to [URL]https://github.com/Quackster/Havana[/URL] and download the whole thing as a zip file 7. Go to [URL]https://github.com/Quackster/Havana/releases/tag/latest[/URL] and download the game and web servers there 8. Extract them both to a folder you can remember 9. Open the archive you downloaded in step 6. Extract the "tools" folder there to the folder from step 8 10. In that tools folder, make a new empty folder called "www" 11. Download this [URL='https://www.mediafire.com/file/x94neh4qbu3l2s2/havana_www.zip/file']https://www.mediafire.com/file/x94ne...a_www.zip/file[/URL] 12. Extract everything from step 11 to that empty www folder you created in step 10 12b. Copy figuredata.xml from tools to your Havana folder, else the server will complain later 13. Go to localhost/phpmyadmin and open your Havana database. 14. Import the Havana.sql that is in the tools folder 15. Import the groups.sql that is in the tools folder 16. Go to your XAMPP control panel and turn off the Apache web server. Don't turn off your SQL server 17. Open a command prompt on Windows (cmd) 18. Navigate to your Havana folder 19. Type "java - jar web.jar" (Assuming web.jar is the name of the Havana-web-blabla.jar thing) 20. Open another command prompt and navigate to your Havana folder again 21. Type "java -jar server.jar" (Assuming server.jar is the name of the Havana-Server-blabla.jar thing) 22. Both files will generate settings files for you to edit 23. Edit those files according to your database settings 24. Edit the bindings if you want other people on your server 25. Turn on the web and game servers again via cmd, it should work now. If you want other users on your server, you should edit some entries in the "settings" table in your database. Since we don't have phpmyadmin anymore (XAMPP's web server is turned off!), i recommend the free program HeidiSQL (Google it) to do that. Also, a lot of stuff in dcr/v31/external_variables.txt is set to "localhost". This also needs to be edited if you want other users to be able to join you. You can also use HeidiSQL to give yourself admin rank. You can do this by changing the rank of your user to 7 in the users table. [USER=1711]@deemster[/USER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Server Releases
[REL/DEV] Havana - A Habbo Hotel server for v31+ [Java]
Top