![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
You never set your destination email in the html in hidden fields! This is *so* hackable it is not funny. Your site will be a spam relaying machine. |
#12
| |||
| |||
|
|
It's _probably_ a poorly designed and risky service, but not necessarily. |
#13
| |||
| |||
|
|
Scripsit Jonathan N. Little: You never set your destination email in the html in hidden fields! This is *so* hackable it is not funny. Your site will be a spam relaying machine. It might be, but it need not be. We cannot tell from the HTML markup and the instructions. We cannot know whether the form handler script actually checks the e-mail address against a list of accepted destinations. It's _probably_ a poorly designed and risky service, but not necessarily. |
#14
| |||
| |||
|
|
True, but if the designers of the script had security in mind they would not have stuck the destination out here client side in a hidden field in the first place. I wouldn't put money on the script is secure, would you? |
#15
| |||
| |||
|
|
Maybe the OP should be looking for another host. |
#16
| |||
| |||
|
|
Jukka K. Korpela wrote: It's _probably_ a poorly designed and risky service, but not necessarily. That is what I was thinking. Is there a way for the OP to determine that? Assurances from his host may not be good enough. If they are providing an open relay, they won't know that they are. I would hope that someone in the hosting business would know how to secure a formmail script. |
#17
| |||
| |||
|
#18
| |||
| |||
|
|
Ok, thank you for all of the responses, but I am now more confused - but that is ok, because at least I am on the way. What I copy and pasted was the instructions from the host on how to use formmail. Here it is again in its entirety : How do I use Formmail? Introduction Forms on your Website can be used to collect data from a Website and send it via E-mail to a desired location. It can be used for adding ordering forms, feedback forms and simple surveys. Once you have your forms designed in your favorite HTML editor or web design tool, getting your forms to actually work only takes 2 easy steps. IMPORTANT: Please ensure that there are no spaces in the name of your contact form or feedback form. 1. Using our pre-installed forms handler First of all, you must design your form using your desired web design tools. Once this is done, you must manually edit the HTML code for your form, some web design software has this feature built in. You have to modify the following code on your form page: form action="/cgi/formmail" method = "POST" The above code instructs your form to use the Netfirms form handler to process the form. NOTE: Do not reference your domain pointer in the form action tag as that will produce an error message. 2. Specify Recipient E-mail address Next you must have the following line of code after the form action tag we entered above: input type=hidden name="recipient" value="y... (AT) yourdomain (DOT) com" OR input type=hidden name="recipient" value="y... (AT) yourdomain (DOT) com,anothern... (AT) anotherdomain (DOT) com" This instructs the formmail script where to E-mail the information entered on the form. Be sure to change y... (AT) yourdomain (DOT) com to your actual E-mail address. Optional Fields: You add optional fields to your form to customize the functionality of the form. For example you can require certain fields to be completed, specify the page visitors see after completing the form. If you use Microsoft FrontPage, click here for instructions without having to edit HTML code. form action="/cgi/formmail" method="post" input type="hidden" name="recipient" value="y... (AT) yourdomain (DOT) com" This is what I guess the host is offering in the way of a form mailer. Why would they offer one that is full of holes and prone to security breaches? I now have downloaded the formmail_compat_3.14c1. Am I supposed to upload this to my host to use it? Does the HTML have to change when using this? Again, thanks in advance for the help, although this is really greek to me. |
#19
| |||
| |||
|
|
Ok, thank you for all of the responses, but I am now more confused - but that is ok, because at least I am on the way. What I copy and pasted was the instructions from the host on how to use formmail. Here it is again in its entirety : |
|
This is what I guess the host is offering in the way of a form mailer. Why would they offer one that is full of holes and prone to security breaches? |
#20
| |||
| |||
|
|
BTW, I emailed your web host and asked about this. I got no response. |
![]() |
| Thread Tools | |
| Display Modes | |
| |