<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>&nbsp;</DIV>
<DIV>I&nbsp;modified the NSSDropoff.php file so the log file text&nbsp;Clearly states when a&nbsp;success full dropoff occurs which would make parsing the log file&nbsp;easier.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Does anyone else have a script to parse the zendto.log and compile a list of users for summary information?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks</DIV>
<DIV>Brad</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>--- NSSDropoff.php.old&nbsp; 2010-09-17 11:51:24.000000000 -0500<BR>+++ NSSDropoff.php&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2010-09-17 11:51:43.000000000 -0500<BR>@@ -1375,7 +1375,7 @@<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //&nbsp; Log our success:<BR>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $this-&gt;_dropbox-&gt;writeToLog(sprintf("$senderName &lt;$senderEmail&gt; =&gt; $claimID [%s]",<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $this-&gt;_dropbox-&gt;writeToLog(sprintf("Successfull dropoff by: $senderName &lt;$senderEmail&gt; claimID: $claimID [%s]",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( $realFileCount == 1 ? "1 file" : "$realFileCount files" )));<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } else {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return $smarty-&gt;getConfigVariable('ErrorAddDropoff');</DIV></BODY></HTML>