Re: The Hazard of using 'printer friendly' functions on commercial sites

From: xm (xmat_private)
Date: Mon Apr 29 2002 - 17:09:01 PDT

  • Next message: Tim Morgan: "Re: The Hazard of using 'printer friendly' functions on commercial sites"

    On Mon, 29 Apr 2002, Max Kennedy wrote:
    
    > I first noticed www.worldnetdaily.com and www.drudgereport.com doing this
    > to yahoo news.
    >
    > Both of these sites are high volume sites that make their money by linking to
    > stories.  By adding '&printer=1"  to links, about 90% of yahoo's ads are
    > removed.  This means that yahoo serves the stories, but doesn't get paid.
    
    I'd be pretty easy to redirect to the original story with ads if the
    referer is anything besides the original. Here's a perl thing that should
    check for bad referers
    
    if(($ENV{HTTP_REFERER} ne '')&&(!($ENV{HTTP_REFERER} =~ /^http:\/\/($host).*/)))
    
    where $host is the domain of your site.
    
    -- 
    xmat_private           (http://while1.net/)
    



    This archive was generated by hypermail 2b30 : Mon Apr 29 2002 - 18:51:55 PDT