<?php
/*
+--------------------------------------------------------------------------
| D4WStatsLittle v1.1.2 - Developers4Web Web Stats Software
| ==========================================================
| by Developers4Web.com
| D4WStatsLittle is a Trade Mark of Developers4Web
| Copyright Developers4Web 2005 - 2006. All rights reserved.
| English:
| http://stats-service.developers4web.com
| Español:
| http://www.developers4web.com
| ========================================
| optimized by Trio Solutions
| Dreamweaver Extensions and Web Development Components
| English:
| http://components.developers4web.com
| Español:
| http://componentes.developers4web.com
| ========================================
| Web: http://www.d4wstats.com
| Date: Tuesday, February 20, 2006
| Email: info (at) developers4web (dot) com
| License Type: D4WSTATSLITTLE is NOT Open Source Software and Limitations Apply
| Licence Info: /d4wstatslittle/license.txt
+--------------------------------------------------------------------------
*/
?>
<?php
//----------------------------------------------------------------
// Semilla para funcion rand
function make_seed() {
list($usec, $sec) = explode(' ', microtime());
return (float) $sec + ((float) $usec * 100000);
}
//----------------------------------------------------------------
// Inicializar el random number generator
mt_srand (make_seed());
$a = array("advanced","progressive","quality","complex");
$b = array("web stats","stats","visitor");
$c = array("tracker","analyzer","performance watcher","data feeder","fact collector","record keeper","charts creator","data analyzer","facts","manifests","graphs","logger","informer","advisor","herald","observer");
$d = array("This script","This program","This software","This application","This Javascript tracker","This code");
$e = array("records","saves","compiles","assembles","gathers","collects","registers","analyzes","keeps track of");
$f = array("your website visits","visit logs","information on your website visitors","your website performance data","data on your website visitors");
$g = array("and");
$h = array("offers","provides","presents","allows you to obtain","supplies you with","gives you");
$i = array("advanced","first-class","complex","outstanding","trustworthy","superior","elaborate","sophisticated","cutting edge","up-to-the-minute","quality");
$j = array("webstats reports.","visitor statistics reports.","web user stat reports.","web statistics charts.","webstats data. ","webstats records.","webstats.");
$k = array("Powered","Developed","Prepared","Designed","Forged","Fabricated","Conceived","Set up","Produced","Made","Introduced","Activated","Operated","Accomplished","Undertaking");
$l = array("by");
$m = array("Dev4Web","D4W WebStats","TS Dreamweaver Extensions","Trio","Trio WebStats");
$title = $a[mt_rand(0,count($a)-1)]." ".$b[mt_rand(0,count($b)-1)]." ".$c[mt_rand(0,count($c)-1)];
$h1 = $title;
$content = $d[mt_rand(0,count($d)-1)]." ".$e[mt_rand(0,count($e)-1)]." ".$f[mt_rand(0,count($f)-1)]." ".$g[mt_rand(0,count($g)-1)]." ".$h[mt_rand(0,count($h)-1)]." ".$i[mt_rand(0,count($i)-1)]." <a href=\"http://www.d4wstats.com\">".$j[mt_rand(0,count($j)-1)]."</a> ".$k[mt_rand(0,count($k)-1)]." ".$l[mt_rand(0,count($l)-1)]." <a href=\"http://components.developers4web.com\">".$m[mt_rand(0,count($m)-1)]."</a>";
$description = $d[mt_rand(0,count($d)-1)]." ".$e[mt_rand(0,count($e)-1)]." ".$f[mt_rand(0,count($f)-1)]." ".$g[mt_rand(0,count($g)-1)]." ".$h[mt_rand(0,count($h)-1)]." ".$i[mt_rand(0,count($i)-1)]." ".$j[mt_rand(0,count($j)-1)];
?>
// <html><head><title><?php echo $title; ?></title><meta name="description" content="<?php echo $description; ?>" /></head><body><h1><?php echo $h1; ?></h1><p><?php echo $content; ?> <?php echo $_SERVER["HTTP_HOST"]; ?>, <?php echo date("F j, Y, g:i a"); ?></p> <!--
document.write("<img src=\"/d4wstatslittle/logger-v2.php?ck="+window.navigator.cookieEnabled+"&w="+window.screen.width+"&h="+window.screen.height+"&refer="+escape(document.referrer)+"&nocache="+Math.random()+"&src="+document.location+"\" width=\"1\" height=\"1\" alt=\"\" border=0 />");
// --> </body></html>