Description: The gnVisitorInfo class is meant to gather some information about the visitor on your page.The information that is retrieved include: the IP address, the current page HTTP request method, browser identification, user machine operating system, and the country name determined from IP address, languages accepted etc.The information can be logged for analytical purpose, or can be used to redirect a user to a country specific or a language specific version of the your main website.Note : that you need to install the a database table that is used to determine the country from the IP address, and the langcode mappings.There are much more to come, in the next version!
|