form submission DoS

2003-09-10 Thread Kevin Pfeiffer
(until the bad guy writes a cleverer script). But what about the submission process? How to stop someone from scripting 2,000+ form submissions? (If at all) -K -- Kevin Pfeiffer International University Bremen A: Because it messes up the order in which people normally read text. Q: Why is top-postin

Re: Another Regex question.

2003-07-23 Thread Kevin Pfeiffer
be "This Input Is In All Caps" > > TIA, > > Sara. perldoc -q capital might help. -- Kevin Pfeiffer International University Bremen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running process in background?

2003-07-20 Thread Kevin Pfeiffer
In article <[EMAIL PROTECTED]>, Octavian Rasnita wrote: > Can you tell me how to define a cron job that is executed each hour? > Thank you. 10 0-23 * * * echo "run 10 minutes after the hour, every hour, everyday" man 5 crontab -- Kevin Pfeiffer International Uni