Version 1/15 - Next ยป - Current version
vl, 04/09/2009 07:02 pm


ServerTick

Base URL

http://atys.ryzom.com/servertick/index.php

Syntax

The server tick is a 32 bit integer that increase every second.
To convert it into Ryzom time, you need to know the conversion table.

PHP Example

<?
$txt = file_get_contents('http://atys.ryzom.com/servertick/index.php?shardid=ani');
echo "<html><body><p>Server Tick on Aniro is $txt</body></html>";
?>

will display

Server Tick on Aniro is 1269525929

Real Example