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
Re: Problem Install Website ...
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. :thumbup1:
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 =(
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?
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 ;)
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 .