403Webshell
Server IP : 103.82.32.14  /  Your IP : 216.73.217.121
Web Server : Apache/2.2.32 (Unix) mod_ssl/2.2.32 OpenSSL/1.0.1e-fips mod_fcgid/2.3.9
System : Linux cloud.lonmanhoabinh.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User : lonmakmf ( 524)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/seocabra/public_html/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/seocabra/public_html/view/manager_sever.php
<?php
if(isset($_REQUEST['delete_sevice']))
{
	$row = Select('bot_sever_facebook_sevice', true, '`id` = ' . $_REQUEST['delete_sevice']);
	if($row > 0)
	{
		$result = Select('bot_sever_facebook_sevice', false, '`id` = ' . $_REQUEST['delete_sevice']);
		$sevice = mysqli_fetch_assoc($result);
		$row_success = Select('bot_sever_facebook_join_gr_success', true, '`url_sevice` = "'.$sevice['url_site'].'"');
		if($row_success > 0)
		{
			$result_group = Select('bot_sever_facebook_join_gr_success', false, '`url_sevice` = "'.$sevice['url_site'].'"');
			while($res = mysqli_fetch_array($result_group))
			{
				Update('bot_group_new', array('get_sucess' => 0), "`url_group` = '".$res['id_group_join']."'");
			}
			Delete('bot_sever_facebook_join_gr_success', "`url_sevice` = '".$sevice['url_site']."'");
		}
		Delete('bot_sever_facebook_sevice', '`id` = ' . $_REQUEST['delete_sevice']);
		$_SESSION['notify'] = "Xóa sevice thàng công";
	}
	else
	{
		$_SESSION['notify'] = "Không tìm thấy sever này";
	}
	header("Location: get_group_all_sever.php?manager_sever");
}
if(isset($_REQUEST['delete_sevice_nick_phu']))
{
	$row = Select('bot_sever_facebook_sevice', true, '`id` = ' . $_REQUEST['delete_sevice_nick_phu']);
	if($row > 0)
	{
		$result = Select('bot_sever_facebook_sevice', false, '`id` = ' . $_REQUEST['delete_sevice_nick_phu']);
		$sevice = mysqli_fetch_assoc($result);
		$row_success = Select('bot_sever_facebook_join_gr_success', true, '`nick_phu_duoc_chia` = "'.$sevice['url_site'].'"');
		if($row_success > 0)
		{
			Update('bot_sever_facebook_join_gr_success',array('nick_phu_duoc_chia' => ""), "`nick_phu_duoc_chia` = '".$sevice['url_site']."'");
		}
		Delete('bot_sever_facebook_sevice', '`id` = ' . $_REQUEST['delete_sevice_nick_phu']);
		Delete('bot_sever_facebook_join_gr_success', '`url_sevice` = "' . $sevice['url_site'] . '"');
		$_SESSION['notify'] = "Xóa sevice nick phụ thàng công";
	}
	else
	{
		$_SESSION['notify'] = "Không tìm thấy sever này";
	}
	header("Location: get_group_all_sever.php?manager_sever&manager_nick_phu");
}
else if(isset($_REQUEST['move_nick_phu']))
{
	Update('bot_sever_facebook_sevice', array('type_use' => '1') ,'`id` = ' . $_REQUEST['move_nick_phu']);
	$_SESSION['notify'] = "Đã chuyển thành công từ nick chính sang nick phụ";
	header("Location: get_group_all_sever.php?manager_sever&manager_nick_phu");
}
else if(isset($_REQUEST['update_block']))
{
	Update('bot_sever_facebook_sevice', array('block_action' => 'none', 'block_action_message' => 'NULL'),'`id` = ' . $_REQUEST['id_update']);
	$_SESSION['notify'] = "Gỡ bỏ lệnh cấm join thành công";
	header("Location: get_group_all_sever.php?manager_sever");
}
else if(isset($_REQUEST['update_die_group_success']))
{
	Update('bot_sever_facebook_sevice', array('die' => 0),'`id` = ' . $_REQUEST['id_update']);
	$_SESSION['notify'] = "Đã gỡ bỏ chặn hành vi";
	header("Location: get_group_all_sever.php?manager_sever&manager_nick_phu");
}
?>
<table>
	<tr>
		<td style="padding: 7px;">
			<a style="color: red;" href="http://seo.camcaophong.biz/get_group_all_sever.php?manager_sever"><b>Quản lý nick chính</b></a>
		</td>
		<td>
			<a style="color: green;" href="http://seo.camcaophong.biz/get_group_all_sever.php?manager_sever&manager_nick_phu"><b>Quản lý nick phụ (Nick bắn group)</b></a>
		</td>
	</tr>
</table>
<hr/>
<style>
	a:hover {
		cursor:pointer;
	}
</style>
<?php if(isset($_REQUEST['manager_nick_phu'])) : ?>
	<?php include 'manager_sever/nick_phu.php'; ?>
<?php else : ?>
	<?php include 'manager_sever/nick_chinh.php'; ?>
<?php endif; ?>

Youez - 2016 - github.com/yon3zu
LinuXploit