How to make a webhosted habbo? R63

TheSuperHB

New Member
Sep 3, 2013
9
0
Does anyone know how to make a WebHosted habbo retro?
I know that you need:
- VPS
- And a webhost that allows remote MySQL

but I can't find a free webhost with remote MySQL. does anyone have any? I did try a test on 000webhost to see if my EMU can connect to it but i can't... it has the error saying that it can't find it. or something like that.
 

St4nley

Member
Apr 13, 2013
469
76
the issue isnt in the vps nor the web platformer aka IIS or XAMPP. its your lack of trying and attention span sorry. If you didnt give up so easily everything would work...
 

Nutty

Member
Aug 28, 2013
115
10
You would have to put the CMS on the webhost, and have the SWF's and EMU on the VPS.
I could help you set this up via join.me or Teamview 7.

But, hosting the CMS on a webhost would cost more, and is dangerous unless you get a off-shore host.
Because most web-host's don't allow habbo related material on their hosts.
 

dimavanbeveren

New Member
Apr 19, 2013
7
0
Its very easy.

1.download a cms (I recomend you to download PhoenixPHP)
2.download a emulator (I recomend you to download phoenix emu 1.3.7)
3.Now you need a webhost, for example
4.Go to ftp acces
5.Now enter filezilla with your ftp details
6.Upload the cms
7.Now you have to upload a database
8.Go to databases or phpmyadmin and make a new database
9.Upload the sql file wich is in the emulator pack
10. Go back to ur ftp and search for the config.php
11. Change db.user=blabla (Data is in databases or phpmyadmin)
12. Change db.name=blabla (Data is in databases or phpmyadmin)
13. Change the db.password = blabla (Change to the password you set up)
14.Now save the config.php
15.Now here is where the brainy comes in handy :D
16. Go to your computer (NOT THE FTP) and open the emu pack.
17.Now open the config.php
18.Now set it up like this

Code:
## Phoenix 3.0 System Configuration File
## Licence Information
*************.username= *Your Phoenix Username*
*************.password= *Your Phoenix Password*
## MySQL Configuration
db.hostname=*ping your website, then put the IP that returns here*
db.port=3306
db.username=*the db user you created from above*
db.password=*the password to the db user you created from above*
db.name=*the name of the db that was created from above*
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=*The IP of the machine you are hosting the EMULATOR on*
game.tcp.port=*The Gameport*
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=*The IP of the machine you are hosting the EMULATOR on*
mus.tcp.port=*The MUS port*
mus.tcp.allowedaddr=*ping your website, then put the IP that returns here*

19.Now go to your housekeeping on your site
20.Set up everything (For the variables and blablabla go to habboswf.com )
21.Now you have to update the webbuild
22.Go to habbo.com and view the html code (for google chrome CTRL+U)
23.Copy the webbuild number
Here is a example :
Code:
 var habboStaticFilePath = "https://habboo-a.akamaihd.net/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2245/web-gallery";
2245 is the webbuild here

24.Now open client/index.php in filezilla
25.Change the webbuild
26.Save index.php
27.Launch emu
28.Now you finished

CONGRATS
 

Users who are viewing this thread

Top