![]() |
Filtering Jap Crap
http://www.rr.iij4u.or.jp/~rockers/mor/new.htm
Getting like 1200/hour from these freaks... Anyone know of a program i can filter this out with? Hrmm looks like they got a bunch of movie sites, including Quiet |
If you're using apache have your host redirect all hits from *.jp or something similar to a page of your choosing. It's pretty simple config, I can elaborate if you want to try to do it by hand.
|
I am not the best with code, but how can i just make this one line? only want to filter the japanese
http://www.arsresources.com/articles...irection.shtml |
Put this in an .htaccess file in the directory the page(s) in question is in.
RewriteEngine on RewriteCond %{HTTP_REFERER} ^http://(.*)\.jp/ RewriteRule /* http://www.google.com/ [R,L] You can make google.com whatever you want, obviously. |
Check out trafficjuicer.com. It will strip out that traffic for you and try and convert it elseware.. then pay you for it.
It's run by KC over at paycounter.com. http://trafficjuicer.com. Just add three lines of code to your html and your traffic is filtered! |
You could put it in the hosts.deny if you want to just knock it out totally, still hit with bandwidth, just no grabbing.
|
Pipecrew, email me at KC AT trafficjuicer.com if you'd like to help us test our new filtering tool.. All you'd need to do is add 2 lines of Javascript to your header and it's gone.. and we'll convert it!
just signup at http://www.trafficjuicer.com/ then shoot my your account name.. I'll get you setup. -KC |
Pipecrew,
The PHP coding in the article i wrote can be edited like this to purely filter out your japanese traffic: [? $user_lan = $HTTP_ACCEPT_LANGUAGE; if($user_lan=='jp') { ## Japanese $redir_url = "http://www.japaneselanguagepageurl.com"; ## US traffic or Rest of world not defined above } else { $redir_url = "http://www.yourmainpageurl.com"; } header("Location: $redir_url"); exit; ?] You also need to change the [ and ] to < and > respectively at the start and end of the .php file. If you need any more help dont hesitate to drop me an email [email protected] or head across to the ARS Resources forums located here http://www.arsresources.com/forums/ Regards, Lee |
Pipecrew,
Forgot to ask, where do you want to filter this Japanese traffic too? May i suggest you try a Japanese sponsor such as http://www.dreamcash.com you may as well see if you can make some extra $$$ off it ;) Regards, Lee |
www.ip-sorter.com
You can use our product to block/redirect your jap (or other) traffic. (identifying them by their IP or their browser language). Got a demo online if you wanna run thru it with me. Rich. |
Pipe do you have ICQ or email (besides the one on the site)? Wanted to run something past you as a moviepost owner.
Thanks, hope one of these solutions works. I'd go with apache myself, third party shit or php seems unnecessary unless you want to send it all to one particular sponsor. |
Yep 9062599 is my icq
European Lee, Thanks for rewriting your code ;) |
All times are GMT -7. The time now is 07:14 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123