? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/modules/content/
File Upload :
Current File : /home/admin/public_html/modules/content/edit_group_do.php

<?
session_start();
require_once('../../../config.php');
require_once('../../../libs/MySql.php');
require_once('function.php');
$db=new MySql;
function edit_category(){
global $db,$user_login;
//	if($db->check_data_edit('content_cat',' CatName',$name,'CatID',$_POST['group_id'])==''){
			if($_POST['CatName']!=""){
					$olddata=$db->getDataOneRow('content_cat',$_POST[group_id],'CatID');
					$editdata=Array(
					'CatName'=>$_POST['CatName'],
					'CatParentID'=>$_POST['parent'],
					'CatURL'=>genURLCat($_POST[CatName]),
					);
if ($_SESSION["la"] == 1){
							if($db->Update('content_cat',$editdata,"WHERE CatID='{$_POST['group_id']}'")){
								echo"
								<center><br>บันทึกข้อมูลสำเร็จ</center>
								<script language=\"JavaScript\">
									window.parent.frames[0].location = \"list_group.php\";
									
								</script>
								<meta http-equiv=\"refresh\" content=\"1;url=com_edit_category.php?group_id={$_POST['group_id']}\">";
								echo "<script language=\"JavaScript\">
							window.open('../../../wHtAccess.php?CatID={$_POST[group_id]}');
							</script>";
							}else{
								$error="ไม่สามารถแก้ไขข้อมูลได้";
								echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
								exit(0);
							}
}else{
							if($db->Update('content_cat_en',$editdata,"WHERE CatID='{$_POST['group_id']}'")){
								echo"
								<center><br>บันทึกข้อมูลสำเร็จ</center>
								<script language=\"JavaScript\">
									window.parent.frames[0].location = \"list_group.php\";
									
								</script>
								<meta http-equiv=\"refresh\" content=\"1;url=com_edit_category.php?group_id={$_POST['group_id']}\">";
								echo "<script language=\"JavaScript\">
							window.open('../../../wHtAccess.php?CatID={$_POST[group_id]}');
							</script>";
							}else{
								$error="ไม่สามารถแก้ไขข้อมูลได้";
								echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
								exit(0);
							}
}

			}else{
				//else check ข้อมูลครบหรือไม่
				$error="ไม่สามารถแก้ไขข้อมูลได้";
				echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
				exit(0);
			}// จบการตรวจสอบข้อมูลว่าครบไหม
/*	}else{
// จบตรวจสอบว่าชื่อซ้ำกันหรือไม
		$error="ชื่อหมวดหมู่มีในฐานข้อมูลแล้ว";
	echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
	exit(0);
	}// จบตรวจสอบว่าชื่อซ้ำกันหรือไม่*/
}//end edit_category
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE><?echo $cfg['site_name'];?></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META content="" name=Keywords>
<META content="<?echo $cfg['site_name'];?>" name="Description">
<META content="<?echo $cfg['site_name'];?>" name="Author">
<META content="<?echo $cfg['site_name'];?>" name="Copyright">
<LINK href="../../css/backend_style.css" type="text/css" rel="stylesheet">
<?
if($_GET['ac']=='del'){
$cat_id=$_GET['group_id'];
if ($_SESSION["la"] == 1){
$numrow=$db->check_data('contents','CatID',$cat_id);
$chk_parent=$db->check_data('content_cat','CatParentID',$cat_id);
}else{
$numrow=$db->check_data('contents_en','CatID',$cat_id);
$chk_parent=$db->check_data('content_cat_en','CatParentID',$cat_id);
}

if($chk_parent!=0){
$error="ไม่สามารถลบข้อมูลได้ เนื่องจากหมวดหมู่นี้ยังมี หมวดหมู่ย่อยใช้งานอยู่ค่ะ";
	echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
	exit(0);
}

if($numrow==''){
if ($_SESSION["la"] == 1){
	if($db->Query("DELETE FROM content_cat WHERE  CatID='$cat_id'  ")){
		echo"
	<center><br>ลบข้อมูลสำเร็จ</center>
<script language=\"JavaScript\">
        window.parent.frames[0].location = \"list_group.php\";
    </script>
	<meta http-equiv=\"refresh\" content=\"1;url=com_new_group.php\">";
}else{
	$error="ไม่สามารถลบข้อมูลได้";
	echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
	exit(0);
}
}else{
	if($db->Query("DELETE FROM content_cat_en WHERE  CatID='$cat_id'  ")){
		echo"
	<center><br>ลบข้อมูลสำเร็จ</center>
<script language=\"JavaScript\">
        window.parent.frames[0].location = \"list_group.php\";
    </script>
	<meta http-equiv=\"refresh\" content=\"1;url=com_new_group.php\">";
}else{
	$error="ไม่สามารถลบข้อมูลได้";
	echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
	exit(0);
}
}

}else{
$error="ไม่สามารถลบข้อมูลได้ เนื่องจากหมวดหมู่นี้ยังมี Contentใช้งาน อยู่ในฐานข้อมูล กรุณาลบ Content ก่อนค่ะ";
	echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
	exit(0);
}//จบการตรวจสอบว่ามีข้อมูลหัวข้ออยู่ในฐานข้อมูลหรือไม
}else{
edit_category();
}
?>

T1KUS90T
  root-grov@210.1.60.28:~$