country_code; $continent = $record->continent_code; $nompays = $record->country_name; $region = $GEOIP_REGION_NAME[$record->country_code][$record->region]; $ville = $record->city ; $codepostal = $record->postal_code; $today = date("d-m")."-20".date('y')." ".date('H:i'); $pathovh = $_SERVER['DOCUMENT_ROOT']; // on retourne les infos print('_TAG_'); print ($pays); print('_TAG_'); print ($continent); print('_TAG_'); print ($ip); print('_TAG_'); print ($today); print('_TAG_'); print ($pathovh); print('_TAG_'); print ($nompays); print('_TAG_'); print ($region); print('_TAG_'); print ($ville); print('_TAG_'); print ($codepostal); print('_TAG_'); ?>