GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Filtering Jap Crap (https://gfy.com/showthread.php?t=101145)

Pipecrew 01-19-2003 10:42 AM

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

mpegposter 01-19-2003 10:45 AM

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.

Pipecrew 01-19-2003 10:48 AM

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

mpegposter 01-19-2003 11:02 AM

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.

Smegma 01-19-2003 11:03 AM

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!

SquarePants 01-19-2003 11:13 AM

You could put it in the hosts.deny if you want to just knock it out totally, still hit with bandwidth, just no grabbing.

KC 01-19-2003 12:03 PM

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

European Lee 01-19-2003 12:17 PM

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

European Lee 01-19-2003 12:25 PM

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

richard 01-19-2003 12:28 PM

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.

mpegposter 01-19-2003 12:34 PM

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.

Pipecrew 01-19-2003 01:33 PM

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