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/download.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>Download | <?php echo $Rs['facebook']?></title>
<meta name="keywords" content="download,<?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');
			}
	  	});
		
		$('ul.tab_download li').click(function(){
			$('.app').hide()
			$('ul.tab_download li').removeClass('selected')
			tab = $(this).index()
			$(this).addClass('selected')
			$('.app').eq(tab).fadeIn(200)
		});
		
	});
	
</script>
</head>

<body>
<?php require("include/header.php"); ?>
<div class="bg_wrapper">
    <div class="wrapper_content">
        <div class="box_content">
            <h2>DOWNLOAD</h2>
            <div class="content">
            	<ul class="tab_download">
                    <li class="selected">
                    	<span class="tab">Brochure</span>
                        <span class="arrow_selected"></span>
                    </li>
                	<li>
                    	<span class="tab">Program & Application</span>
                        <span class="arrow_selected"></span>
                    </li>
                </ul>
                <div class="clear"></div>
                <div class="app">
                	<ul class="list_app">
						<?php 
                        $DLC = $Class->selectDownload(2,"");
                        foreach($DLC as $dlc){
						//$target = $dlc['target']==1 ? $dlc['link'] : 'downloaded.php?file='.$dlc['file'].'';
						if($dlc['target']==1)
							{
                                 $target_new1 = $dlc['link'];
							}
						else if($dlc['target']==2)
							{
                                 $target_new1 = "data/".$dlc['file'];
							}
                        ?>
                    	<li>
                        	<div class="list_download">
                            	<span class="icon_app"><img src="data/<?php echo $dlc['image']?>" width="55" /></span>
                                <span class="name_app"><?php echo $dlc['title']?></span>
                                <span class="bt_dl_app"><a href="<?php echo  $target_new1 ?>" target="_blank"><span class="download">Download</span></a></span>
                            </div>
                        </li>
                       <?php }?>
                    </ul>
                </div>
                <div class="app" style="display:none;">
                	<ul class="list_app">
						<?php 
                        $DLC = $Class->selectDownload(1,"");
                        foreach($DLC as $dlc){
						//$target = $dlc['target']==1 ? $dlc['file'] : 'downloaded.php?file='.$dlc['file'].'';
						if($dlc['target']==1)
							{
                                 $target_new2 = $dlc['link'];
							}
						else if($dlc['target']==2)
							{
                                 $target_new2 = "data/".$dlc['file'];
							}
                        ?>
                    	<li>
                        	<div class="list_download">
                            	<span class="icon_app"><img src="data/<?php echo $dlc['image']?>" width="55" /></span>
                                <span class="name_app"><?php echo $dlc['title']?></span>
                                <span class="bt_dl_app"><a href="<?php echo $target_new2  ?>" target="_blank"><span class="download">Download</span></a></span>
                            </div>
                        </li>
                       <?php }?>
                    </ul>
                </div>
            </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