Some bugs found
-
First of all, thanks for the plugin but sadly it’s not working as secure as it should be.
If you have one theme/plugin on one domain, it works fine and good. But… If you have multiple items ( one plugin/one theme ), the current version doesn’t work as it should be. First activation works but it’s populating the “activation” data to the table already, therefor there’s no way to check the second item.
Workaround was to create different fields for the different items:
envato_purchase_code__item1
envato_token__item1
envato_is_activated__item1envato_purchase_code__item2
envato_token__item2
envato_is_activated__item2For multiple purchase codes on the same website, the system is NOT throwing an error message and allows you to use everything on the same website. For example, you have 5 plugins and 3 themes on your account. I purchased 1 plugin and 3 themes. I can actually activate the theme by using the plugin purchase code as it’s not checking if it’s the same item or not but it’s checking if it’s same domain. I hope you understand what I mean and you could provide some solution.
In addition you should update json_encode with wp_json_encode for better security.
- The topic ‘Some bugs found’ is closed to new replies.