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.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(); ?>
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.i dont think this works with google chrome. i tried it but it only posted the email but didnt submit the form.
anyone have a list of the CPA sites that can be injected with code...
You would just leave out this bit of code: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.
document.forms[0].email.value="[email protected]";
Kinda funny to read how the OP tries to justify how this is not fraud...