Changeset 115 for trollforge/lastmeasure/stats/index.php
- Timestamp:
- 11/30/05 14:03:46 (7 years ago)
- File:
-
- 1 edited
-
trollforge/lastmeasure/stats/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/stats/index.php
r114 r115 13 13 while($key != false) { 14 14 $val = dba_fetch($key, $id); 15 list($ip, $port, $hostname, $uagent, $referer, $user, $clipboard) = explode(' ', $val); 15 list($ip, $port, $hostname, $uagent, 16 $referer, $user, $clipboard) = explode(' ', $val); 17 $str = "<li>"; 18 $str .= date('Y-m-d H:M:S', -1 - '0x' . substr($key, 0, 8)); 19 $str .= " $ip:$port ($hostname)"; 16 20 $str = "<li>$key --- $ip:$port ($hostname)"; 17 $str .= " useragent: " . base64_decode($uagent);18 21 $str .= " referer: " . base64_decode($referer); 19 22 $str .= " user: " . base64_decode($user); … … 70 73 <head> 71 74 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 72 <title> LM stats</title>75 <title>GNAA Last Measure Statistics</title> 73 76 <link rel="icon" type="image/x-icon" href="/favicon.ico" /> 74 77 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> 75 78 </head> 76 79 <body> 77 <div style="float: right; margin-top: 0px; background-color: transparent;80 <div style="float: left; margin-top: 0px; background-color: transparent; 78 81 border: 30px; clear: both;"> 79 82 <img src="/gnaa.png" width="108" height="40" 80 83 alt="GNAA" /> 81 84 </div> 85 86 <h1> GNAA Last Measure Statistics </h1> 82 87 83 88 <p> Attempt at some lmstats. Unfinished. </p>
Note: See TracChangeset
for help on using the changeset viewer.
