Hiding Adfly

thesyndicate

Elite Member
Jr. VIP
Joined
Oct 8, 2008
Messages
2,945
Reaction score
901
First of all i am sorry if this is not the right forum. I wondering if you can cloak adfly? Since Facebook and other places banned Adfly is there a way to put for example my domain instead but lead them to adfly? I guess i could use 301 redirect to adfly each time so that all the request goes to adfly passing my domain name.

Any other suggestions?
 
hello my dear
i will tell you how to post ****** in facebook
just enter
url2it web

nw
you can post your ****** link in facebook easily
if you need help contact with me at face
3mo.3t3t face
 
Sure make a page on your site and 301 it to the adfly link. Even better, you can log in to Your cpanel or whatever, make a subdomain and redirect it to the link. That only makes sense if you have few links.

Or the most simple solution is to try using other link shorteners:

https://bitly.com/
http://goo.gl/
http://ow.ly/url/shorten-url
http://sh8.co/

There are at least 2 more but they're banned here for some reason. Use G to find more if you need.

I guess some of them are also blocked in facebook, some won't allow you to shorten an ad.fly link but keep going through them and you're bound to find one that will work.

Cheers
 
Sure Hinkys but if want to do like many all day it can be a boring to create a sub domain for each right?
 
That's why I said you only do that if you have few links. Try those url shorteners or make your own. I remeber reading a tutorial here with scripts and all on how to transform your domain in to a url shortener.
 
Yeah? i seen some script somewhere but i am not sure hosting agree on it i have hostgator. I tried these one but Facebook would not allow me...
 
Well they won't know and unless you plan to do it publicly you should be fine. I mean why would they mind, it's not like you're overloading their servers. You could even do it on a subdomain.
 
Yeah you can use iframes, url shortners, your own script/site.
 
anybody have this link to this script? code? i can try on my server
 
You can just shorten the Adfly link, I'd recommend using Ow,ly (I can't post links yet)

I know you can hook up your own domain to Adfly, view hxxp://adf,ly/publisher/tools#tools-domains (Personally, I think this is the easiest.)

You may also have a 301 redirect to Adf,ly

Apache configuration code:

Code:
[COLOR=green][FONT=monospace]RewriteEngine[/FONT][/COLOR][COLOR=#008000][FONT=monospace][B]On
[/B][/FONT][/COLOR][COLOR=green][FONT=monospace]RewriteRule[/FONT][/COLOR][COLOR=#555555][FONT=monospace] ^(.*)$ hxxp://adf,ly/$1 [L,R=301][/FONT][/COLOR]


Nginx Configuration code:

Code:
[COLOR=#008000][FONT=monospace][B]server[/B][/FONT][/COLOR][COLOR=#555555][FONT=monospace]{[/FONT][/COLOR]  [COLOR=#008000][B]server_name[/B][/COLOR] [COLOR=#BA2121]{DOMAIN}[/COLOR];
  [COLOR=#008000][B]rewrite[/B][/COLOR] [COLOR=#BA2121]^[/COLOR] [COLOR=#BA2121]hxxp://adf,ly[/COLOR][COLOR=#19177C]$request_uri[/COLOR] [COLOR=#BA2121]permanent[/COLOR];
}


Personally, I'd recommend just shorting the URL with ow,ly or buying and hooking up your own domain to Adfly
 
Back
Top