<LINK REL="StyleSheet" HREF="Style.css" TYPE="text/css">
<LINK REL="StyleSheet" HREF="../Style.css" TYPE="text/css">
<?php
// For Fixes & Updates visit
MMOGNation.net.ms - MMORPG Resource & Designs
// Default Template is Copyright © siLvER 2005-2006.
// Not all the scripts are made by me. Credits go to their
// Respective authors.
error_reporting(E_ALL ^E_NOTICE ^E_WARNING);
//============ IP AND SQL SERVER SETTINGS ===============
// Be careful of your entries in this definations.
//
$dbhost = "127.0.0.1"; // The IP of the database server to connect to (if remote only). should be 127.0.0.1
$dbuser = "sa"; // The username to connect to the db, default is sa.
$dbpasswd = "1902695728"; // The password for your SQL Server.
$host = "127.0.0.1"; // Host. IP If working remotely, usually 127.0.0.1 works
$ryl_db_auth = "RYLauth"; // RYL Auth Database
$ryl_db_game = "RYLgame"; // RYL Game Database
$GS_Port = "10204"; // One of the port that Gameserver uses, used to determinate gameserver's status.
$LS_Port = "10102"; // One of the port that LoginServer uses, used to determinate loginserver's status.
//=========== ENABLE AND DISABLE OPTIONS =============
// Valid Values: enabled and disabled
//
// $VIPMove = 'Disabled'; // Enable VIP warp
$Reg = 'Enabled'; // Enable Registration of new accounts?
// $RetPass = 'Disabled'; // Enable Retrieve password?
// $WhoIs = 'Enabled'; // Enable Who Is?
//================ WEBSITE SETTINGS ==================
//
$title= 'Welcome to the Dark RYL website'; // Website title. It will appear above every page.
// The Link to download the client and the patch.
// Must be like: <a href=http://rylcool.com/patch.rar>Download</a>
//
$Client = 'Unavalaible';
$Patch = 'Unavalaible';
$Forum = 'http://www.forumer.com'; //Server's Forum Link | Include "http://"
//Server rates and settings:
$Sname = 'Lite RYL'; // Server Name.
$SVer = '556'; // Server version.
$SLocation = 'Greece / ÅëëÜäá'; // Server location.
$SExp = '500x'; // Server experience rate.
$SDrops = '10%'; // Drops rate.
$SMaxUsers = '60'; // Server max users.
$SAdministrators = 'SiLvER'; // Server Adminisrators.
$SGameMasters = 'AnGEL'; // Server Game masters.
$SIP = '212.248.4.9'; // Server's IP Address.
$DefaultSkin = 'Default'; // Default Skin
$DefaultLang = 'English'; // Default Language
$AdminCPIP = '127.0.0.1'; // IP That will grant acces to the Admin Control Panel.
$GM_mail = 'GM_account@hotmail.com'; // GM's email address for support.
$TopP_amount = '50'; // Amount of players to display in "top players".
$TopG_amount = '10'; // Amount of Guilds to display in "top guilds".
$TopG_Select_orderBy = 'nGuildGold'; // What to select and order by (can be gold,fame).
$TopG_Selection_Name = 'Gold'; // What text will appear in "top guilds" according to what you selected.
$TopP_Select_orderBy = 'Level'; // What to rank by the top players? (e.g: Level, fame)
$TopP_Selection_Name = 'Level'; // What to appear in the top players rankings?
//=============== NOT EDITABLE AREA ====================
// DEFAULT SETTINGS DO NOT CHANGE UNLESS YOURE VERY SURE
// YOU KNOW WHAT YOURE DOING!
Include("../Languages/Lang.$DefaultLang.php");
Include("Languages/Lang.$DefaultLang.php");
$alogin = $dbuser;
$apass = $dbpasswd;
$db = $ryl_db_auth;
$regsubmit = "regform.submit()";
$msconnect=mssql_connect("$host","$alogin","$apass");
//$msdb=mssql_select_db("$db",$msconnect);
$ip = $host;
?>