<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16625"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>I was looking at the zendto.log and considering howto to find out our top 10 Zendto users and it wasn't immediately clear to me from the zendto.log when a new package was dropped off.</DIV>
<DIV> </DIV>
<DIV>I modified the NSSDropoff.php file so the log file text Clearly states when a success full dropoff occurs which would make parsing the log file easier.</DIV>
<DIV> </DIV>
<DIV>Does anyone else have a script to parse the zendto.log and compile a list of users for summary information?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>thanks</DIV>
<DIV>Brad</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>--- NSSDropoff.php.old 2010-09-17 11:51:24.000000000 -0500<BR>+++ NSSDropoff.php 2010-09-17 11:51:43.000000000 -0500<BR>@@ -1375,7 +1375,7 @@<BR> }</DIV>
<DIV> </DIV>
<DIV> // Log our success:<BR>- $this->_dropbox->writeToLog(sprintf("$senderName <$senderEmail> => $claimID [%s]",<BR>+ $this->_dropbox->writeToLog(sprintf("Successfull dropoff by: $senderName <$senderEmail> claimID: $claimID [%s]",<BR> ( $realFileCount == 1 ? "1 file" : "$realFileCount files" )));<BR> } else {<BR> return $smarty->getConfigVariable('ErrorAddDropoff');</DIV></BODY></HTML>