Please Help... Ripped landing page but Cant find locker link

girolamo

Regular Member
Joined
Jan 12, 2016
Messages
410
Reaction score
125
So I ripped landing page with httrack, but when I edit the page I cant find the locker... he is like integrated in the page, can someone please help
 
because they use php to get callback api combine with javascript to show offer..
httrack only grab html, css, js and image..
 
js my friend - <script type="text/javascript" src="http://www.lucyfeed.com/s6822BghwCYo4qwf"></script> , i personally remove this callback api and add a simple html on click redirect somewhere in human-verification wrapper.
Code:
<a id="first-step-button" class="generator-button first-step-button"><span class="generator-button-text">Generate</span></a>
</div>
</div>
</div>
<div id="processing-wrapper" class="processing-wrapper">
<div class="main-console-wrapper">
<div class="starting-loading-wrapper">
<i class="icon-refresh rotating"></i>
<span class="starting-loading-title">Processing</span>
</div>
<div id="human-verification" class="human-verification-wrapper"> <!-- Human Verification Main Wrapper -->
<div class="human-verification-inner-wrapper">
<h2>Human Verification</h2>
<p>To prevent robot abuse of our tool, you are required to complete the human verification by completing one of the offers below.</p>
<p><i>Due to a high number of visitors you have <span id="timer" style="color:red; font-size:24px; font-family: bebas_neuebold;">10:00</span> minutes time to use our generator!</i></p>
<div id="fountainG">
<div id="fountainG_1" class="fountainG"></div>
<div id="fountainG_2" class="fountainG"></div>
<div id="fountainG_3" class="fountainG"></div>
<div id="fountainG_4" class="fountainG"></div>
<div id="fountainG_5" class="fountainG"></div>
<div id="fountainG_6" class="fountainG"></div>
<div id="fountainG_7" class="fountainG"></div>
<div id="fountainG_8" class="fountainG"></div>
</div>

<div class="verification-offers-wrapper">

It kinda tricky if you don't know much about it but i guess redirecting direct to ogads locker by href would be easy
 
js my friend - <script type="text/javascript" src="http://www.lucyfeed.com/s6822BghwCYo4qwf"></script> , i personally remove this callback api and add a simple html on click redirect somewhere in human-verification wrapper.
Code:
<a id="first-step-button" class="generator-button first-step-button"><span class="generator-button-text">Generate</span></a>
</div>
</div>
</div>
<div id="processing-wrapper" class="processing-wrapper">
<div class="main-console-wrapper">
<div class="starting-loading-wrapper">
<i class="icon-refresh rotating"></i>
<span class="starting-loading-title">Processing</span>
</div>
<div id="human-verification" class="human-verification-wrapper"> <!-- Human Verification Main Wrapper -->
<div class="human-verification-inner-wrapper">
<h2>Human Verification</h2>
<p>To prevent robot abuse of our tool, you are required to complete the human verification by completing one of the offers below.</p>
<p><i>Due to a high number of visitors you have <span id="timer" style="color:red; font-size:24px; font-family: bebas_neuebold;">10:00</span> minutes time to use our generator!</i></p>
<div id="fountainG">
<div id="fountainG_1" class="fountainG"></div>
<div id="fountainG_2" class="fountainG"></div>
<div id="fountainG_3" class="fountainG"></div>
<div id="fountainG_4" class="fountainG"></div>
<div id="fountainG_5" class="fountainG"></div>
<div id="fountainG_6" class="fountainG"></div>
<div id="fountainG_7" class="fountainG"></div>
<div id="fountainG_8" class="fountainG"></div>
</div>

<div class="verification-offers-wrapper">

It kinda tricky if you don't know much about it but i guess redirecting direct to ogads locker by href would be easy


I dont get it, I put my link instead of lucyfeed and nothing happens
 
I dont get it, I put my link instead of lucyfeed and nothing happens
it won't work that way buddy , just add a html redirect code in the lines i mentioned so before clicking that human verification button , user will be redirected directly to your locker url.
 
it won't work that way buddy , just add a html redirect code in the lines i mentioned so before clicking that human verification button , user will be redirected directly to your locker url.
I really don' know how to do this, I am noob with that , this is my locker https://www.hostedfiles.net/cl.php?id=f9f5a66d4afd221a432b20d4098ea2c1, can u use it in the code please
 
If their locker is server side u can't rip it. There are tons of free locker scripts on bhw. Search it.
 
Back
Top