Archive for March, 2009
Smarty Iframe Plugin
Here is a plug-in for PHP Smarty Template engine that will allow you to display an iframe. Just unzip it into your Smarty plug-in folder.
AMember Cancellation Script
This script is absolutely free to use! I hope that others can find this script helpful. If you have
any feedback or problems with it, please email me at tim@golen.net and I will try to help you out.
PURPOSE
This script is a basic API to expire a membership in AMember. It will look up an AMember account
based on AMember ID, or email, or first and last name. It will then set the expired date for a
subscription to a date in the past. The effectively cancels the subscription, but it keeps
all of the data intact in the database. This script does nothing to cancel payments, it just expires
the subscription.
FEATURES
- Looks up an amember account by amember id, or email, or first and last name
- variables can be passed as GET or POST
- password protected
- expires accounts so all data is left in tact
- can be used by payment gateways to expire a membership if the payment subscription is cancelled
(see advanced use section)
- debug features
- sends an email on success and failure
- 2009-11-28 Update: there was an error in the cancel.php file that wasn’t allowing the script password to work properly.