View Full Version : Fast Form
bruce
06-20-2006, 05:13 AM
I don't think you can get this form script to work on our server. All these settings are pertainent to UNIX environment.
If you are looking for a formmail script, try http://www.brainjar.com/asp/formmail/
Post Edited By Moderator (Joel Thoms) : 6/20/2006 8:21:12 PM GMT
Khalifi
06-20-2006, 06:28 AM
http://community.discountasp.net/emoticons/hop.gif
I am using the Fast Form 1.50 software to create form mail and I need your help to make the following changes to make it work with the discountasp.net HOSTING</o:p>
</o:p>
Perl Setup
Perl Path = #!/usr/bin/perl
Sendmail Path = /usr/sbin/sendmail -t
cgi-bin directory = cgi-bin
Kindly please make possible changes to have the correct seting.[b][b]</o:p>
Thank you;
Ibrahim Khalifi</o:p>
</o:p>
joelnet
06-20-2006, 07:22 AM
Perl will work, and I believe that Perl path should be fine, but I don't believe sendmail will work.
Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET
Khalifi
06-21-2006, 03:27 AM
Please see the following link, this will help you to have better hosting and for me also to have my form working in your server.
http://www.visualwin.com/Perl/
Khalifi
06-21-2006, 05:36 AM
http://community.discountasp.net/emoticons/yeah.gifWhat are you using for theperl to sendmail
joelnet
06-21-2006, 05:49 AM
Perl is already running on our servers.
Check out this article to send mail using perl.
http://kb.discountasp.net/article.aspx?id=10346
Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET
Khalifi
06-22-2006, 09:21 AM
http://community.discountasp.net/emoticons/nono.gifWould you please tel me the location of Perl 5 on your server
like
#!/usr/local/bin/perl
bruce
06-23-2006, 06:38 AM
This line
#!/usr/local/bin/perl
is meaningless in Windows environment.
In windows world, the IIS server is configured to execute all .pl script with the perl interpretor. The line is only read by UNIX Apache server.
Bruce
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
Khalifi
06-23-2006, 09:09 AM
http://community.discountasp.net/emoticons/jumpin.gifDear Bruce
Please if you can halp me what to write in the Sendmail Path = ?
every time I am asking for help I geta web link only WHAT A HELP
I will be glad if you can do and give me the answer to use my form to send it by mail.
Thank you very much, I am looking forward to hear from you.
Best regards;
Ibrahim Khalifi
bruce
06-23-2006, 09:37 AM
Well... there is no sendmail path because Sendmail is not installed on windows server.
We do have the Mail::Sendmail Module installed (which is different from sendmail program).
See http://kb.discountasp.net/article.aspx?id=10346 for more detail.
To be honest, most Perl scripts are designed to run on UNIX/Apache environment and getting it to run on windows will definitely need some modification.
Post Edited By Moderator (Joel Thoms) : 6/23/2006 11:37:37 PM GMT
joelnet
06-23-2006, 11:41 AM
I believe the perl parser ignores that path since all .pl files are sent to the perl parser. You should be able to use the path you have shown.
Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET
Khalifi
06-24-2006, 04:17 AM
http://community.discountasp.net/emoticons/yeah.gifThank you for the LINK
vBulletin® ©Jelsoft Enterprises Ltd.