Welcome to the RaGEZONE - MMORPG development forums.

[TUT]Set up your Phoenix CF with IIS

This is a discussion on [TUT]Set up your Phoenix CF with IIS within the Habbo Tutorials forums, part of the Habbo Hotel category; Alot of people asking how to setup iis with phoenix.etc I take no credits for this,All Credits goes to Nathan! ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    This feelings...
    Rank
    Member +
    Join Date
    Aug 2011
    Location
    Anime Land
    Posts
    746
    Liked
    138

    note [TUT]Set up your Phoenix CF with IIS

    Tabo Hotel
    Alot of people asking how to setup iis with phoenix.etc

    I take no credits for this,All Credits goes to Nathan!

    What you will need
    IIS
    PHP
    Phoenix CF
    Tortoise SVN
    Coldfusion
    Navicat
    Optional
    Notepad C++ (Notepad++ 5.9 Release | 5.9)

    First, activate IIS.
    To install IIS:

    In Windows, access the Control Panel and click Add or Remove Programs.

    In the Add or Remove Programs window, click Add/Remove Windows Components.

    Select the Internet Information Services (IIS) check box, click Next, then click Finish

    Now, go to your browser, and in the URL bar, type localhost/ then you should see an IIS page, like this.

    Now, we've got IIS installed and running.
    If you don't get this page, go to run and type inetmgr and click start.


    Now, let's get MySQL.
    Download the web platform which you can download here: Download the Microsoft Web Platform
    Install that and wait for it to load up.
    Click Products at the top

    Then search MySQL and install it.
    It'll ask you to write a password, make sure it's secure!
    Once that is downloaded, you've got MySQL.

    Let's get PHP.
    Open the web platform, again. Click products, and search PHP and download/install PHP Manager.
    Once that installs, restart your server.

    Let's get Navicat
    Navicate your browser here: Navicat - MySQL Overview - The best free MySQL Client Management tool, SQLite GUI, Oracle admin tool, SQL Server frontend Frontend, SQL Azure & PostgreSQL tool for Windows, Mac OS X & Linux - Download Now! and download Navicat.
    Once you've downloading and installed Navicat, run it.
    Now you'll see this;

    Click Connection, MySQL.
    You can name Connection Name to what you like.
    Hostname would be localhost.
    Port would be 3306.
    Username root
    Password will be the password you created installing SQL
    Then if you click ok, you should be able to connect to all that.
    If you're not connected, double click the host name (Which would be on the left.)
    Right click the host name on the left, and click new database and name it phoenix3.
    When it's created, right click phoenix3 and click Execute SQL then click Load. Browse to the SQL file and run it.
    There's your database.



    Time to get Coldfusion 9 and to configure it!
    Navigate here application server |Adobe ColdFusion
    Make sure you don't download the developor edition because it only allows a certain amount of IP's onto the site.
    That'll take a few minutes to download, when it's downloaded run it.
    I'll take you through the install, step by step.
    1) You'll get an introduction, click Next.
    2) Agree with their ToS, and click Next.
    3) Type in your serial code and click Next.
    If you haven't got a serial code, use this:
    Serial: 1185-5717-2964-1898-3926-3592 (Credits to Aaron)
    4) Click Server Configuration and click Next.
    5) Select ODBC Services, click Next.
    6) Select the installation directory and click Next.
    7) Keep the "All IIS Websites" selected, or configure yourself, click Next.
    8) Location of the website root, should be done already, click Next.
    9) You don't need RDS, so leave it. Click Next.
    10) Enter a password, click Next.
    11) Now click install and wait.
    If you go to http://127.0.0.1/CFIDE/administrator/index.cfm you may get a page like this:

    You can find out how to fix that by going here: Codecurry: Installing ColdFusion on IIS 7 + Configure IIS for ColdFusion in Windows Vista and Windows Server 2008
    Follow that, and then you can navigate too http://127.0.0.1/CFIDE/administrator/index.cfm
    Use the password you created in the installation wizard of Coldfusion.
    Keep a tab of this opened.

    Downloading Phoenix CF
    Download Tortoise SVN, here tortoisesvn.tigris.org
    Install that, and then navigate to C:\inetub\wwwroot\ and right click.
    Click SVN checkout, then for the URL of Repository, type phoenixcf - Revision 26: /trunk
    Then click ok and wait for all the files to download.

    Now, remember that tab you kept open? The Coldfusion one? Go to that.
    Under Data & Services, click Data Sources.

    Now, for Data Source Name, type phoenix3 and select MySQL (4/5) (Or something like that)
    Now, fill this in.
    CF Data Source Name: phoenix3 (By default)
    Database: phoenix3
    Server: localhost
    Username: root
    Password: Your MySQL password.
    Click Submit.

    Now, you can navigate to localhost/ and you can make yourself an account.
    To make yourself administrator, go into Navicat, click your database then click find users and click it. Scroll across until you see the rank and make yourself rank 9 and click the tick on the bottom. Then you're "Owner".

    Congratulations, you've set up your Phoenix CF, and made yourself admin.
    I might make a tutorial on how to set up the Emu soon also.

    IIS will make your web server run faster and more efficient to use.


    All credits goes to Nathan.
    Last edited by Nesar; 17-08-11 at 04:56 AM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Extreme Member
    Rank
    Member
    Join Date
    Jun 2011
    Location
    Xampp
    Posts
    200
    Liked
    7

    Re: Set up your Phoenix CF with IIS

    Thnnxx for this

  4. #3
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Oct 2008
    Location
    England
    Posts
    250
    Liked
    8

    Re: [TUT]Set up your Phoenix CF with IIS

    I fucking love you man!!!! Like this post!

  5. #4
    Fobbahotel.nl owner.
    Rank
    Member +
    Join Date
    Jan 2009
    Location
    Hell
    Posts
    537
    Liked
    43

    Re: [TUT]Set up your Phoenix CF with IIS

    Nice mate;o Awesome tutorial finally someone that is making usefull tutorials:)

  6. #5
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Oct 2008
    Location
    England
    Posts
    250
    Liked
    8

    Re: [TUT]Set up your Phoenix CF with IIS

    I got a small little problem, for some reason it comes up with some random message when im trying to connect to "navicat" the "mysql" I created... it says cannot connect but i know everything is correct..
    should i start all over again?

    Could it be my firewall blocking it?

  7. #6
    This feelings...
    Rank
    Member +
    Join Date
    Aug 2011
    Location
    Anime Land
    Posts
    746
    Liked
    138

    Re: [TUT]Set up your Phoenix CF with IIS

    Quote Originally Posted by shabbzy View Post
    I got a small little problem, for some reason it comes up with some random message when im trying to connect to "navicat" the "mysql" I created... it says cannot connect but i know everything is correct..
    should i start all over again?

    Could it be my firewall blocking it?
    It could be firewall try by turning off or maybe your connection details are wrong.

    Navicat is just optional because its easy to use than going to website for phpmyadmin to edit db.

    ~Nesar

  8. #7
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: [TUT]Set up your Phoenix CF with IIS

    HeidiSQL is better than both Navicat and phpmyadmin, but nice tut.

  9. #8
    Newbie
    Rank
    Newbie
    Join Date
    Mar 2009
    Location
    ur moma bed
    Posts
    18
    Liked
    0

    Re: [TUT]Set up your Phoenix CF with IIS

    nice bro

  10. #9
    C-images website soon
    Rank
    Member +
    Join Date
    May 2010
    Location
    England, UK
    Posts
    1,284
    Liked
    166

    Re: [TUT]Set up your Phoenix CF with IIS

    Can you do one for phoenixPHP?

  11. #10
    Newbie
    Rank
    Newbie
    Join Date
    Sep 2011
    Location
    At Home.
    Posts
    3
    Liked
    0

    Re: [TUT]Set up your Phoenix CF with IIS

    Really nice tutorial(;
    10/10 Thanks for this mate...

  12. #11
    Steve jobbs 1995 - 2011.
    Rank
    Member +
    Join Date
    Jul 2008
    Location
    Dutch
    Posts
    268
    Liked
    39

    Re: [TUT]Set up your Phoenix CF with IIS

    This is what i call a tutorial.

    10000/10

  13. #12
    Rye
    Average Member
    Rank
    Newbie
    Join Date
    Mar 2011
    Posts
    72
    Liked
    2

    Re: [TUT]Set up your Phoenix CF with IIS

    I'm having problems, when i try to goto http://127.0.0.1/CFIDE/administrator/index.cfm or http://localhost/CFIDE/administrator/index.cfm it just comes up with that HTDOCS error, except it says DEAFULT WEB SITE

  14. #13
    Average Member
    Rank
    Newbie
    Join Date
    Apr 2010
    Location
    The Netherlands
    Posts
    55
    Liked
    0

    Re: [TUT]Set up your Phoenix CF with IIS

    how i can restart my server ?


    hase anyone a free navicat to download this link is just the 30 days trial
    Last edited by Stiezo; 31-10-11 at 03:29 PM.

  15. #14
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jun 2009
    Location
    Netherlands
    Posts
    843
    Liked
    126

    Re: [TUT]Set up your Phoenix CF with IIS

    sorry for posting at old thread, but... is there anyway i can still use phpmyadmin? I HATE navicat.


    and for example, if i want to use REV Cms, what to do then?

  16. #15
    Look at me now!
    Rank
    Member +
    Join Date
    Apr 2010
    Location
    Hablow
    Posts
    1,174
    Liked
    127

    Re: [TUT]Set up your Phoenix CF with IIS

    download the phpmyadmin map.

    Open iis manager and make a new connection
    ip: 127.0.0.1
    port: 90
    map: the php my admin map

    start the server and in you're browser go to 127.0.0.1:90

    you will see phpmyadmin

    offtopic: 600 posts :D

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •