Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-27-2004, 06:01 AM   #1
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,829
how to keep certain countries away from your websites

hi

i want certain countries not to be able to reach the sites on my server - is there an easy way/script that does that? I don't want a script that redirects by clicking a link - they should not be able to open the site at all. I heard some hardware firewalls can do that, are there other ways?

thanks!
MaDalton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 06:37 AM   #2
Slinx
Confirmed User
 
Join Date: May 2003
Posts: 823
.htaccess ip exclusions. But I don't really know how to code it.
Slinx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 06:50 AM   #3
TheSwed
Confirmed User
 
TheSwed's Avatar
 
Join Date: Feb 2004
Location: Sweden.
Posts: 3,483
Quote:
Originally posted by Slinx
.htaccess ip exclusions. But I don't really know how to code it.
here is an exemple
RewriteEngine on
RewriteCond %{HTTP:Accept-Language} ja [NC]
RewriteRule .* http://click.dtiserv2.com/Click22/1-6-us1850
RewriteCond %{HTTP:Accept-Language} ko [NC]
RewriteRule .* http://click.dtiserv2.com/Click2/1-85-us1850
RewriteCond %{HTTP:Accept-Language} zh-cn [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-hk [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-mo [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-sg [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-tw [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
TheSwed is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 06:55 AM   #4
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,829
Quote:
Originally posted by TheSwed
here is an exemple
RewriteEngine on
RewriteCond %{HTTP:Accept-Language} ja [NC]
RewriteRule .* http://click.dtiserv2.com/Click22/1-6-us1850
RewriteCond %{HTTP:Accept-Language} ko [NC]
RewriteRule .* http://click.dtiserv2.com/Click2/1-85-us1850
RewriteCond %{HTTP:Accept-Language} zh-cn [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-hk [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-mo [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-sg [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-tw [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
that looks very interesting - though I do not understand it completely - would you mind hitting me up on ICQ? Thank you!

319146475
MaDalton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 06:56 AM   #5
Fake Nick
So Fucking Banned
 
Join Date: Jul 2004
Location: go troll goo!
Posts: 7,708
Quote:
Originally posted by TheSwed
here is an exemple
RewriteEngine on
RewriteCond %{HTTP:Accept-Language} ja [NC]
RewriteRule .* http://click.dtiserv2.com/Click22/1-6-us1850
RewriteCond %{HTTP:Accept-Language} ko [NC]
RewriteRule .* http://click.dtiserv2.com/Click2/1-85-us1850
RewriteCond %{HTTP:Accept-Language} zh-cn [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-hk [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-mo [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-sg [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-tw [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850

lol, that doesn't work, in every country 50% uses an english os
Fake Nick is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 06:57 AM   #6
Pornweaver
Confirmed User
 
Join Date: Aug 2004
Posts: 855
Just put a big sign on your site that says:

"FOREIGNERS GO AWAY NOW!"
Pornweaver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 06:58 AM   #7
mardigras
Bon temps!
 
Join Date: Feb 2003
Location: down yonder
Posts: 14,194
Check out the top few links here:
http://www.google.com/search?sourcei...rection+script
__________________
.
mardigras is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 07:08 AM   #8
Mr.Profeta
Registered User
 
Join Date: Mar 2004
Location: Brasil
Posts: 47
:stoned

use the maxmind,

you can download it for free from there and install on your server,
so.., you can redirect using it as an apache module :-), or add some lines of code to your script.

//www.maxmind.com to download

__________________
@@ NO SIGNATURE @@
Mr.Profeta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 07:10 AM   #9
TheSwed
Confirmed User
 
TheSwed's Avatar
 
Join Date: Feb 2004
Location: Sweden.
Posts: 3,483
I think you have all you need here.

http://www.webmasterforum.ch/faq/%20...fer-a-257.html
TheSwed is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 07:11 AM   #10
chupachups
Confirmed User
 
chupachups's Avatar
 
Join Date: Dec 2002
Location: Sweden/Spain you sum bitch!
Posts: 6,576
Quote:
Originally posted by Mr.Profeta
use the maxmind,

you can download it for free from there and install on your server,
so.., you can redirect using it as an apache module :-), or add some lines of code to your script.

//www.maxmind.com to download

chupachups is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 07:13 AM   #11
jacked
sperm tail
 
jacked's Avatar
 
Industry Role:
Join Date: May 2004
Location: nj
Posts: 11,019
i've also seen this script/service at www.countrycheck.com they offer a redirect service
__________________
Got Cam Models?
icq: 361-607-616
jacked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 07:21 AM   #12
Fake Nick
So Fucking Banned
 
Join Date: Jul 2004
Location: go troll goo!
Posts: 7,708
Quote:
Originally posted by TheSwed
I think you have all you need here.

http://www.webmasterforum.ch/faq/%20...fer-a-257.html
hi dumb swede ;)


user language redircting doesn't work , people from china or indonesia with an english os would not get redirected ,

it is commonly known that this type of redirecting is bullshit and useless ,
Fake Nick is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 07:23 AM   #13
Slinx
Confirmed User
 
Join Date: May 2003
Posts: 823
Quote:
Originally posted by TheSwed
here is an exemple
RewriteEngine on
RewriteCond %{HTTP:Accept-Language} ja [NC]
RewriteRule .* http://click.dtiserv2.com/Click22/1-6-us1850
RewriteCond %{HTTP:Accept-Language} ko [NC]
RewriteRule .* http://click.dtiserv2.com/Click2/1-85-us1850
RewriteCond %{HTTP:Accept-Language} zh-cn [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-hk [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-mo [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-sg [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh-tw [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
RewriteCond %{HTTP:Accept-Language} zh [NC]
RewriteRule .* http://click.dtiserv2.com/Click/1-118-us1850
lol, I hope this are your sponsor codes
Slinx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-27-2004, 07:28 AM   #14
TheSwed
Confirmed User
 
TheSwed's Avatar
 
Join Date: Feb 2004
Location: Sweden.
Posts: 3,483
Quote:
Originally posted by Slinx
lol, I hope this are your sponsor codes
Yes it is.
TheSwed is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.