Joomla Plugin Update
This update now has tier functionality built-in. By updating your system with this patch, new accounts being created via the Joomla/Virtuemart signup forms will go into the proper tier in iDevAffiliate (if a tier account exists). - Download the ZIP package below. - Unzip it to your local hard d ...
Write A Password With Your Own Custom Script
To write a password to the database using your own custom script you'll need to include the /includes/data_inserts.php file. So your script might look like this: -------- include ("idevaffiliate/includes/data_inserts.php"); $password = "something"; $password = sha1($secret_unlock_key.$password);