![]() |
|
#1
|
|||
|
|||
|
FormMail
I have a bit of a problem with my FormMail script. I've done all the README told me to do, and I still get a Bad/No Recipient error. It tells me to fix this section of the code, and I fixed it like the readme said to, but I'm still getting errors. Any ideas?
Relevant code: # @referers allows forms to be located only on servers which are defined # # in this field. This security fix from the last version which allowed # # anyone on any server to use your FormMail script on their web site. # @referers = ('www.napalmtheory.com','66.78.3.6'); # @recipients defines the e-mail addresses or domain names that e-mail can # # be sent to. This must be filled in correctly to prevent SPAM and allow # # valid addresses to receive e-mail. Read the documentation to find out how # # this variable works!!! It is EXTREMELY IMPORTANT. # @recipients = ('^nymphofthestyx\@napalmtheory\.com'); the readme is here: http://www.scriptarchive.com/readme/formmail.html Thank you! |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Try:
@recipients = (&fill_recipients('^nymphofthestyx@napalm theory\.com'); |
|
#3
|
|||
|
|||
|
.
Well, that didn't bring up an error once changed, but it did bring up a url containing my redirect code, the url itself being:
res://C:\WINDOWS\nem214.dll/blank.htm#fieldname=entry&yaddayadda... That's all I get, and I do not receive the information from the form. Sorry to bother you, but I need to figure this out. =/ |
|
#4
|
||||
|
||||
|
So what exactly is the problem?
Is it that it is not emailing you? What does blank.htm say? |
|
#5
|
|||
|
|||
|
.
I'm not receiving data. The page is purely blank. I checked my path to sendmail and things are fine there.
|
|
#6
|
||||
|
||||
|
Is their a reason that the page is on your hard drive?
If the problem is it is not emailing you, then mabey your not online or the page should be online and not on the C:\ drive. If the info is not showing up on the page, then is their any code on the page that should make it show up? |
|
#7
|
|||
|
|||
|
.
blank.htm isn't in that section of my hard drive, and I don't know why it's reacting with a .dll file on my computer. I'm online, the webpage is on my server, and no where in the code does it have anything to do with nem214.dll. Perhaps I should e-mail the people who created FormMail?
|
|
#8
|
||||
|
||||
|
Well C:/ is on your hardrive. Can you post a link to the page with the form or the code for the page?
|
|
#9
|
|||
|
|||
|
jk;dad
the perl file is here:
http://www.napalmtheory.com/econtrol...in/FormMail.pl the page I'm trying to get to work is here: http://www.napalmtheory.com/econtrol...ofileform.html |
|
#10
|
||||
|
||||
|
You seem to be missing the recipient section.
|
| Thread Tools | |
| Display Modes | |
|
|