Thanks for the tutorial.
thx mate for the idea
Parse error: syntax error, unexpected '<' in /home/****/public_html/index.php on line 24
A much less eloquent solution than using a database, or array would be to simply pull the emails from a file, store the first line as the email to be used, then remove the line.
PHP:<?php function getEmail(){ $file = "emails.txt"; $emails = file($file); $email = array_shift($emails); $emails[] = $email; file_put_contents($file,$emails); $email = trim($email); echo "***** Link Here ********* "; } getEmail(); ?>
Crude example, but it works. Emails would be pulled from emails.txt, one email per line.
I am using the code below. I know my offer works as ive tried it standalone iframed but as soon as i put it into the code below it throws up the following error.
Can anyone solve this? This will be awesome once it works.Code:Parse error: syntax error, unexpected '<' in /home/****/public_html/index.php on line 24
I just pasted your code into a blank page. Theres nothing before and nothing after. Its that exact code using the example provided by the OP.![]()
You don't buy a new battery for your car and then just stick it in the seat next to you and hope your car will magically start. You have to actually take some time to open the hood, take the old battery out, and integrate the new battery with the system.
Do you think such arrogant and ignorant statements haven't been made in this thread already? They have been made and discussed, if you had taken five minutes to read all of the replies. Please do not trash my thread with your smart remarks. Not a great way to introduce yourself to this forum.LOL use this and enjoy getting banned by your companies![]()
Hi, can you please give the url of offers which works thru this method? i have tried many offers but its not working. I either get IE8 warning message of Cross site scripting or it simply redirects to error page.
Please tell which offer works with it.
Thanks
Do you think such arrogant and ignorant statements haven't been made in this thread already? They have been made and discussed, if you had taken five minutes to read all of the replies. Please do not trash my thread with your smart remarks. Not a great way to introduce yourself to this forum.
It seems someone doesn't know how to use his brain? You are still neglecting to read the other pages of replies for this thread.It seems someone doesnt know what CPA is?
These email submits are not made for collecting emails but they expect some % of people will also do offers and make them money?
It is simple.
They dont get money, you dont get money.
If you think networks will pay u $1-2 for email address you are wrong lol.
i have ghostcpa to iframe cpa offers...if i iframe a cpa email submit offer then i need to inject an email to the empty box...i have a huge list of emails so no problem...i have a clickjack script which i can use to get a click on the submit button by the visitor....so the main issue with me is i need to fill the email using a script from a list of emails from a text file...a new email has to be filled whenever a visitor comes to it....anyone one can help me with this....thanks....