FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Recent PHP problems

 


simplyw00x
Recently, some of my PHP scripts seem to have stopped working. phpinfo() states that safe_mode is off but my scripts can't write to files or directories unless they are 777, and can't carry our chmod() themselves.

Is this a known issue? Is there a solution? Was this deliberate?

Thanks,
Carl.
gavins
maybe you can check your uid and traget dir uid

<?php
echo 'My UID='.getmyuid();
echo 'Dir UID='.fileowner('.');
?>
simplyw00x
Code:
My UID=32093Dir UID=32093

I get this wherever I do it; is it possible that something else is causing this? It's fairly annoying, as I really like having faked shell access, but this is impossible with the current situation, as php scripts cannot modify files.
Reply to topic    Frihost Forum Index -> General -> Suggestions

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.