Easy Method to $20/Day

I used adfly before and yes they only count 1ip per 24 hours per advertiser as unique.
and that Unique/ip can only view x amount of ads, per day i think its 5, then the advertiser iframe become adfly home page, So you will only really be getting 5 counted clicks per user a day. time to rethink.
 
Oh, the images are part of a different method.

The files (BAT, VBS) are put on someone's computer through an EXE. Just to clarify, THIS IS NOT PPI. I know that is now allowed to be discussed on here so I want to make it clear that this isn't PPI. I bundle it with anything: Plants vs Zombies, Photoshop, etc.

Im still confused. They still have to run your exe before your app will work. It wont execute by himself. Or will it?
 
Even if it is a max of 5 a day per ip. If you get this installed at 36k computer you make $85 on autopilot.
 
This is not likely to work if you ask me. The activity you would be generating is far to obvious for the admins at adfly. Several clicks a day from the same IP every day. Adfly isn't just going to give away money for clicks that are obviously fake, their advertisers would see too big a drop in conversions and wouldn't bother paying for adverts again.
 
anyone have try this method?? I don't thinks this gonna work.. When I get adfly ads, I only think to pass the five second, not interest with the ads..
 
Update to all. Yes, you can get only 5 views per ip per day. But there are other services that allow more. On the other hand, coupling this with a torrent method could easily spread the love.

Basically, the script starts on Windows boot. It will browse to 5 Adfly links and wait for the countdown then click skip. There are two contingencies for application: for those who shutdown their computers everyday, the script will start up on boot. For those who don't shutdown their computers everyday, the script pauses for 24 hours after visiting the links, then starts again. I'm going to open a thread in JV if anyone is interested.
 
Very interesting method , can u share the code please? The code which does the invi browser magic :D

Cheers
 
So, I've found a work around for the limit of 5 views per IP. I have edited the script to change proxies after 5 views. Basically, the script will take a list of proxies and use them one by one. It will set a proxy, view 5 links, change proxy, view 5 links, etc.
 
So, I've found a work around for the limit of 5 views per IP. I have edited the script to change proxies after 5 views. Basically, the script will take a list of proxies and use them one by one. It will set a proxy, view 5 links, change proxy, view 5 links, etc.
I was actually thinking that'd be a way around.. but had no idea if it were possible. So now the script, forces people to secretly click the links and use a proxy?

Your method is getting blacker lol.

Why not 1 click per proxy? If you keep sending 5 clicks from each IP with no conversions, that might send up more red flags than just 1 click per IP. And I have no idea what I'm talking about, this is coming from my butt. :D
 
I meant 1 per IP. Brain fart. Id have to get a massive list of proxies though.
 
I think it's around 50 if I read the TOS right bu then I could be wrong there. Just check forum rules and thanks for upping my post count:)
 
I advertise with ****** and I dont love this type of post!! I hope that adfly ban you soon!
 
Update:

I've decided to give out the script.

Code:
KeepGoing = True
Dim IE, URLArray, URL
Set objWshShell = Wscript.CreateObject("Wscript.Shell")
Set IE = CreateObject("InternetExplorer.Application")
 
URLArray = Array("your link","your link")
 
Do While KeepGoing = True
      For Each URL in URLArray
        IE.Navigate2 URL
        IE.Visible = 1
        While IE.Busy
          WScript.Sleep 2000
        Wend
        WScript.Sleep 10000
        IE.Document.GetElementsByName("link name").Item(0).Click()
        WScript.Sleep 5000
        IE.Navigate "referring website"
        WScript.Sleep 5000
      Next
Loop

Cheers!

Keep in mind that where it says
Code:
IE.Visible = 1
That's so you can see it working on YOUR computer. Before you deploy the script, change the 1 to 0.
 
Maybe you should consider getting $20 per week or month per user. This is more realistic with the 5 clicks per IP concept. Then focus on getting more users.
 
Back
Top