How can I block someone who is using my RSS to copy my content onto his site?

Discussion in 'XML & RSS' started by b7r, Sep 7, 2008.

  1. #1
    Question is in the tile it self:
    How can I block someone who is using my RSS to copy my content onto his site?

    I know his URL...
    Can I block a particular URL from publishing my content? :confused:

    or may be I allow only partial feeds...
    or may be allow feeds only to feedburner..

    any solution on this?
     
    b7r, Sep 7, 2008 IP
  2. ilook

    ilook Well-Known Member

    Messages:
    1,602
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    165
    #2
    dont think so....
     
    ilook, Sep 7, 2008 IP
  3. lruneh

    lruneh Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hey b7r
    Could you maybe tell a little more about how you offer your feed to the public as well as how your website works (CMS / programming language etc.) THere may be some things you can do, depending on the above.
     
    lruneh, Sep 8, 2008 IP
  4. b7r

    b7r Well-Known Member

    Messages:
    528
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Its a wordpress blog...
    Could you please guide me on that?
     
    b7r, Sep 9, 2008 IP
  5. lruneh

    lruneh Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    In that case I'm thinking that hthe best way is probably by adding an IP block in your .htaccess file. i'm not very familiar with wrodpress, so maybe it has a function, bt i don't know.

    in your .htaccess file put something like this:
    
    order allow,deny
    deny from 192.168.0.1 <-- change this to his IP
    allow from all 
    
    Code (markup):
    That way he won't be able to access your website and consequently won't be able to steal your feed. If you're not familiar with .htaccess usage, google it - you'll lots of hits that can help you understand.

    let me know how it works out for you:)
     
    lruneh, Sep 9, 2008 IP
  6. ilook

    ilook Well-Known Member

    Messages:
    1,602
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    165
    #6

    Would be a nice trick IF it works ;)
     
    ilook, Sep 9, 2008 IP
  7. b7r

    b7r Well-Known Member

    Messages:
    528
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #7
    Iruneh,

    Thanks for the valuable advice... i have started studying on this.. and shortly I shall implement..
    hope to see positive results

    i shall update here in either case for the benefit of all :)
     
    b7r, Sep 9, 2008 IP
  8. ilook

    ilook Well-Known Member

    Messages:
    1,602
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    165
    #8
    Im looking forward to read your experience b7r ;)
     
    ilook, Sep 9, 2008 IP
  9. Soamelt

    Soamelt Peon

    Messages:
    140
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    you could also add a footer to your feed or each post linking back to your site. it won't stop anyone from taking your feed, but it will make it obvious that they've done so and give you a link.
     
    Soamelt, Sep 12, 2008 IP
  10. b7r

    b7r Well-Known Member

    Messages:
    528
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #10
    I would like to update here that... I was having problem with editing .htaccess file as suggested and found an useful tool here : http://www.htmlbasix.com/blockusers.shtml
    using this i have amended the .htaccess file... hoping to see positive results :)
     
    b7r, Sep 24, 2008 IP
  11. ilook

    ilook Well-Known Member

    Messages:
    1,602
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    165
    #11
    Ok b7r,

    i would like to get an update about your experience when the time is there :)
    thanks
     
    ilook, Sep 25, 2008 IP
  12. firefighter

    firefighter Guest

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Partial feeds can be defeated in many ways. One of which is to disallow linking from public generic full-text retrievers like http://labs.echoditto.com/fulltextrss.

    ~ Firefighter, Broadens.com
     
    firefighter, Sep 26, 2008 IP
  13. b7r

    b7r Well-Known Member

    Messages:
    528
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #13
    I tried using the .htacess code block...
    however, no results :(

    will have to search for new method....
    guys please guide me if someone knows
     
    b7r, Oct 2, 2008 IP
  14. firefighter

    firefighter Guest

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    It should work if you know the IP of that person.

    One tip would be that the "order" of the IPs matters. Rule of thumb is "Deny first before allowing the rest".

    order allow,deny
    deny from 1.2.3.4
    deny from 5.6.7.8
    allow from all

    The other way? Try a firewall. Default on Linux will be iptables.
     
    firefighter, Oct 2, 2008 IP
  15. dulcificum

    dulcificum Active Member

    Messages:
    535
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    68
    #15
    Why not just put a footer in your feed with your URL so you get free links and everyone knows he's nicking it?
     
    dulcificum, Oct 2, 2008 IP
  16. Cheap SEO Services

    Cheap SEO Services <------DoFollow Backlinks

    Messages:
    16,664
    Likes Received:
    1,318
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Go one better than that!

    Place an image 728x90 in the footer of each post. The image should clearly say "http://www.domain.com is stealing this content from my site http://www.domain.com"

    I am certain he will stop this very quickly!
     
    Cheap SEO Services, Oct 2, 2008 IP
  17. firefighter

    firefighter Guest

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Nice one. Even if this chap is a programmer and bypasses your banners, the damage is already done.
     
    firefighter, Oct 2, 2008 IP