Great Job
Printable View
Great Job
1. Killing processes is a option. You can use the WM_QUIT message sending if the checkbox is unchecked.
2. You can add whatever program to the list. You can make it even for ryl1. But for ryl1 doesnt work the online showing, log windows opening, and login server enabling.
Online counts showing on web page:
Just copy-paste the code to somewhere on ur webpage and edit the status_file modifier.
I added a php file in the attachments. You can use the <?php include("ryl_online.php"); ?> for that. Anyway.. i cant make it more simpler.
Code:<?php
// Edit this to show the real location of the status file.
// The status file doesnt have to be in the server's release directory.
// Open your ini file and change the StatusFile= key in section [main]
$status_file="D:/RYLServerController_status.csv";
$l=file( $status_file );
$obVal=array( );
foreach( $l as $m => $s )
{
list( $n, $v )=explode( ";", $s );
if( $m>0 && $n )
{
$objVal[$n]=$v;
}
}
?>
</font><b>Total Online:</b>
<font color=#FFD700><?php echo $objVal["OnlineNr"]; ?><br>
</font><b>Humans:</b>
<font color=#FFD700><?php echo $objVal["Humans"]; ?><br>
</font><b>Akhans:</b>
<font color=#FFD700><?php echo $objVal["Akkans"]; ?><br>
</font><b>Map1:</b>
<font color=#FFD700><?php echo $objVal["[MAP]Map1_Almighty_Ground[zone:12]"]; ?><br>
</font><b>Map2:</b>
<font color=#FFD700><?php echo $objVal["[MAP]Map2_Caernarvon[zone:8]"]; ?><br>
</font><b>Map3:</b>
<font color=#FFD700><?php echo $objVal["[MAP]Map3_Caernarvon[zone:16]"]; ?><br>
</font><b>Most Online:</b>
<font color=#FFD700><?php echo $objVal["MostOnlineNr"]; ?><br>
</font><b>on:</b>
<font color=#FFD700><?php echo $objVal["MostOnlineDate"]; ?><br>
anyone se if this work for ryl 1 ?
where should i extract the server controller?
Are u stupid or what? The previous guy didnt read the forth post. Ok. But u dont even read the first post 'til the end. This thread isnt so big as the ones about server setup so it shouldn't be hard to read and understand it.
hmm..
i use version 2240.
so my map on DOS. (map.dat)
how to add 5 map on this controller ?
- bad english ^^Code:start RylGameServer.exe -c 0 -z 12
start RylGameServer.exe -c 0 -z 8
start RylGameServer.exe -c 0 -z 16
start RylGameServer.exe -c 0 -z 5
start RylGameServer.exe -c 0 -z 14
Very nice.
Congratulations.