ArOZ Online β
Language
">
You are now identify as
Activate Virtual Desktop
Extend Desktop
Logout
Your IP:
Logout
%FOLDERTITLE%
%DESCRIPTION_TEXT%
Launch
'; $directories = glob("./" . '/*' , GLOB_ONLYDIR); foreach($directories as $result) { //echo str_replace(".//","",$result), '
'; $foldername = str_replace(".//","",$result); if (in_array($foldername,$function_exclude) != True){ //If this folder is not excluded in the function list $thisbox = str_replace("%FUNCTION_PATH%",$foldername . "/",$scantemplate); if (file_exists($foldername . "/img/function_icon.png") !== False){ $thisbox = str_replace("%FUNCTION_ICON_PATH%",$foldername . "/img/function_icon.png",$thisbox); }else{ $thisbox = str_replace("%FUNCTION_ICON_PATH%","img/no_icon.png",$thisbox); } $thisbox = str_replace("%FOLDERTITLE%",$foldername,$thisbox); if (file_exists($foldername . "/description.txt")){ $descripton = file_get_contents($foldername .'/description.txt', FILE_USE_INCLUDE_PATH); $thisbox = str_replace("%DESCRIPTION_TEXT%",$descripton,$thisbox); }else{ $lazytext = "It seems the developer don't even know what is this for."; $thisbox = str_replace("%DESCRIPTION_TEXT%",$lazytext,$thisbox); } echo $thisbox; } } $DesktopExists = "false"; if (file_exists("Desktop/index.php")){ $DesktopExists = "true"; } ?>
Help
Click here if you need help on how to use this system or you just want to know more.
Launch
Disable Translation
' . basename($lang,".json") . '
'; } ?>