git-svn-id: http://www.observium.org/svn/observer/trunk@98 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2007-05-20 19:21:35 +00:00
parent edb99764fb
commit ad4160c2ea
16 changed files with 275 additions and 96 deletions

View File

@@ -9,6 +9,9 @@ $discard = 0;
$total = 0;
mysql_query("DELETE FROM `logs` WHERE `msg` LIKE '%Connection from UDP: [89.21.224.44]:%'");
mysql_query("DELETE FROM `logs` WHERE `msg` LIKE '%Connection from UDP: [89.21.224.35]:%'");
$q = mysql_query("SELECT * FROM `logs`");
while($l = mysql_fetch_array($q)){
@@ -55,6 +58,5 @@ while($l = mysql_fetch_array($q)){
}
echo("$total records processed: $add added to database, $discard discarded");
#echo("$total records processed: $add added to database, $discard discarded");
?>