This page has website statistics for directories on frontier and other servers I crunch numbers for.
If you’d like detailed statistics for your directory on frontier, or your virtual host on frontier just let me know. You have to be an active member of the Web Developer Network first. Consider it a bonus.
/* Now set all the standard STUFF */ //$page->loadSharedcodeFiles(); /* OR */ $page->navlinks = <<<END <ul> <li><a href="index.php">Webserver Stats Home</a></li> </ul> END;
/* Now specific stuff for this page */ $page->titlegraphic = '<h1>UNL | Webserver Stats</h1><h2>Willkommen zum Zahlknirschen.</h2>'; $page->doctitle = '<title>UNL | Webserver Stats</title>'; $page->maincontentarea = ''; $aliases = array_merge($GLOBALS['aliases'],array('ucommxsrv1.unl.edu','events.unl.edu','pear.unl.edu','www.unl.edu')); sort($aliases); foreach (array_merge($aliases,$GLOBALS['frontier_dirs']) as $config) { $text = $config; if (strpos($text,'.')===false) { $text = 'www.unl.edu/'.$text.'/'; } $page->maincontentarea .= "<li><a href='http://ucommbieber.unl.edu/awstats/awstats.pl?config={$config}'>{$text}</a></li>"; } $page->leftRandomPromo = ''; $page->breadcrumbs ='<ul><li class="first"><a href="http://www.unl.edu/">UNL</a></li><li>Log Statistics</li></ul>'; $page->maincontentarea = <<<MAIN_CONTENT <h2>Welcome to the number cruncher.</h2> <p>This page has website statistics for directories on frontier and other servers <a onclick="window.open(this.href,'peoplefindpop','scrollbars=1,width=325,height=500,innerwidth=325,innerheight=500'); return false;" href="http://ucommxsrv1.unl.edu/peoplefinder/index.php?uid=bbieber2">I</a> crunch numbers for.<br /> <br /> If you’d like detailed statistics for your directory on frontier, or your virtual host on frontier just let me know. You have to be an active member of the Web Developer Network first. Consider it a bonus.<br /> <br /> Now choose your server and/or directory. </p> <ul> {$page->maincontentarea} </ul> <p>Trouble with the stats? <a href="http://ucommbieber.unl.edu/">Contact Brett Bieber, who maintains this stuff here.</a></p> MAIN_CONTENT;