[Openfirst-cvscommit] logger index.php,1.14,1.15 reset.php,1.9,1.10 stats.php,1.10,1.11 track.php,1.
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-03-14 00:51:15
|
Update of /cvsroot/openfirst/logger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19664/logger Modified Files: index.php reset.php stats.php track.php Log Message: -Corrected usage of $home -Added $server Index: track.php =================================================================== RCS file: /cvsroot/openfirst/logger/track.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** track.php 7 Aug 2004 02:09:30 -0000 1.20 --- track.php 14 Mar 2005 00:51:03 -0000 1.21 *************** *** 64,68 **** <tr> ! <td width="18%"><a href='track.php?ID=<?php echo $_GET['ID']; ?>&DELETE=true'><img src="<?php echo $home.$basepath; ?>/members/icons/actions/messagebox_critical.png" border="0"></a></td> <td width="82%">Delete all hits by this user </td> </tr> --- 64,68 ---- <tr> ! <td width="18%"><a href='track.php?ID=<?php echo $_GET['ID']; ?>&DELETE=true'><img src="<?php echo $basepath; ?>/members/icons/actions/messagebox_critical.png" border="0"></a></td> <td width="82%">Delete all hits by this user </td> </tr> *************** *** 107,111 **** echo(" <td>$log->QueryString</td>"); if($log->Member != "null"){ echo(" <td>$log->Member</td>"); }else{ echo("<td>NULL</td>"); } ! echo(" <td><a href='./?DELETE=$log->ID'><img border='0' src='$home$basepath/members/icons/actions/button_cancel.png'></a></td>"); if(function_exists("identify_browser")&&$browserid){ echo(" <td>"); --- 107,111 ---- echo(" <td>$log->QueryString</td>"); if($log->Member != "null"){ echo(" <td>$log->Member</td>"); }else{ echo("<td>NULL</td>"); } ! echo(" <td><a href='./?DELETE=$log->ID'><img border='0' src='$basepath/members/icons/actions/button_cancel.png'></a></td>"); if(function_exists("identify_browser")&&$browserid){ echo(" <td>"); Index: reset.php =================================================================== RCS file: /cvsroot/openfirst/logger/reset.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** reset.php 15 Apr 2004 01:25:43 -0000 1.9 --- reset.php 14 Mar 2005 00:51:03 -0000 1.10 *************** *** 40,44 **** <table width="29%"> <tr> ! <td width="4%"><img src="<?php echo $home.$basepath; ?>/members/icons/actions/messagebox_warning.png" border="0"></td> <td width="96%">Are you sure that you want to reset the entire logger system?<br> <br /> <input name="confirm" type="submit" id="confirm" value="Delete all Entries"> --- 40,44 ---- <table width="29%"> <tr> ! <td width="4%"><img src="<?php echo $basepath; ?>/members/icons/actions/messagebox_warning.png" border="0"></td> <td width="96%">Are you sure that you want to reset the entire logger system?<br> <br /> <input name="confirm" type="submit" id="confirm" value="Delete all Entries"> Index: stats.php =================================================================== RCS file: /cvsroot/openfirst/logger/stats.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** stats.php 15 Apr 2004 01:25:43 -0000 1.10 --- stats.php 14 Mar 2005 00:51:03 -0000 1.11 *************** *** 68,72 **** </tr> <tr> ! <td width="32"><a href='track.php?ID=<?php if(isset($_GET['ID'])) { echo $_GET['ID']; } ?>&DELETE=true'><img src="<?php echo $home.$basepath; ?>/members/icons/apps/kcalc.png" border="0"></a></td> <td width="286"><b><a href="<?php echo($_SERVER["PHP_SELF"]); ?>?graph=1">Usage Graphs</a></b></td> --- 68,72 ---- </tr> <tr> ! <td width="32"><a href='track.php?ID=<?php if(isset($_GET['ID'])) { echo $_GET['ID']; } ?>&DELETE=true'><img src="<?php echo $basepath; ?>/members/icons/apps/kcalc.png" border="0"></a></td> <td width="286"><b><a href="<?php echo($_SERVER["PHP_SELF"]); ?>?graph=1">Usage Graphs</a></b></td> Index: index.php =================================================================== RCS file: /cvsroot/openfirst/logger/index.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** index.php 7 Aug 2004 02:09:30 -0000 1.14 --- index.php 14 Mar 2005 00:51:03 -0000 1.15 *************** *** 82,87 **** echo " <td>$log->HostLookup</td>"; echo "<td> ! <a href='./?DELETE=$log->IPAddress'><img border='0' src='$home$basepath/members/icons/actions/button_cancel.png'></a> ! <a href='track.php?ID=$log->IPAddress'><img src='$home$basepath/members/icons/actions/filefind.png' border='0'></a> </td>"; echo "</tr>"; --- 82,87 ---- echo " <td>$log->HostLookup</td>"; echo "<td> ! <a href='./?DELETE=$log->IPAddress'><img border='0' src='$basepath/members/icons/actions/button_cancel.png'></a> ! <a href='track.php?ID=$log->IPAddress'><img src='$basepath/members/icons/actions/filefind.png' border='0'></a> </td>"; echo "</tr>"; |