fucking bastard theiving fucks at baidu.com

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spacedog
    Yes that IS me. Bitch.
    • Nov 2001
    • 14149

    #1

    fucking bastard theiving fucks at baidu.com

    these fuckers at baidu.com are stealing my bandwidth. they are hotlinking my images. I thought I had it all taken care of, but the htaccess was changed when I started using wordpress.
    the htaccess starts with the error documents, then the required stuff for wordpress.

    I need to put a stop to these hotlinkers. what do I need to put in the .htaccess without fucking up the existing one. And, should it become before the error document or after the wordpress or what?
  • TexasDreams
    former Miserable Admin :)
    • Oct 2003
    • 4700

    #2
    Originally posted by spacedog
    these fuckers at baidu.com are stealing my bandwidth. they are hotlinking my images. I thought I had it all taken care of, but the htaccess was changed when I started using wordpress.
    the htaccess starts with the error documents, then the required stuff for wordpress.

    I need to put a stop to these hotlinkers. what do I need to put in the .htaccess without fucking up the existing one. And, should it become before the error document or after the wordpress or what?
    I hate those bastards!

    Check this post by AmateurFlix!!!

    http://www.gofuckyourself.com/showth...77#post8660077

    ICQ: 168-914-369 >>> sysop [at] TexasDreams [dot] com

    Comment

    • spacedog
      Yes that IS me. Bitch.
      • Nov 2001
      • 14149

      #3
      this is what I added to htaccess & it's not working???

      Code:
      RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?beatingskull.com(/)?.*$     [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp|png)$ - [F,NC]
      This is what was on the .htaccess before trying to add the above

      Code:
      ErrorDocument 400 http://www.beatingskull.com/free_porn.htm
      ErrorDocument 401 http://www.beatingskull.com/free_porn.htm
      ErrorDocument 403 http://www.beatingskull.com/free_porn.htm
      ErrorDocument 404 http://www.beatingskull.com/free_porn.htm
      ErrorDocument 500 http://www.beatingskull.com/free_porn.htm
      # BEGIN WordPress
      <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /
      RewriteCond %{REQUEST_FILENAME} -f [OR]
      RewriteCond %{REQUEST_FILENAME} -d
      RewriteRule ^.*$ - [S=40]
      RewriteRule ^(thumb-galleries)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
      RewriteRule ^(thumb-galleries)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
      RewriteRule ^(thumb-galleries)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
      RewriteRule ^(thumb-galleries)(/[0-9]+)?/?$ /index.php?pagename=$1&page=$2 [QSA,L]
      RewriteRule ^(thumb-galleries)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]
      RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1 [QSA,L]
      RewriteRule ^(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1 [QSA,L]
      RewriteRule ^page/?([0-9]{1,})/?$ /index.php?&paged=$1 [QSA,L]
      RewriteRule ^comments/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1&withcomments=1 [QSA,L]
      RewriteRule ^comments/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1&withcomments=1 [QSA,L]
      RewriteRule ^comments/page/?([0-9]{1,})/?$ /index.php?&paged=$1 [QSA,L]
      RewriteRule ^search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?s=$1&feed=$2 [QSA,L]
      RewriteRule ^search/(.+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?s=$1&feed=$2 [QSA,L]
      RewriteRule ^search/(.+)/page/?([0-9]{1,})/?$ /index.php?s=$1&paged=$2 [QSA,L]
      RewriteRule ^search/(.+)/?$ /index.php?s=$1 [QSA,L]
      RewriteRule ^category/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?category_name=$1&feed=$2 [QSA,L]
      RewriteRule ^category/(.+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?category_name=$1&feed=$2 [QSA,L]
      RewriteRule ^category/(.+)/page/?([0-9]{1,})/?$ /index.php?category_name=$1&paged=$2 [QSA,L]
      RewriteRule ^category/(.+)/?$ /index.php?category_name=$1 [QSA,L]
      RewriteRule ^author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?author_name=$1&feed=$2 [QSA,L]
      RewriteRule ^author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?author_name=$1&feed=$2 [QSA,L]
      RewriteRule ^author/([^/]+)/page/?([0-9]{1,})/?$ /index.php?author_name=$1&paged=$2 [QSA,L]
      RewriteRule ^author/([^/]+)/?$ /index.php?author_name=$1 [QSA,L]
      RewriteRule ^([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&feed=$2 [QSA,L]
      RewriteRule ^([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&feed=$2 [QSA,L]
      RewriteRule ^([0-9]{4})/page/?([0-9]{1,})/?$ /index.php?year=$1&paged=$2 [QSA,L]
      RewriteRule ^([0-9]{4})/?$ /index.php?year=$1 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&paged=$3 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/?$ /index.php?year=$1&monthnum=$2 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&day=$3&paged=$4 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index.php?year=$1&monthnum=$2&day=$3 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&feed=$5 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&feed=$5 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&paged=$5 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA,L]
      RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&tb=1 [QSA,L]
      </IfModule>
      
      # END WordPress RewriteEngine on
      I tried adding the antihotlink rewrites before the error document & also after wordpress & neither one work??

      Comment

      • Manowar
        jellyfish  
        • Dec 2003
        • 71528

        #4
        baidu is like the chinese version of google isnt it?

        Comment

        • jacked
          sperm tail
          • May 2004
          • 11019

          #5
          Originally posted by Manowar
          baidu is like the chinese version of google isnt it?

          yes it is...
          Got Cam Models?
          icq: 361-607-616

          Comment

          • spacedog
            Yes that IS me. Bitch.
            • Nov 2001
            • 14149

            #6
            Originally posted by Manowar
            baidu is like the chinese version of google isnt it?
            I think so, but I don't want the fuckers hotlinking my shit
            I redirect their hits to http://www.beatingskull.com/China/superad2.html
            I use Jade Bucks for chinese traffic

            Comment

            • spacedog
              Yes that IS me. Bitch.
              • Nov 2001
              • 14149

              #7
              everytime I change the .htaccess I get error 500

              Comment

              • spacedog
                Yes that IS me. Bitch.
                • Nov 2001
                • 14149

                #8
                Originally posted by spacedog
                everytime I change the .htaccess I get error 500
                I need help with this. nothing I try is working?

                Comment

                • Doctor Dre
                  Too lazy to set a custom title
                  • Jan 2001
                  • 51692

                  #9
                  You should contact your host about it ... or just delete what they are hotlinknig and redirect it.
                  Originally posted by rayadp05
                  I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?

                  Comment

                  • pornguy
                    Too lazy to set a custom title
                    • Mar 2003
                    • 62910

                    #10
                    Or just water mark the hell out of it, and use it for advertising.
                    PornGuy skype me pornguy_epic

                    AmateurDough The Hottes Shemales online!
                    TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                    Comment

                    • Hardlinks
                      Confirmed User
                      • May 2005
                      • 1333

                      #11
                      Originally posted by spacedog
                      I need help with this. nothing I try is working?

                      Post on the wordpress support forums, or search there, you should get the answers.

                      Short answer, dont fuck with the htaccess on the wordpress site, if its wrong it loops out and crashes the sql server.
                      Find out how I make Fabulous Cash !!

                      Comment

                      • pornguy
                        Too lazy to set a custom title
                        • Mar 2003
                        • 62910

                        #12
                        If they are in China, report them as spreading porn.
                        PornGuy skype me pornguy_epic

                        AmateurDough The Hottes Shemales online!
                        TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                        Comment

                        • Scotty.T
                          Confirmed User
                          • Nov 2004
                          • 1062

                          #13
                          Check the other post you made about Google. What works for me is there.
                          .

                          Comment

                          • Kinky John
                            Confirmed User
                            • Sep 2005
                            • 655

                            #14
                            I got the same treatment . . damn chinks . . go fry a cat or something !

                            Exclusive Ama H/C & Microniches
                            | CCBill | Verotel | Affiliate Blog |

                            Comment

                            • OG LennyT
                              Wall Street Pimp
                              • Jun 2003
                              • 14345

                              #15
                              I use wordpress but I put my .htaccess in my images directory. Works like a champ.

                              Remember, the more shit in your .htaccess, the more the server has to work before pages are served
                              Tradeking - my online broker | 4.95 a trade | make real $$

                              Comment

                              • latinasojourn
                                Confirmed User
                                • Oct 2003
                                • 3191

                                #16
                                Originally posted by pornguy
                                Or just water mark the hell out of it, and use it for advertising.
                                best advice.

                                Comment

                                Working...