-
Account Upgraded | Title Enabled!
Help Website!
my screen is now blank i fixed the other part
what does that mean
Last edited by gsterv900; 04-02-10 at 04:52 AM.
-
-
Animu Addicted
Re: Help Website!
its syaing it cant connect to the database it seem. and isnt it suppose to be /SQLEXPRESS not \SQLEXPRESS
-
Account Upgraded | Title Enabled!
Re: Help Website!
its supposed to be \ so why cant it conect
---------- Post added at 03:08 AM ---------- Previous post was at 02:30 AM ----------
OMg i need help idk whats wrong
---------- Post added at 04:22 AM ---------- Previous post was at 03:08 AM ----------
bumopp
-
Valued Member
Re: Help Website!
It isnt database problem. The problem is in your webserver. Did you edited php.ini file?
-
Animu Addicted
Re: Help Website!
I never said it was the database, I said it was having trouble connecting. I never gave a direct conclusion on what it might be
-
Member
Re: Help Website!
i got this 2.
I also tried editing php.ini but that didnt work for me!
-
Valued Member
Re: Help Website!
in php look for ;extension=php_mssql.dll and remove the ; if not done soo yet
-
Account Upgraded | Title Enabled!
-
Account Upgraded | Title Enabled!
Re: Help Website!
ok so im trying something different only this time i get this
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\Website\secure\config.php on line 12
config.php
<?
@session_start();
//MSSQL Server configuration
$_MSSQL[Host] = "GARRETT-D7BCFFC\SQLEXPRESS";
$_MSSQL[User] = "sa";
$_MSSQL[Pass] = "Kenman1937";
$_MSSQL[DBNa] = "GunzDB";
$r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
mssql_select_db($_MSSQL[DBNa], $r);
//MySQL Server configuration
$_MYSQL[Host] = "localhost";
$_MYSQL[User] = "root";
$_MYSQL[Pass] = "";
$_MYSQL[DBNa] = "GunzDB";
//Configuration
$_CONFIG[NewsFID] = 2;
$_CONFIG[EventsFID] = 0;
$_CONFIG[vBulletinPrefix] = "xxxxx";
$_CONFIG[ForumURL] = "http://xxx.tk/";
//Offline page
$_CONFIG[OfflinePage] = "";
$path['root'] = 'firma/';
$path['emblems'] = 'clan/emblema/';
// 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
$table['account'] = 'dbo.Account';
$table['character'] = 'dbo.Character';
$table['clanmember'] = 'dbo.ClanMember';
$table['clan'] = 'dbo.Clan';
?>
-
Valued Member
Re: Help Website!
i get the same error im using xweaver website please help :(
-
Account Upgraded | Title Enabled!
-
-
Account Upgraded | Title Enabled!
Re: Help Website!
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\Website\secure\config.php on line 12
config.php
<?
@session_start();
//MSSQL Server configuration
$_MSSQL[Host] = "GARRETT-D7BCFFC\SQLEXPRESS";
$_MSSQL[User] = "sa";
$_MSSQL[Pass] = "Kenman1937";
$_MSSQL[DBNa] = "GunzDB";
$r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
mssql_select_db($_MSSQL[DBNa], $r);
//MySQL Server configuration
$_MYSQL[Host] = "localhost";
$_MYSQL[User] = "root";
$_MYSQL[Pass] = "";
$_MYSQL[DBNa] = "GunzDB";
//Configuration
$_CONFIG[NewsFID] = 2;
$_CONFIG[EventsFID] = 0;
$_CONFIG[vBulletinPrefix] = "xxxxx";
$_CONFIG[ForumURL] = "http://xxx.tk/";
//Offline page
$_CONFIG[OfflinePage] = "";
$path['root'] = 'firma/';
$path['emblems'] = 'clan/emblema/';
// 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
$table['account'] = 'dbo.Account';
$table['character'] = 'dbo.Character';
$table['clanmember'] = 'dbo.ClanMember';
$table['clan'] = 'dbo.Clan';
?>
I Have Read But Idk how to foix
-
Account Upgraded | Title Enabled!
Re: Help Website!
updated first post go look!
-
Account Upgraded | Title Enabled!