Cannot find page- cgiemail

J

Jana

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML code for the
form from my host (freeservers.com).
the page looks great! however i get this message when i click submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the START YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would check into
it and fix it for me and then send me an e-mail when the problem was resolved.
Does this sound like they know "they" have a problem or do you think i have
typed some code wrong?
 
J

Jana

i have also read somewhere about using FTP uploading vs. HTTP uploading.
I don't understand the difference - could this be the problem. (used FTP).
FileZilla.
Everything looks good, it just doesn't work good.
 
S

Spike

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



Jana said:
i have also read somewhere about using FTP uploading vs. HTTP uploading.
I don't understand the difference - could this be the problem. (used FTP).
FileZilla.
Everything looks good, it just doesn't work good.

Jana said:
background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML code for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would check
into
it and fix it for me and then send me an e-mail when the problem was
resolved.
Does this sound like they know "they" have a problem or do you think i
have
typed some code wrong?
 
J

janabanana

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end? /cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


Spike said:
The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



Jana said:
i have also read somewhere about using FTP uploading vs. HTTP uploading.
I don't understand the difference - could this be the problem. (used FTP).
FileZilla.
Everything looks good, it just doesn't work good.

Jana said:
background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML code for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would check
into
it and fix it for me and then send me an e-mail when the problem was
resolved.
Does this sound like they know "they" have a problem or do you think i
have
typed some code wrong?
 
S

Spike

Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

janabanana said:
not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end? /cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


Spike said:
The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



Jana said:
i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would check
into
it and fix it for me and then send me an e-mail when the problem was
resolved.
Does this sound like they know "they" have a problem or do you think i
have
typed some code wrong?
 
J

janabanana

When i publish from publisher, it creates an index.htm (my home page) and an
index files folder which has all of the other files in it. i then upload both
the index file and the index folder using filezilla. there is no file that
has an extension .cgi or .php. They are all htm, html, gif, png...i don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately (not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of html or
help me troubleshoot (policy). Weird since i got the html code from them to
begin with.
tonight when i get home, and am able to republish, i am going to try using
my own submit button (with an actual e-mail address attached to it) on top of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


Spike said:
Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

janabanana said:
not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end? /cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


Spike said:
The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would check
into
it and fix it for me and then send me an e-mail when the problem was
resolved.
Does this sound like they know "they" have a problem or do you think i
have
typed some code wrong?
 
S

Spike

The help files on the host server are not to informative.

http://www.freeservers.com/WebHostingDetails/CGIAccess.htm

Using filezilla and looking at the root directory on the server, is there a
folder called CGI or anything like that. Publisher does not create cgi
files. The hosting service provides those files. On your server you
should see your index.htm files and the index_files folder. What other
folders are on there?

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page) and
an
index files folder which has all of the other files in it. i then upload
both
the index file and the index folder using filezilla. there is no file that
has an extension .cgi or .php. They are all htm, html, gif, png...i don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of html
or
help me troubleshoot (policy). Weird since i got the html code from them
to
begin with.
tonight when i get home, and am able to republish, i am going to try using
my own submit button (with an actual e-mail address attached to it) on top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


Spike said:
Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

janabanana said:
not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
S

Spike

If all else fails try this!
This depends on your host server supporting PHP files
copy the following code and paste into notepad
modify the code to fit your needs
save it as: mailer.php
in publisher change the form properties action to read:
mailer.php

How to modify the code:
CHANGE "E MAIL ADDRESS" to your email address between the quotes
CHANGE "SUBJECT OF MESSAGE" to subject you want on the email between the
quotes
CHANGE "From: XXXXXXXX"; REPLACE XXXXXXXX with your web site name
$forward = 1; leave a 1 if you have a thank you page if not make it a
0 (zero)
$location = "thank_you.htm"; if you have a thank you page it should be
named thank_you.htm or modify the line to show your page

The "mailer.php" and the "thank_you.htm" MUST be in the same folder as the
form page. If not the links in the form properties and the mailer.php must
be modified.


Code Starts on Next Line with <?PHP

<?PHP
$to = "E MAIL ADDRESS";
$subject = "SUBJECT OF MESSAGE";
$headers = "From: XXXXXXXX";
$forward = 1;
$location = "thank_you.htm";

$date = date ("l, F jS, Y");
$time = date ("h:i A");



$msg = "Below is the result of your feedback form. It was submitted on $date
at $time.\n\n";

if ($_SERVER['REQUEST_METHOD'] == "POST") {
foreach ($_POST as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}
else {
foreach ($_GET as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}

mail($to, $subject, $msg, $headers);
if ($forward == 1) {
header ("Location:$location");
}
else {
echo "Thank you for submitting our form. We will get back to you as soon
as possible.";
}

?>

END OF CODE: Code Ends with ?>

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page) and
an
index files folder which has all of the other files in it. i then upload
both
the index file and the index folder using filezilla. there is no file that
has an extension .cgi or .php. They are all htm, html, gif, png...i don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of html
or
help me troubleshoot (policy). Weird since i got the html code from them
to
begin with.
tonight when i get home, and am able to republish, i am going to try using
my own submit button (with an actual e-mail address attached to it) on top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


Spike said:
Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

janabanana said:
not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
J

Jana

inmy filemanager on freeservers:
private: .htaccess
vti_bin: (empty)
vti__cnf: .htaccess
vti_log: .htaccess
vti_pvt: .htaccess, .roles, access.cnf, botinfs.cnf, bots.cnf, service.cnf,
service.grp, service.pwd, services.cnf, svcacl.cnf, writeto.cnf
vti_txt: .htaccess
images: (empty)
index_files: all of my files that i uploaded - no extra files added by
freeservers

i am starting to get frustrated.

i can also copy the codes (form page, sucess page, and fail page) if you
want to see if i have the correct directions. they are long, but i could omit
the "stuff" that i know is good.

by the way: thank you so much for your continued help.




Spike said:
The help files on the host server are not to informative.

http://www.freeservers.com/WebHostingDetails/CGIAccess.htm

Using filezilla and looking at the root directory on the server, is there a
folder called CGI or anything like that. Publisher does not create cgi
files. The hosting service provides those files. On your server you
should see your index.htm files and the index_files folder. What other
folders are on there?

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page) and
an
index files folder which has all of the other files in it. i then upload
both
the index file and the index folder using filezilla. there is no file that
has an extension .cgi or .php. They are all htm, html, gif, png...i don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of html
or
help me troubleshoot (policy). Weird since i got the html code from them
to
begin with.
tonight when i get home, and am able to republish, i am going to try using
my own submit button (with an actual e-mail address attached to it) on top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


Spike said:
Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
J

Jana

this is only the code that i put in (copied and changed little things like
adding "CREATIVE BANANAS". This does not include the miles of text that
freeservers added when i published.

start of the form page:
<title>CREATIVE BANANAS</title>
<bgcolor="YELLOW">
<center>
</center>
<h1>Order Form</h1>
<form action="/cgi-bin/cgiemail" method="post">
<!-- HTML Template used for the page after successful submission -->
<input type="hidden" name="cgiemail_html" value="sucess.html">
<!-- HTML Template used in case as error occurs -->
<input type="hidden" name="cgiemail_error" value="fail.html">

this is from end of the form page:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>
</table>
</form>

this is all of the code from my success page:
<title>SUCCESS</title>
<color="#3c8484">
<center>
<img src="/tools/enhance/form_emailer_help/example3/dctitle.gif" border=0>
</center>
<h1>Thank You!</h1>
You have started the ordering process for the following:<br>
<font size=+2>$product</font><p>
I will be contacting you soon.

and this is all of the code from my fail page:
<title>Fail</title>
<bgcolor="#3c8484">
<img src="/tools/enhance/form_emailer_help/example3/dctitle.gif"><br>
<h1>Oops! There was a problem with your order form. Please click the back
button below to review and/or start over.</h1>
<font color=red>
$cgiemail_error
</font>

Spike said:
The help files on the host server are not to informative.

http://www.freeservers.com/WebHostingDetails/CGIAccess.htm

Using filezilla and looking at the root directory on the server, is there a
folder called CGI or anything like that. Publisher does not create cgi
files. The hosting service provides those files. On your server you
should see your index.htm files and the index_files folder. What other
folders are on there?

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page) and
an
index files folder which has all of the other files in it. i then upload
both
the index file and the index folder using filezilla. there is no file that
has an extension .cgi or .php. They are all htm, html, gif, png...i don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of html
or
help me troubleshoot (policy). Weird since i got the html code from them
to
begin with.
tonight when i get home, and am able to republish, i am going to try using
my own submit button (with an actual e-mail address attached to it) on top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


Spike said:
Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
S

Spike

From what I have read, your host does not supply the cgi files. Their help
files that I did find were almost useless.
So let's move on to PHP If they support PHP the other post I did should
work. I tested it on my server with no problems, but then again I am on a
paid service. When I see the word free in web hosting I usually see
problems. it is a way of life.

Spike

Jana said:
inmy filemanager on freeservers:
private: .htaccess
vti_bin: (empty)
vti__cnf: .htaccess
vti_log: .htaccess
vti_pvt: .htaccess, .roles, access.cnf, botinfs.cnf, bots.cnf,
service.cnf,
service.grp, service.pwd, services.cnf, svcacl.cnf, writeto.cnf
vti_txt: .htaccess
images: (empty)
index_files: all of my files that i uploaded - no extra files added by
freeservers

i am starting to get frustrated.

i can also copy the codes (form page, sucess page, and fail page) if you
want to see if i have the correct directions. they are long, but i could
omit
the "stuff" that i know is good.

by the way: thank you so much for your continued help.




Spike said:
The help files on the host server are not to informative.

http://www.freeservers.com/WebHostingDetails/CGIAccess.htm

Using filezilla and looking at the root directory on the server, is there
a
folder called CGI or anything like that. Publisher does not create cgi
files. The hosting service provides those files. On your server you
should see your index.htm files and the index_files folder. What other
folders are on there?

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page)
and
an
index files folder which has all of the other files in it. i then
upload
both
the index file and the index folder using filezilla. there is no file
that
has an extension .cgi or .php. They are all htm, html, gif, png...i
don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of
html
or
help me troubleshoot (policy). Weird since i got the html code from
them
to
begin with.
tonight when i get home, and am able to republish, i am going to try
using
my own submit button (with an actual e-mail address attached to it) on
top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


:

Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the
file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then
the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem.
(used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't
be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit"
value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
J

Jana

when i saved it, i named it mailer.php and choose as type: all files.(i only
had txt and all files to choose from).
when i looked in the index files after i saved, my computer named it
mailer.php.txt

is that cool?

Spike said:
If all else fails try this!
This depends on your host server supporting PHP files
copy the following code and paste into notepad
modify the code to fit your needs
save it as: mailer.php
in publisher change the form properties action to read:
mailer.php

How to modify the code:
CHANGE "E MAIL ADDRESS" to your email address between the quotes
CHANGE "SUBJECT OF MESSAGE" to subject you want on the email between the
quotes
CHANGE "From: XXXXXXXX"; REPLACE XXXXXXXX with your web site name
$forward = 1; leave a 1 if you have a thank you page if not make it a
0 (zero)
$location = "thank_you.htm"; if you have a thank you page it should be
named thank_you.htm or modify the line to show your page

The "mailer.php" and the "thank_you.htm" MUST be in the same folder as the
form page. If not the links in the form properties and the mailer.php must
be modified.


Code Starts on Next Line with <?PHP

<?PHP
$to = "E MAIL ADDRESS";
$subject = "SUBJECT OF MESSAGE";
$headers = "From: XXXXXXXX";
$forward = 1;
$location = "thank_you.htm";

$date = date ("l, F jS, Y");
$time = date ("h:i A");



$msg = "Below is the result of your feedback form. It was submitted on $date
at $time.\n\n";

if ($_SERVER['REQUEST_METHOD'] == "POST") {
foreach ($_POST as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}
else {
foreach ($_GET as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}

mail($to, $subject, $msg, $headers);
if ($forward == 1) {
header ("Location:$location");
}
else {
echo "Thank you for submitting our form. We will get back to you as soon
as possible.";
}

?>

END OF CODE: Code Ends with ?>

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page) and
an
index files folder which has all of the other files in it. i then upload
both
the index file and the index folder using filezilla. there is no file that
has an extension .cgi or .php. They are all htm, html, gif, png...i don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of html
or
help me troubleshoot (policy). Weird since i got the html code from them
to
begin with.
tonight when i get home, and am able to republish, i am going to try using
my own submit button (with an actual e-mail address attached to it) on top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


Spike said:
Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
J

Jana

ok, i saved it again. go figure, this time it saved as a php
i uploaded it to the site (just that file)
tested
same old message.

i am going to delete everything and reload
i cannot believe i am spending all of my time on this...

thanks, spike

Spike said:
If all else fails try this!
This depends on your host server supporting PHP files
copy the following code and paste into notepad
modify the code to fit your needs
save it as: mailer.php
in publisher change the form properties action to read:
mailer.php

How to modify the code:
CHANGE "E MAIL ADDRESS" to your email address between the quotes
CHANGE "SUBJECT OF MESSAGE" to subject you want on the email between the
quotes
CHANGE "From: XXXXXXXX"; REPLACE XXXXXXXX with your web site name
$forward = 1; leave a 1 if you have a thank you page if not make it a
0 (zero)
$location = "thank_you.htm"; if you have a thank you page it should be
named thank_you.htm or modify the line to show your page

The "mailer.php" and the "thank_you.htm" MUST be in the same folder as the
form page. If not the links in the form properties and the mailer.php must
be modified.


Code Starts on Next Line with <?PHP

<?PHP
$to = "E MAIL ADDRESS";
$subject = "SUBJECT OF MESSAGE";
$headers = "From: XXXXXXXX";
$forward = 1;
$location = "thank_you.htm";

$date = date ("l, F jS, Y");
$time = date ("h:i A");



$msg = "Below is the result of your feedback form. It was submitted on $date
at $time.\n\n";

if ($_SERVER['REQUEST_METHOD'] == "POST") {
foreach ($_POST as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}
else {
foreach ($_GET as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}

mail($to, $subject, $msg, $headers);
if ($forward == 1) {
header ("Location:$location");
}
else {
echo "Thank you for submitting our form. We will get back to you as soon
as possible.";
}

?>

END OF CODE: Code Ends with ?>

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page) and
an
index files folder which has all of the other files in it. i then upload
both
the index file and the index folder using filezilla. there is no file that
has an extension .cgi or .php. They are all htm, html, gif, png...i don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of html
or
help me troubleshoot (policy). Weird since i got the html code from them
to
begin with.
tonight when i get home, and am able to republish, i am going to try using
my own submit button (with an actual e-mail address attached to it) on top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


Spike said:
Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
J

Jana

What is going on?????
i did what you said. i even uploaded my files one at a time (132 of them)
because freeservers says to use the built-in uploader instead of FTP when FP
extentions are enabled. my fingers and neck hurt LOL.
still the same message when i test it.

was i supposed to reference the php file in publisher somehow? the php file
is saved correctly (as a php and not a txt) and in the index files folder
along with all of my pages and images.

i am glad you are sticking with me, bud.

Spike said:
If all else fails try this!
This depends on your host server supporting PHP files
copy the following code and paste into notepad
modify the code to fit your needs
save it as: mailer.php
in publisher change the form properties action to read:
mailer.php

How to modify the code:
CHANGE "E MAIL ADDRESS" to your email address between the quotes
CHANGE "SUBJECT OF MESSAGE" to subject you want on the email between the
quotes
CHANGE "From: XXXXXXXX"; REPLACE XXXXXXXX with your web site name
$forward = 1; leave a 1 if you have a thank you page if not make it a
0 (zero)
$location = "thank_you.htm"; if you have a thank you page it should be
named thank_you.htm or modify the line to show your page

The "mailer.php" and the "thank_you.htm" MUST be in the same folder as the
form page. If not the links in the form properties and the mailer.php must
be modified.


Code Starts on Next Line with <?PHP

<?PHP
$to = "E MAIL ADDRESS";
$subject = "SUBJECT OF MESSAGE";
$headers = "From: XXXXXXXX";
$forward = 1;
$location = "thank_you.htm";

$date = date ("l, F jS, Y");
$time = date ("h:i A");



$msg = "Below is the result of your feedback form. It was submitted on $date
at $time.\n\n";

if ($_SERVER['REQUEST_METHOD'] == "POST") {
foreach ($_POST as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}
else {
foreach ($_GET as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}

mail($to, $subject, $msg, $headers);
if ($forward == 1) {
header ("Location:$location");
}
else {
echo "Thank you for submitting our form. We will get back to you as soon
as possible.";
}

?>

END OF CODE: Code Ends with ?>

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page) and
an
index files folder which has all of the other files in it. i then upload
both
the index file and the index folder using filezilla. there is no file that
has an extension .cgi or .php. They are all htm, html, gif, png...i don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of html
or
help me troubleshoot (policy). Weird since i got the html code from them
to
begin with.
tonight when i get home, and am able to republish, i am going to try using
my own submit button (with an actual e-mail address attached to it) on top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


Spike said:
Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem. (used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit" value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
S

Spike

You did not change the link on the form page

<form action="/cgi-bin/cgiemail" method="post">

needs to be mailer.php in the action for form properties NOT
/cgi-bin/cgimail

Spike

Jana said:
What is going on?????
i did what you said. i even uploaded my files one at a time (132 of them)
because freeservers says to use the built-in uploader instead of FTP when
FP
extentions are enabled. my fingers and neck hurt LOL.
still the same message when i test it.

was i supposed to reference the php file in publisher somehow? the php
file
is saved correctly (as a php and not a txt) and in the index files folder
along with all of my pages and images.

i am glad you are sticking with me, bud.

Spike said:
If all else fails try this!
This depends on your host server supporting PHP files
copy the following code and paste into notepad
modify the code to fit your needs
save it as: mailer.php
in publisher change the form properties action to read:
mailer.php

How to modify the code:
CHANGE "E MAIL ADDRESS" to your email address between the quotes
CHANGE "SUBJECT OF MESSAGE" to subject you want on the email between
the
quotes
CHANGE "From: XXXXXXXX"; REPLACE XXXXXXXX with your web site name
$forward = 1; leave a 1 if you have a thank you page if not make it
a
0 (zero)
$location = "thank_you.htm"; if you have a thank you page it should
be
named thank_you.htm or modify the line to show your page

The "mailer.php" and the "thank_you.htm" MUST be in the same folder as
the
form page. If not the links in the form properties and the mailer.php
must
be modified.


Code Starts on Next Line with <?PHP

<?PHP
$to = "E MAIL ADDRESS";
$subject = "SUBJECT OF MESSAGE";
$headers = "From: XXXXXXXX";
$forward = 1;
$location = "thank_you.htm";

$date = date ("l, F jS, Y");
$time = date ("h:i A");



$msg = "Below is the result of your feedback form. It was submitted on
$date
at $time.\n\n";

if ($_SERVER['REQUEST_METHOD'] == "POST") {
foreach ($_POST as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}
else {
foreach ($_GET as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}

mail($to, $subject, $msg, $headers);
if ($forward == 1) {
header ("Location:$location");
}
else {
echo "Thank you for submitting our form. We will get back to you as
soon
as possible.";
}

?>

END OF CODE: Code Ends with ?>

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page)
and
an
index files folder which has all of the other files in it. i then
upload
both
the index file and the index folder using filezilla. there is no file
that
has an extension .cgi or .php. They are all htm, html, gif, png...i
don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of
html
or
help me troubleshoot (policy). Weird since i got the html code from
them
to
begin with.
tonight when i get home, and am able to republish, i am going to try
using
my own submit button (with an actual e-mail address attached to it) on
top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


:

Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the
file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then
the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem.
(used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't
be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit"
value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 
S

Spike

I tried to run the mailer.php from this end on your server and got this
notice:

Forbidden

You do not have permission to access
http://www.creativebananas.com/index_files/mailer.php
The extension php is currently not supported by FreeServers.

If you think there is an error or you wish to have the extension php added
to the mime definitions, please take the time to notify customer support.

Thank you for using FreeServers.

Spike

Jana said:
What is going on?????
i did what you said. i even uploaded my files one at a time (132 of them)
because freeservers says to use the built-in uploader instead of FTP when
FP
extentions are enabled. my fingers and neck hurt LOL.
still the same message when i test it.

was i supposed to reference the php file in publisher somehow? the php
file
is saved correctly (as a php and not a txt) and in the index files folder
along with all of my pages and images.

i am glad you are sticking with me, bud.

Spike said:
If all else fails try this!
This depends on your host server supporting PHP files
copy the following code and paste into notepad
modify the code to fit your needs
save it as: mailer.php
in publisher change the form properties action to read:
mailer.php

How to modify the code:
CHANGE "E MAIL ADDRESS" to your email address between the quotes
CHANGE "SUBJECT OF MESSAGE" to subject you want on the email between
the
quotes
CHANGE "From: XXXXXXXX"; REPLACE XXXXXXXX with your web site name
$forward = 1; leave a 1 if you have a thank you page if not make it
a
0 (zero)
$location = "thank_you.htm"; if you have a thank you page it should
be
named thank_you.htm or modify the line to show your page

The "mailer.php" and the "thank_you.htm" MUST be in the same folder as
the
form page. If not the links in the form properties and the mailer.php
must
be modified.


Code Starts on Next Line with <?PHP

<?PHP
$to = "E MAIL ADDRESS";
$subject = "SUBJECT OF MESSAGE";
$headers = "From: XXXXXXXX";
$forward = 1;
$location = "thank_you.htm";

$date = date ("l, F jS, Y");
$time = date ("h:i A");



$msg = "Below is the result of your feedback form. It was submitted on
$date
at $time.\n\n";

if ($_SERVER['REQUEST_METHOD'] == "POST") {
foreach ($_POST as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}
else {
foreach ($_GET as $key => $value) {
$msg .= ucfirst ($key) ." : ". $value . "\n";
}
}

mail($to, $subject, $msg, $headers);
if ($forward == 1) {
header ("Location:$location");
}
else {
echo "Thank you for submitting our form. We will get back to you as
soon
as possible.";
}

?>

END OF CODE: Code Ends with ?>

Spike

janabanana said:
When i publish from publisher, it creates an index.htm (my home page)
and
an
index files folder which has all of the other files in it. i then
upload
both
the index file and the index folder using filezilla. there is no file
that
has an extension .cgi or .php. They are all htm, html, gif, png...i
don't
even have a file that remotely resembles this cgi-bin.
i have even used my host's file builder to upload each file seperately
(not
using an FTP). i get the same results. Everything "looks" great, but it
doesn't work.
is publisher not creating the file when i click on the publish button?
What am i missing here?
btw-my host said that they cannot assist me with the development of
html
or
help me troubleshoot (policy). Weird since i got the html code from
them
to
begin with.
tonight when i get home, and am able to republish, i am going to try
using
my own submit button (with an actual e-mail address attached to it) on
top
of
the html code. do you think that would work?
do you think my webhost sucks?


--
jana


:

Jana

Using you filezilla you will be able to see the cgi-bin folder and its
contents. I assume that the mailer is in that folder. Look at the
file
name and its extension. That is what needs to be in the path. If the
mailer is named "mymailer.cgi" and it is in the cgi-bin folder then
the
path
would be "/cgi-bin/mymailer.cgi" without the quotes of course.

Spike

not sure about your answer.
where do i find out what extension my mailer has?
where do i add this extension? to the end?
/cgi-bin/cgiemail.cgi(or.php)?

Thanks Spike

--
jana


:

The form mailer file has an extension .cgi or .php
Your routing does not
You have
"/cgi-bin/cgiemail"
You need to put the extension of the file on there

Spike



i have also read somewhere about using FTP uploading vs. HTTP
uploading.
I don't understand the difference - could this be the problem.
(used
FTP).
FileZilla.
Everything looks good, it just doesn't work good.

:

background:
i created a wesite with Pub 2003.
i created a form page (blank), but i copied and pasted the HTML
code
for
the
form from my host (freeservers.com).
the page looks great! however i get this message when i click
submit:
[Sorry, we could not find the page you were looking for.
The page “http://www.creativebananas.com/cgi-bin/cgiemail†can't
be
located.]

the form code i used was:
<form action="/cgi-bin/cgiemail" method="post">

the submit button code is:
<tr><td colspan=2><input type="submit"
value="SUBMIT"></td></tr>

my wesite is CreativeBananas.com and the form is located on the
START
YOUR
CREATION PAGE.

I have called my host, but they don't know. They said they would
check
into
it and fix it for me and then send me an e-mail when the problem
was
resolved.
Does this sound like they know "they" have a problem or do you
think i
have
typed some code wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top