I've made a quick fix in this routine to make this function in a hosted environment. The only drawback is that the ContentDir is within the public_html tree, so you need to take extra security precautions (e.g. appropriate .htaccess file).
function makeDir($path)
{
// This function is modified to work in hosted environment in PHP DOCUMENT ROOT
// next line is added:
$path = str_replace...
2009-02-19 16:09:19 UTC in MyDMS