07-22-2008, 12:09 AM
|
|
Confirmed User
Join Date: Feb 2005
Location: Café del Mar
Posts: 5,162
|
Quote:
Originally Posted by pocketkangaroo
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]
|
hehehe that's a pretty evil idea... I like it 
|
|
|