Hey guys!

I wanted to chmod a folder (or better: mkdir with chmod option) per php but this is not allowed here because of SAFE MODE restrictions:
CODE
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 57590 is not allowed to access uploads/admin owned by uid 2001

The php Code:
CODE
mkdir ('uploads/admin', 0777 );


What's the matter with this? Now i'm no longer allowed to access these folders by FTP because they have CHMOD... whatever, I think 0000 or something o.O