It wont get automatic updates. The reason for this is in order to make the license work I change 2 lines in 1 file to direct the plugin to my server to verify its license. This is why you have to use the license key I provide to activate the software. It is an actual real license key on an actual real license server that it is using to verify and activate the plugin with instead of a bunch of hacks to the source code that can break things and cause problems.
I created 2 more keys to use in case anyone has problems with the first one.
jane.doe key :
Magic Button :
Code:
T8C3RCNFMHDT899OK0HFXFZQX
john.doe key :
Magic Button :
Code:
JQCJQN9LUDVLJAG187TA9BMK7
You can update to newer version though by just downloading the newer version and uploading it over the old one.
(06-06-2017 01:45 PM)meril Wrote: [ -> ]Was the license key could be used in another WPDigiPro plugin, like affiliates, amazon, or autoresponder?
Yes but you have to edit the same 2 lines in each plugin to match against the license on the license server so the license server can give the plugin a positive response telling it to activate.
If you want to install and activate any of the additional plugins that you can download from the ISV's server here are the instructions.
ISV's server :
Magic Button :
Code:
https://wpdigipro.com/wp-content/uploads/
Download the plugin ZIP file from the server.
Edit the files searching for the following 2 lines:
Magic Button :
Code:
$wpdigipro_refrence_license = 86; <- This is the number identifying the specific plugin
$wpdigipro_remote_url = 'https://wpdigipro.com'; <- this is the license server
When you find these 2 lines change their values to:
Magic Button :
Code:
47 and 'http://wpdigipro.epizy.com'
Save your changes.
Upload, Install, and Activate the plugin in your WordPress admin dashboard.
In the admin dashboard navigate to WPDigiPro->Settings->Add-on Licenses
Copy and paste one of the licenses I posted above into the empty box with the ACTIVATE button next to it.
Click the ACTIVATE button to activate the license.
Enjoy the plugin.
PS. This works for the Agency plugin and the other also if you dont want to trust the file I uploaded you can download it from the ISV's server and make the mods yourself.