Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
12/7/2005 8:19:03 AM EDT
I've noticed that I've got a pic on my website that is getting pulled frequently for listings at the following websites...
www.uushop.net/bbs2/htm_data/6/0511/123609.html
bbs.milchina.com/htm_data/6/0511/3205.html
www.war-sky.com/forum/htm_data/36/0512/157850.html

They all appear to be some chinese discussion board and it looks like they're linking to alot forum member's pics.

Any ideas what this is?

(I'm going to remove my pic)

12/7/2005 8:21:55 AM EDT
[#1]
Probably airsofters. You can do a few things... Delete the pictures from your site. Replace the pictures with something funny. Make some sort of permitted referers web server rule.

I personally replace the picture with something funny.

-Foxxz
12/7/2005 8:23:11 AM EDT
[#2]

Quoted:

I personally replace the picture with something funny.

-Foxxz



+1

or deeply disturbing and offensive
12/7/2005 8:27:57 AM EDT
[#3]
Goatse is always good.
12/7/2005 8:29:04 AM EDT
[#4]

Quoted:
Goatse is always good.



lol....that'd fit the deeply disturbing method alright
12/7/2005 8:43:36 AM EDT
[#5]
$vi .htaccess
RewriteEngine on
RewriteRule ^/some.jpg$ http://goatse.cx/hello.jpg [L]




Actually, the site is offline for violations (LOL!) so I couldnt make a valid rewrite hehehe

-Foxxz
12/7/2005 9:28:36 AM EDT
[#6]

Quoted:
I've noticed that I've got a pic on my website that is getting pulled frequently for listings at the following websites...
www.uushop.net/bbs2/htm_data/6/0511/123609.html
bbs.milchina.com/htm_data/6/0511/3205.html
www.war-sky.com/forum/htm_data/36/0512/157850.html

They all appear to be some chinese discussion board and it looks like they're linking to alot forum member's pics.

Any ideas what this is?

(I'm going to remove my pic)




You can usually ban an IP from your server. Check your web hosting control panel.

-d
12/7/2005 9:37:17 AM EDT
[#7]
replace named pic with tubgirl


TXL
12/7/2005 10:18:19 AM EDT
[#8]
Thanks for the suggestions.
12/7/2005 10:20:14 AM EDT
[#9]

Quoted:
replace named pic with tubgirl


TXL



+1
12/7/2005 10:21:48 AM EDT
[#10]
running a webserver off linux?   block the ip addresses from within IP tables

my iptables contains this line, from an iptables the guy who set up my system used



IPTABLES="/sbin/iptables"
...
######   Line below is how you keep out annoying fuckers and drop all their packets!
 $IPTABLES -A tcp_packets  -s 24.243.224.1  -j DROP

12/7/2005 10:30:58 AM EDT
[#11]
Replace the pic with something that would piss off customers to that site!  Maybe burning the flag of the country where the theif is from! That  should get him alot of popular results from their customers!
12/7/2005 10:35:15 AM EDT
[#12]

Quoted:

Quoted:
replace named pic with tubgirl


TXL



+1



+2

Goatse would be worse though, which has allready been mentioned.
12/7/2005 10:46:10 AM EDT
[#13]

Quoted:

Quoted:
replace named pic with tubgirl


TXL



+1



+2
12/7/2005 11:34:31 AM EDT
[#14]

Quoted:
Goatse is always good.



Photoshop Mao onto the Goatse!

If that won't get them to stop, the state cencors (sp) will.
12/7/2005 11:38:32 AM EDT
[#15]

running a webserver off linux? block the ip addresses from within IP tables

my iptables contains this line, from an iptables the guy who set up my system used



The problem is, we aren't talking about a particular IP. What is happening is someone is posting the picture on a forum (web page) and he sees many IPs requesting these images from his server when they look at that web page. There is no full proof way to stop this.

The way to kinda stop this is to setup a webserver rule to ONLY allow certain referers. However, some browsers don't send this or scramble it up (privacy programs) and then legit users can not see the pictures either.

I recently moved many pictures that were posted here on arfcom to another server. Well over a year later I still have people from arfcom pulling those files. I had to setup a rewrite rule to direct the browser to the new location.

-Foxxz
12/7/2005 11:49:26 AM EDT
[#16]
Heres a taste of how to do referer allow/block

Make a .htaccess file

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(www\.)?uushop\.net/ [NC,OR
RewriteCond %{HTTP_REFERER} ^http://(bbs\.)?milchina\.com/ [NC,OR
RewriteCond %{HTTP_REFERER} ^http://(www\.)?war-sky\.com/ [NC
RewriteRule \.(jpe?g|gif|bmp|png)$ nohotlink.jpg [L]

That will replace the image with "nohotlink.jpg"

-Foxxz
12/7/2005 6:52:42 PM EDT
[#17]
Find someone that knows Chinese. Ask them to give the symbols for "I have a small penis." Replace the image with one containing those symbols and is approximately 400 pixels tall. Make sure it's something small in filesize, a 2-color GIF should work nicely and be very compact in terms of bandwidth. Then see if they keep leeching. If they do, you're not losing nearly as much anymore.
12/7/2005 7:22:00 PM EDT
[#18]

Quoted:

Quoted:
Goatse is always good.



Photoshop Mao onto the Goatse!

If that won't get them to stop, the state cencors (sp) will.