Originally posted by budgetbumps
Announcement
Collapse
No announcement yet.
Order counting script
Collapse
X
-
I wrote a version that will check many sites simultaneously. It's posted above. They all have to be accessible from the same cgi-bin. All you need to do is change the line
@dirs = ('../acatalog/');
to (e.g.)
@dirs = ('../Shop1/acatalog/', '../Shop2/acatalog/', '../Shop3/acatalog/');
or (if you know Perl) use globbing to fill the array.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
you could install on each server and then setup a single html page with frames or iframes... much easier than re-writing the script to attempt this remotely - which I think is going to be a pain..
I have a php version - it would be easy to re-write it to include the remote collection of a number of other locations as well.... but each would need the base script.
Comment
Comment