• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] WebSite WarZombie Full

Newbie Spellweaver
Joined
May 1, 2012
Messages
63
Reaction score
0
this :(
 
Newbie Spellweaver
Joined
Oct 20, 2013
Messages
31
Reaction score
0
Help pleace
assumed 'host' in C:\inetpub\wwwroot\modules\config.php on line 5[13-Oct-2014 15:53:34 Asia/Yekaterinburg] PHP Notice: Use of undefined constant dbo - assumed 'dbo' in C:\inetpub\wwwroot\modules\config.php on line 6
[13-Oct-2014 15:53:34 Asia/Yekaterinburg] PHP Notice: Use of undefined constant user - assumed 'user' in C:\inetpub\wwwroot\modules\config.php on line 9
[13-Oct-2014 15:53:34 Asia/Yekaterinburg] PHP Notice: Use of undefined constant pass - assumed 'pass' in C:\inetpub\wwwroot\modules\config.php on line 10
 
Newbie Spellweaver
Joined
Oct 20, 2013
Messages
31
Reaction score
0
Thanks
i got error
CONECTION ERROR: Falha de conexao. Pressione F5... E click em sim...
my config
<?PHP
// Sistema de Conexгo com SQL


// Configuraзгo de Conexгo
$db['host'] = "127.0.0.1"; // IP de conexгo com MSSQL
$db['dbo'] = "WarZ"; // Database para conexгo MSSQL


// Configuraзгo de Login
$db['user'] = "root"; // Usuбrio para conexгo com MSSQL
$db['pass'] = "mypassword"; // Senha para conexгo com MSSQL


// Conexгo com SQL Server
$msconnect=@mssql_connect("$db[host]","$db[user]","$db[pass]") or die ('CONECTION ERROR: Falha de conexao. Pressione F5... E click em sim...');
$msdb=@mssql_select_db("$db[dbo]",$msconnect) or die ('DB ERROR: Falha de conexao. Pressione F5... E click em sim...');


?>
i use port 1444
i chenge config to localhost,1444 and no result.
 
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,625
Thanks
i got error
CONECTION ERROR: Falha de conexao. Pressione F5... E click em sim...
my config
<?PHP
// Sistema de Conexгo com SQL


// Configuraзгo de Conexгo
$db['host'] = "127.0.0.1"; // IP de conexгo com MSSQL
$db['dbo'] = "WarZ"; // Database para conexгo MSSQL


// Configuraзгo de Login
$db['user'] = "root"; // Usuбrio para conexгo com MSSQL
$db['pass'] = "mypassword"; // Senha para conexгo com MSSQL


// Conexгo com SQL Server
$msconnect=@mssql_connect("$db[host]","$db[user]","$db[pass]") or die ('CONECTION ERROR: Falha de conexao. Pressione F5... E click em sim...');
$msdb=@mssql_select_db("$db[dbo]",$msconnect) or die ('DB ERROR: Falha de conexao. Pressione F5... E click em sim...');


?>
i use port 1444
i chenge config to localhost,1444 and no result.

go to folder "painel" and configure the "config.php" and in folder "modules" also



you are using hosting a windows or linux?
 
Newbie Spellweaver
Joined
Dec 28, 2005
Messages
20
Reaction score
0
Can I please reupload:
- Web Site WarZombie.rar
- Script Database WarZombie.rar
?
 
Newbie Spellweaver
Joined
Apr 24, 2013
Messages
72
Reaction score
46
put in dropbox please whit Little .txt
 
Initiate Mage
Joined
Sep 30, 2013
Messages
1
Reaction score
0
Parse error: syntax error, unexpected $end in www\index.php on line 485
 
Newbie Spellweaver
Joined
Jun 27, 2016
Messages
12
Reaction score
2
The Problem on this website is:
you all use php5.3 or later where is no function for "mssql_query...."
And also there is no support since php 5.2
The new plugin called the function with "sqlsrv_query"
So you have to edit all that things to get that work!
 
Back
Top