hello i just made a Gunz private server successfully.
but when i want to install a website i'm getting this error
i used all possible threads fixes + guides but it keep showing up
that's my error and this is my fileCode:Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\Security\config.php on line 4
i hope some 1 could help me with this.Code:<?php // MSSQL Configuration // mssql_connect("KEVINVERHOEVEN\SQLEXPRESS","",""); mssql_select_db("GunzDB"); $opened = 1; if($opened == 0){ $pagetitle = "SocomStory"; } // MySQL Configuration $_MYSQL[Host] = "127.0.0.1"; // MySQL Host $_MYSQL[User] = "my user name"; // MySQL User $_MYSQL[Pass] = "my password"; // MySQL Pass $_MYSQL[DBNa] = ""; // MySQL DBNa // CONFIGURATION $_CONFIG[NewsFID] = 2; // NewsFID $_CONFIG[EventsFID] = 2; // EventsFID $_CONFIG[vBulletinPrefix] = ""; // vBulletin Prefix $_CONFIG[ForumURL] = "http://microgunz.servegame.org/forum/"; // Forum URL $_CONFIG[OfflinePage] = ""; // 1 = Enable Offline Page ?>
going sleep right now i hope i can fix it tomorrow when i wake up
already thank you for person who can solve my problem
If it necessary i used WWG Mpog Web by Davile website source.


Reply With Quote

