/* http://www.acevpn.com */

function geoip_country_code() { return 'US'; } 
function geoip_country_code3() { return 'USA'; } 
function geoip_country_name() { return 'United States'; }
function geoip_city()         { return ''; }
function geoip_region()       { return ''; }
function geoip_region_name()  { return ''; }
function geoip_latitude()     { return '38'; }
function geoip_longitude()    { return '-97'; }
function geoip_postal_code()  { return ''; }
function geoip_area_code()  { return '0'; }
function user_ip()  { return '38.107.191.91'; }
function user_host() { return '38.107.191.91'; }
function user_forwardedfor() { return ''; }
function user_httpreferer()  { return ''; }
function user_external_http_referer()  { return ''; }


