Any web hosts offering geoblocking for States/Countries requiring verification?
Web host with Geoblock
Collapse
X
-
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.
live camss > How to make a live cam site backlinks > hardlinks.org -
-
Thanks Howdy!
We have set up Geo blocking for a variety of types of sites. Feel free to shoot us an email at [email protected] and we can let you know how we would handle your set up.Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted
Windows VPS now available
Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
Click here for more details.Comment
-
Can you block entire countries at the apache or firewall level? I have some bot net's I'd like to bootThanks Howdy!
We have set up Geo blocking for a variety of types of sites. Feel free to shoot us an email at [email protected] and we can let you know how we would handle your set up.
WGI play with Google.Comment
-
Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted
Windows VPS now available
Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
Click here for more details.Comment
-
Comment
-
Comment
-
they come from everywhere these days. i've got China attacking one site for the past 14 days at around 700-1000 unique IPs per minute. i've collected a list of 100k+ IPs. i redirect them to the Chinese cybercrime page and also submit the IP list every few days.
we do age restriction filtering for PornCMS clients. its a built-in option.
covers a few countries and bunch of states.
#porncms> low cost paysite Ownership with hosting > PornCMSComment
-
You can do this with the MaxMind Apache module, and either Vacares or MojoHost can set this up for you no problem.
In the VirtualHost they'll setup mod_maxminddb, and set the MaxMindDBEnv for GEOIP_REGION_CODE and GEOIP_COUNTRY_CODE.
The code in the htaccess looks similar to this:
You will also want to expose certain things to these states/countries, depending on their use, such as whether they are a bot trying to crawl pages:Code:RewriteCond %{ENV:GEOIP_REGION_CODE} ^(TWO_LETTER_COUNTRY_CODES|CN|ETC)$ RewriteCond %{ENV:GEOIP_REGION_CODE} ^(TWO_LETTER_STATE_CODES|TX|ETC)$ RewriteRule ^(.*)$ blocked/index.php [L]
You might also want to expose logos or scripts or other non-explicit content for your blocked page.Code:RewriteCond %{HTTP_USER_AGENT} !^.*(BOTS|GO|HERE).*$
LoginBlue offers directory protection with MaxMind database integration (working on API integration), if you're looking to just protect your members area. It also supports AVS integration.Cerulean Software Specializes in Website and App Development. Email me today!
Get a Custom Landing Page with TapClick.Link - For Small Businesses and Creators
Keep Your Business and Members Area Secure with LoginBlue Password and Content ProtectionComment
-
Mojo and Vacares, my clients are with Mojo, top top service since forever
<developer> MechBunny
/ KVS / PHP / MySQL / HTML5 / CSS3 / jQuery 
Email: vlad [at] dangerouscoding.com
Telegram: @dangerouscodingComment
-
-
You can request a geoblock configured for any of your sites if you have any level of server management with MojoHost. It isn't on for all by default, but it's easy enough to implement with just a request.
MojoHost.COM | natalie at mojohost dot com | Skype natalie.ac | Telegram @znatalie. Since 1999: 70 Adult Industry awards for Best Hosting Company and professional excellence.Comment
-
For those dealing with persistent bot traffic, implementing geoblocking at the server level is a strategic move. Utilize MaxMind's GeoIP database with Apache's mod_maxminddb to dynamically block traffic from specific regions. This, combined with vigilant monitoring, can significantly mitigate unwanted access.Comment

Comment