Password Protected Subscribe Setup

Setting up the protection included in Allwebco templates

Sticky Note Outdated
Outdated: Support for discontinued Allwebco templates with a password protected area.

See Instead…

The Paypal option | Click for security options
This is for taking payments to access the protected area. You can automate this entire system. You must however edit the "join.js" in Notepad for this to work. In the join.js be sure to change the "paypal_price", "paypal_e-mail" and "paypal_domain". The domain is needed for the thank you page to work. Be sure to read the next paragraph.

visual


Using Paypal: Sending the password to your users:
To send the password automatically. First, edit the "join.js" in the main website folder in Notepad. Say yes to the "Paypal" option and no to the "mailing list" option. Edit the other variables in the "join.js", be sure to add your Paypal e-mail and domain. Then, if you have Allwebco hosting, login to your control panel at "http://your-domain.com/cgi-bin/plusmail". Setup an autoresponder for your Paypal e-mail. Example: If you use paypal@your-domain.com, name the autoresponder "paypal". This autoresponder message should contain a welcome and the password to access the site. If you do not have Allwebco hosting you may need to contact your hosting company to find out about autoresponders.


The subscribe option: | Click for security options
This is for having users join a mailing list to access the protected area. It is strongly suggested that you switch to Allwebco hosting if you are using this option. You can automate this entire system. You must however edit the "join.js" in Notepad for this to work. In the join.js be sure to set this to "yes" and Paypal to "no". Edit the "join_e-mail" and "join_domain". The domain is needed for the thank you page to work. Be sure to read the next paragraph.

visual


Using Subscribe: Sending the password to your users:
To send the password automatically. First, edit the "join.js" in the main website folder in Notepad. Say yes to the "mailing list" option and no to the "Paypal" option. Edit the other variables in the "join.js", be sure to add your join e-mail. Call this subscribe@yourdomain.com (use your domain). In the join.js also edit the "join_domain" with your domain name. Then, if you have Allwebco hosting, login to your control panel at "http://your-domain.com/cgi-bin/plusmail". Setup a subscribable mailing list. There are two steps to this so make sure you do this correctly (click on the visual below). There are instructions in your control panel. When you set this up, there is an option to send a message after users join in the control panel. Put a welcome and the password in this message. If you do not have Allwebco hosting you will need to contact your hosting company or find a mailing list script to use for this.

visual



How to allow free access to users instead of a login:
If you would like to use the template with no login, first remove the "join" and "login" links from the menu.js and the menu_windows.js. Then add the following link to the menu.js file. You can change the "Music Gallery" name to any other link name:

document.write('</td><td nowrap>');
document.write('<a href="protected-area/index.html" class="menu">Music Gallery</a>');