I Can't Delete Something in My Account

Status
Not open for further replies.

shadowlusterx

New Member
Messages
9
Reaction score
0
Points
0
There's something I can't delete in ym account. And it's hogging the script of the frontpage so I can't install my portal. I've messed with the permissions and stuff but to no avail. Can someone tell me how to do it or can an admin do it for me. It's in the WWW. It's in the folder "delete me please". Thanks in advance.
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Did a script create it?
You might want to try the legacy file manager.

If a script made it do this:
Create delete.php in that folder, put the code below in it and run it. Replace filename.txt with the name of the file.
Code:
<?php
$file = "filename.txt";
unlink($file);
?>
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Do you want the whole folder deleted?
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Hello,

You have not responded to your thread for a few days, so I am going to close this. If you want to, feel free to re-open this or create a new thread.

Thanks,
 
Status
Not open for further replies.
Top