ogads+youtube(something to know about)

Mr.Chicken

Junior Member
Joined
Dec 6, 2017
Messages
198
Reaction score
53
hey everyone
i am working on a method and i ripped off a landing page but when i am editing the codes
it doent have the section for human verification
in original site it redirects you to some verifysomething.com website and i cannot edit it
i wanna replace that with my ogads captcha locker
can someone please tell me how ot do it??
thanks
 
Sounds like you need to get your own L/P done for yourself mate.
 
Sounds like you need to get your own L/P done for yourself mate.
isn't there any other way
the original one has the link to it
does ogads provides some link i can replace there?
 
is anyone there who can help me??
don't know why no one is helping anymore:(
 
Many people will hide their links through javascript so the average joe can't rip their landers + also add % chance redirects to other landers so if you do rip it, they will get some of the conversions.
I would suggest just find one till you can easily edit it, or hire someone to fix it for you.
 
its likely hidden in a js file. go through the index file and go through all the lines. see what files are being called. cut out as much as you can while making sure the page still works (all those js files and <script> stuff). then make your own verification.html page which has your content lock code. then either iframe it inside the index or link it externally. that's what i do when i rip a competitors page and they hid the locker somewhere.
shortcut is to inspect element and it will show you where that line of code/file is that's responsible for the locker.
 
Last edited:
code your own human verification, check this video.


Many people will hide their links through javascript so the average joe can't rip their landers + also add % chance redirects to other landers so if you do rip it, they will get some of the conversions.
I would suggest just find one till you can easily edit it, or hire someone to fix it for you.

its likely hidden in a js file. go through the index file and go through all the lines. see what files are being called. cut out as much as you can while making sure the page still works (all those js files and <script> stuff). then make your own verification.html page which has your content lock code. then either iframe it inside the index or link it externally. that's what i do when i rip a competitors page and they hid the locker somewhere.
shortcut is to inspect element and it will show you where that line of code/file is that's responsible for the locker.
THANKYOU SO MUCH EVERYONE FOR YUR HELP
 
Back
Top