View Single Post
Old 07-18-2008, 03:03 AM  
hjnet
Confirmed User
 
Join Date: May 2002
Location: European Union
Posts: 3,815
Quote:
Originally Posted by pocketkangaroo View Post
I don't think letting one video play is really going to strain their resources. Always wondered what would happen if a bunch of big porn sites got together and did something like this for a couple days.

PHP Code:
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CN$ [NC,OR] 
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^HK$ [NC,OR] 
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^MO$ [NC,OR] 
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CN$ [NC,OR] 
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^HK$ [NC,OR] 
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^MO$ [NC,OR] 
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^MY$ [NC,OR] 
RewriteRule ^(.*)$ http://www.tubesite.com/longest-video-on-site.html [R,L] 
A "Friend" of mine had the idea to write a simple open source PHP script that just goes to a random tube site and starts downloading content (wget). Script would be installed on servers, URIs would be drawn from a public or internal database of illegal sites, and a bandwidth limit could be applied so only bandwidth is use that the webmaster doesn't use anyway on his server, as we all have some bandwidth reserves on our boxes....

Last edited by hjnet; 07-18-2008 at 03:05 AM..
hjnet is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote