Subscription Password Expiration |
Top Previous Next |
AShop V supports the sales of subscription access to password protected members only directories and provides a simple method to remove expired passwords from the list.
To remove expired passwords automatically...
Example: $ashoppath = '/home/username/public_html/protecteddirectory';
Example: http://www.yourdomain.com/ashop/checksubscr.php You can also add a cron job to your site that runs it automatically in certain intervals, for example once per day. |