[Help.] Questions, Please help

Results 1 to 2 of 2
  1. #1
    Proficient Member Jaycub is offline
    MemberRank
    Nov 2007 Join Date
    162Posts

    [Help.] Questions, Please help

    I USE KEKUU's FILES


    Problem 1 ; Registration Page

    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\register.php on line 21

    Code :
    Code:
    $DBHost = '******************'; //The host of your DB (I.E: MACHINE\SQL2005)
    $DBUser = 'sa'; //Your DB User 
    $DBPass = '*****'; //Your DB Password 
    $DB = 'GunZDB'; //Your GunZ DB 
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    $conn = mssql_connect($DBHost, $DBUser, $DBPass);
    mssql_select_db($DB)
    Problem 2; Cannot Access Server

    Locator says its running, Matchserver active,

    Config XML :
    Code:
        <SERVER>
            <IP>0,0,0,0</IP>
            <PORT>6000</PORT>
        </SERVER>
    Im guessing the server ip goes there ? wasnt sure.. wanted to ask first.


    Problem 3; Diffrent Music


    How do i get diffrent music into the game ?


    Problem 4; Loading Screens + Char Screen


    How do i make more loading screens, E.G on Ijji theres 4 diffrent Team Deathmatch Loading screens you cud see, IGunZ Only has one, so do the files how do i get more and make them be able to get loaded.

    How do i change where you pick your character, E.G On IGunZ You see your character infront of a train.


    Problem 5; ServerStatus Offline

    My Locator says t is running but my Server Status says all offline.



    Problem 6; Hosting My Regi Page

    How do i get my Registration Page to be public ?


  2. #2
    [Czt] Coder Team Member noobies is offline
    MemberRank
    Aug 2005 Join Date
    Behind you !!Location
    747Posts

    Re: [Help.] Questions, Please help

    Problem 1:
    In your C:/Windows/ directory is a file called php.ini.
    Open it and press Ctrl+F and search for mssql.
    You'll see something like this:
    Code:
    ;extension=php_mssql.dll
    Remove the ; and save it.
    It would look like this:
    Code:
    extension=php_mssql.dll
    All should work fine now. [ RESTART APPACHE BEFORE CHECK AGAIN ]

    Problem 2:
    Make sure you followed the guide clearly.
    If you use a router open the right ports.
    If you use a router check if you set your global ip.

    Problem 3:
    There is a guide already so use search button.

    Problem 4:
    There is a guide already but :P
    Unpack your default.mrs with .mrs unpacker.
    A map called default will apear.
    Open it and look for the map "loading"
    Open it and there ya go.
    If you wanna change the screen at the server button you must do the same for loadable.mrs and look for "loginbg.jpg"
    All of these can be found in
    Code:
    ClientName/Interface/
    Problem 5:
    Make sure u put the right ip and start them in the good order.

    Problem 6:

    1: Download Appserv/WAMP or whatever u want.
    2: Install it [ Obviosly :P ]
    3: Download the register page u want.
    4: Edit the settings to your server settings.
    5: Go to : http://mywebsiteip/register.php or index.php
    6: Enjoy ;)

    Hope all of your problems are solved.

    if not meet me in msn :)



Advertisement