GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   fucking bastard theiving fucks at baidu.com (https://gfy.com/showthread.php?t=552493)

spacedog 12-15-2005 08:19 AM

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 12-15-2005 08:33 AM

Quote:

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! :disgust

Check this post by AmateurFlix!!!

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

:thumbsup

spacedog 12-15-2005 08:43 AM

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??

Manowar 12-15-2005 08:57 AM

baidu is like the chinese version of google isnt it?

jacked 12-15-2005 08:59 AM

Quote:

Originally Posted by Manowar
baidu is like the chinese version of google isnt it?


yes it is... :thumbsup

spacedog 12-15-2005 09:02 AM

Quote:

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

spacedog 12-15-2005 09:20 AM

everytime I change the .htaccess I get error 500 :mad:

spacedog 12-15-2005 01:32 PM

Quote:

Originally Posted by spacedog
everytime I change the .htaccess I get error 500 :mad:

I need help with this. nothing I try is working?

Doctor Dre 12-15-2005 01:33 PM

You should contact your host about it ... or just delete what they are hotlinknig and redirect it.

pornguy 12-15-2005 01:35 PM

Or just water mark the hell out of it, and use it for advertising.

Hardlinks 12-15-2005 01:35 PM

Quote:

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.

pornguy 12-15-2005 01:36 PM

If they are in China, report them as spreading porn.

Scotty.T 12-17-2005 08:12 AM

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

Kinky John 12-17-2005 10:08 AM

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

OG LennyT 12-17-2005 11:03 AM

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 :)

latinasojourn 12-17-2005 11:05 AM

Quote:

Originally Posted by pornguy
Or just water mark the hell out of it, and use it for advertising.

best advice.


All times are GMT -7. The time now is 06:12 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc