[BHW Exclusive] Fake Captcha Script for Zip Submits (Warning: Super Blackhat))

What if we buy some targeted traffic that hopefully converts and use the script at the same time?
 
If you got banned then anyone else who tries will also since they are looking for this
 
I got banned for using a content locker, not the script. :)
 
I just love your script. Very efficient for CPA. In my case, I use it for phone number submit, in a content locker that can detect country ip (so the one where my affiliate manager is, the content locker doesn't appear).

Thanks again!
 
I don't understand this, can you explain what it's about?
Sorry for being such a noob
 
This is what you do...

you run a ppc campaign.... and use this method to scale it a bit..
scale it to where you add the cost of the ppc ad campaign...
then the lead conversion percentage will be within standards..

good luck...

if you are audited you are fukced...
because the networks know and save the IP from where the offer is filled.
with the ip... you can get the zipcode area....

a better script would be to get the ip... and then extract the zip code... then offer that as a captcha.....
 
iframing offers never seems good. I got banned from offers from only like $60 from doing that because it doesn't convert for them
 
is there anyway for the actual offer to popout after they click the submit button? Like the iframe maximizes and they are taken to the next page?

This is the next step you would need to at least have the chance of some conversions. Not sure if you can do this though.
 
This is what you do...

you run a ppc campaign.... and use this method to scale it a bit..
scale it to where you add the cost of the ppc ad campaign...
then the lead conversion percentage will be within standards..

good luck...

if you are audited you are fukced...
because the networks know and save the IP from where the offer is filled.
with the ip... you can get the zipcode area....

a better script would be to get the ip... and then extract the zip code... then offer that as a captcha.....

I agree with you about the zipcode.
I think it is better to use it for mobile number/email submit. It's also less risked to use several affiliate networks with this script thanks to a content locker with rotation offers like the Crazyflx's one in order to stay between 50-60$ / day for each network.
 
what i did was to go to a website that shows your zip code based on ip, then i just iframed it and put it on my website as chapta :p
 
Most of the zip submits from CPA offers have a "function breakout_of_frame()" so that iframing them will not be possible!

and i believe that these methods will get you in real trouble if you scale them out for real
 
Good one. I lost my peerfly account with e-mail twist and CPA Redirector. I think this can be twisted in so many ways. Experimenting right now. Thanks OP :)
 
This should select a random zip using geoip. It can be further refined by pushing the the result through a captcha image generator.

PHP:
<?
include("geoip.inc");
include("geoipcity.inc");
include("geoipregionvars.php");


$username="";
$password="";
$database="";


$gi = geoip_open("./GeoLiteCity.dat", GEOIP_STANDARD);

$rsGeoData = geoip_record_by_addr($gi, $_SERVER['REMOTE_ADDR']);
 
mysql_connect(localhost,$username,$password);
mysql_select_db($database) or die( "Unable to select database");

$query="SELECT zip FROM zip_codes WHERE city = '$rsGeoData->city' AND state = '$rsGeoData->region'";
$result=mysql_query($query);

$num=mysql_numrows($result);
$random = rand( 0, ($num -1));
mysql_close();
  
$i=0;
while ($i < $num) {

echo("<pre>");
$zip=mysql_result($result,$i,zip);
echo "$zip <br>";
echo("</pre>");
$i++;
}
echo "<br>";
echo "Random<br>";
$zip=mysql_result($result, $random, zip);
echo "$zip <br>";
           
geoip_close($gi);
?>

Christ at the forum filtering my urls... you have to be a member longer >_> pm me for sources since I cant post them.
 
I tried adding this insinde Content Locker Pro V2, before my cakeslice, and I get this error....


'; echo $random[array_rand($random)]; echo ''; ?>

it shows up after this part "Enter the Code Below to Continue:"

but before my cakeslice.

Also, my site is not a wordpress site, and I see that the file is located here wp-content/uploads/list/list.txt

So instead, I uploaded mine here "/Uploads/list.txt";

So I am not sure what I am doing wrong. Any help would be great.
 
Back
Top