-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
var
/
www
/
clients
/
client4
/
web4
/
web
/
ris
/
Upload File:
files >> /var/www/clients/client4/web4/web/ris/ajax.php
<?php include "_lib.php"; $model = $g_util->getParam('model', ''); $lat = $g_util->getParam('lat', '13.792025'); // กำหนดค่าละติจูด $lon = $g_util->getParam('long', '101.425291'); // กำหนดค่าลองจิจูด $geo_array = array (); //set option for usign openstreetmap by using file_get_contents $opts = array('http'=>array('header'=>"User-Agent: StevesCleverAddressScript 3.7.6\r\n")); $context = stream_context_create($opts); //url for the openstreetmap $homepage = file_get_contents("https://nominatim.openstreetmap.org/reverse?format=json&lat=".$lat."&lon=".$lon."&zoom=27&addressdetails=1",false,$context); echo $homepage; $homepage_json = json_decode($homepage,1); $district = $homepage_json["address"]["municipality"]; $sql = "SELECT DISTRICT_ID, AMPHUR_ID, PROVINCE_ID FROM area_districts WHERE DISTRICT_NAME='".$district."' "; $area = $g_db->getObject($sql); echo '{"DISTRICT_ID":'.$area->DISTRICT_ID.', "AMPHUR_ID":'.$area->AMPHUR_ID.', "PROVINCE_ID":'.$area->PROVINCE_ID.'}'; ?>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥