$node = $_GET["node"];
$callsign = $_GET["callsign"];
$suche = '
echo 'Node: '.$node.'
Call: '.$callsign.'
';
$file = fopen ("http://www.echolink.org/logins.jsp", "r");
if (!$file) {
echo "ERROR";
exit;
}
$status = 'OFFLINE';
while (!feof ($file)) {
$line = fgets ($file, 1024);
if (eregi ($suche , $line, $out)) {
if(stristr($out[1], '>BUSY<') !== FALSE) {
$status = 'BUSY';
}
if(stristr($out[1], '>ON<') !== FALSE) {
$status = 'ONLINE';
}
break;
}
}
echo 'Status: '.$status.'';
fclose($file);
?>
*****************
------
XE2JTS
Operating AO51 Satellite in DL76 and DL77
Hidalgo del Parral City,
South of Chihuahua State.
QSL Via 2-25 Box or 1053 Box
Chihuahua Chihuahua
31000
MEXICO
----------------------------------------------
Thanks to visit my page
XE2JTS Israel Saucedo Ch.
Chihuahua Chihuahua
MEXICO








