Welcome to the RaGEZONE - MMORPG development forums.

2.2.3 register php code

This is a discussion on 2.2.3 register php code within the RF Online forums, part of the MMO and MMORPG Developments category; anyone have 2.2.3 register php code...

Results 1 to 5 of 5
  1. #1
    Hardcore Member
    Rank
    Member
    Join Date
    Apr 2012
    Posts
    134
    Liked
    3

    2.2.3 register php code

    Click
    anyone have 2.2.3 register php code

  2. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    London
    Posts
    1,292
    Liked
    280
    Steam ID: 76561198050365238

    Re: 2.2.3 register php code

    http://forum.ragezone.com/f479/relea...cruxrf-806008/
    Will need some editing to get it working with 223. Ask the person who made it he could still have a 223 one.

  3. #3
    Hardcore Member
    Rank
    Member
    Join Date
    Apr 2012
    Posts
    134
    Liked
    3

    Re: 2.2.3 register php code

    can you help me busman about that :) i have a problem about this
    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\register.php on line 65

  4. #4
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    London
    Posts
    1,292
    Liked
    280
    Steam ID: 76561198050365238

    Re: 2.2.3 register php code

    Make sure this part is correct

    <?php error_reporting (E_ALL ^ E_NOTICE);

    //MSSQL settings
    $db_user = 'MSSQL USER NAME'; // SQL ID
    $db_pass = 'MSSQL PASSWORD!'; // SQL PASSWORD (change it to your password mssql)
    $db_base = "RF_USER"; // SQL BASE name (don't change it's by default)
    $db_base2 = "BillcruxRF"; // SQL BASE name (don't change it's by default)
    $db_host = "YOUR IP HERE"; // SQL HOST (change it to your IP ex : 127.0.0.1)

  5. #5
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,235
    Liked
    1860
    Quote Originally Posted by admyuan View Post
    can you help me busman about that :) i have a problem about this
    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\register.php on line 65

    Use PHP 5.2 or older. Mssql_connect was taken out in PHP 5.3.
    Sent from my Galaxy Nexus using Tapatalk 2

 

 

Posting Permissions

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