by Exerladan » Thu Jan 24, 2008 1:44 am
Hi folks, I've worked on similar functionnalities :
- update all old wowace addons
- split "load on demand" addons (with shell script interpretation and path verification)
- preserve addons obligation while updating through wowace
This version is working, but can be improved.
For updating all wowace addons, I've used chained ajax requests, in order to stop process if user leaves the wowace page (problems in addon_temp directory if you have at the same time 2 addons updates). Another reason I use AJAX is the time limitation of a php execution.
About cron job, some providers can schedule a call to an url, so I've thinked about a script that update on wowace addon and finish by a HEAD http request (like GET method but without waiting for response body part). So it can launch another script with another time limit, etc...
- Attachments
-
- uniadmin-patch-0.79-wowace.zip
- (113.03 KiB) Downloaded 423 times
Last edited by
Exerladan on Thu Jan 24, 2008 2:15 am, edited 1 time in total.