| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Suspended Join Date: May 2004 Location: www.fosimarketing.com
Posts: 60
![]() | Please Help!! Im coding a site by hand. And i need help with forms. www.chillendesigns.com/contact.htm is where the form is, view my source and c wat i did wrong. I am coding in html, is it sumthing with the cgi? |
| |
| | #2 (permalink) | ||||
| Man from Manila Join Date: Jul 2003 Location: The Net
Posts: 6,022
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | You have this in your code:
chillendesigns.com/cgi-bin/comments.pl Assuming that is where your comments.pl script is, then it should work. Good luck! ????: NamePros.com http://www.namepros.com/web-design-discussion/29276-please-help.html Apollo aka armstrong
__________________ | ||||
| |
| | THREAD STARTER #3 (permalink) |
| Account Suspended Join Date: May 2004 Location: www.fosimarketing.com
Posts: 60
![]() | Well.... Ok heres the thing, wen i try and acess, http://www.chillendeigns.com/cgi-bin...............it says that acess is forbidden. How can i change this |
| |
| | #4 (permalink) |
| Man from Manila Join Date: Jul 2003 Location: The Net
Posts: 6,022
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Two possibilities: - You didn't set appropriate access rights to the file comments.pl ; this should have read and execute privilege to run correctly. - Maybe your webhost didn't configure your account to have access to cgi-bin? Contact their support to get it cleared up.
__________________ |
| |
| | #6 (permalink) |
| Man from Manila Join Date: Jul 2003 Location: The Net
Posts: 6,022
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | If you don't have command line access, then you can use ftp instead. Most ftp software (which you need to upload your files on to the server) will allow you to set access rights. I use a free one from smartftp.com , and it works great.
__________________ |
| |
| | #10 (permalink) | ||||
| Man from Manila Join Date: Jul 2003 Location: The Net
Posts: 6,022
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | highlight it on the right (contents) window /area, not on the left. Also, cgi-bin should be already good to go; most probably the problem lies with the actual file comments.pl. FYI:
????: NamePros.com http://www.namepros.com/showthread.php?t=29276 Are you using the most current smartftp version?
__________________ | ||||
| |
| | #11 (permalink) |
| NamePros Member Join Date: Apr 2004 Location: Melbourne, AU
Posts: 41
![]() | Hi, if youre having trouble with cgi why not use a php script to process your form heres one that I use: PHP Code:
__________________ egor-k.com - web, graphic design |
| |
| | #12 (permalink) |
| NamePros Member Join Date: Mar 2004
Posts: 75
![]() | form method="post" form action="ftp://baller@chillendesigns.com/public_html/cgi-bin/comments.pl"> Do you need a password to access that user account (baller) on the ftp ? If so, perhaps you need to add it to string with the ftp address above like so... Code: "ftp://baller: password@chillindesigns.com/public_thml/cgi-bin/comments.pl"> ????: NamePros.com http://www.namepros.com/showthread.php?t=29276 That is my best guess. If thats not it let me know and I'll try to help you out.
__________________ www.usdishnetwork.com - Dish Network Satellite TV
Last edited by jtrageser; 05-05-2004 at 10:51 AM.
|
| |