How do I make my own URL Shortner Website?

Cautions

Junior Member
Joined
Dec 25, 2021
Messages
106
Reaction score
80
I think y'all know what websites like ****** are. Those are websites where you can shorten your url and earn money for every visitor to their website, because those websites earn money by displaying ads.
I want to shorten some links of mine and earn money with it, and I want to get the most out of it, so that's why I want to create my own URL Shortner with and earn money by spamming ads on my website.
But I don't know how to create one. I currently have everything to be able to host such website (hosting, domain).
Do you know how to create such website? Best would be if it is some Wordpress plugin or something, since I'm most fimiliar with wordpress.


I hope someone on here can help me, would make me very happy!
 
just google "url shortener wordpress"
But those are directly redirecting to the url. But I want there to be ads in between on my website and then to redirect to the destination url.
 
so you want to cut out the middleman?
just google "adfly clone" and go from there you will likely shell out money for a script. would not trust a nulled/pirated one in this scene as it's very shady imo. but its up to you.
 
Type : Short url script , there is a lot of free and a lot of with small price.
 
I was searching for the same answer :) thanks everyone for answers!
 
Type : Short url script , there is a lot of free and a lot of with small price.
problem is 99% of these are simply that -- short url scripts.
having a sponsored ad play in the middle of the redirect will take a brain to program it in yourself, or a more sophisticated built-for-you solution.
 
problem is 99% of these are simply that -- short url scripts.
having a sponsored ad play in the middle of the redirect will take a brain to program it in yourself, or a more sophisticated built-for-you solution.
Not so hard as you think :)
 
How will you earn with it? Getting partners or advertisers to associate with a new site can be hard.
he has another thread about reddit adult journey. put 2 and 2 together.
there are image hosts already that pay per img view. few bucks per 1000 views. see them all the time on warez sites. with how ubiquitous those are, likely faster to find a script for that.

Not so hard as you think :)
not very helpful to op is it
 
he has another thread about reddit adult journey. put 2 and 2 together.
there are image hosts already that pay per img view. few bucks per 1000 views. see them all the time on warez sites. with how ubiquitous those are, likely faster to find a script for that.


not very helpful to op is it
Do you know any image hosting website that pays you per view? Preferably a host that allows adult content :)
 
Do you know any image hosting website that pays you per view? Preferably a host that allows adult content :)
go on any warez or torrent site
search for xxx
look at the images embedded -- where are they hosted --> go there and look for webmaster/affiliate signup.
99% of them are on these pay per view image hosts that are adult only
 
The tech part of this is rather simple as you're just going to display a page to the user and then redirect them after a few seconds (this can be done easily with HTML [see meta redirect] or JS).

Don't want to bring you down, but this is a really tough business and it's going to be extra difficult since it seems as though you're also going to be in the adult scene.
Best of luck though and keep us posted!
 
Its pretty easy to do with PHP. You just have to generate a hash for the url and use the php header fir redirect.

Save the real url in you mysql database + the hash. This way you get the url from the db.

A url shortener takes a few hours to code. Thats very easy.
 
I think y'all know what websites like ****** are. Those are websites where you can shorten your url and earn money for every visitor to their website, because those websites earn money by displaying ads.
I want to shorten some links of mine and earn money with it, and I want to get the most out of it, so that's why I want to create my own URL Shortner with and earn money by spamming ads on my website.
But I don't know how to create one. I currently have everything to be able to host such website (hosting, domain).
Do you know how to create such website? Best would be if it is some Wordpress plugin or something, since I'm most fimiliar with wordpress.


I hope someone on here can help me, would make me very happy!
There are definitely some plugins that can help you do this, just type something like Wordpress shortener plugin or URL shortener script and you will get some results, can't tell you right from my head the name of any, but you will find a bunch of options for sure.
 
Its pretty easy to do with PHP. You just have to generate a hash for the url and use the php header fir redirect.

Save the real url in you mysql database + the hash. This way you get the url from the db.

A url shortener takes a few hours to code. Thats very easy.
What web hosting do you recommend for this purpose? some cheap one that doesn't bring problems later?
 
Back
Top