Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help Regarding Error of Website

Newbie Spellweaver
Joined
Jan 31, 2012
Messages
12
Reaction score
0
Hi i made my Gunz Server And its Working Fine
i just needed Help about Website

This is This error i am getting when i am starting my website from apache(appserver)
zz - Help Regarding Error of Website - RaGEZONE Forums


And The line no. 18 is "$connect = mssql_connect($_MSSQL['Server'],$_MSSQL['User'],$_MSSQL['Password']) or die ("Connection to the database has failed");
mssql_select_db($_MSSQL['Database'],$connect) or die ("Couldn't find the database");"

Can any 1 Help Me Regarding This?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 31, 2012
Messages
12
Reaction score
0
I Got The Solution After Searching Too Much :|

and The Soultion Is
Download ntwdblib.dll : ...

1.You put the DLL in php6, Apache 2.2, bin (found in the "Apache 2.2").
2.You open php.ini and remove ; before the lines
extension=php_ming.dll
extension=php_mssql.dll
3.Restart your apache server.
 
Upvote 0
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
I Got The Solution After Searching Too Much :|

and The Soultion Is
Download ntwdblib.dll : ...

1.You put the DLL in php6, Apache 2.2, bin (found in the "Apache 2.2").
2.You open php.ini and remove ; before the lines
extension=php_ming.dll
extension=php_mssql.dll
3.Restart your apache server.

You get the new guy of the section award. You actually searched up your problem and found an easy and quick solution. you are the 0.01% of new people who actually uses their brain and isn't a complete no hope for idiot.
 
Upvote 0
Back
Top