thizzladen
Power Member
- Jul 11, 2009
- 765
- 671
Hey everyone,
I'd like to share this really simple script that can get you tons of $$$ with iFramed Zip Submits.
This script picks a random zip code from a text file with around 40,000 zip code numbers in it and displays it on screen. You can use this in a content locker to echo the numbers, and iFrame the submit area part of the offer and put something like "Enter the Captcha Code Below"
Here's how I used it.
1. Use Cakeslice to iFrame the submit part.
2. Place the "Random Zip Generator" Code in a content locker.
3. Place the iFramed submit box under it.
4. Twist this bitch.
Here's the code, and the 40,000 zip code text file.
Text File:
HAVE FUN!
I'd like to share this really simple script that can get you tons of $$$ with iFramed Zip Submits.
This script picks a random zip code from a text file with around 40,000 zip code numbers in it and displays it on screen. You can use this in a content locker to echo the numbers, and iFrame the submit area part of the offer and put something like "Enter the Captcha Code Below"
Here's how I used it.
1. Use Cakeslice to iFrame the submit part.
2. Place the "Random Zip Generator" Code in a content locker.
3. Place the iFramed submit box under it.
4. Twist this bitch.
Here's the code, and the 40,000 zip code text file.
Code:
<Center>Enter the Code Below to Continue:</center><br>
<center><?php
$file = "wp-content/uploads/list/list.txt";
$random = file($file);
echo '<font size="1">';
echo $random[array_rand($random)];
echo '</font>';
?></center>
Text File:
Code:
http://www.mediafire.com/?o4yv1ffuf5bkryd
HAVE FUN!