Need some suggestions regarding licensing

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,125
1,130
120
39
Universe
just an idea.
if you can implement OTP like verification on your server side, and client server side.

Once client server executes php code, it requires token from your server, which is very likely coded to OTP. Your server checks license, then send back generated token to their server, and code will executed. Also chain set last requested token to wait for next request.

Then encode with ioncube :p
Brother if everytime the code execution will request token then it will be very harassing to the clients that's why i think it's not a good idea. But thankyou so much for the idea😉
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,125
1,130
120
39
Universe
Majority of the nullers have challenges on completely nulling a script if there is a part that makes api calls to your licensing servers in order to get activated. Whmcs has a licensing feature so does bunch of others, but creating a cloud application that responds to calls if they are registered sounds like the best approach. Good luck.
No see as i also know that api calls license verification structure can be nulled easily that's why i'm not going with that idea. But thankyou so much😄
 

HeyMakarina

Well-known member
Jul 29, 2020
298
243
63
Brother if everytime the code execution will request token then it will be very harassing to the clients that's why i think it's not a good idea. But thankyou so much for the idea😉

Its not everytime, its like scheduled task, and time based token. so if they can not verify or update token at scheduled time, script will not exeute. once call back to your server, and get updated token, that will set next schedule to call back :)

and client server how identify token is valid? mechanism is same as TOTP, only your server can reply right token that matches and mutate current token on client
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,125
1,130
120
39
Universe
Its not everytime, its like scheduled task, and time based token. so if they can not verify or update token at scheduled time, script will not exeute. once call back to your server, and get updated token, that will set next schedule to call back :)
Oh! yes this will be also a good idea though!😀 Thankyou so much mate
 

ckeeper

Well-known member
Nov 8, 2019
623
376
63
No see as i also know that api calls license verification structure can be nulled easily that's why i'm not going with that idea. But thankyou so much😄
What you are saying is true but I was thinking more in the sense of what @wooyihoo mentioned after my post. "some functionality in your script are processed in your server" and they can be sent only after successful registration. As I have mentioned in my previous post, if you want a solid solution run the cloud app on your server, so no one has access to the code.
 
  • Like
Reactions: ChintanBhat

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,125
1,130
120
39
Universe
What you are saying is true but I was thinking more in the sense of what @wooyihoo mentioned after my post. "some functionality in your script are processed in your server" and they can be sent only after successful registration.
Yes then it will be useful.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu