please send me details on dm, i wil ldo it bymyself for security purpose.
Hi
@simplysexyboy,
To be able to do plugins or applications NULLING is something that is not straightforward at all. It's not like having a tutorial or instructions you follow step by step. It requires a deep knowledge of programming language (here is PHP & JS) and how it exactly works.
Each plugin even each update can have a different method of NULL and requires many tries and testing to make sure it's working as expected.
So as I explain it's not something as simple as you think or something that I can teach. But for your information, this is what you need to do in most premium plugins or apps:
- Make sure to find the responsible function that validates the premium account
(depending on your programming experience you can find it in 5min or days)
- Find all the classes related to that function and be responsible for doing the validation online and checking the license from the developer's website
- Modify them to validate locally the non-premium account and not to connect to the plugin or app server (without causing issues to the validation workflow)
- Make sure that you didn't disable anything else by mistake
- Do testing to make sure it's working
Hopefully this will help you.