in reply to Re: Stop Form Hurling
in thread Stop Form Hurling
Second, stringing together images is a bad idea, because you can look at the image names and (presumably) the bot can just translate the image tags to the words. Simple obfuscation might not work. My own preference for a module to do all graphics stuff is Gimp/Perl. The Perl-Server that comes with this moves the graphics processing into a seperate process from the webserver, so you only have the glue in all the apache (or ...) processes. Note however that the locking doesn't work in all versions, so I just flock() a lockfile.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Stop Form Hurling
by gaal (Parson) on Nov 06, 2004 at 07:33 UTC | |
by Aighearach (Initiate) on Nov 06, 2004 at 07:36 UTC | |
by gaal (Parson) on Nov 06, 2004 at 07:41 UTC | |
by Aighearach (Initiate) on Nov 06, 2004 at 07:48 UTC | |
by gaal (Parson) on Nov 06, 2004 at 08:24 UTC | |
| |
by PodMaster (Abbot) on Nov 12, 2004 at 11:00 UTC |