aktuelle Wetterdaten

Packet Radio Knoten
HAMNET Userzugang 13cm
| OE5VCA | |||||||||||
| 
 | -68 dBm | 
HAMNET Userzugang 6cm
HAMNET Links
| DB0QP | |||||||||||
| 
 | -65 dBm | ||||||||||
| OE2XZR | |||||||||||
| 
 | -69 dBm | ||||||||||
| OE5XGR | |||||||||||
| 
 | -73 dBm | 
ungelesene usermails
in OE5XBL-8
| DL3SH | 
| OE5HPM | 
programming & design by oe5hpm@oe5xbl.#oe5.aut.eu - page built within 0.173 seconds - 
$expire		= 600;  					// ip expires after $expire seconds
$logfile	= "flcount.log"; 		// file where visits and ip logs are stored
// *************************** don't change anything below this line *************************
$incpath=substr(__FILE__, 0, strrpos(__FILE__, "/")+1);
$logfile=$incpath.$logfile;
$ip= getenv('REMOTE_ADDR');
$visits=0;
$badhit= false;
$now= time();
$ips = array(array());
if (file_exists($logfile))
{
	if ($loggedips=file($logfile))
	{
		$fp = fopen($logfile, 'w');
		$visits=trim($loggedips[0]);
		for ($i=1; $i