Make an Easy $100 Per Day with URL Shorteners

to get paid in ****** you need to click in the skip ad button, how do we bypass it with that img? I don't get it :/
 
to get paid in ****** you need to click in the skip ad button, how do we bypass it with that img? I don't get it :/
There are different types of monetization in adfly - if you choose top banner, you don't need to skip it but you make less money. And noone said he's working with adfly.
 
to get paid in ****** you need to click in the skip ad button, how do we bypass it with that img? I don't get it :/

There are different types of monetization in adfly - if you choose top banner, you don't need to skip it but you make less money. And noone said he's working with adfly.

eLhomer is right, OP didn't say he was using Adfly, I was just providing it as an example. Before you ask, OP doesn't mention who he uses (deliberately), but there are plenty of them out there.
 
ah very clever ! i can see more potential if you use it on forums, problem is im not sure if you will get paid from doing this
 
I think that link shorter use scripts to prevent load of him links on iframe or something like this ..so you want to tell me in this way this will not happen and image will be displayed every time that someone load my page and i will get money for every load of my page prom unique users?
If this is right i see idea in my mint with big potential...I love method that make money with not big effort :D
Thanks
 
So,

People that click the blog link on Craigslist will load the HTML with the img links that have your easy link in them. So each visitor counts as a view for the ad? Or do they actually have to click the pics in the blog post to be counted?
 
Essentially, you are using the IMG tag and making the src your shortened URL. The tag still works even if there isn't an image extension on the end. Once the webpage tries to retrieve the "image" it counts as a visit.

Basically, you just want to use your "easy link" with as many links as you can.

For example, if my "easy link" is sht.co/69/ Then I would open Microsoft Excel.

In column A type <img src="

In column B paste your easy link

In column C paste regular URLs

In column D type " style="visibility:hidden"

Then copy the entire spreadsheet to notepad and use the "find and replace" tool to get rid of the spaces.

Fuck it. I'll give away my method just to make this easier.

I have a Blogger blog. I make a new post and put a bunch of pics of iPads that look like the same iPad and look like they were taken by an amateur. Then, I paste a bunch of the IMG tags with my shortened URLs. After that, make a post on CL selling an iPad for cheaper than everyone else and link to your blog post for the pics. It has about a 22% success rate meaning when I have 1,000 IMG tags, each person usually loads about 222 of them.

Any more questions?
 
And this trick doesn't work on Adfly. However, I did write a script that clicks through the Skip Ad buttons. The only problem is that Adfly only allow 5 visit per ip per day total.
 
Not so good conversions...

It's a paid URL shortener, every hit is a conversion.

So,

People that click the blog link on Craigslist will load the HTML with the img links that have your easy link in them. So each visitor counts as a view for the ad? Or do they actually have to click the pics in the blog post to be counted?

They will load the blog post which will automatically start loading the IMG tags. I usually put a lot of pics or a long article (if you're going that route) so they stay on the page longer.

I think that link shorter use scripts to prevent load of him links on iframe or something like this ..so you want to tell me in this way this will not happen and image will be displayed every time that someone load my page and i will get money for every load of my page prom unique users?
If this is right i see idea in my mint with big potential...I love method that make money with not big effort :D
Thanks

Most paid URL shorteners use frame busters. This gets around that because the IMG tag retrieves the header data which counts as a visit.
 
Have you written the clicker in jquery or php ?
 
Have you ever cashed out after using your system?
Cheers!
 
Meann, I wrote the clicker in VBScript

Zemanel, I am scheduled to withdraw on Friday so I'll keep everyone updated
 
smart! .. would be interesting to see if it will work and you get paid though ;)
 
are we supposed to use lots of accounts.

i am expecting that craiglist will delete the account if there is any redirect.

correct me if i am wrong.
 
Why not take one extra step and host the images on sharefoco or something similar on top of it? Then you get paid for the short link visit, and for the visit to the image.

How long does it take for a page with so many images to load?
 
Here is an example to automate click with vbscript

This opens google and clicks search button;

'Search Google
Dim objWshShell,IE,searchStr

Set objWshShell = Wscript.CreateObject("Wscript.Shell")
Set IE = CreateObject("InternetExplorer.Application")
searchStr = InputBox("Search")

With IE
.Visible = True
.Navigate "http://www.google.com"

'Wait for Browser
Do While .Busy
WScript.Sleep 100
Loop
.Document.getElementsByName("q").Item(0).Value = searchStr
.Document.getElementsByName("btnK").Item(0).Click
End With
 
I have been using the CL account. They allow you to have links in your ads.

I think everyone has the image part mixed up. THERE ARE NO IMAGES. The SRC for the IMG tag is the shortened link. And you use style to make it invisible. They never see anything. They basically load in the background while they are looking at pics or reading articles.
 
Back
Top