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
How to set up a R63 Hotel with IIS and Navicat [Via VPS/Dedicated Server]
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="Zeddicus" data-source="post: 82495" data-attributes="member: 14395"><p>Requirements:</p><p> </p><p>1. NEED A VPS/DEDI! (For setting up IIS via Server Manager)</p><p>2. NEED A PROPER PHOENIX LICENSE! (For preventing any emulator errors)</p><p>3. NEED WINRAR! (For extracting/downloading files in a .rar format)</p><p>4. NEED A BRAIN! (To process the information you receive from this tutorial)</p><p> </p><p>Note: This tutorial wont work without a VPS or Dedi, because you NEED Server Manager to set up IIS.7, so If your not using a VPS or Dedi, just go to another tutorial.</p><p> </p><p>Downloads:</p><p> </p><p>Note: This tutorial is only for Windows 7 2008 VPS's or Dedicated Servers, so please note this most likely won't work on any others.</p><p> </p><p>Important note: Go to Start > All Programs > Administrative Tools > Server Manager</p><p>Scroll down to "Roles Summary" and then click "Add Roles."</p><p>Click whatever you need to proceed with, and then click "Next."</p><p>Check the box that says "Web Server (IIS)" next to it.</p><p> </p><p><a href="http://www.microsoft.com/web/downloads/platform.aspx" target="_blank">Microsoft Web Platform</a></p><p><a href="http://www.mediafire.com/?wa7f13fc1q4d2t6" target="_blank">RevCMS 1.9.9.9</a></p><p><a href="http://www.rarlab.com/rar/winrar-x64-411.exe" target="_blank">WinRar Archiver 64x Bit</a></p><p><a href="http://download.tuxfamily.org/notepadplus/5.9.8/npp.5.9.8.Installer.exe" target="_blank">Notepad++ File Editor</a></p><p><a href="http://download2.navicat.com/download/navicat100_premium_en.exe" target="_blank">Navicat Premium</a></p><p><a href="http://www.mediafire.com/?nz3yhk1imnnq5fn" target="_blank">Gordon R63 SWFS</a></p><p> </p><p> </p><p>#######################################################3</p><p> </p><p> </p><p>1.</p><p> </p><p> </p><p>First, go to your Microsoft Web Platform, and search all these programs, and one you've selected all them - click 'Install' (This may take up to 15 mins.)</p><p> </p><p>List:</p><p> </p><p>Application Request Routing (2.5)</p><p>IIS7 Recommended Configuration</p><p>Web Farm Framework 2.2</p><p>SQL Server Express 2008 R2</p><p>IIS 7.5 Express</p><p>Web Deployment Tool 2.1</p><p>Microsoft .NET Framework 4</p><p>URL Rewrite 2.0</p><p>IIS Smooth Streaming Client 1.5 (Update 2)</p><p>PHP Manager for IIS</p><p>MySQL Windows 5.1</p><p> </p><p>If anything says 'Installed' already, just skip to the next program in the list.</p><p> </p><p> </p><p>##########################################################</p><p> </p><p> </p><p>2.</p><p> </p><p>Later on somewhere in your downloading - a popup window will ask you to create a password, the pass you make is what you'll use to make databases in Navicat and put in your CMS's configuration, so either remember it in your head or write it down on notepad.</p><p> </p><p> </p><p>##########################################################</p><p> </p><p> </p><p>3.</p><p> </p><p> </p><p>Now, restart your VPS or Dedicated server and connect to it Via Remote Desktop Connection after 5 - 10 mins.</p><p> </p><p>Now, once you connect back, go to your Navicat Database and open it up, and create a 'New Connection' a pop up will come up and you can name the Connection, and put in your MySQL password that you created after your IIS Essentials download.</p><p> </p><p>Then create a Database within the Connection you created, and go to 'Import Wizard' and when a popup comes, select your Phoenix 3.7.1 database file from your Phoenix License. And then you'll be done.</p><p> </p><p>Go to your database and run this SQL code:</p><p> </p><p>[php]ALTER TABLE `users` ADD `seckey` VARCHAR(999)[/php]</p><p> </p><p>And now, your done with your database!</p><p> </p><p> </p><p>##########################################################</p><p> </p><p> </p><p>4.</p><p> </p><p> </p><p>Now, go to no-ip.com and create an account, once your done - go to your no-ip.com account and go to 'Host/Redirects,' once your there, create a host - have the name, and domain you want - and put the host as your VPS or Dedi's IP, then click 'Create host'</p><p> </p><p> </p><p>##########################################################</p><p> </p><p> </p><p>5.</p><p> </p><p> </p><p>Now, go to the Start Menu > Computer > Local Disk > Inetpub > wwwroot and delete everything in there and extract your RevCMS 1.9.9.9 files into that folder along with your Gordon r63 Swfs, this may take up to 15 mins. Then go to /app/management/config.php and right click it, then click 'Edit with notepad++'</p><p> </p><p> </p><p>##########################################################</p><p> </p><p> </p><p>6.</p><p> </p><p> </p><p>Now, we edit our Configurations for the CMS!</p><p> </p><p>Now, only edit what's in Red with your information:</p><p> </p><p>[code]<?php</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>#Please fill this all out.</p><p> </p><p>#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.</p><p> </p><p>/*</p><p>*</p><p>*MySQL management</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</p><p> </p><p>$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host</p><p> </p><p>$_CONFIG['mysql']['username'] = 'root'; //MySQL username</p><p> </p><p>$_CONFIG['mysql']['password'] = '[COLOR=#ff0000]root[/COLOR]'; //MySQL password</p><p> </p><p>$_CONFIG['mysql']['database'] = '[COLOR=#ff0000]root[/COLOR]'; //(Put the database name within your Connection that you made)</p><p> </p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</p><p> </p><p>/*</p><p>*</p><p>*Hotel management - All URLs do not end with an "/"</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['hotel']['server_ip'] = '[COLOR=#ff0000]localhost[/COLOR]'; //IP of VPS/DEDI/etc</p><p> </p><p>$_CONFIG['hotel']['url'] = '[COLOR=#ff0000]http://localhost[/COLOR]'; //Does not end with a "/"</p><p> </p><p>$_CONFIG['hotel']['name'] = '[COLOR=#ff0000]Habbo[/COLOR]'; // Hotel's name</p><p> </p><p>$_CONFIG['hotel']['desc'] = '[COLOR=#ff0000]Best hotel around![/COLOR]'; //Hotel's description</p><p> </p><p>$_CONFIG['hotel']['email'] = '[COLOR=#ff0000]help@myhotel.net[/COLOR]'; //Where the help queries from users are emailed to.@Priv skin</p><p> </p><p>$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance</p><p> </p><p>$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.</p><p> </p><p>$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.</p><p> </p><p>$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.</p><p> </p><p>$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.</p><p> </p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build</p><p> </p><p>$_CONFIG['hotel']['external_vars'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/external_vars.txt'; //URL to your external vars</p><p> </p><p>$_CONFIG['hotel']['external_texts'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/external_flash_texts.txt'; //URL to your external texts</p><p> </p><p>$_CONFIG['hotel']['product_data'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/productdata.txt'; //URL to your productdata</p><p> </p><p>$_CONFIG['hotel']['furni_data'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/furnidata.txt'; //URL to your furnidata</p><p> </p><p>$_CONFIG['hotel']['swf_folder'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/swf'; //URL to your SWF folder(does not end with a '/')</p><p>/*</p><p>*</p><p>*Templating management - Pick one of our default styles or make yours by following our examples!</p><p>*</p><p>*/</p><p> </p><p>#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.</p><p> </p><p>$_CONFIG['template']['style'] = '[COLOR=#ff0000]Priv <--- Make it 'Mango[/COLOR]';</p><p> </p><p>/*</p><p>*</p><p>*Other topsites.. thing</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['thehabbos']['username'] = 'Kryptos';</p><p>$_CONFIG['retro_top']['user'] = 'Kryptos';</p><p> </p><p>/*</p><p>*</p><p>*Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';</p><p>$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';</p><p> </p><p> </p><p>/*</p><p>*</p><p>*Social Networking stuff</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account</p><p> </p><p>$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account</p><p> </p><p>?>[/code]</p><p> </p><p>Once you're done, save it - and, if you edited the configuration page correctly, your done with the CMS!</p><p> </p><p> </p><p>##########################################################</p><p> </p><p> </p><p>7.</p><p> </p><p> </p><p>Now, go to your Phoenix 3.7.1 folder (Hopefully your using a licensed emulator) and run the application.</p><p> </p><p>Now your done! Go to your site, and everything should be ready!</p><p> </p><p> </p><p>##########################################################</p><p> </p><p>Afterward notes:</p><p> </p><p>1. To rank yourself, go to your Navicat Database and go to the table within your database called 'Users' and find yourself, go to 'Rank' and change it from '0' to '1'</p><p> </p><p>2. Enjoy your hotel, and if you successfully made one off my tutorial, feel free to comment with the link!</p></blockquote><p></p>
[QUOTE="Zeddicus, post: 82495, member: 14395"] Requirements: 1. NEED A VPS/DEDI! (For setting up IIS via Server Manager) 2. NEED A PROPER PHOENIX LICENSE! (For preventing any emulator errors) 3. NEED WINRAR! (For extracting/downloading files in a .rar format) 4. NEED A BRAIN! (To process the information you receive from this tutorial) Note: This tutorial wont work without a VPS or Dedi, because you NEED Server Manager to set up IIS.7, so If your not using a VPS or Dedi, just go to another tutorial. Downloads: Note: This tutorial is only for Windows 7 2008 VPS's or Dedicated Servers, so please note this most likely won't work on any others. Important note: Go to Start > All Programs > Administrative Tools > Server Manager Scroll down to "Roles Summary" and then click "Add Roles." Click whatever you need to proceed with, and then click "Next." Check the box that says "Web Server (IIS)" next to it. [URL='http://www.microsoft.com/web/downloads/platform.aspx']Microsoft Web Platform[/URL] [URL='http://www.mediafire.com/?wa7f13fc1q4d2t6']RevCMS 1.9.9.9[/URL] [URL='http://www.rarlab.com/rar/winrar-x64-411.exe']WinRar Archiver 64x Bit[/URL] [URL='http://download.tuxfamily.org/notepadplus/5.9.8/npp.5.9.8.Installer.exe']Notepad++ File Editor[/URL] [URL='http://download2.navicat.com/download/navicat100_premium_en.exe']Navicat Premium[/URL] [URL='http://www.mediafire.com/?nz3yhk1imnnq5fn']Gordon R63 SWFS[/URL] #######################################################3 1. First, go to your Microsoft Web Platform, and search all these programs, and one you've selected all them - click 'Install' (This may take up to 15 mins.) List: Application Request Routing (2.5) IIS7 Recommended Configuration Web Farm Framework 2.2 SQL Server Express 2008 R2 IIS 7.5 Express Web Deployment Tool 2.1 Microsoft .NET Framework 4 URL Rewrite 2.0 IIS Smooth Streaming Client 1.5 (Update 2) PHP Manager for IIS MySQL Windows 5.1 If anything says 'Installed' already, just skip to the next program in the list. ########################################################## 2. Later on somewhere in your downloading - a popup window will ask you to create a password, the pass you make is what you'll use to make databases in Navicat and put in your CMS's configuration, so either remember it in your head or write it down on notepad. ########################################################## 3. Now, restart your VPS or Dedicated server and connect to it Via Remote Desktop Connection after 5 - 10 mins. Now, once you connect back, go to your Navicat Database and open it up, and create a 'New Connection' a pop up will come up and you can name the Connection, and put in your MySQL password that you created after your IIS Essentials download. Then create a Database within the Connection you created, and go to 'Import Wizard' and when a popup comes, select your Phoenix 3.7.1 database file from your Phoenix License. And then you'll be done. Go to your database and run this SQL code: [php]ALTER TABLE `users` ADD `seckey` VARCHAR(999)[/php] And now, your done with your database! ########################################################## 4. Now, go to no-ip.com and create an account, once your done - go to your no-ip.com account and go to 'Host/Redirects,' once your there, create a host - have the name, and domain you want - and put the host as your VPS or Dedi's IP, then click 'Create host' ########################################################## 5. Now, go to the Start Menu > Computer > Local Disk > Inetpub > wwwroot and delete everything in there and extract your RevCMS 1.9.9.9 files into that folder along with your Gordon r63 Swfs, this may take up to 15 mins. Then go to /app/management/config.php and right click it, then click 'Edit with notepad++' ########################################################## 6. Now, we edit our Configurations for the CMS! Now, only edit what's in Red with your information: [code]<?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } #Please fill this all out. #NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others. /* * *MySQL management * */ $_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'] = '[COLOR=#ff0000]root[/COLOR]'; //MySQL password $_CONFIG['mysql']['database'] = '[COLOR=#ff0000]root[/COLOR]'; //(Put the database name within your Connection that you made) $_CONFIG['mysql']['port'] = '3306'; //MySQL's port /* * *Hotel management - All URLs do not end with an "/" * */ $_CONFIG['hotel']['server_ip'] = '[COLOR=#ff0000]localhost[/COLOR]'; //IP of VPS/DEDI/etc $_CONFIG['hotel']['url'] = '[COLOR=#ff0000]http://localhost[/COLOR]'; //Does not end with a "/" $_CONFIG['hotel']['name'] = '[COLOR=#ff0000]Habbo[/COLOR]'; // Hotel's name $_CONFIG['hotel']['desc'] = '[COLOR=#ff0000]Best hotel around![/COLOR]'; //Hotel's description $_CONFIG['hotel']['email'] = '[COLOR=#ff0000]help@myhotel.net[/COLOR]'; //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'] = '-'; //Default figure users will register with. $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build $_CONFIG['hotel']['external_vars'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/external_vars.txt'; //URL to your external vars $_CONFIG['hotel']['external_texts'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/external_flash_texts.txt'; //URL to your external texts $_CONFIG['hotel']['product_data'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/productdata.txt'; //URL to your productdata $_CONFIG['hotel']['furni_data'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/furnidata.txt'; //URL to your furnidata $_CONFIG['hotel']['swf_folder'] = 'http://[COLOR=#ff0000]VPS OR DEDI'S IP[/COLOR]/gordon/swf'; //URL to your SWF folder(does not end with a '/') /* * *Templating management - Pick one of our default styles or make yours by following our examples! * */ #RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style. $_CONFIG['template']['style'] = '[COLOR=#ff0000]Priv <--- Make it 'Mango[/COLOR]'; /* * *Other topsites.. thing * */ $_CONFIG['thehabbos']['username'] = 'Kryptos'; $_CONFIG['retro_top']['user'] = 'Kryptos'; /* * *Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy. * */ $_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43'; $_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD'; /* * *Social Networking stuff * */ $_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account $_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account ?>[/code] Once you're done, save it - and, if you edited the configuration page correctly, your done with the CMS! ########################################################## 7. Now, go to your Phoenix 3.7.1 folder (Hopefully your using a licensed emulator) and run the application. Now your done! Go to your site, and everything should be ready! ########################################################## Afterward notes: 1. To rank yourself, go to your Navicat Database and go to the table within your database called 'Users' and find yourself, go to 'Rank' and change it from '0' to '1' 2. Enjoy your hotel, and if you successfully made one off my tutorial, feel free to comment with the link! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to set up a R63 Hotel with IIS and Navicat [Via VPS/Dedicated Server]
Top