Root://test/site/config/config.php
 
 
<?php
$L2JBS_config
["mysql_host"]="91.121.114.122";    // MySQL IP
$L2JBS_config["mysql_port"]=3306;        // MySQP port
$L2JBS_config["mysql_db"]="woa";        // l2jdb or your lineage 2 server database name
$L2JBS_config["mysql_login"]="thosaka";        // MySQL Login name    
$L2JBS_config["mysql_password"]="17041987";        // MySQL Password
$htitle="World Of Angel V3";                // Site Title
$fut=" 2008 Created By Phoenix For World Of Angel helped by managed CuteNews Sponsored by Phoenixgames And Mediaplus
 "
;        // You can change only server name . You must leave Phoenix © 
$top="100";                    // How many players must be in top100
$hserver="localhost";                // Server IP
$portgame="7777";                // Game Server Port
$portlogin="2106";                // Server Port
$where='1=1';                    
$shat="c:/server/l2j/gameserver/log/chat.log";

//Skin
$skin1="mw_1";                    // Skin

//Serever Rates
$exp="25";
$sp="25";
$adena="25";
$items="20";
$spoil="36";


include(
"_config_procs.php");
error_reporting(0);
?>