$PG_img = "iecomp.gif"; $PG_tit = "Disclaimer"; $PG_bac = "/"; $PG_num = 1; require_once "geoip.inc.php"; require_once "users-online.inc.php"; include "minirosh.inc.php"; part_start("$PG_tit"); ?>
Technion recognizes the value and potential of
personal publishing on the Internet ,
and allows students, staff and faculty to produce personal WWW-pages.
However, the authors of these pages carry full and sole resposibility
for the contents of these pages, and are subject to the guidelines set in :
The Technion Policy document on Ethics in Computer
Network Resources .
Please report inappropriate use and direct any questions to
webmaster@ie.technion.ac.il
The service is provided as is.
The Technion does its best to maintain the site.
However, the Technion is not liable for any damages to the user as a
consequence of the use of the site, including damage caused by
downloading software applications from or through the site.
Links , in this site , to external sites do not constitute a
recommendation for these sites or approval of their contents.
See also: Personal-homepage disclaimer
|
Web server information
$my_geoip = new GeoIP(); if ( $_SERVER['HTTP_X_FORWARDED_FOR'] ) { $IP_ADDR = $_SERVER['HTTP_X_FORWARDED_FOR']; } else if ( $_SERVER['HTTP_CLIENT_IP'] ) { $IP_ADDR = $_SERVER['HTTP_CLIENT_IP']; } else { $IP_ADDR = $_SERVER['REMOTE_ADDR']; } $from_geo = $my_geoip->Country_name_by_addr("$IP_ADDR"); $rem_adr = gethostbyaddr ("$REMOTE_ADDR"); $o_user = new users_online ($IP_ADDR); // create the object and send user's IP $o_user->main (); // call the "main" metho $usr_nb = $o_user->count(); $copr = date("Y"); print " Copyright © - IE computer center, 1995-$copr; \n"; print " Server's address: http://ie.technion.ac.il \n"; echo " There " . ($usr_nb != 1 ? "are" : "is") . " $usr_nb user" . ($usr_nb != 1 ? "s" : "") . " online."; ?> Designed by Israel Bravo |
User information
Privacy policy: We use this information for statistics only Your computer: echo $rem_adr ?> - from echo $from_geo ?> Your browser: echo $HTTP_USER_AGENT ?> |