merhabalar tr lokasyon sunucumda sunucuyu proxy olarak kurdugumda geoip ulke olarak bos cikartiyor ve
$country = getenv(GEOIP_COUNTRY_NAME);
$country_code = getenv(GEOIP_COUNTRY_CODE);
$latitude = getenv(GEOIP_LATITUDE);
$longtitude = getenv(GEOIP_LONGITUDE);
$region = getenv(GEOIP_REGION_NAME);
$city = getenv(GEOIP_CITY);
bunlardada veri vermiyor. sorunu nasil cozebilirim?
sunucu ip adresi ulke bilinmiyor
1
●212