ArOZ Online β
'; } ?>
Reminder from %MODULE_NAME% Module

%REMINDER_TEXT%
%SYSTEMINFO%

'; if (isset($_GET['reminder']) && $_GET['reminder'] != ""){ $rbox = str_replace("%MODULE_NAME%",$upload2module,$reminder); $rbox = str_replace("%REMINDER_TEXT%",$_GET['reminder'],$rbox); $systeminfo = "ArOZ Online BETA [Developmental Build] Upload Manager UI"; $rbox = str_replace("%SYSTEMINFO%",$systeminfo,$rbox); echo $rbox; } $finishing = ""; if (isset($_GET['finishing']) && $_GET['finishing'] != ""){ $finishing = "../" . $upload2module . "/" . $_GET['finishing']; }else{ $finishing = "../". $upload2module . "/"; } ?>
' . "Uploads" .' '; include("../SystemAOB/functions/system_statistic/listMountedStorage.php"); foreach ($mountInfo as $usabledrive){ echo ' ' . $usabledrive[1] .' '; } ?>


"> ">

Supported Format:

%FILE_NAME% '; if (isset($_GET['ext']) && $_GET['ext'] != "" && file_exists($_GET['ext'])){ $path = $_GET['ext'] . "/" . $upload2module . '/'; }else{ $path = '../' . $upload2module . '/uploads/'; } $files = scandir($path); $files = array_diff(scandir($path), array('.', '..','Thumbs.db'));//If you are on windows,then ignore the Thumbs.db foreach ($files as $file){ //check if PHP was higher than 7.4, if true then not using inith filename if(substr(basename($file),0,5) === "inith"){ $filename = hex2bin(str_replace("." . pathinfo($file, PATHINFO_EXTENSION),"",str_replace("inith","",$file))) . "." . pathinfo($file, PATHINFO_EXTENSION); }else{ $filename = $file; } //echo $filename . "
"; $mime = mime_content_type($path . $file); if(strstr($mime, "video/")){ $icontype = "file video outline"; }else if(strstr($mime, "image/")){ $icontype = "file image outline"; }else if(strstr($mime, "audio/")){ $icontype = "file audio outline"; }else{ $icontype = "file outline"; } //Echo each unit of file $itembox = str_replace("%ICON_TYPE%",$icontype,$item_template); $itembox = str_replace("%FILE_NAME%",$filename,$itembox); echo $itembox; } ?>
'; }else{ echo ''; } ?>
Cancel EOF; } ?>