Problem Install Website ...

Results 1 to 7 of 7
  1. #1
    Apprentice birouly63 is offline
    MemberRank
    Mar 2009 Join Date
    24Posts

    Problem Install Website ...

    Hi i have download ijji - Where Gamers Unite! Full Site! 2010 and i have this error:

    Code:
    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\ijji - Where Gamers Unite! Full Site! 2010\IJJI RIP WEB By X-Weaver\secure\config.php on line 12
    Code:
    <?
    
    @session_start();
    
    //MSSQL Server configuration
    
    $_MSSQL[Host]               = "PC-DE-JÉRÉMY\SQLEXPRESS";
    $_MSSQL[User]               = "sa";
    $_MSSQL[Pass]               = "412563";
    $_MSSQL[DBNa]               = "Gunz";
    
    $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";
    
    ?>
    Thanks for Helping
    Last edited by birouly63; 14-03-10 at 09:05 PM.


  2. #2
    Account Upgraded | Title Enabled! yurij13 is offline
    MemberRank
    Jul 2007 Join Date
    387Posts

    Re: Problem Install Website ...

    whats the file name?

  3. #3
    Apprentice xKiller4Hir3 is offline
    MemberRank
    Feb 2010 Join Date
    6Posts

    Re: Problem Install Website ...

    yours:
    Code:
    $_MSSQL[Host]               = "PC-DE-JÉRÉMY\SQLEXPRESS";
    $_MSSQL[User]               = "sa";
    $_MSSQL[Pass]               = "412563";
    $_MSSQL[DBNa]               = "Gunz";
    try this:
    Code:
    $_MSSQL[Host]               = "PC-DE-JÉRÉMY";
    $_MSSQL[User]               = "sa";
    $_MSSQL[Pass]               = "412563";
    $_MSSQL[DBNa]               = "Gunz";
    Idk why but it worked for me. i just took out the /sqlexpress and it worked.

  4. #4
    Apprentice birouly63 is offline
    MemberRank
    Mar 2009 Join Date
    24Posts

    Re: Problem Install Website ...

    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\ijji - Where Gamers Unite! Full Site! 2010\IJJI RIP WEB By X-Weaver\secure\config.php on line 13

    No work =(

  5. #5
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Problem Install Website ...

    Did you follow the tutorial that X-Weaver put up? He tells of what type of apache your suppose to have and such. Its like 2.5.2 v of apache or something old like that lol. And btw its trying to connect to the db. Did you make sure to edit the php.ini of apache and change the .dll that needed to be changed?

  6. #6
    Apprentice birouly63 is offline
    MemberRank
    Mar 2009 Join Date
    24Posts

    Re: Problem Install Website ...

    Code:
    Warning: mssql_select_db() [function.mssql-select-db]: message: L'entité de sécurité de serveur "PC-de-Jérémy\Jérémy" ne peut pas accéder à la base de données "Gunz' dans le contexte de sécurité actuel. (severity 14) in C:\AppServ\www\Mon site\Mon site2\secure\config.php on line 13
    
    Warning: mssql_select_db() [function.mssql-select-db]: Unable to select database: Gunz in C:\AppServ\www\Mon site\Mon site2\secure\config.php on line 13
    
    Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\AppServ\www\Mon site\Mon site2\secure\shield.php on line 11
    
    Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\AppServ\www\Mon site\Mon site2\secure\shield.php on line 12
    
    Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\AppServ\www\Mon site\Mon site2\secure\shield.php on line 13
    
    Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\AppServ\www\Mon site\Mon site2\secure\shield.php on line 14
    
    Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\AppServ\www\Mon site\Mon site2\secure\shield.php on line 15
    
    Warning: mssql_select_db() [function.mssql-select-db]: message: L'entité de sécurité de serveur "PC-de-Jérémy\Jérémy" ne peut pas accéder à la base de données "Gunz' dans le contexte de sécurité actuel. (severity 14) in C:\AppServ\www\Mon site\Mon site2\secure\config.php on line 13
    
    Warning: mssql_select_db() [function.mssql-select-db]: Unable to select database: Gunz in C:\AppServ\www\Mon site\Mon site2\secure\config.php on line 13
    
    Warning: mssql_query() [function.mssql-query]: message: L'autorisation SELECT a été refusée sur l'objet 'Banneduser', base de données 'master', schéma 'dbo'. (severity 14) in C:\AppServ\www\Mon site\Mon site2\secure\functions.php on line 9
    
    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\Mon site\Mon site2\secure\functions.php on line 9
    
    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\www\Mon site\Mon site2\secure\ipban.php on line 9
    
    Warning: mssql_select_db() [function.mssql-select-db]: message: L'entité de sécurité de serveur "PC-de-Jérémy\Jérémy" ne peut pas accéder à la base de données "Gunz' dans le contexte de sécurité actuel. (severity 14) in C:\AppServ\www\Mon site\Mon site2\secure\config.php on line 13
    
    Warning: mssql_select_db() [function.mssql-select-db]: Unable to select database: Gunz in C:\AppServ\www\Mon site\Mon site2\secure\config.php on line 13
    
    Warning: mssql_query() [function.mssql-query]: message: Nom d'objet 'Account' non valide. (severity 16) in C:\AppServ\www\Mon site\Mon site2\secure\ban.php on line 8
    
    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\Mon site\Mon site2\secure\ban.php on line 8
    
    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\www\Mon site\Mon site2\secure\ban.php on line 9
    
    Warning: mssql_query() [function.mssql-query]: message: Nom d'objet 'ServerStatus' non valide. (severity 16) in C:\AppServ\www\Mon site\Mon site2\other\status.php on line 2
    
    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\Mon site\Mon site2\other\status.php on line 2
    
    Warning: mssql_fetch_assoc(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\www\Mon site\Mon site2\other\status.php on line 4
    
    Warning: mssql_query() [function.mssql-query]: message: Nom d'objet 'Clan' non valide. (severity 16) in C:\AppServ\www\Mon site\Mon site2\other\top5clan.php on line 2
    
    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\Mon site\Mon site2\other\top5clan.php on line 2

    And more ...

    Someone can help me via TV ?? add me msn: jerem63190@hotmail.fr

    Thanks ;)
    Last edited by birouly63; 15-03-10 at 12:49 AM.

  7. #7
    Apprentice birouly63 is offline
    MemberRank
    Mar 2009 Join Date
    24Posts

    Re: Problem Install Website ...

    ZZZZzz Xdd now i use wampserver and i have this error ...: Parse error: parse error in C:\wamp\www\ijji - Where Gamers Unite! Full Site! 2010\IJJI RIP WEB By X-Weaver\index.php on line 206

    I am noob or what? xdd help me Please =( This 1st web i cant install .



Advertisement