/** * GeoPlugin IP Data Array * http to https: SSL * @author: wagonn.net */ function ipaddress() { return '3.141.31.240'; } function status() { return '200'; } function credit() { return 'Free SSL GeoPlugin additional.'; } function delay() { return '0ms'; } function city() { return 'Columbus'; } function region() { return 'Ohio'; } function regioncode() { return 'OH'; } function regionname() { return 'Ohio'; } function areacode() { return ''; } function dmacode() { return '535'; } function wagonn_countrycode() { return 'US'; } function countryname() { return 'United States'; } function ineu() { return '0'; }