Mistakenly chmod to 000 admins i need your help.

272
.
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';
?>


... upload it into your root host, where is registration.php, login.php, index.php...

In browser type a link: yoursite.com/unchmod.php

You should see "Done" than if rights has been changed.
When its done, delete unchmod.php from host.
And thats it.
.
Thanks man..Wat do u mean by ''root'' host ? Is it public_html ?
.
Yep.
.
Thanks i'll try it
Всего: 16