On 16 Aug 2000, at 4:00, Eko Priono wrote:

>   "This account has too many processes running,
>    try again later"

What is the limit? I have had me and 2 other guys playing CGItris 
at the same time, no (apparent) problems.

>   http://www.worldwidemart.com/

Same.

> Not only search engines, you also got some spambots there.

I have been getting a bit of spam lately. My plan was to have the 
spam go to something like [EMAIL PROTECTED] and filter in 
the Recieved list that address (since all @hoody... goes to my 
hotkey account)

> BTW, where the server log stored?  Or you just added the
> env data into a homemade log each time your counter get
> invoked?

Yup! :-)

Something like

open LOGF, ">>$datadir/log";
print LOGF time . "$ENV{'REMOTE_IP'} 
$ENV{'HTTP_USER_AGENT'}";
close LOGF;

in the counter that serves the index page.

Reply via email to