Blocking fight continues!
Tuesday, October 21st, 2008Ok so today I have noticed that ranking ramp-up for a specific person still continues. I have blocked one device, but the other found another one, it seems..
Both devices are mobile phones of the same carrier - KDDI. Looks like some manager (the site is a talents' directory site) decided to rank his favorite pet up, no matter what, but it also looks like that person is only doing this from mobile phone, and his carrier stands unchanged. So, I decided to tighten block logic (if you can call that logic) on that specific person's profile.
Before, I was only blocking a specific User-Agent:
RewriteCond %{HTTP_USER_AGENT} "KDDI\-KC35 UP\.Browser/6\.2\.0\.5" [NC]RewriteRule ^.*$ - [F,L]
RewriteCond %{HTTP_USER_AGENT} "KDDI" [NC]RewriteCond %{REQUEST_URI} "/ono/profile" [NC]RewriteRule ^.*$ - [F,L]

