Recent users of NØUK's JT65 EME page
The following users have been seen using
this page during the past 30 minutes. Update time shown is
when they last posted a message to the Ping Jockey Central
page and is in GMT.
= unix_timestamp()-1800
order by updated desc";
$result = mysql_query($query);
$num_results = mysql_num_rows($result);
echo $num_results.' users recorded.
';
echo '';
echo '| Last Posting | Locator | Callsign | ';
echo "kms | miles | Bearing |
\n";
for ($i = 0; $i < $num_results; $i++){
$row = mysql_fetch_array($result);
echo '';
echo '| '.$row['last_update'].' | ';
echo ''.$row['locator'].' | ';
echo ''.$row['callsign'].' | ';
$cmd = 'HTTP_COOKIE="'.$MY_COOKIE.'" /usr/local/bin/gdis '.$row['locator'];
unset ($dbrg);
exec($cmd, $dbrg );
echo "$dbrg[0]\n";
echo "
\n";
}
?>
If the distance and bearing information above is blank,
you will need to reenter your details using the
Update Details page.
Return to the
JT65 EME Link
webpage.