View Full Version : List Of Sites To Hide Your Url!
rlmayes1
09-28-2008, 10:28 AM
Here is a list of sites that allow you to hide your refferal url...
1.http://www.hiderefer.com/
2.http://www.dot.tk/en/index.html?lang=en(My personal favorite)
3.http://www.moourl.com/
4.http://theminiurl.com/cl25
5.http://killrefer.com/
6.http://cli.gs/
7.http://mashable.com/2008/01/08/url-shortening-services/
A site that lists 90 url referral hiding sites. (Calecarz showed me this)
Calecarz
09-28-2008, 10:33 AM
http://mashable.com/2008/01/08/url-shortening-services/
GamerAce100
09-28-2008, 11:01 AM
Nice! Ima try these out l8r.:jester:
silent_ninja
09-28-2008, 11:52 AM
http://moourl.com
gimme4free
09-28-2008, 12:13 PM
Test to my website using hidelink:
Anonym URL (http://hiderefer.com/?http://www.gimme4free.net?r=test)
gimme4free
09-28-2008, 12:13 PM
Well that one doesnt work then, it shows the hiderefer link in IE
rlmayes1
09-28-2008, 12:32 PM
Well, some of these are nice but the tk website is the best I think.
Notorious A.Z.N
09-28-2008, 02:51 PM
http://forums.rewards1.com/showthread.php?t=15211&highlight=list+sites
~ ownt lol
Gkryptonite
09-28-2008, 02:54 PM
Go to
co.cc
Probably the best one, you can get a free .com or .org url redirection.
rlmayes1
09-28-2008, 02:56 PM
Thanks for that site!
davstar
10-09-2008, 02:23 PM
These links are very helpful! I +repped you for it!
Thanks! Thanks!
rlmayes1
10-09-2008, 02:37 PM
You are welcome.
john189
10-11-2008, 07:55 AM
Thanks it really helped +rep for you
waycokid
10-11-2008, 09:25 AM
dont forget tinyurl
rlmayes1
10-11-2008, 01:33 PM
Remember to rep me if I have helped you.
DarkShadow
10-11-2008, 02:05 PM
Nice. I neve rheard of "moourl". +Rep!
13 0 13
10-15-2008, 09:23 PM
Here are some that are missing form the site that lists 90 url referral hiding sites and your list.
Website Services to Hide/redirect the link
ninjalink (http://www.ninjalink.com/)
Zwap (http://zwap.to/)
Global Redirect (http://globalredirect.com/)
Your new URL (http://yournewurl.com/)
Bravenet (http://www.bravenet.com/webtools/redirect/)
Url Redirection (http://www.free-url-redirection.com.ru/)
Mass php redirect code
Just Open your notepad and type this and change the links
<?PHP
if ($o == "1") {$link = http://ANYURLHERE.com;} // Default linkif ($o == "2") {$link = http://ANOTHERLINKHERE.com;}if ($o == "3") {$link = http://AffiliatelinkHERE.com;}if ($o == "4") {$link = http://blogote.com;}
header(”Location: $link”); // Jump to the hiddden affiliate URL above
exit();
?>
For example I changed the above links to this
<?PHP
if ($o == “1″) {$link = “http://www.google.com”;} // Default link
if ($o == “2″) {$link = “http://www.yahoo.com”;}
if ($o == “3″) {$link = “http://blogote.com”;}
if ($o == “4″) {$link = “http://www.adbrite.com/mb/landing_both.php?spid=85459&afb=110×32-1″;}
header(”Location: $link”); // Jump to the hiddden affiliate URL above
exit();
?>
You can see I have inserted an Adbrite (http://blogote.com/adbrite.php?o=4) link in the fourth IF line.
http://blogote.com/wp-content/uploads/2008/05/screenshot12-thumb1.jpg
Now save this file as Adbrite.php or Links.php.It depends on your choice and the affiliate url you are using,
After saving,(I saved as adbrite.php) upload it to your wordpress (http://blogote.com/category/wordpress) http://blogote.com/wp-content/uploads/2008/05/screenshot11-thumb.jpg
installation directory (Upload to public_html)
You can see the screenshot of this!
Done! Now add this link to your blog post
<a href=http://www.yoursite.com/links.php?o=1>my link</a>
For example - My adbrite referral link
<a href=http://blogote.com/adbrite.php?o=4>Join adbrite and Make money</a>
Demo - Join adbrite and Make money (http://blogote.com/adbrite.php?o=4)
If you replace 4 (adbrite.php?o=4)to 3 (adbrite.php?o=3) then the link directs to blogote.com.
Using this method you can add any number affiliate link.
.htaccess 301 redirect
1. Open your htaccess file and then add this code in the file (Save the file)
Redirect 301 /product http://youraffiliatelinkhere.com?123
2. Viola! Now go to http://yourdomain.com/product ,this URl will be redirected to the affiliate link.Yeah,quiet simple !
Html code redirect
This is the method I have used on my other websites, best way to fool people.
<a href="http://www.blogote.com/" onclick="document.location.href = 'http://www.REALURLHERE.com/'; return false;">Go to </a>
For example
<a href="http://www.blogote.com/" onclick="document.location.href = 'http://www.adbrite.com/mb/landing_both.php?spid=85459&afb=110×32-1‘; return false;”>Go to Blogote</a>
Demo - Go to Blogote (http://blogote.com/) which redirects to Adbrite.But if you try to open in a new window (open in new tab ) then this doesn’t work and shows error.
Another HTML code to hide link
<a href=http://www.blogote.com target = _new onMouseOver=”window.status=’http://blogote.com/2008/resources/best-analytic-tools-for-a-blog.html‘; return true” onMouseOut=”window.status=”; return true”>Rockstar Sid </a>
The above one is almost similar to the Above html code.if you have any extra redirect code or idea then let me know!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.