Make an Easy $100 Per Day with URL Shorteners

Haha nice method. Waiting to see if you get paid :)
 
Yeah I just got a MySQL error page on my URL service, LMAO!

I'm pretty sure I'm not getting a dime, but it was a wild ride up to $15 with just 2 craiglist postings in like 6 hours.
 
Yeah I just got a MySQL error page on my URL service, LMAO!

I'm pretty sure I'm not getting a dime, but it was a wild ride up to $15 with just 2 craiglist postings in like 6 hours.

Nice. See, it works. Just scale it up.
 
strange but my clicks stopped coming in, hope they didnt find out already lol...
*edit* nvm im high lol
 
Last edited:
I think we've officially killed this method. Every URL shortener I go to is down.
 
nice share Imma try this with my adult blog... but I have a question do you blank/fake ur referrer ?
 
nice share Imma try this with my adult blog... but I have a question do you blank/fake ur referrer ?

It's all up to you. I don't think you're going to be able to do it anytime soon because pretty much every URL shortener is overloaded!
 
I'm pretty sure the fact that I got about 430 pageviews (~96,000 link visits to URL shortener) in about an hour off one article killed the site I was using.
 
Sorry, I think it was me. I did 28,000,000 .. =/ I don't think their system liked 112,000$ USD.
 
Last edited:
Nah, i bloated the numbers, but seriously. You know there's tards sitting out there probably sending millions of hits with their hacked blogs etc. That's probably why the services are acting up. Not too sure I would have given this method up to the masses.
 
Nah, i bloated the numbers, but seriously. You know there's tards sitting out there probably sending millions of hits with their hacked blogs etc. That's probably why the services are acting up. Not too sure I would have given this method up to the masses.

Touche. This would have been a good one to keep close.
 
I was reading this method earlier today, so this it what I did so far.

I got about 30 - 40 urls, convrted them,
put the img tags on them, put them in a simple html file,
hosted it at dropbox, calling it into an iframe.

I made a class called "short-links" so it's like this...

Code:
<div class="short-links"><iframe src="[COLOR=Yellow]Your Dropbox URL[/COLOR]" width="560px" height="90px"></iframe> </div>
The dimensions don't matter, i just copied this code from another blog of mine, to use for this method. You can take the height and width out, there's nothing sacred about it.


The CSS is like so.
Code:
.short-links { visibility:hidden; }
I am doing this in blogger and I'm using Linkbucks btw. I'm also using (referer [dot] us/Hide-HTTP-Referer [dot] html) on the Dropbox url to hide the referrer.

I think this helps keep it clean and easy to use, so you just have a snippet of code to deal with.

Just add more links to the html file and that's it.
 
I was reading this method earlier today, so this it what I did so far.

I got about 30 - 40 urls, convrted them,
put the img tags on them, put them in a simple html file,
hosted it at dropbox, calling it into an iframe.

I made a class called "short-links" so it's like this...

Code:
<div class="short-links"><iframe src="[COLOR=Yellow]Your Dropbox URL[/COLOR]" width="560px" height="90px"></iframe> </div>
The dimensions don't matter, i just copied this code from another blog of mine, to use for this method. You can take the height and width out, there's nothing sacred about it.


The CSS is like so.
Code:
.short-links { visibility:hidden; }
I am doing this in blogger and I'm using Linkbucks btw. I'm also using (referer [dot] us/Hide-HTTP-Referer [dot] html) on the Dropbox url to hide the referrer.

I think this helps keep it clean and easy to use, so you just have a snippet of code to deal with.

Just add more links to the html file and that's it.

Nice. That's a good twist. It might actually be better to put them in a div like you did.
 
Yeah, I do stuff like this all the time.

One thing I knew was that it would solve the long empty space that some people had mentioned earlier.

I had this issue as well, and tried using:
Code:
overflow:hidden;

in my main column css and that didn't work.

So I put this together and it just works.

Still not sure about the Linkbucks thing though, hoping it will prove to be good.

I'm going to use the ones you use and compare them.
 
sorry it's my first time with url shorteners, what exactly is an "easy link"? is it the raw url or the shortened url?
 
Today: 4756 views, $1.18408 earned

Been going for about 3 hours on a website of mine that gets 1000+ uniques a day. I'm using 120 images so far.

Hehe, I think we're taxing the FUCK out of their server. I'm not sure if I'll continue with this. Just wanted to see if it worked.
 
Back
Top