Register Page Problem

Joined
Jan 1, 2009
Messages
2
Reaction score
0
Hello,

we've got a problem. We need a registration page and have everything set so far.

The Guilds and Users are displayed. You can also register. But when you logged in then there is "you a not a paid member. The bears also not considered in the pay_gamemyth Db. The question is what should I do with it that goes?


Then we still have a problem ...

Everything else goes with the Page tab but it does not display the server status.


Here is an excerpt from the config views:




$dbhost = "xxxxxxxxxx"; // 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 = "xxxxxxxxxx"; // 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 = "Part2_Zodiac"; // 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 = 'Enabled'; // 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 = '85.25.20.175'; // Server's IP Address.


Please Help me to fix that :D
 
Hello,

we've got a problem. We need a registration page and have everything set so far.

The Guilds and Users are displayed. You can also register. But when you logged in then there is "you a not a paid member. The bears also not considered in the pay_gamemyth Db. The question is what should I do with it that goes?


Then we still have a problem ...

Everything else goes with the Page tab but it does not display the server status.


Here is an excerpt from the config views:




$dbhost = "xxxxxxxxxx"; // 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 = "xxxxxxxxxx"; // 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 = "Part2_Zodiac"; // 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 = 'Enabled'; // 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 = '85.25.20.175'; // Server's IP Address.


Please Help me to fix that :D

Welcome to the Releases section where people put "releases" not bullshit n00b problems
 
Back