- Feb 5, 2013
- 1,180
- 412
Hello Devbest!
[CREDITS TO KyleVonnie for his Xampp TUT, Please Check it Out if you are using Xampp]
I am Jeffrey8116 and i will be here to give you a tutorial on How to make a R63B Hotel with IIS.
I will be Hosting The Download links for some people who arent able:
SQL- For Bcstorm
First off You need IIS to begin creating your Hotel.
IIS:
*note that you do not need to download MYSQL from The website. It is included in MWPI, so you can install!*
Now download Microsoft Web Platform Installer here:
4. Now search the following in the search box of MWPI*:
PHP 5 (Select any version as long as it is PHP 5.X)
----------------------------------------------------------------------------------------------------------------------------
Adding a Few Parts:
Search UP Mysql in the MWPI. Download Mysql 5.1
-----------------------------------------------------------------------------------------------------------------------------
(The Installed will appear if that tool is already installed, if not it is Add button that will appear. Then click the install button below:
URL Rewrite 2.0
This will help the web.config work properly.
[Follow back to My Tutorial]
When you are installing it will ask you to create a MYSQL password, Put what ever password you want for ex: asj9dj!, But do not put Family123, as you may get hacked with a easy password!
After the installation proccess is complete. Go to your C:\inetpub\wwwroot and delete everything.
[This is the time you download REVCMS] After downloading the Revcms edited for R63B, Copy it and place it in your wwwroot folder.
Delete htaccess as IIS does not recognize it, Instead download this file:
Setting up your Hotel!
Download Navicat mysql or cracked.
- once you have installed, go to setup connection: add your password
- set up db ( right click and press new db)
- name it r63b
- click on it
- go to queries
- press new queries
- press file
- press load
- a window will open up. Click on r63b.sql on where you placed it
- after it opens and loads press RUN
wait a while, when it is done go to the next step
Now go to app/management/config.php. [Recommend you download notepad++]
Edit The following:
mysql- password
- database [ if a different name]
Change localhost to your Website in : , external-vars,external-texts,product data, furni data, and SWF-folder! Now after you have done editing, Place your SWF Folder into wwwroot. click on the swf folder, look for external variables: press ctrl h and put in localhost and in the box where it says replace put it your hotel url for example: devbest.com You are done with the setting up your hotel. Setting up your Emulator Now open your BCSTORM-LEON file, and click on these following files BIN/Debug/settings go edit :
place your password and your db in the setting, put in in TCP/IP your IP and MUSTCP Your IP and for mus.tcp.allowedaddr=localhost;[IP] <-- change [IP] to your IP! Change the hotel links to
You are Done with the Set Up. Load your EMU
[CREDITS TO KyleVonnie for his Xampp TUT, Please Check it Out if you are using Xampp]
I am Jeffrey8116 and i will be here to give you a tutorial on How to make a R63B Hotel with IIS.
I will be Hosting The Download links for some people who arent able:
You must be registered for see links
- Credits to Kryptos
You must be registered for see links
- Credits to Leon (I will be updating The Tuts Soon for Leensters Edition!)SQL- For Bcstorm
You must be registered for see links
- Hosted on JabblyHotel [ ps: Hotel is comming soon. Fixing some Bugs]First off You need IIS to begin creating your Hotel.
IIS:
- Click on Server Manager. -->
- Click on Roles.
- Press Insert Roles
- Then a Screen should Pop Up!
- next to IIS, to make it checked, click next.
- Check Application Development [ Anything inside will be Auto. Node], underPerformance select Static Content Compression and under Management Tools select IIS Management Console, IIS Management Scripts and Tools and Management Service.
- Then Click Install!
You must be registered for see links
*note that you do not need to download MYSQL from The website. It is included in MWPI, so you can install!*
Now download Microsoft Web Platform Installer here:
You must be registered for see links
4. Now search the following in the search box of MWPI*:
PHP 5 (Select any version as long as it is PHP 5.X)
----------------------------------------------------------------------------------------------------------------------------
Adding a Few Parts:
Search UP Mysql in the MWPI. Download Mysql 5.1
-----------------------------------------------------------------------------------------------------------------------------
(The Installed will appear if that tool is already installed, if not it is Add button that will appear. Then click the install button below:
URL Rewrite 2.0
This will help the web.config work properly.
[Follow back to My Tutorial]
When you are installing it will ask you to create a MYSQL password, Put what ever password you want for ex: asj9dj!, But do not put Family123, as you may get hacked with a easy password!
After the installation proccess is complete. Go to your C:\inetpub\wwwroot and delete everything.
[This is the time you download REVCMS] After downloading the Revcms edited for R63B, Copy it and place it in your wwwroot folder.
Delete htaccess as IIS does not recognize it, Instead download this file:
You must be registered for see links
Setting up your Hotel!
Download Navicat mysql or cracked.
- once you have installed, go to setup connection: add your password
- set up db ( right click and press new db)
- name it r63b
- click on it
- go to queries
- press new queries
- press file
- press load
- a window will open up. Click on r63b.sql on where you placed it
- after it opens and loads press RUN
wait a while, when it is done go to the next step
Now go to app/management/config.php. [Recommend you download notepad++]
PHP:
$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
$_CONFIG['mysql']['password'] = 'jeffreytut'; //MySQL password
$_CONFIG['mysql']['database'] = 'R63B'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
/*
*
* Hotel management - All URLs do not end with an "/"
*
*/
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"
$_CONFIG['hotel']['name'] = 'Habnet'; // Hotel's name
$_CONFIG['hotel']['desc'] = 'Best on the Net!'; //Hotel's description
$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin
$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance
$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.
$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.
$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.
$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; //Default figure users will register with.
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1532'; //Web_Build
$_CONFIG['hotel']['external_vars'] = 'http://localhost/swfs/external_variables.txt'; //URL to your external vars
$_CONFIG['hotel']['external_texts'] = 'http://localhost/swfs/external_flash_texts.txt'; //URL to your external texts
$_CONFIG['hotel']['product_data'] = 'http://localhost/swfs/productdata.txt'; //URL to your productdata
$_CONFIG['hotel']['furni_data'] = 'http://localhost/swfs/furnidata.txt'; //URL to your furnidata
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swfs'; //URL to your SWF folder(does not end with a '/')
/*
Edit The following:
mysql- password
- database [ if a different name]
Change localhost to your Website in : , external-vars,external-texts,product data, furni data, and SWF-folder! Now after you have done editing, Place your SWF Folder into wwwroot. click on the swf folder, look for external variables: press ctrl h and put in localhost and in the box where it says replace put it your hotel url for example: devbest.com You are done with the setting up your hotel. Setting up your Emulator Now open your BCSTORM-LEON file, and click on these following files BIN/Debug/settings go edit :
PHP:
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=50
## Game TCP/IP Configuration
game.tcp.bindip=
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
## MUS TCP/IP Configuration
mus.tcp.bindip=
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;[IP]
## Stream Message;
Si lo dejas sin texto no aparecerá hotel.stream.message=Welcome on Habtime
## License internal.license=
## Hotel Link;
To StreamImages guilds.link=http://[URL]/habbo-imaging/badge/
stream.link=http://[URL]/habbo-imaging/head?look=
You must be registered for see links
... Adding PortsGo to firewall in server manager, click inbound policy and in the right corner click on new ruleNow a window will pop up. Click port, then press next, add ports 30000 and then click next 2 times. add what ever name you like. repeat for 30001.You are Done with the Set Up. Load your EMU