Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] WebSite WarZombie Full

Initiate Mage
Joined
Jun 27, 2016
Messages
12
Reaction score
2
Replace in your modules/config.php with following:

<?PHP
// Sistema de Conexão com SQL


// Configuração de Conexão
$dbhost = "localhost"; // IP de conexão com MSSQL
$dbdb = "WarZ"; // Database para conexão MSSQL


// Configuração de Login
$dbuser = "USER"; // Usuário para conexão com MSSQL
$dbpass = "PASSWORD"; // Senha para conexão com MSSQL
$db_connectionInfo = array(
"UID" => $dbuser,
"PWD" => $dbpass,
"Database" => $dbdb,
"CharacterSet" => "UTF-8"
//"ReturnDatesAsStrings" => true
);
// Conexão com SQL Server
$msconnect=sqlsrv_connect($dbhost,$db_connectionInfo) or die ('CONECTION ERROR: Falha de conexao. Pressione F5... E click em sim...');


?>



Parse error: syntax error, unexpected $end in www\index.php on line 485

Oh right !
that was another problem.
So just go into your index.php and replace all <? with <?php that shoudl fix the problem
 
Initiate Mage
Joined
May 9, 2016
Messages
81
Reaction score
3
Can you share those queries again? I don't know how to use Warz.sql
When I inquire directly, he is wrong. Is a red alert.
 
Initiate Mage
Joined
Oct 21, 2021
Messages
10
Reaction score
1
does anyone have one who can share it as a new link?

 
Initiate Mage
Joined
Jun 25, 2023
Messages
9
Reaction score
0
rxxx obmyEN

thxxx my broooooooo ♥

ไม่สามารถดาวน์โหลดลิงก์เสีย
 
Back
Top