-
Enthusiast
error with website

i get this error when i try to get on my website
-
-
-
Enthusiast
-
In Progress... FFXIV...
Re: error with website
Post your config.php file.
-
Enthusiast
Re: error with website
<?php
//NighT GamerZ Spain Config
$link = mssql_connect("NINO-PC\SQLEXPRESS","sa","pass");
mssql_select_db("GunzDB");
$opened = 1;
if($opened == 0){
header("Location: Maintenance.php");
}
//Data Base Stuff!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$DBHost = 'NINO-PC\SQLEXPRESS'; //The host of your DB (I.E: MACHINE\SQL2005)
$DBUser = 'sa'; //Your DB User
$DBPass = 'pass'; //Your DB Password
$DB = 'GunzDB'; //Your GunZ DB
?>
-
DRGunZ 2 Creator
-
In Progress... FFXIV...
Re: error with website
Oh yeah, forgot to mention about the .dll file.
-
Proficient Member
Re: error with website
if you config is correct do this,, go to php.ini find mssql then if you see the ; on right side remove this then download this http://forum.ragezone.com/attachment...0&d=1224015745 then put the dll on php6 and apache/bin after that restart the apache!!!
-
In Progress... FFXIV...
Re: error with website
http://forum.ragezone.com/f497/tut-s...ebsite-633375/
This would also help you as well. Forgot to post this before.