http://img249.imageshack.us/img249/8805/92757836.jpg
i got 2 black lines when i am on step 2
Config.php:
<PHP Code:?php
//Data Base Stuff!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$host = 'USER-PC\SQLEXPRESS'; //The host of your DB (I.E: MACHINE\SQL2005)
$user = 'sa'; //Your DB User
$pass = '*********'; //Your DB Password
$DB = 'GunzDB'; //Your GunZ DB
?>
System.xml:
i am using appserv and yes i do edit the php.ini and replace the DLL.PHP Code:<?xml version="1.0" encoding="UTF-8" ?>
<XML>
<XMLHEADER>version="1.0" encoding="UTF-8"</XMLHEADER>
<SKIN>Default</SKIN>
<DEFFONT>Arial</DEFFONT>
<IME>true</IME>
<BAREPORT>
<ADDR>www.battlearena.com</ADDR>
<DIR>incoming/gunz_global</DIR>
</BAREPORT>
<HOMEPAGE>
<URL>http://www.gunzonline.com</URL>
<TITLE>GunZ the Dual</TITLE>
</HOMEPAGE>
<EMBLEM_URL>http://"******.no-ip.biz/emblems/</EMBLEM_URL>
<TEMBLEM_URL>http://"******.no-ip.biz/emblems/</TEMBLEM_URL>
<LOCATORLIST>
<LOCATOR id="1" IP="******.no-ip.biz" />
</LOCATORLIST>
<TLOCATORLIST>
<LOCATOR id="1" IP=""******.no-ip.biz" />
</TLOCATORLIST>
</XML>
edit:
when i try with out the \SQLEXPRESS and when i type in my pw and at step 2 i get:
PHP Code:Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\AppServ\www\emblem\index.php on line 42
Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\AppServ\www\emblem\index.php on line 42
Warning: mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\www\emblem\index.php on line 43


Reply With Quote


