|
copy this to a text file
#!/usr/bin/perl
print"Location:mailto:info\@yoursite.com\n\n";
name it whatever.cgi
change the address to your email address
upload to your cgi-bin in ASCII and chmod 755
direct your email link to the script, will open a new window
and email screen.
easy way to stop bots using very little recources.
|