How to setup bnbform on website ?

Here are the steps you need to following to setup bnbform on your site:

1. Download this zip file that has all the following files

bnbform.zip

 

Files Description

readme.txt

bnbform.cgi

bnbform.htm

mymessage.baut

oops.htm

thanks.htm

Detail setup and configure instructions

The script

Sample form that use the script

Auto response message

Missing information page

Thank you page

          
2. Use the program Notepad to open bnbform.cgi script and make sure
it says: #!/usr/bin/perl on the first line.

3. Make sure this line $SMTP_SERVER = "localhost" is disabled by placing a "#" in front of it.

4. Make sure this line $SEND_MAIL="/user/sbin/sendmail -t" is enabled
by removing a "#" in front of it.

5. Save the file with notepad and keep the same extension (cgi).

6. Open mymessage.baut and fill in the body of your auto response
message. Save the file with the same extension.

7. Upload the files bnbform.cgi and mymessage.baut to your cgi-bin
folder in ASCII mode and make sure you set the permission on
bnbform.cgi to 755.

8. Open bnbform.htm and go down to <!-- SCRIPT
CONFIGURATION SECTION -->.

9. Change the submit to value to
"youremailaddress@yourdomainname.com".

10. Change the form_id value to the subject name of the email that
will be sent to you when someone click "submit" on the form.

11. Change the ok_url value to the web location of thanks.htm.

12. Change the not_ok_url value to the web location of oops.htm.

13. Customize the bnbform.htm to fit your website.

14. Save bnbform.htm and keep the same extension.

15. Customize the thanks.htm and oops.htm to fit your website and
save them as well.

16. Upload the other files bnbform.htm, oops.htm, and thanks.htm to
your web page directory but not in cgi-bin folder.

17. Now the Bnbform is ready to use!

If you have any problems in configuration, please open helpdesk ticket.

Bu cavab sizə kömək etdi?

 Məqaləni çap et

Also Read

Where can I find server paths used in my CGI or PERL scripts?

  The following server resources paths applicable to only CPanel customers. Perl path (...

Do my CGI scripts need to be in my "cgi-bin" folder?

All .cgi and .pl can only be executed in cgi-bin at this time.

I am having a problem with my CGI script. Do you have any advice before contacting support?

Below are solutions to some of the more common CGI script problems. When I activate my CGI...

What scripts banned on your servers ?

The following scripts are banned from use on our servers and may not be uploaded or run. Reasons...

What file permissions do I need for my CGI scripts?

CGI scripts must be set with executable file permissions, or requests for the script from the web...