Re: [Tut] Make your GunZWeb+Panel
ok so I followed all the steps one by one. and followed the letter and here is what i get
Code:
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\config.php on line 2
I know i did it correctly But When i opened the .sql files and changed to batabase to GunzDB it said
Code:
there is already a table named that"
Code:
<?php
mssql_connect("WINDOWS2003\SQLEXPRESS","sa","player09");
mssql_select_db("GunzDB");
$opened = 1;
if($opened == 0){
$pagetitle = "Server in maintenance";
}
?>
the admin panle works
Code:
;extension=php_mime_magic.dll
extension=php_ming.dll
extension=php_mssql.dll
;extension=php_msql.dll
could it be the sql's i had to install on the database?
Re: [Tut] Make your GunZWeb+Panel
Re: [Tut] Make your GunZWeb+Panel
Nice tut thank help alot :P