Jump to content
GIGN Forum

Chmod


daviskrex
 Share

Recommended Posts

Man ir tāds šits, man stāv webserveris uz secure linux. tobiš xvide viņam nav, vienīgais, kas viņam ir webGUI.

lieta ir tāda, ka webGUI'ā nav nekāds failu menedžeris nekā. mēģināju phpbb no'chmod'ot šitā:

<?php

chmod("./cache/",0777);
chmod("./files/",0777);
chmod("./store/",0777);
chmod("./images/avatars/upload/",0777);
chmod("./config.php",0777);

?>

Bet nekas neizdevās, kādam ir kādas idejas, ko darīt?

Edited by daviskrex
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...