I run PHP5 and was testing a script to allow users sampling a demo script
But to keep security high asides the usuals I create a new folder and a new set of scripts per each required demo with a folder extension created by a rand function
So first the folder is created and a set of tpl are copied in the new folder and written on.
To make a story short:
While testing on the production server I found some bugs and fixed them but the first trial attempt created a folder with a set of files that weight exactly as the tpl copied from and do have a correct PHP extension but refuses to be deleted or renamed or schmod etc... via FTP
Now that I am bugless I can indeed do whatever with then newly created folders and files but still cannot delete my first test.
When I try to del it it goes away but if I refresh it’s back there!
What can I do?
Thank you
Henry