ijji - Where Gamers Unite! Full Site!

Results 1 to 9 of 9
  1. #1
    Member FishnZone is offline
    MemberRank
    Jun 2010 Join Date
    53Posts

    ijji - Where Gamers Unite! Full Site!

    I use ijji - Where Gamers Unite! Full Site! 2010

    And i got error -
    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\IJJI\secure\config.php on line 12
    Config -
    <?

    @session_start();

    //MSSQL Server configuration

    $_MSSQL[Host] = "USER\SQLEXPRESS";
    $_MSSQL[User] = "sa";
    $_MSSQL[Pass] = "123698745";
    $_MSSQL[DBNa] = "GunzDB";

    $r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
    mssql_select_db($_MSSQL[DBNa], $r);

    // Here you set the language for the panel
    // If you set this to english, the panel will try to load lang/english.php
    $_CONFIG[Language] = "english";

    // Gunz Database Configuration
    $_CONFIG[AccountTable] = "Account";
    $_CONFIG[LoginTable] = "Login";
    $_CONFIG[CharTable] = "Character";
    $_CONFIG[CItemTable] = "CharacterItem";
    $_CONFIG[AItemTable] = "AccountItem";
    $_CONFIG[ClanTable] = "Clan";
    $_CONFIG[ClanMembTable] = "ClanMember";
    $_CONFIG[ClanLogTable] = "ClanGameLog";

    // Plugins Configuration
    // To Disable, set the variable to 0
    // To Enable, set the variable to 1

    $_CONFIG[CountryBlock] = 0; // Add functions to Block / Unblock access to your GunZ Server

    //MySQL Server configuration

    $_MYSQL[Host] = "localhost";
    $_MYSQL[User] = "root";
    $_MYSQL[Pass] = "pasword";
    $_MYSQL[DBNa] = "foro";

    //Configuration

    $_CONFIG[NewsFID] = 2;
    $_CONFIG[EventsFID] = 0;
    $_CONFIG[vBulletinPrefix] = "xxxxx";
    $_CONFIG[ForumURL] = "http://xxx.tk/";

    //Offline page
    $_CONFIG[OfflinePage] = "";

    // Gunz Database Configuration
    $_CONFIG[LoginTable] = "Login";
    $_CONFIG[CharTable] = "Character";
    $_CONFIG[ClanTable] = "Clan";
    $_CONFIG[ClanmemberTable] = "ClanMember";
    $color[255] = array(255,153,51); // Administrator
    $color[254] = array(255,153,51); // Developer/Gamemaster
    $color[253] = array(255,255,255); // Banned
    $color[252] = array(255,153,51); // Hidden GM
    $color[2] = array(0,68,255); // User With Jjang
    $color[0] = array(255,255,255); // Normal User

    // Here you set the language for the panel
    // If you set this to english, the panel will try to load lang/english.php
    $_CONFIG[Language] = "english";

    // Gunz Database Configuration
    $_CONFIG[LoginTable] = "Login";
    $_CONFIG[CharTable] = "Character";
    $_CONFIG[ClanTable] = "Clan";
    $_CONFIG[ClanmemberTable] = "ClanMember";


    ?>
    - I remong ; from php.ini

    Help please !


  2. #2
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: ijji - Where Gamers Unite! Full Site!

    It's talking about your
    Code:
    $r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
    mssql_select_db($_MSSQL[DBNa], $r);
    This is my main problem as well.

  3. #3
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: ijji - Where Gamers Unite! Full Site!


  4. #4
    Member FishnZone is offline
    MemberRank
    Jun 2010 Join Date
    53Posts

    Re: ijji - Where Gamers Unite! Full Site!

    this not work...
    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\IJJI\secure\config.php on line 12

  5. #5
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: ijji - Where Gamers Unite! Full Site!

    My Unofficial Fix Thread should help you fix your problem.

  6. #6
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

  7. #7
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,253Posts

    Re: ijji - Where Gamers Unite! Full Site!

    I'm sure you could've used the search button and found the fix.

  8. #8
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: ijji - Where Gamers Unite! Full Site!

    Code:
    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\IJJI\secure\config.php on line 18
    For me. o.0

  9. #9
    Member FishnZone is offline
    MemberRank
    Jun 2010 Join Date
    53Posts

    Re: ijji - Where Gamers Unite! Full Site!

    Dont work ! !



Advertisement