Websites In Our Network
  • Compare iDevAffiliate Options
iDevAffiliate Training Videos
iDevAffiliate Demo
The official iDevAffiliate knowledgebase.
iDevDirect Knowledgebase
Knowledgebase Home > Product Patches > Version 6x Developer Patches | Login Knowledgebase Home | Login
Search the Knowledgebase Browse by Category
View Articles by Category
There are no sub categories
Version 6x Developer Patches rss button
There were 2 articles found in this category:
  1. questionJoomla 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 ...

  2. questionWrite 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);