Welcome to RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr) Mark forums read | View Forum Leaders
RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr)

Risk Your Life Discuss, [Share]LiteRYL Website v1.2 Build 430 at Server Developments forum; Code: <LINK REL="StyleSheet" HREF="Style.css" TYPE="text/css"> <LINK REL="StyleSheet" HREF="../Style.css" TYPE="text/css"> <?php // For Fixes & Updates visit http://www.mmognation.net.ms/ // Default Template ...




Reply
Thread Tools
[Share]LiteRYL Website v1.2 Build 430
 
 
bapakayam bapakayam is offline
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2008
Location: Johor
Posts: 69
09-01-2008, 07:51 PM
 
Code:
<LINK REL="StyleSheet" HREF="Style.css" TYPE="text/css">
<LINK REL="StyleSheet" HREF="../Style.css" TYPE="text/css">

<?php
// For Fixes & Updates visit http://www.mmognation.net.ms/
// 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 = "ryl1db";			// The username to connect to the db, default is sa.
$dbpasswd = "ryldb";	// 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 = "youxiuser";	// RYL Auth Database 
$ryl_db_game = "winner1";	// 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;
?>
Check my Config.php..so wat my problem??
 
 
permalink
 

 
StealthyXor StealthyXor is offline
suck my nuts

Rank: Member


Reply With Quote
 
Join Date: May 2008
Location: some terminal or vpn
Posts: 268
09-02-2008, 01:47 AM
 
The problem is that you have no clue of what you are doing.
 
 
permalink
 

 
bapakayam bapakayam is offline
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2008
Location: Johor
Posts: 69
09-02-2008, 09:11 AM
 
all my server online now..

but i need website..
 
 
permalink
 

 
alphaest alphaest is offline
WoWmaniac

Rank: Member


Reply With Quote
 
Join Date: Jul 2006
Location: Eesti
Posts: 1,284
09-02-2008, 09:23 AM
 
enable mssql plugin in ur php.ini

read the php install file.
__________________
 
 
permalink
 

 
bapakayam bapakayam is offline
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2008
Location: Johor
Posts: 69
09-02-2008, 01:35 PM
 
how to enable??
 
 
permalink
 

 
alis4311 alis4311 is offline
Monster Member

Rank: New Blood


Reply With Quote
Blog Entries: 1
 
Join Date: Jun 2006
Location: Sweden
Posts: 194
09-02-2008, 02:43 PM
 
instead of just having everything handed to you.. why don't you go read some books?
__________________
:2gunsfiring_v1: DIE WINDOWS
 
 
permalink
 

 
SaifulCrewZ SaifulCrewZ is offline
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Mar 2006
Location: Penang , Malaysia
Posts: 52
09-04-2008, 01:19 PM
 
Quote: Originally Posted by bapakayam View Post
how to enable??
"C:\xampp\php\php.ini"

1.Open Php.ini File,Find Word - "CTRL+F and enter keyword "[MSSQL]""

2.Do U See This Word ?
[quote]
; Allow or prevent persistent links.
mssql.allow_persistent = Off
[quote]

3.Ok Now Change It To On..
[quote]
; Allow or prevent persistent links.
mssql.allow_persistent = On
[quote]

4.Save And Exit... Finish :2gunsfiring_v1:
 
 
permalink
 

 
bapakayam bapakayam is offline
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2008
Location: Johor
Posts: 69
09-05-2008, 02:37 PM
 
C:\xampp ??

i no have that file..
 
 
permalink
 

 
bapakayam bapakayam is offline
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2008
Location: Johor
Posts: 69
09-05-2008, 03:13 PM
 
ty very much man..i love ur so much!!

http://rylminius.no-ip.org

:D
 
 
permalink
 

 
sky23my sky23my is offline
Member

Rank: Omicron


Reply With Quote
 
Join Date: Sep 2008
Posts: 27
09-12-2008, 04:36 AM
 
i can register with the register page but in my youxiuser dun have the data and i cant login the game with the id i register at the page.the page having some problem like the top player rank cant display well and i have no problem with the server status to show the server on/off.pls help me get thru this problem as im posting the config/screen shot ty
PHP Code:
<LINK REL="StyleSheet" HREF="Style.css" TYPE="text/css">
<LINK REL="StyleSheet" HREF="../Style.css" TYPE="text/css">

<?php
// For Fixes & Updates visit http://www.mmognation.net.ms/
// 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 "ryl1db";            // The username to connect to the db, default is sa.
$dbpasswd "ryldb";    // 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 RevolveR 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 'RevolveR Test';        // Server Name.
$SVer '600';            // Server version.
$SLocation 'Greece / Ελλάδα';    // Server location.
$SExp '5000x';            // Server experience rate.
$SDrops '80%';        // Drops rate.
$SMaxUsers '60';        // Server max users.
$SAdministrators '-GM_VIOSA-';    // Server Adminisrators.
$SGameMasters '-GM_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 'sky23my@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;
?>
Quote:
extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_hyperwave.dll
extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
;extension=php_ldap.dll
;extension=php_mbstring.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
extension=php_ming.dll
extension=php_mssql.dll <--------------------- i have remove (;)
;extension=php_msql.dll
;extension=php_oci8.dll

[MSSQL]
; Allow or prevent persistent links.
mssql.allow_persistent = On <------------------------- i have make in (on)

; Maximum number of persistent links. -1 means no limit.
mssql.max_persistent = -1

; Maximum number of links (persistent+non persistent). -1 means no limit.
mssql.max_links = -1

; Minimum error severity to display.
mssql.min_error_severity = 10

; Minimum message severity to display.
mssql.min_message_severity = 10

; Compatability mode with old versions of PHP 3.0.
mssql.compatability_mode = Off

; Valid range 0 - 2147483647. Default = 4096.
;mssql.textlimit = 4096

; Valid range 0 - 2147483647. Default = 4096.
;mssql.textsize = 4096

 
 
permalink
 

 
oldcid oldcid is offline
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2006
Location: salta
Posts: 64
10-03-2008, 06:52 AM
 
Same problem here
__________________


hope is the last thing to lose... - Friend Of Jumpman23 LOL
 
 
permalink
 

 
StealthyXor StealthyXor is offline
suck my nuts

Rank: Member


Reply With Quote
 
Join Date: May 2008
Location: some terminal or vpn
Posts: 268
10-03-2008, 04:48 PM
 
that script is for RYL2
modify it to work with ur db / table hierarchy
 
 
permalink
 

 
bapakayam bapakayam is offline
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2008
Location: Johor
Posts: 69
10-05-2008, 04:32 PM
 
check you db login and password..
 
 
permalink
 

 
StealthyXor StealthyXor is offline
suck my nuts

Rank: Member


Reply With Quote
 
Join Date: May 2008
Location: some terminal or vpn
Posts: 268
10-05-2008, 04:44 PM
 
cant you read or what? stupid arse.


it says invalid object, as in "NOT EXISTING TABLE"
 
 
permalink
 

 
wanbotak wanbotak is offline
Ultimate Member

Rank: New Blood


Reply With Quote
 
Join Date: Jun 2008
Location: JB RAWK
Posts: 159
10-05-2008, 06:08 PM
 
Quote: Originally Posted by sky23my View Post


hahaha..
it easy dude..
CharInfo change to Nationaly.
it working ;)
 
 
permalink
 

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 05:13 PM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RaGEZONE © 2001 - 2008





 
Evade Blackbelt School