I have a client that wants visitors to fill out a loan app online. Never done this before. I read about CGI's, et al, then find this cool program CGIMAIL.EXE to do the work for me (I am anything BUT a programmer) but I have issues. I don't know if it's Dreamweaver, CuteFTP, my ISP or CGIMAIL that's givin' me the headaches.
Here's an EMAIL I have sent to CGIMAIL's Tech support AND my ISP----------------------------------------------------
When I install the program (CGIMAIL.EXE), link it to an action, then try to run it locally (using Dreamweaver and hitting F12 to view the page in a browser) then hit SUBMIT it asks me if I want to download it or run it from location REGARDLESS if it's GET, POST, or DEFAULT. If I upload it to my site (using CuteFTP) and try to go to it on the internet ( I get a 405 error when hitting SUBMIT. If I try to change the CHMOD settings to 777 (Read, Write, Execute permissions for OWNER, GROUP, and PUBLIC) I get this:
cgimail.exe]
COMMAND:> SITE CHMOD 777 cgimail.exe
500 'SITE CHMOD 777 cgimail.exe': command not understood
In a previous email it was suggested that I link the site to a HTTPS. I don't know what that is ( I imagine the S is for SECURE) or how to create/link one.
My INI file for CGIMAIL.EXE:
smtp 123.456.789.123(or should this read MAIL.NETWORKDOGSINC.COM)
logging errors
sendall false
success_html_page /gotcha.html
failure_html_page /gotcha.html
headerline To: "Ken" <KLanious@networkdogsinc.com>
headerline From: "Test Subject" <KLanious@networkdogsinc.com>
headerline Subject: Form Submission Data
use_submitted_variable_for_headerline Status:
bodycontent_line Here are the details that they submitted:
use_submitted_variable_for_bodycontent Name:
use_submitted_variable_for_bodycontent Email:
use_submitted_variable_for_bodycontent Interests:
This is where I'm at. I'm trying to contact my ISP to see if there are security settings I'm unaware of that could be hindering this.
Sorry this is sooooo long, but this is the extent of where I'm at.
Here's an EMAIL I have sent to CGIMAIL's Tech support AND my ISP----------------------------------------------------
When I install the program (CGIMAIL.EXE), link it to an action, then try to run it locally (using Dreamweaver and hitting F12 to view the page in a browser) then hit SUBMIT it asks me if I want to download it or run it from location REGARDLESS if it's GET, POST, or DEFAULT. If I upload it to my site (using CuteFTP) and try to go to it on the internet ( I get a 405 error when hitting SUBMIT. If I try to change the CHMOD settings to 777 (Read, Write, Execute permissions for OWNER, GROUP, and PUBLIC) I get this:
cgimail.exe]
COMMAND:> SITE CHMOD 777 cgimail.exe
500 'SITE CHMOD 777 cgimail.exe': command not understood
In a previous email it was suggested that I link the site to a HTTPS. I don't know what that is ( I imagine the S is for SECURE) or how to create/link one.
My INI file for CGIMAIL.EXE:
smtp 123.456.789.123(or should this read MAIL.NETWORKDOGSINC.COM)
logging errors
sendall false
success_html_page /gotcha.html
failure_html_page /gotcha.html
headerline To: "Ken" <KLanious@networkdogsinc.com>
headerline From: "Test Subject" <KLanious@networkdogsinc.com>
headerline Subject: Form Submission Data
use_submitted_variable_for_headerline Status:
bodycontent_line Here are the details that they submitted:
use_submitted_variable_for_bodycontent Name:
use_submitted_variable_for_bodycontent Email:
use_submitted_variable_for_bodycontent Interests:
This is where I'm at. I'm trying to contact my ISP to see if there are security settings I'm unaware of that could be hindering this.
Sorry this is sooooo long, but this is the extent of where I'm at.
