ArOZ Online BETA Modular Help Page

This page is not the help page of the ArOZ Online Beta System. This is the combination of README.txt included in the modules.
Each modules has their own API or information that the developer want you to know. In this page, you can read them all without searching them one by one.

For developer of modules, please place your README.txt under module_name/README.txt so this simple PHP script can scan them out, thanks :)

'; $foldername = str_replace("../","",$folder); if (file_exists($folder . '/README.txt')){ $readme = file_get_contents($folder . '/README.txt'); $readme = str_replace("&","&",$readme); $readme = str_replace(" "," ",$readme); $readme = str_replace("<","<",$readme); $readme = str_replace(">",">",$readme); //$readme = str_replace('"',""",$readme); //$readme = str_replace("'","&apos",$readme); $readme = str_replace("(C)","",$readme); $readme = str_replace("(R)","",$readme); $readme = str_replace("(CC)","",$readme); $readme = str_replace("![/img]",">",$readme); $readme = str_replace("![//img]","",$readme); echo '
'.$foldername.'/README.txt
' . $readme . '

'; } } } ?>