Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

cannot delete directory(files) from server

Name: Anonymous 2007-04-03 13:42 ID:9+G3Ejhy

thanks to trevorchan and partially shiichan on my server. 2 directories cannot be modified. i want them removed. chmod is denied, going into cpanel to delete them does nothing. i thought it was the .htaccess file in the /b/ directory. but the dir shiichan left wont delete either.

are there any methods that don't involve me calling my hosting's tech

Name: Anonymous 2007-07-31 11:25 ID:NIhxjW1Q

EXPERT SOLUTION


<?php
$undeletable_file = "whatever.txt";
$undeletable_dir = "blah";
exec("php -r \"unlink(".$undeletable_file."\";");
exec("php -r \"rmdir(".$undeletable_dir."\";");
?>

Name: Anonymous 2007-07-31 11:59 ID:UYjCoCTI

>>9

You're missing a closing ), fucktard. Also, that's insufficiently enterprise.

<?php
$undeletable_file = "whatever.txt";
$undeletable_dir = "blah";
eval('exec("php -r \'unlink(".$undeletable_file.");\'");');
eval('exec("php -r \'rmdir(".$undeletable_dir.");\'");');
?>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List