form emailer

liunx

Guest
i kno its cheesy but i run my personal sites off of freeservers.com and when trying to do a form emailer for a product im selling it wont let me complete it.<br />
<br />
the address is <!-- m --><a class="postlink" href="http://cpmusic.8k.com/testpage.html">http://cpmusic.8k.com/testpage.html</a><!-- m --><br />
<br />
i wanted to know if you guys would check out the source and tell me what im doing wrong here. i doubt any of you have any experience through freeservers, but its a pretty good site for the up and comin web developer:p<!--content-->I have little, if any, experience with freeservers.com, and no experience at all with CGI. <br />
<br />
But this line:<br />
<br />
<form action="/cgi-bin/cgiemail" method="post"><br />
Should be:<br />
<br />
<form action="/cgi-bin/cgiemail.cgi" method="post"><br />
Correct? If I'm wrong, then... crap.<!--content-->404 Error -- File Not Found<br />
The page you are looking for (<!-- m --><a class="postlink" href="http://cpmusic.8k.com/cgi-bin/cgiemail.cgi">http://cpmusic.8k.com/cgi-bin/cgiemail.cgi</a><!-- m -->) is not here.<!--content-->Originally posted by Paul Jr <br />
I have little, if any, experience with freeservers.com, and no experience at all with CGI. <br />
<br />
But this line:<br />
<br />
<form action="/cgi-bin/cgiemail" method="post"><br />
Should be:<br />
<br />
<form action="/cgi-bin/cgiemail.cgi" method="post"><br />
Correct? If I'm wrong, then... crap. <br />
I'm afraid you're wrong. Cgiemail may be a compiled executable or it may be a script in a dir that's defined by the server to hold executables. Unix boxen use invisible file permissions to define whether something is executable. The cgi extension is sort of a kluge for poorly secured servers.<!--content-->Originally posted by ray326 <br />
I'm afraid you're wrong. Cgiemail may be a compiled executable or it may be a script in a dir that's defined by the server to hold executables. Unix boxen use invisible file permissions to define whether something is executable. The cgi extension is sort of a kluge for poorly secured servers. <br />
We all learn new things every day. ;)<br />
<br />
I kinda figured it didn't have to have the .cgi extension, 'cause I saw another CGI file there linked without it.<!--content-->We all learn new things every day. That's exactly why I hang out here ... and I do!<!--content-->This is sort of unrelated, but I clicked on that link again, and sumitted the form, and when I got the "File not Found" error, I C&P'ed the URL that couldn't be found, and I got the freeservers.com 404 page, and I got a Download <!--more--> prompt, and I'm not sure why... I've attached a screenshot, maybe someone could give me some info on this?<!--content-->What the hell? A text/devil MIME type? :confused:<!--content-->
 
Back
Top