Hi Amy,<div><br></div><div>You might give the web server logs a look over as well. That should yield at the very least and IP address. </div><div><br></div><div><br></div><div>There are many tools that could aid you with this, but it all depends on your environment - ILS, web/application server, etc.</div>
<div><br></div><div><br></div><div><br clear="all">Eric Maynard<br>Head of Information Technology,<br>Holmes County District Public Library<br>Millersburg, OH 44654<br>Email [<a href="mailto:emaynard@holmeslib.org">emaynard@holmeslib.org</a>]<br>
Phone [330.674.5972 x.224]<br>Fax [330.674.1938] <br><br>"Failure is only the opportunity to begin again more intelligently"<br><br><br>
<br><br><div class="gmail_quote">On Fri, Jun 4, 2010 at 3:28 PM, Victor Zuniga <span dir="ltr"><<a href="mailto:vzuniga@westervillelibrary.org">vzuniga@westervillelibrary.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt"><br>
Hi Amy, <br>
<br>
I am not familiar with SirsiDynix (we are an Innovative Interfaces shop) but it shouldn’t be difficult to include some php on your html page (granted SirsiDynix gives access to edit the page). If not, you can ask them to include a couple variables (assuming you’re using PHP) into your form to gather information such as the IP address, browser, Date/Time, etc.<br>
<br>
Something like:<br>
<br>
<br>
$ipi = getenv("REMOTE_ADDR"); <br>
$httprefi = getenv ("HTTP_REFERER");<br>
$httpagenti = getenv ("HTTP_USER_AGENT");<br>
<br>
<br>
Then you/they would set the fields on your form as hidden:<br>
<br>
<input type="hidden" name="ip" value="<?php echo $ipi ?>" /><br>
<input type="hidden" name="httpref" value="<?php echo $httprefi ?>" /><br>
<input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" /> <br>
<br>
When the user submits the form, you’ll be getting this additional information.<br>
<br>
<br>
HTH,<br>
<br>
Victor<br>
<br>
<br>
</span></font><font size="1"><font face="Verdana, Helvetica, Arial"><span style="font-size:9pt">Victor Zuniga<br>
Westerville Public Library<br>
Computer Services Department<br>
126 S. State St. | Westerville, OH 43081<br>
Phone:</span></font></font><font size="2"><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:10pt">614.259.5019<br>
<br>
<br>
<br>
<br>
</span></font><div class="im"><span style="font-size:10pt"><font face="Consolas, Courier New, Courier">Amy Wilson wrote:<br>
> Does anyone know if there is a way to track who submitted a webform? <br>
> The last few days someone has been spoofing us via the webform, by <br>
> submitting library card applications with obvious inaccurate <br>
> information. Our circ manager wanted to know if there is a way to catch <br>
> who is doing that as she suspects it is the same person daily.<br>
> <br>
> <br>
> <br>
> Amy Wilson<br>
> <br>
> Network Administrator<br>
> <br>
> Rocky River Public Library<br>
> <br>
> 440-895-3764<br>
> <br>
> <br>
> <br>
> <br>
> -- <br>
> This message has been scanned for viruses and<br>
> dangerous content by *MailScanner* <<font color="#0000FF"><u><a href="http://www.mailscanner.info/" target="_blank">http://www.mailscanner.info/</a></u></font>>, and is<br>
> believed to be clean.<br>
</font></span></div></font><div class="im"><blockquote><font size="2"><span style="font-size:10pt"><font face="Calibri, Verdana, Helvetica, Arial"><br>
<br>
<br>
<br>
<br>
<hr align="CENTER" size="3" width="95%"></font><font face="Consolas, Courier New, Courier">_______________________________________________<br>
OPLINTECH mailing list<br>
<a href="http://OPLINTECH@oplin.org" target="_blank">OPLINTECH@oplin.org</a><br>
<a href="http://mail.oplin.org/mailman/listinfo/oplintech" target="_blank">http://mail.oplin.org/mailman/listinfo/oplintech</a><br>
Search: <a href="http://oplin.org/techsearch" target="_blank">http://oplin.org/techsearch</a><br>
</font></span></font></blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt"><br>
<br>
</span></font>
</div></div>
<br>_______________________________________________<br>
OPLINTECH mailing list<br>
<a href="mailto:OPLINTECH@oplin.org">OPLINTECH@oplin.org</a><br>
<a href="http://mail.oplin.org/mailman/listinfo/oplintech" target="_blank">http://mail.oplin.org/mailman/listinfo/oplintech</a><br>
Search: <a href="http://oplin.org/techsearch" target="_blank">http://oplin.org/techsearch</a><br>
<br></blockquote></div><br></div>