View Single Post
Old 08-29-2008, 04:25 PM  
ukxtra
Confirmed User
 
ukxtra's Avatar
 
Join Date: Jan 2003
Posts: 844
TBH not sure MrPheer, got it from here but not tried it. The JS one works fine though

Quote:
Originally Posted by pocketkangaroo View Post
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] 
ukxtra is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote