Hi,
before my question I wanted thank the creators of ZP quickly. The more I work with it the more I appreciate it. It is not only the technology under the hood but also the functional range which is soo spot on. It has everything any serious photo website needs but nothing more !
This is just what I try to do with my photography !
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away."
-- Antoine de Saint-Exuper
to my question:
I have finished the permutation of all possible tag combinations now. I run it every 24h and it works nicely:
http://www.dev.bregler.net/galleryI order by RAND() and also look for a minimum of 3 pictures. This means the created albums in db change a great deal.
what I would like to do is to automatically refresh the DB after every call.
I this possible without replicating the whole of admin-refresh-metadata.php into a custom function ?
could I call something like this ?
$html = implode ('', file("/zp_admin/admin-refresh-metadata.php&prune"));
but this admin page requires a login. any ideas ?
Comments