Country Detect & Redirect

Bluehost Shared Hosting


Class that lookup’s for a country code then it redirects (include files, or callbacks) the user to desired content you want. The function of this class is like Google that redirects users from countries that support google e.g. in UK when you enter google.com you will be redirected to google.co.uk and this is exactly what you can do with CountryDetector

This class is builded in static context for purpose of best usage. Also it is very easy to implement

Update: 21 Nov, 2012

We present you two new functions to simplify the work of handling country codes. These functions are:

CountryDetect::getCountryCode();

It returns the current country code of user in two (or three sometimes) uppercase initials.


The second CountryDetect function is “is($country_code)”, so you can easily check if its a specified country code in order to take an action.

CountryDetect::is($country_code);

It returns true or false, based on the condition of specified country code, which is case iNsEnSiTiVe.


Examples about usage of these functions are located on examples/7_get_country_code.php.


Updated

There is added another function called

includeFileOnce

for purposes when you want to include just once a file, and ignore other below declaration lines

Features

  • Country detect then redirect
  • Country detect then include a specific file
  • Country detect then call a function defined by you (callback)

Country Detect & Redirect

4.4 average based on 77 ratings.

Laborator

Laborator

Visit Author's Portfolio

View Portfolio
Last Update 2012-11-02
Created 2010-02-26
Sales 577
Discussion Comments
Compatible Browsers IE7 IE8 IE9 IE10 IE11 Firefox Safari Opera Chrome Edge
Software Version PHP 8.x PHP 7.x MySQL 8.x MySQL 5.x Other
High Resolution No
Software Framework
Files Included HTML PHP
Video Preview Resolution
Search plugins
Browse Categories

Bluehost Shared Hosting