The script below loops over the specified directory and chmods its files, directories and subdirectories recursively.
|
Read more...
|
If you dont have shell access to your server and need to unzip a file on your php server you can use the script below:
|
Read more...
|
On the heels of my last php script, I had to modify this slightly to compare our version of a website (in this case a joomla website) against a vanilla version of the joomla install.
It was fairly straight forward…
|
Read more...
|
Recently I had to search through a php site to find what files had recently been recently modified. I wrote a script to do it heavily based on this one at coding forums posted by missing-score.
Here is the code I used:
|
Read more...
|