GunZ Web Evolution
0.2
By OmOiYuMe
[email protected]
DONT REMOVE THIS CREDIT, RESPECT
MY HARD WORK!
--------------------------------------->
<?php
include "lang/langs.php"; //DONT EDIT THIS! - NO EDITES ESTO!
//General
$DBHost = 'WASIF-PC\SQLEXPRESS'; //The host of your DB - Donde esta instalada la DB (I.E: MACHINE\SQL2005)
$DBUser = 'DRZ'; //Your DB User - El Usuario de la DB
$DBPass = '123456x'; //Your DB Password - El Password de tu DB
$DB = 'GunzDB'; //Your GunZ DB - Tu DB de GunZ
$Server = 'DRZ GunZ'; //Your Server's Name - El Nombre de tu Servidor
$Slogan = "DRZ Gunz Web Powered by OmOiYuMe's GunZ Web Evolution 0.2"; //Slogan of your server - Eslogan de tu
server
$ClientL = 'http://yourclientlink';
$PatchL = 'http://yourpatchlink';
$NoADM = '1'; //Dont show Admin accounts in rankings - No mostrar cuentas Admin en rankings
$RankNu = '10'; //Number of ranks to show in clan and character rankings - Numero de puestos para mostrar en el
clan de players y clanes
$Lang = $Eng; //Your Language - Tu Idioma ($Eng, $Spa, $Por, $Fre)
?>