how do i?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darius
    Registered User
    • Sep 2001
    • 51

    #1

    how do i?

    Could someone show me the code to redirect a cheaters ip back to their domain?

    I tried this but its not working

    RewriteCond %{HTTP_REFERER} ^http://xx.xx.x.xx$ [NC,OR]
    RewriteCond %{REMOTE_ADDR} ^xx\.xx\.xx\.xx$ [NC]
    RewriteRule /* http://somedomain.com/ [R,L]

    i can stop them by using deny on their ip address but I really want to send their hit bot traffic back to them.

    Can anyone help?
  • lil2rich4u2
    ICQ: 175171926
    • Oct 2002
    • 11046

    #2
    send it to a sponsor join page


    hitbot traffic is currently converting 1:52,000 for me
    HEY!!

    Unbeatable hosting! Customer service is top notch!

    --> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!!

    Comment

    • p00p
      Confirmed User
      • Dec 2002
      • 5125

      #3
      RewriteEngine On

      RewriteCond %{HTTP_REFERER} http://111.111.111.111/ [NC,OR]
      RewriteCond %{HTTP_REFERER} http://www.theirdomain.com/ [NC,OR]
      RewriteCond %{HTTP_REFERER} http://theirdomain.com [NC]
      RewriteRule /* http://www.theirdomain.com [R,L]
      ICQ: 316365783
      <a href="http://www.hostultra.com/~p00p" target="_blank">TEST</a>

      Comment

      Working...