I'm on the road (with a friend of mine) of making a great (because usefull) little (because not so complicated) Joomla add-on available for Zen-Carters.
This is the Joomla diagnostics add-on. It's purpose is easy to understand, it verifies that files have not been corrupted during FTP transfers.
First it generates a text file with every file in a zen-cart site and for each an md5 checksum. The mechanic is to compare these checksums on the tranfered files. The add-on generates a web page telling which file is missing or which one has been aletered.
I've made a first attemp to adapt the joomla add-on to zen-cart. You'll find it attached.
It's easy to use,
- first upload the diagnostics.php file to your site,
- edit it so that the path matches your server one,
- then ask for http://yoursite/diagnostics.php?task=generate.
Now look on your server, you'find a file named ZenDiagFile_1.3.7.txt
- Transfer this file to you site copy,
- modify the path so that it matches the one of your copy server,
- and on the copy server ask for
http://sitecopy/diagnostics.php
You'll get a page telling you wich files have been altered or are missing.
On my tests, something strange is happening : I have, as all of you on a 1.3.7 install, about 4000 files.
The strange is that it tells me that files in /admin are not there. If I verify the files are there and even the md5 checksums match the one in the text file.
If someone can test that on his site, and tell me what happens it would be nice.
Thanks for your help
Regards
Hubert




