Websites In Our Network
  • Compare iDevAffiliate Options
iDevAffiliate Training Videos
iDevAffiliate Demo
The official iDevAffiliate knowledgebase.
iDevDirect Knowledgebase
Knowledgebase Home | Login Knowledgebase Home | Login
Search the Knowledgebase Browse by Category
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);

Related Articles
No related articles were found.
Attachments
No attachments were found.