Page 1 of 1

Need a Dereferer

Posted: Thu Apr 12, 2012 6:09 am
by amateurfetish
he, think we need a dereferer in link and trade overview so that google dont see the refererer linkspun in analytics....

Re: Need a Dereferer

Posted: Thu Apr 12, 2012 6:58 am
by webdanger
WORD!

Re: Need a Dereferer

Posted: Fri Apr 13, 2012 5:38 am
by vrocks
Really needed or just hocus pocus?

Google is blocked from accessing the site.

Re: Need a Dereferer

Posted: Fri Apr 13, 2012 8:42 pm
by sexsite69
It would be easy for Google to infer which sites are part of the linkspun network should they choose to do so. (The referer appears in analytics. - And worse, in public-viewable stats pages from improperly secured directories). I think a dereferer would be a good measure to prevent accidental automated bans in the future. Just my 2 cents.

Re: Need a Dereferer

Posted: Wed Apr 18, 2012 6:45 am
by vrocks
Hmm... Do people actually use the little link to go out to google to check how a sites SERPs are for a particular keyword choice?

No matter what Google can track things with their own toolbar most of you probably have installed.

Hmm... So you are wondering about Analytics picking up people from linkspun....

I guess it would look odd to have so many hits from a site called linkspun.com and no actual indexed links from linkspun...

Re: Need a Dereferer

Posted: Thu May 31, 2012 8:29 pm
by vrocks

Re: Need a Dereferer

Posted: Thu May 31, 2012 8:56 pm
by vrocks
Anybody have tips on removing/switching the referrer?

It seems meta-refresh only works on IE and Firefox. Not Chrome and Opera. I can set up another domain, but then that domain will be the referrer. Going to do another test with cURL...

Re: Need a Dereferer

Posted: Fri Jun 01, 2012 7:00 pm
by vrocks
From everything I've learned over the past coupled of days it seems the only way to truly scrub the referrer is to pass the surfer through two different domains. One domain will fail a few times, so you need two to be sure. So if you guys are cool with everything passing through two domains I can set this up.

Using meta refresh simply doesn't work on Chrome and Opera. So any forums or anything else you currently surf using this method is leaking the referrer if you are using Chrome. Good thing to keep in mind!

Re: Need a Dereferer

Posted: Mon Aug 20, 2012 8:38 am
by DiGiT4fUN
I haven't tried to build a dereferrer, yet, but I think JavaScript might be an option. Something with "location.replace".

One thing you'll have to make sure, though (even with the test you posted up there): You have to make sure that only you can create links that work. Otherwise email spammers WILL abuse your redirect link technology.

Just do something like...

derefer.php?url=http....&hash=abcd1234

Where hash is a md5/sha1 of some secret key and the url. I would probably even add an "until" parameter with a timestamp to expire links after some time. It's just a little more work to add that, but it will protect you from angry mails where people saw your server domain in their SPAM mails...