Anywhere, or make a new file. Only one important is to open it in browser. And of course the right path to folder.
Anywhere, or make a new file. Only one important is to open it in browser. And of course the right path to folder.
If i tell u i dnt undastnd d whole process u said would u b angry ? My avatar folder is chmodED to 000 i want it back to 755...i dnt knw hw wat u are telling me will help me
Of course not. ![]()
Copy-paste this into some .php file, for example called: unchmod.php
<?php
if (chmod('images/avatars/', 0755))
echo 'Done';
else
echo 'Error';
?>Thanks man..Wat do u mean by ''root'' host ? Is it public_html ?
Yep. ![]()
Thanks i'll try it