This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$target_dir = "uploads/".date("Y-m-d"); | |
if(!file_exists($target_dir)) { | |
mkdir($target_dir); | |
} | |
$maxfilesize = 200; //MB | |
$filetype = ".".pathinfo($_FILES["files"]["name"], PATHINFO_EXTENSION); | |
$target_file = $target_dir . "/[" . date("h.m.s") . "]" . random_str(2) . "_" . $_FILES["files"]["name"]; | |
$key = "Qvnpk7wVaYqHDEqkSCw31YWUd7bmNVaJbwsokX9aqzGDlhMb4a"; | |
$postkey = isset($_POST["key"]) ? stripslashes(trim($_POST["key"])) : null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright (c) 2016 Venipa | |
Simple you bought it you can use it. | |
No sharing of the product. |
NewerOlder