<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000000">
Just a side note:<br>
I used your module in one of my sites, and I had a lot of problems with
it. If "always" failed to update the IP DB. I digged around, and
eventually downloaded the files manually, and hacked the code to load
the files from the DS instead of "curl" (1), and then backup up the
corresponding table (2) and removed the cron code.<br>
<br>
The trigger for the problem is that curl fails to download the site,
due to max execution time in php. A way to avoid one of the problems is
to delete the DB only after all the files have been downloaded
(currently (3) the code clears up the DB and then downloads). Onother
feature I would like as well is: 'dont update the IPs DB at all'.<br>
<br>
One other problem I found is that the IPs DB is so huge, that some of
our hosts fail to update, again, since phpmyadmin (no console to those
machines) fails to finish the transactions, due to php max execution
time. This is due to the length of those tables (around 40k entries). I
am not sure how to address this.<br>
<br>
Just my 3cents. Thanks for the module, helped a lot.<br>
<br>
<br>
(1) In reality, curl downloads to a temp directory and then loads up
the file<br>
(2) like hell I am doing it again on a live customer site!<br>
(3) Might have changed since 2009/04/13 ...<br>
<br>
<br>
Shankar Dhanasekaran wrote:<br>
...<br>
<br>
<div class="moz-signature">-- <br>
<img src="cid:part1.02080007.05050806@softtailors.com" border="0"></div>
</body>
</html>