Guys, help. How to remove in-built content locker (js script) from ripped page?

For second one they not put it directly but using a iframe to load the locker from URL verification/index.php which you can find at line 170.
Replace it with your button then you good to go.

i need to remove this:
<iframe src="verification/index.html" opacity="0" scrolling="no" align="middle" frameborder="0" width="100%" height="150px"></iframe>

but what should i put there instead?

For the first one you can find the locker at line 95.just replace onlick event.

<button onclick="window.location='https://www.areyouabot.net/;" class="gen-v-btn">Verify</button>

what should i put there instead too? i already put my locker but it redirects to some page
 
Last edited by a moderator:
You are using Ogads right ?
1. Setup content locker "Load Method" as OnClick.
2. Put the <script> tag at the head of website code.
3. Then replace where you want to call the locker with this code
<button onclick="call_locker();" class="gen-v-btn">Verify</button>

Hope it work for you
 
For second one they not put it directly but using a iframe to load the locker from URL verification/index.php which you can find at line 170.
Replace it with your button then you good to go.
solved.

please help with the 1st one
 
Back
Top