403Webshell
Server IP : 103.233.193.20  /  Your IP : 216.73.216.169
Web Server : Apache/2
System : Linux host1.itclever.com 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 17:47:08 UTC 2024 x86_64
User : oriscomadm ( 1120)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : ON |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  /home/oriscomadm/domains/oriscom.com/private_html/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/oriscomadm/domains/oriscom.com/private_html/news_event.php
<?php
require"include/db.php";
require"include/function.php";
?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="initial-scale=1.0">
<title>News & Event  | <?php echo $Rs['facebook']?></title>
<meta name="keywords" content="news,event,<?php echo $Rs['facebook']?>" />
<meta name="description" content="<?php echo $Rs['facebook']?>" />
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/iview.css" />
<link rel="stylesheet" href="css/style_slider.css" />
<link rel="stylesheet" href="css/superfish.css" media="screen">

<link rel="icon" type="image/png" sizes="16x16"  href="/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">

<script src="js/jquery-latest.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/raphael-min.js"></script>
<script type="text/javascript" src="js/jquery.easing.js"></script>
<script src="js/iview.js"></script>
<script src="js/css3-mediaqueries.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.js"></script>
<script>
			$(document).ready(function(){
				
				// initialise plugin
				var example = $('#example').superfish({
					//add options here if required
				});

				// buttons to demonstrate Superfish's public methods
				$('.destroy').on('click', function(){
					example.superfish('destroy');
				});

				$('.init').on('click', function(){
					example.superfish();
				});

				$('.open').on('click', function(){
					example.children('li:first').superfish('show');
				});

				$('.close').on('click', function(){
					example.children('li:first').superfish('hide');
				});
			});
		</script>
<script>
	$(function(){
		$( "#menu" ).toggle(function() {
 			 $('ul.menulist').slideDown(500);
		}, function() {
  			$('ul.menulist').slideUp(500);
		});
		
		$('#nav > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('#nav li ul').slideUp();
			  $(this).next().slideToggle();
			  $('#nav li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		$('ul.second > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('ul.second li ul').slideUp();
			  $(this).next().slideToggle();
			  $('ul.second li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		$('ul.third > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('ul.third li ul').slideUp();
			  $(this).next().slideToggle();
			  $('ul.third li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		$('ul.fourth > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('ul.fourth li ul').slideUp();
			  $(this).next().slideToggle();
			  $('ul.fourth li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		$('ul.fifth > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('ul.fifth li ul').slideUp();
			  $(this).next().slideToggle();
			  $('ul.fifth li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		
	});
	
</script>
</head>

<body>
<?php require("include/header.php"); ?>
<?php $News_Events = $Class->selectNews(null,"");?>
<div class="bg_wrapper">
    <div class="wrapper_content">
        <div class="box_content">
            <h2>NEW & EVENT</h2>
            <div class="content">
            	<ul class="new_box">
                	<li>
                    	<ul class="big_new">
                        	<li class="big1">
                            	<a href="newsE_detail.php?i=1&id=<?php echo $News_Events[0]['id']?>&name=<?php echo $News_Events[0]['topic_th'].','.$News_Events[0]['topic_en']?>">
                                	<span class="box_new">
                                        <img src="data/<?php echo $News_Events[0]['image']?>" width="100%" />
                                        <span class="text_new_middle"><label class="thh"><?php echo $News_Events[0]['topic_th']?></label><label class="enn" style="display:none;"><?php echo $News_Events[0]['topic_en']?></label> อ่านต่อ >></span>
                                </span>
                                </a>
                                <div class="manage_new"></div>
                            </li>
                            <li class="big2">
                            	<ul class="middle_new">
                                
                                	<li class="li1">
                                    	<a href="newsE_detail.php?i=1&id=<?php echo $News_Events[1]['id']?>&name=<?php echo $News_Events[1]['topic_th'].','.$News_Events[1]['topic_en']?>">
                                		<span class="box_new">
                                        	<img src="data/<?php echo $News_Events[1]['image']?>" width="100%" />
                                        	<span class="text_new_middle"><label class="thh"><?php echo $News_Events[1]['topic_th']?></label><label class="enn" style="display:none;"><?php echo $News_Events[1]['topic_en']?></label> อ่านต่อ >></span></span>
                                		</span>
                                		</a>
                                		<div class="manage_new"></div>
                                    </li>
                                    <li class="li2">
                                    	<a href="newsE_detail.php?i=1&id=<?php echo $News_Events[2]['id']?>&name=<?php echo $News_Events[1]['topic_th'].','.$News_Events[1]['topic_en']?>">
                                		<span class="box_new">
                                        	<img src="data/<?php echo $News_Events[2]['image']?>" width="100%" />
                                        	<span class="text_new_middle"><label class="thh"><?php echo $News_Events[2]['topic_th']?></label><label class="enn" style="display:none;"><?php echo $News_Events[2]['topic_en']?></label> อ่านต่อ >></span>
                                		</span>
                                		</a>
                                		<div class="manage_new"></div>
                                    </li>
                                    
                                </ul>
                            </li>
                        </ul>
                    </li>
                    
                    <li>
                    	<ul class="other_new">
                        	<?php
							$News_Event = $Class->selectNews(null,"WHERE id NOT IN ('".$News_Events[0]['id']."','".$News_Events[1]['id']."','".$News_Events[2]['id']."')");
							foreach($News_Event as $NewE){
							?>
                        	<li>
                            	<a href="newsE_detail.php?i=1&id=<?php echo $NewE['id']?>&name=<?php echo $NewE['topic_th'].','.$NewE['topic_en']?>">
                                	<span class="box_new">
                                        <img src="data/<?php echo $NewE['image']?>" width="100%" />
                                        <span class="text_new_middle"><label class="thh"><?php echo $NewE['topic_th']?></label><label class="enn" style="display:none;"><?php echo $NewE['topic_en']?></label> อ่านต่อ >></span>
                                	</span>
                                </a>
                                <div class="manage_new"></div>
                            </li>
                            <?php }?>
                            
                        </ul>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</div>


<div class="clear" style="border-bottom:1px solid #ddd; padding-bottom:20px;"></div>
<?php require("include/footer.php");?>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit