Dont let people bypass content locker

CyberGen

Regular Member
Joined
Mar 11, 2020
Messages
334
Reaction score
140
So I got a problem. People can just delete the code of the content locker by using developper tools and access the download. I want to fix that how? Passing a variable or anything? I need help with this one.
 
are you hosting the download file? why not zip it and password protect it with winrar until you find a work around.
 
So I got a problem. People can just delete the code of the content locker by using developper tools and access the download. I want to fix that how? Passing a variable or anything? I need help with this one.
Make a second page where you check if what you have on the first page has been completed.
 
Redirect them to the same locker page again. Or maybe dynamically inject locker script using PHP
 
Back
Top