[code:1:7d14c3cb68]<?php
//////////////////////////////////////////////////////////////
// ___ _ _ ___ ___ _____ _ _____ ___ ___ ___ ___ //
// | _ \ || | _ \___/ __|_ _/_\_ _/ __| | _ \ _ \/ _ \ //
// | _/ __ | _/___\__ \ | |/ _ \| | \__ \ | _/ / (_) | //
// |_| |_||_|_|0.1.6|___/ |_/_/ \_\_| |___/ |_| |_|_\\___/ //
// //
//////////////////////////////////////////////////////////////
// http://www.webmaster76.com //
//
webmaster76@inwind.it //
//////////////////////////////////////////////////////////////
/////////////////////
// CONFIGURAZIONE //
/////////////////////
$option['host']="localhost"; // Indirizzo server MySQL o IP
$option['database']="my_alessandro1&q uot;; // Nome database
$option['user_db']="alessandro1" ; // Utente
$option['pass_db']="*********"; // Password
$option['script_url']="http://www.Alessandro1.altervista.org/php-stats.js.php"; // Indirizzo di installazione di Php-Stats
////////////////////////
// VARIABILI AVANZATE //
////////////////////////
$option['prefix']="php_stats"; // Prefisso per le tabelle di Php-Stats
$option['php_stats_safe']=0; // 0 se avete MySQL 3.23 o superiore ; 1 per MySQL 3.22
$option['out_compress']=1; // 1 tenta di abilitare la compressione dell'output
$option['persistent_conn']=0; // 1 utilizza utilizza una connessione persistente a mysql
$option['autorefresh']=1; // In MINUTI, aggiornamento automatico pagine dell'admin
$option['show_server_details']=1; // Visualizzati nella pagina principale
$option['short_url']=1; // Mostra url brevi quando possibile
$option['full_recn']=0; // 0 (raccomandato) motori e refers riconosciuti solo per accessi unici; 1 riconoscimento a tutti gli accessi
$option['ext_whois']=""; // ""; o "http://www.yourwhois.com/adress?ip=%IP%"; %IP% è tradotto nell'IP
$option['debug']=0; // Debug query per amministratore
/////////////////////////////////////////////////
// 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']) 1; if($_SERVER['HTTPS']=="on"&# 41; $option['script_url']=str_replace(&quo t;http:/","https:/",$option['script_url']);
if(substr($option['script_url'],-1)=="/") $option['script_url']=substr($option&# 91;'script_url'],0,-1);
?>
[/code:1:7d14c3cb68]