HighDots Forums  

You are coming from an unauthorized domain

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss You are coming from an unauthorized domain in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Alan
 
Posts: n/a

Default Re: You are coming from an unauthorized domain - 07-06-2004 , 07:46 AM








Quote:
Now I've done something... the unauthorized domain message is gone but now I
get "Nothing was sent by a form. (No data was sent by POST or GET method.)
There is nothing to process here". Looks like I have fixed one thing and
screwed up another...

suggestion-
Approach things methodically- from the changes i see in the code you are
flailing around a bit.

find this:
<body>
<form>

<form action="cgi-bin/formmail.php" enctype="text/plain"
name="contact_us" id="contact_us">

delete the first <form> tag, and change the second one as shown:
(i may have omitted the method attribute in my earlier reply)

<body>
<form action="cgi-bin/formmail.php" enctype="text/plain"
name="contact_us" id="contact_us" method="POST">



Reply With Quote
  #12  
Old   
cspgsl
 
Posts: n/a

Default Re: You are coming from an unauthorized domain - 07-06-2004 , 07:48 AM






$referers = array("cedarsprings.cc", "sympatico.ca");
I have changed the form as Alan had suggested and have just tried it again.
Now when clicking send the form page refreshes but the message is not being
received at my tlk1 inbox. I no longer get error messages though so there might
be something a little more correct here.


Reply With Quote
  #13  
Old   
Alan
 
Posts: n/a

Default Re: You are coming from an unauthorized domain - 07-06-2004 , 08:05 AM



is the mail being directed to the sympatico address?

if yes, does that address have any spam filters on it?

Quote:
$referers = array("cedarsprings.cc", "sympatico.ca");
I have changed the form as Alan had suggested and have just tried it again.
Now when clicking send the form page refreshes but the message is not being
received at my tlk1 inbox. I no longer get error messages though so there
might
be something a little more correct here.



Reply With Quote
  #14  
Old   
cspgsl
 
Posts: n/a

Default Re: You are coming from an unauthorized domain - 07-06-2004 , 08:05 AM



Thanks for the reply. I have to go out for a couple of hours. Will try this and get back to you towards noon.
2SP's

Reply With Quote
  #15  
Old   
Jason Dalgarno
 
Posts: n/a

Default Re: You are coming from an unauthorized domain - 07-06-2004 , 08:31 AM



cspgsl <webforumsuser (AT) macromedia (DOT) com> wrote in
news:ccdvna$qi0$1 (AT) forums (DOT) macromedia.com:

Quote:
Jason:
When you say "a) unreliable, b) pointless and c) dangerous" what do
you do to
get around the problem?
You don't put the problem in. Unless there is an option to skip the referer
check you would need to be edit the source (not the configuration).


Reply With Quote
  #16  
Old   
cspgsl
 
Posts: n/a

Default Re: You are coming from an unauthorized domain - 07-06-2004 , 10:45 AM



is the mail being directed to the sympatico address? = I have this line in the
form
<input type="hidden" name="recipient" value="tlk1 (AT) sympatico (DOT) ca">

if yes, does that address have any spam filters on it? = No

Now when I try the form I get the following message.
Nothing was sent by a form. (No data was sent by POST or GET method.) There is
nothing to process here.




Reply With Quote
Reply




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

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.