|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Can anyone suggest a way that I could create an HTML form using perl or such like which will not be prone to mail bomb attacks. Ideally I would like to restrict the form so that only one message could be sent by any user / visitor / IP within a certain period of time.
Any help would be much appreciated. TIA b. |
|
#2
|
|||
|
|||
|
The users IP address can be retrieved via $ENV{'REMOTE_ADDR'}. Otherwise you can set a cookie.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Bombproof email form |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|