[TUTORIAL] Auto-Fill and Submit CPA Forms

Okay, scratch my last post - I got it figured out.

New issue though, I'm trying to setup the database with PHP. Instead of loading a seperate iframe for each email, it loads an iframe for every email all at once on one page.. So say I have 5 emails in my .txt file, it loads 5 seperate iframes on the page. Here is my code snippet, any help is greatly appreciated:

Code:
<?
function getEmail(){
    $file = "emails.txt";
    $emails = file($file);
    foreach($emails as $email) {
    $email=trim($email);
    echo '(MY OFFER/INJECT CODE)';
}
}

getEmail();

?>
This will not work unless you are using different offers. If you submit them all at the same time (even on the same advertiser even if you have different offers), they will know something's up and ban you, or your leads just won't track.
 
i dont think this works with google chrome. i tried it but it only posted the email but didnt submit the form.
 
i dont think this works with google chrome. i tried it but it only posted the email but didnt submit the form.
It works with Chrome, as that is the primary browser I used when developing this. The problem is that some offers allows the auto-fill but won't submit and I'm not sure why.
 
So geeky.. it looks cool.. but ya.. so fraudulent. Never ever bite the hands that feeds YOU.
 
anyone have a list of the CPA sites that can be injected with code...
 
how well would something like this work when it came to getting downloads, or pushing traffic somewhere else like a yt video, or thru ******
 
Is there a way to ONLY submit the form, for offers/networks that condone pre population?

Like this link for instance I got from an offer on Motive.

offerlinkdotcom[skipExit]&pLeadEmailAddress=[pLeadEmailAddress]

(wont allow me to post actual link so thats just the end)

??

I do have a way to echo a users email address into the pLEAD part, but an auto submit would be killer.

We could prob. use a snippet of your code to do this.. you think??

If you have a method PLEASE post it.
 
Is there a way to ONLY submit the form, for offers/networks that condone pre population?

Like this link for instance I got from an offer on Motive.

offerlinkdotcom[skipExit]&pLeadEmailAddress=[pLeadEmailAddress]

(wont allow me to post actual link so thats just the end)

??

I do have a way to echo a users email address into the pLEAD part, but an auto submit would be killer.

We could prob. use a snippet of your code to do this.. you think??

If you have a method PLEASE post it.
You would just leave out this bit of code:
Code:
document.forms[0].email.value="[email protected]";
and use PHP to populate the pLeadEmailAddress parameter.
 
YES SIR! Worked like a charm.

Ill post results with this script after testing this week.

Thanks a million!
 
artizhay
can u please post or message me the CPA networks and offers that the autofill script can work on...
 
Anyone know any good junk traffic sources to go along with this method? ;}
 
Kinda funny to read how the OP tries to justify how this is not fraud...

That's great that you're smart enough to figure this out, but don't pretend it is legitimate. You're stealing from the CPA companies by giving them fake leads. Simple as that.

But thanks for sharing the technique. There's a lot to learn from it from people that are interested.
 
I keep getting double "s and /s in my forms, when i view the page source it looks like "\"text/javascript\"" on the javascript tags, is there a way to eliminate this? Its not allowing the JS to run.

I tried removing them from the script but no avail.

Could you PM me you contact info? I'd hook you up if you can help me.
 
Got my account banned... was under the radar 3 leads/day with mixed wh leads... thx

:Thinkingo
 
Kinda funny to read how the OP tries to justify how this is not fraud...

OP was pretty clear that this can be considered fraud. In fact I believe he stated that almost anything black hat can be considered fraud. His point was that sending 100 leads from a partial iframed email offer is no more fraud than using this method to send 100 leads. Neither are going to convert on the back end anyway.
 
does anyone have a list of CPA offers or networks that u can use this for...
 
Back
Top