Lissa Explains it All:  Web Design Forums  

Go Back   Lissa Explains it All: Web Design Forums > LEIA Archives > Web Site Help > Advanced Programming

Notices

 
 
Thread Tools Display Modes
  #1  
Old 11-15-2003, 11:42 PM
aisuruneko aisuruneko is offline
n00bzilla
 
Join Date: Mar 2003
Posts: 31
aisuruneko is an unknown quantity at this point
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  
Old 11-16-2003, 05:19 PM
Loren's Avatar
Loren Loren is offline
HTML, PHP, Cats
 
Join Date: Apr 2003
Location: South Carolina, USA
Posts: 1,274
Loren is on a distinguished road
Try:

@recipients = (&fill_recipients('^nymphofthestyx@napalm
theory\.com');
  #3  
Old 11-17-2003, 07:49 PM
aisuruneko aisuruneko is offline
n00bzilla
 
Join Date: Mar 2003
Posts: 31
aisuruneko is an unknown quantity at this point
.

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  
Old 11-18-2003, 09:10 PM
Loren's Avatar
Loren Loren is offline
HTML, PHP, Cats
 
Join Date: Apr 2003
Location: South Carolina, USA
Posts: 1,274
Loren is on a distinguished road
So what exactly is the problem?
Is it that it is not emailing you?
What does blank.htm say?
  #5  
Old 11-18-2003, 10:09 PM
aisuruneko aisuruneko is offline
n00bzilla
 
Join Date: Mar 2003
Posts: 31
aisuruneko is an unknown quantity at this point
.

I'm not receiving data. The page is purely blank. I checked my path to sendmail and things are fine there.
  #6  
Old 11-19-2003, 12:19 PM
Loren's Avatar
Loren Loren is offline
HTML, PHP, Cats
 
Join Date: Apr 2003
Location: South Carolina, USA
Posts: 1,274
Loren is on a distinguished road
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  
Old 11-19-2003, 07:06 PM
aisuruneko aisuruneko is offline
n00bzilla
 
Join Date: Mar 2003
Posts: 31
aisuruneko is an unknown quantity at this point
.

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  
Old 11-20-2003, 11:28 PM
Loren's Avatar
Loren Loren is offline
HTML, PHP, Cats
 
Join Date: Apr 2003
Location: South Carolina, USA
Posts: 1,274
Loren is on a distinguished road
Well C:/ is on your hardrive. Can you post a link to the page with the form or the code for the page?
  #9  
Old 11-21-2003, 07:45 PM
aisuruneko aisuruneko is offline
n00bzilla
 
Join Date: Mar 2003
Posts: 31
aisuruneko is an unknown quantity at this point
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  
Old 11-21-2003, 11:17 PM
Loren's Avatar
Loren Loren is offline
HTML, PHP, Cats
 
Join Date: Apr 2003
Location: South Carolina, USA
Posts: 1,274
Loren is on a distinguished road
You seem to be missing the recipient section.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:49 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.