13
1) upload a file for instance called chmod.php in your root with this content
chmod("cache", 0755);
chmod("uploads", 0755);
chmod("mainfile.php",0444);
echo "chmod for files and folders done";
?>
the run the file with your browser like this
2)
http://www.yoursite.com/chmod.php3) delete the file again
should work nicely