This was a backup created by mambo. As a result, the folder is owned by the sysem and it is very difficult to get rid of.
You'll need a script to change the permissions of the file.
This cleanup program will do the trick.
Click to view attachmentJust upload the php file inside the compressed file and then access the script with your browser.
ie:
If you upload to /username/html_public/cleanup.php
Then in your web browser type
http://your.sub.domain.com/cleanup.phpIt will prompt you for the path to the folder that you want access to.
The script then changes the the folder or files permissions to 777 (Read, Write, Exec ALL)
You can then delete the unwanted folder.
I highly recommend placing the script in its own directory and placing a password protection on that directory. Additionally, you could simply delete the script after you are finished with it. Leaving the script unprotected opens a very very big security hole.
A note about mambo.When you upload and install ANY new mambo template, component, module, or mambot with the mambo installer; the file is actually handled by the system as commanded by the script that is in use. Since the system is doing all of the work in your file system, it holds the permissions of the files and/or folders that were created. Since it is the owner and you are not, you can't modify the files unless the system set the permissions to 777 for the file or folder. This is a common situation with most scripts that access your file system.
In the same manor, the system can not modify a file that you own unless you set the permissions to 777. Since mambo uses the file system instead of the ftp system to install addons, you will have difficulty removing files that mambo creates for you. The ftp system isn't used because it is either more work to install addons because you have to provide your ftp login information each time or it is a security risk because the the login information is stored for you.
Hope this helps.

vujsa
Comment/Reply (w/o sign-up)