WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: cf-geoplugin (Used by 283 domains)

Geo Controller

πŸ‘€ INFINITUM FORM πŸ“¦ v8.9.4 πŸ”— Plugin Homepage

Geo Controller is a transformative WordPress plugin, previously known as CF Geo Plugin, that personalizes and enhances your website based on users’ geographic locations. By automatically determining visitors’ locations, it can display custom greetings and tailored content, significantly increasing user engagement and interaction.

The plugin also includes an advanced TOR network detection system, allowing website owners to manage visitors using the TOR network by blocking, hiding, or displaying specific content. Geo Controller integrates easily with geo tags, Google Maps, and various forms of content across posts, pages, widgets, and custom templates, requiring minimal coding knowledge.

It is fully compatible with popular plugins like WooCommerce, Contact Form 7, Yoast SEO, and WP Super Cache, ensuring a seamless user experience. Additionally, Geo Controller enhances SEO through geo tags and redirects, offers spam protection, and optimizes WooCommerce stores with features like geolocation, payment method control, and local currency display.

On the technical side, the plugin uses a Content Delivery Network (CDN) for optimal loading speed and leverages API use to reduce local data storage. Geo Controller also ensures legal compliance by filtering content based on regional laws, protecting your site from potential legal conflicts.

For more information, visit Geo Controller Plugin.

FREE AND PAID SERVICES

Geo Controller for WordPress is completely free! But, just like a superhero needs their trusty sidekick, Geo Controller also works with paid services that give you unlimited information about your website’s visitors. However, for the free users, the API services are limited to 500 lookups per day. But don’t worry, if you want to take your location detection game to the next level, you can upgrade to UNLIMITED lookups by visiting our official website.

And the best part? We often have monthly promotions and discounts, so don’t forget to check out our pricing page on the official website for more information.

Geo Controller works as a service, so sit back, relax, and let the plugin do all the hard work for you.

BENEFITS

SERVER & WORDPRESS

  • There is no need to buy expensive and heavy databases
  • No effect on the site performances
  • Full support for the WooCommerce, Contact Form 7, Yoast SEO, WP Super Cache, and other most popular plugins
  • TOR network detection system

SEO INTEGRATIONS

  • Redirects visitors to a blog page based on their geo information by SEO rules
  • Redirects visitors to a predefined URL based on their geo information by SEO rules
  • Allows you to configure multiple redirection rules as needed for the pages and entire website
  • Supports 301, 302, 303 & 304 HTTP redirection
  • Supports IPv4 and IPv6
  • Geo Tag Generator attaches Geo Tags in the head of your website for specific pages
  • Cache support

GEOMARKETING

  • Create marketing campaigns targeted only at certain locations.
  • Create landing pages targeted only at certain locations.
  • Create banners, videos, and any other content targeted only at certain locations.

E-COMMERCE | WooCommerce

  • Geolocate for your customer location with Geo Controller API
  • Payments Control show or hide payment methods by country to prevent unwanted transactions
  • Geo Location logging of your customers during orders
  • Country Payment Control for your WooCommerce installation
  • Display local currency, local symbol, or converter
  • Use currency converter to calculate price in local currency
  • Use VAT to check if the current country is under the tax rate
  • Use EU to check if the country is from the European Union

ANTI-SPAM PROTECTION

  • Spam protection from dangerous visitors or spammers
  • Blocking access to the website from specific user-defined locations
  • Blocking IP Addresses from accessing the website

LOCALIZATION

  • Redirect incoming traffic to content in the local language or currency.
  • Businesses with local branches can direct customers to a relevant physical location or local microsite.

LEGAL REQUIREMENTS

  • Filter required legal notices, text, forms, etc., from countries for whom those contents may not be relevant.

Compatibility

This plugin is compatible with any WordPress installation and many available plugins. We also do special compatible functions with:

IMPORTANT: Geo Controller is compatible with most plugins, but occasional conflicts may occur due to the variety of WordPress setups. If you encounter issues, contact support. Keeping your plugins and WordPress updated often resolves problems.

All Geo Controller for WordPress 8.x.x Features

  • Geo Plugin – Allows you to attach geographical information inside your content via Shortcodes, PHP and JavaScript objects
  • Geo Banner – Allows you to place dynamic content, images, videos, and pages using shortcodes for specific audience targets by geolocation
  • Google Map – Allows you to attach Google Map inside content
  • Geo Tag – Allows you to generate precise Geo Tags for your pages and custom posts
  • Anti-Spam Protection – Allows you to block access to the blog from spam IP addresses and specific geo locations
  • Cloudflare Geolocation Support – Cloudflare support for visitor geolocation
  • DNS Lookup – Allows you to attach visitor DNS information
  • SSL Support – Keeps you safe
  • Cache Support – Allows other cache plugins to be integrated and supported
  • PROXY Settings – Allows you to use PROXY for the lookup
  • SEO Redirection – Allows you to redirect any page, post, or article
  • Country Flag Support – Allows you to attach visitor or custom country flags inside content
  • Include Content by Geolocation – Allows you to include content by geolocation
  • Exclude Content by Geolocation – Allows you to exclude content by geolocation
  • Plugin Autoupdate – Allows you to keep your plugin up to date automatically
  • REST API – Allows you to become geo information provider

Basic Usage and Examples

[cfgeo_flag]
[cfgeo]
[cfgeo_city]
[cfgeo return="region"]
We just found shoes in [cfgeo_city] that you can buy for 50% discount.
[cfgeo ip="127.0.0.1" return="area_code"]
[cfgeo exclude="Toronto"] This text is seen by everyone except Toronto people [/cfgeo]
[cfgeo include="New York"] This text is seen only by people from New York [/cfgeo]
[in_eu]You are from the European Union[/in_eu]
[not_in_eu]You are NOT from the European Union[/not_in_eu]
[is_vat]You are under VAT[/is_vat]
[is_not_vat]You are NOT under VAT[/is_not_vat]

Usage & Example

To best understand how shortcodes work, it’s best to read the documentation.

But here are some simple examples:

The Geo Controller allows you to add location-based functionality to your website. It is a simple plugin to use, after installation and activation, you just need to insert the shortcode [cfgeo] in your post or page. This shortcode returns and displays the IP address of the visitor.

You can also display different location-based information by using the return attribute in the shortcode. For example, to display the region of the visitor, you can use the shortcode [cfgeo return="region"]. By changing the return attribute, you can display any information from the list provided by the plugin. Each user visiting the site will see information related to their area.

Additionally, you can also track custom IP addresses and return information from that IP by adding an optional attribute called ip. For example, [cfgeo ip="127.0.0.1" return="area_code"] will return the area code from that IP address.

If the plugin is unable to locate the information, you can add a default value to the shortcode by using the default attribute. For example, [cfgeo return="country_code" default="US"] will return β€œUS” if the plugin is unable to locate the country code.

You can exclude or include content on your page based on the user’s location by using the exclude or include attribute. For example,

[cfgeo exclude="Toronto, QuΓ©bec"] This text is seen by everyone except people from Toronto and QuΓ©bec [/cfgeo]

will hide the content β€œThis text is seen by everyone except people from Toronto and QuΓ©bec” from the visitors that are located in Toronto or QuΓ©bec.

Similarly, if you want to display some content only to specific locations you can use the include attribute like this:

[cfgeo include="New York, Miami, Germany"] This text is seen only by people from New York, Miami and Germany [/cfgeo]

this shortcode will only display the text β€œThis text is seen only by people from New York, Miami and Germany” to the visitors that are located in New York, Miami, and Germany.

You can use the include and exclude attributes with country, region, or city codes. For example, [cfgeo include="US, GB, DE"] displays content only to visitors from the US, Great Britain, and Germany, while [cfgeo exclude="CA, ON, QUE"] hides content from visitors in California, Ontario, and QuΓ©bec.

By using these attributes you can control the content visibility based on user location and personalize the user experience.

Please note that you need to use an accurate location name to include or exclude content and case-sensitive location name.

VAT CONTROL: If you need to show value-added tax (VAT) information on your website, there are 2 shortcodes that can help you with it.

[is_vat]You are under VAT[/is_vat]
[is_not_vat]You are NOT under VAT[/is_not_vat]

Both shortcodes have a default option that you can use as an alternative.

[is_vat default="You are NOT under VAT"]You are under VAT[/is_vat]
[is_not_vat default="You are under VAT"]You are NOT under VAT[/is_not_vat]

Generally, these two shortcodes show or hide everything inside it, depending on your needs.

EU CONTROL: If you need to display some content related to European Union (EU) countries, you can do it in two easy ways:

[in_eu]You are from the European Union[/in_eu]
[not_in_eu]You are NOT from the European Union[/not_in_eu]

Like many of our shortcodes, there are default options that you can use as an alternative:

[in_eu default="You are NOT from the European Union"]You are from the European Union[/in_eu]
[not_in_eu default="You are from the European Union"]You are NOT from the European Union[/not_in_eu]

These two shortcodes also show or hide everything inside it, depending on your needs.

GOOGLE MAP: If you want to place a simple Google Map in your post or page, you just need to place a shortcode [cfgeo_map] and your visitor will see their own location on Google Map by default.

For example, you can display your own company street address inside Google Map like this: [cfgeo_map longitude="-74.0059" latitude="40.7128" zoom="15"] and the pointer will show your street and place where you work.

Google Map also allows you to use HTML inside the map and display an info bar:

[cfgeo_map longitude="-74.0059" latitude="40.7128" zoom="15" title="My Company Name"] 
   

My Company Name

No Name Street 35, New York, USA

We have what you need

[/cfgeo_map]

With this plugin, you can easily set up your Google Map.

GEO BANNER: With this plugin, you can create dynamic content (text, images, banners, videos) and target messages to specific regions, track IP addresses, and set up WordPress to work in the user’s timezone. This can increase conversions and support custom templates or plugins.

Simply create a new banner, add your content, select rules (country, region, city), save it, and place the banner shortcode in your page content.

COUNTRY FLAG You can display country flags in text or like images.

If you like to display the country flag in your text like an icon, you can do that simply like:

[cfgeo_flag] - and you will see a flag in your text.

If you like to display the country flag in your content like an image, you can do that also simply using img or image attributes like:

[cfgeo_flag img] - and you will see the image flag in your content.

You also can give custom sizes of flags in %, px, in, pt, or em using size attribute like this:

[cfgeo_flag size="32px"] - and you will see your flag in that size. You can use this size in image and normal text mode also.

You also can display a custom flag using the country attribute by placing the country code simply like:

[cfgeo_flag country="ca"] - and you will see a flag in your text or like an image.

We allow you also full control of these flags and you can place css, class, or id attributes to be able to use this in any kind of work like this:

[cfgeo_flag size="50" css="padding:10px;" class="your-custom-class custom-class custom" id="top-flag"]

Flags also support include & exclude attributes where you can control your flag view:

[cfgeo_flag exclude="ca,us"] - and you will hide the flag from the USA and Canada, for others it is visible

or

[cfgeo_flag include="ca,us"] - and you will show the flag only inside the USA and Canada, for others it is hidden

Info & Contact

Please visit our website www.wpgeocontroller.com and feel free to contact us. We will provide for you all services that you need.

Also, please inform us if any errors occur via the contact form on our website http://wpgeocontroller.com/.

Thank you for your concern!

~ Your Geo Controller Team

Plugin Links

DONATION

Enjoy using Geo Controller? Please consider making a small donation to support the project’s continued development.

TERMS AND CONDITIONS

BY INSTALLING THIS PLUGIN WE CONSIDER THAT YOU ARE AUTOMATICALLY ACCEPT TERMS AND CONDITIONS OF OUR SERVICES AND AGREE WITH THE PRIVACY POLICY.

Please read these Terms and Conditions (β€œTerms”, β€œTerms and Conditions”) carefully before using the www.wpgeocontroller.com website and the Geo Controller WordPress application (the β€œService”) operated by Geo Controller.

Read about Terms and Conditions

PRIVACY POLICY

We respect your privacy and take protecting it seriously. This Privacy Policy covers our collection, use and disclosure of information we collect through our website and service, www.wpgeocontroller.com owned and operated by Geo Controller. It also describes the choices available to you regarding our use of your personal information and how you can access and update this information. The use of information collected through our service shall be limited to the purpose of providing the service for which our Clients have engaged us. Also we respect and take care about Europe General Data Protection Regulation (GDPR) and your freedom and private choices.

Read about Privacy Policy

For further questions and clarifications, do not hesitate to contact us and we will reply back to you within 12-48 hours.

DomainExposuresHeadersLast Checked
m*b*l*n*t*r*s*r*i*e*a*l*s.com βœ… F 2026-07-26 04:34:18
p*r*l*c*a*r*-*a*s*u*-*i*e*i*h*r*p*u*e.fr (WP 7.0.2) πŸ‘€ F 2026-07-26 02:57:50
i*t*l*w*v*s.com (WP 6.8.6) πŸ‘€ D 2026-07-26 01:57:20
r*t.com βœ… C 2026-07-25 19:48:44
g*p*o*o*a*.com βœ… B 2026-07-25 19:45:22
l*c*n*d*s*l*r.com βœ… F 2026-07-25 15:36:02
v*l*a*e*a*t*s*o*e.com βœ… D 2026-07-25 13:33:14
e*x*a*.eus (WP 6.9) πŸ”“ F 2026-07-25 11:06:06
p*w*l*n*s*.com βœ… F 2026-07-25 07:24:44
b*l*t*l*z*l*i.ro (WP 6.4.8) ⚠️ πŸ‘€ D 2026-07-25 02:03:27
p*c*a*o*l*.com βœ… F 2026-07-24 17:54:10
f*n*a*j*l*s*e*.org (WP 6.1.1) ⚠️ F 2026-07-24 11:27:29
r*s*i*o*t*b*.com βœ… F 2026-07-24 06:43:18
f*e*a.de πŸ‘€ F 2026-07-24 06:38:37
m*s*s*a*l*t*i*t*r*.com (WP 6.9.5) βœ… F 2026-07-24 05:45:11
f*n*r*.com βœ… C 2026-07-24 04:03:52
p*h*l*b.com βœ… F 2026-07-23 20:28:39
c*i*e*e*o*b*e*a*p*n*s*.com βœ… D 2026-07-23 18:56:43
b*r*s*i.com βœ… F 2026-07-23 18:53:26
h*u*t*n*o*i*e*o*a*y*e*v*c*s.com πŸ‘€ F 2026-07-23 17:33:47
d*r*c*p*h.com βœ… F 2026-07-23 11:08:28
a*r*w*e*d*r*p.com (WP 6.9.5) βœ… B 2026-07-23 09:09:25
o*m*.ca βœ… F 2026-07-23 08:54:22
p*t*n*u*a*c*4*e*s.com πŸ‘€ B 2026-07-23 05:37:44
a*n*u*g*a*a*i*n.com βœ… F 2026-07-22 23:52:15
b*y*a*u*a*m*d*.com πŸ‘€ F 2026-07-22 23:38:18
l*n*h*e*r*.com βœ… F 2026-07-22 20:25:15
b*t*e*f*y*a*v*-*f*.com (WP 7.0.2) βœ… D 2026-07-22 15:51:07
a*k*l*a*n*n*.com (WP 7.0.2) βœ… F 2026-07-22 13:05:24
u*t*a*s*a*e.com (WP 7.0.2) πŸ‘€ F 2026-07-22 08:26:49
i*n*v*r*a*e*t*t*.ae (WP 7.0.2) πŸ‘€ F 2026-07-22 04:28:15
h*n*y*o*o*a*p*t*s*u*g*.com (WP 7.0.2) βœ… F 2026-07-21 13:16:40
h*n*y*o*o*a*c*n*e*t*c*t.com (WP 7.0.2) βœ… F 2026-07-21 13:16:40
h*n*y*o*o*a*b*l*i*o*e.com (WP 7.0.2) βœ… F 2026-07-21 13:16:40
h*n*y*o*o*a*.com (WP 7.0.2) πŸ‘€ F 2026-07-21 13:16:40
b*a*k*o*n*a*n.org (WP 7.0.2) πŸ‘€ B 2026-07-21 11:27:53
k*i*i*b*g*.com (WP 7.0.2) βœ… D 2026-07-21 02:17:55
h*m*p*o*o*f*n*s*l*n*.com βœ… F 2026-07-21 01:57:14
h*m*p*o*o*f*n*m*.com βœ… F 2026-07-21 01:57:14
h*m*p*o*o*f*n*k*l*m*z*o.com βœ… F 2026-07-21 01:57:14
h*m*p*o*o*f*n*j*c*s*n.com βœ… F 2026-07-21 01:57:14
h*m*p*o*o*f*n*g*a*d*e*g*.com βœ… F 2026-07-21 01:57:14
h*m*p*o*o*f*n*f*u*h*n*.com βœ… F 2026-07-21 01:57:14
h*m*p*o*o*f*n*f*r*i*g*o*h*l*s.com βœ… F 2026-07-21 01:56:16
h*m*p*o*o*f*n*a*a.com βœ… F 2026-07-21 01:56:16
h*m*p*o*o*f*n*.com πŸ‘€ F 2026-07-21 01:56:16
h*m*p*o*o*f*n*-*x*o*d.com βœ… F 2026-07-21 01:56:16
h*m*p*o*o*f*n*-*i.com βœ… F 2026-07-21 01:56:16
s*o*r*o*s*i*e*o*i*e.com πŸ‘€ F 2026-07-21 00:41:10
i*w*n*.kz βœ… F 2026-07-20 22:22:07
b*r*o*s*l*i*g.com (WP 7.0) βœ… D 2026-07-20 13:21:22
b*y*t*n.com (WP 6.9.5) πŸ”“ F 2026-07-20 05:52:10
h*c*e*p*c*s*o*.com (WP 7.0.2) βœ… F 2026-07-19 19:19:17
t*p*e*m*.com (WP 6.2.9) ⚠️ D 2026-07-19 13:42:41
a*i*t*a*n*n*.com (WP 7.0.2) βœ… F 2026-07-19 09:41:14
m*j*r*n*t*u*e*t*m*s*c*l.com βœ… D 2026-07-19 08:27:36
t*j*n*a*o*a*.com βœ… F 2026-07-19 06:46:52
t*l*v*.tech (WP 7.0.2) πŸ‘€ F 2026-07-19 01:21:06
p*p*h.com βœ… F 2026-07-18 23:47:35
a*h*o*.com βœ… F 2026-07-18 18:48:19
s*a*k*f*n*e*.com βœ… D 2026-07-18 17:20:05
m*b*l*s*a*t.city (WP 6.9.4) πŸ‘€ F 2026-07-18 10:14:33
t*l*t*y*.net (WP 7.0) πŸ‘€ F 2026-07-18 01:37:08
o*e*5.com βœ… F 2026-07-18 01:24:39
s*u*h*a*a*e*a*o*a*.com βœ… F 2026-07-18 01:13:02
e*e*y*t*.com (WP 7.0.1) πŸ‘€ F 2026-07-18 01:01:19
f*x*i*o*c*r*s.com (WP 7.0.2) βœ… F 2026-07-17 23:56:56
s*u*h*l*o*t*s*l*r.com βœ… F 2026-07-17 21:35:23
t*u*t*o*.com βœ… F 2026-07-17 19:47:30
d*v*d*a*e*g*n*y.com πŸ”“ F 2026-07-17 18:37:13
e*p*w*r*c*a*.com βœ… F 2026-07-17 16:40:18
e*p*-*a*t*e*s.com πŸ‘€ F 2026-07-17 14:31:24
m*c*a*.ai (WP 7.0) βœ… F 2026-07-17 09:33:59
m*a*u*e*o*o*.com βœ… F 2026-07-17 09:28:28
f*r*m*n*o*t*r.com (WP 7.0) βœ… F 2026-07-17 08:58:46
t*u*k*r*e*g*r*.com βœ… F 2026-07-17 05:52:00
s*l*t*o*s*a*e.com (WP 7.0.1) πŸ‘€ F 2026-07-17 04:01:30
r*v*e*a*a*y*t.com βœ… F 2026-07-17 02:29:36
o*i*d*o*i*a*o*d*o*i.com (WP 6.9.4) βœ… F 2026-07-17 01:26:04
y*u*s*e*m*.com βœ… C 2026-07-16 21:07:10
i*f*n*t*m*o*m.com (WP 7.0.1) πŸ‘€ F 2026-07-16 15:50:45
s*l*r*p*i*u*.com βœ… F 2026-07-16 15:08:36
t*i*i*y*c.com βœ… F 2026-07-16 13:17:04
o*d*u*e.com πŸ‘€ F 2026-07-16 10:40:10
i*a*.mn βœ… F 2026-07-16 10:21:14
h*m*d*p*t*r*m*t*o*c*d*n*w.com βœ… F 2026-07-16 10:13:36
b*r*-*e*e*c*.com πŸ”“ F 2026-07-16 05:32:56
g*c*o*n*a*e.com πŸ‘€ F 2026-07-16 04:30:52
e*i*e*a*k*t*n*n*.com πŸ‘€ F 2026-07-15 23:51:29
r*e*f*r*u*e.com (WP 7.0.1) βœ… F 2026-07-15 15:10:13
m*t*r*s*o*g*r*.com (WP 7.0.1) πŸ‘€ F 2026-07-15 10:12:50
s*p*l*e*c*m*e*e.com βœ… F 2026-07-15 02:29:52
p*a*o*u*e*i*u*.info βœ… D 2026-07-15 01:09:01
s*w*0.com πŸ‘€ F 2026-07-15 00:22:37
k*b*i.com (WP 7.0.1) πŸ‘€ F 2026-07-14 23:15:23
m*s*o*q*i*o*a.org βœ… C 2026-07-14 19:17:12
m*t*h*n*a*i.com βœ… F 2026-07-14 17:46:57
m*t*h*n*-*p*.com βœ… F 2026-07-14 17:39:59
m*s*e*e*e*t*i*i*n*n*i*e.com βœ… D 2026-07-14 10:31:00
t*y*a*c*t*c*.com (WP 7.0.1) πŸ‘€ F 2026-07-14 08:59:57

Top 50 Plugins

Plugin Count
elementor 1,781,350
contact-form-7 1,763,473
elementor-pro 1,056,403
woocommerce 818,396
revslider 613,184
jetpack 459,687
js_composer 423,500
wp-rocket 341,701
essential-addons-for-elementor-lite 267,186
complianz-gdpr 260,358
gravityforms 257,842
google-site-kit 232,120
cookie-law-info 230,851
instagram-feed 226,401
sitepress-multilingual-cms 212,109
header-footer-elementor 208,941
google-analytics-for-wordpress 207,506
bluehost-wordpress-plugin 193,159
elementskit-lite 182,255
gutenberg 167,504
cookie-notice 150,713
litespeed-cache 142,941
gtranslate 126,300
wpforms-lite 125,731
the-events-calendar 123,260
gutenberg-core 121,980
astra-sites 114,946
popup-maker 110,750
woocommerce-payments 110,631
tablepress 102,411
honeypot 98,192
astra-addon 94,627
wp-smushit 91,689
duracelltomi-google-tag-manager 90,994
layerslider 90,135
coblocks 89,955
all-in-one-seo-pack 89,864
bb-plugin 86,751
akismet 85,480
premium-addons-for-elementor 85,165
cleantalk-spam-protect 83,466
ml-slider 82,941
mailchimp-for-wp 82,596
megamenu 80,887
woocommerce-gateway-stripe 80,153
fusion-builder 77,796
jet-engine 77,676
ewww-image-optimizer 76,887
smart-slider-3 76,763
wp-pagenavi 76,618

Top 50 Themes

Theme Count
hello-elementor 623,608
Divi 500,513
astra 418,376
flatsome 137,115
Avada 122,205
generatepress 115,566
pub 84,984
oceanwp 81,354
kadence 79,424
enfold 69,500
salient 65,679
twentyseventeen 54,668
bb-theme 52,923
betheme 52,600
twentytwentyfour 52,508
blocksy 51,323
cocoon-master 49,331
dt-the7 45,735
twentytwentyfive 44,941
h4 42,389
woodmart 41,191
neve 38,486
Avada-Child-Theme 37,096
gox 36,285
bridge 31,680
twentytwentyone 30,564
lightning 29,886
twentytwenty 28,924
swell 27,928
bricks 26,537
Impreza 26,232
Newspaper 24,292
twentytwentythree 22,275
epik-redesign 19,258
twentytwentytwo 18,955
uncode 18,704
twentysixteen 17,709
pro 17,598
sydney 16,686
storefront 16,470
Total 14,553
hello-theme-child-master 14,056
factory-templates-4 13,746
extendable 13,275
themify-ultra 13,031
hestia 12,693
yootheme 12,635
yith-wonder 12,470
porto 12,064
jupiter 11,703