Guest Suralc Posted February 13, 2011 Share Posted February 13, 2011 Well, I have a small problem. Actually I`m writing a "webapp" to build addonpackages to share them with your friends. The app generates a cache with all addons(so no extern requests has to be sent to built a pack). This "cache" is automatically updated every 24h. ATM the updater sends a request to http://ui9.ru/forum/{addonname}/about'>http://ui9.ru/forum/{addonname}/about , searches for the version number and compares it with the cached addon, if the ui9.ru version is newer, the new addon is downloaded and extracted to the server. So the Updater sends atleast one request to ui9.ru(for each addon), works with it and send a second one if needed, well, this takes some time. It would be great if there was possibility to get addons+versions within one request (I can`t use the front page, because the script fails from time to time there) for example with a dynamically generated xml or something like that. I hope my English is not as bad as I guess, but if it is, sorry ;D Well, I think I wrote much nonsense about a small problem -.- I want to ask for dynamicly generated xml/whatever wich shows the current addondatabase without any style information or something like that This example is ripped from the project I mentiod before(these are the current aviable addons in the packet generator, listed with versions and last update, dynamicly generated from the sql-database): http://suralc.square7.ch/ui9_update/versions2xml.php GOOGLE TRANSLATE: Ну, у меня есть небольшая проблема. На самом деле я пишу "" веб-приложение ", чтобы построить addonpackages делиться ими с друзьями. приложение генерирует кэш все аддоны (так что никаких внешних запросов должен быть направлен на встроенный блок). Этот "кэш" автоматически обновляется каждые 24 часа. Банкомат обновления отправляет запрос на http://ui9.ru/forum/ { addonname }/about, ищет номер версии и сравнивает его с кэшированные аддон, если ui9.ru версия новее, новый аддон загружается и извлеченные на сервер. Так обновлений посылает по крайней мере одного запроса к ui9.ru (для каждого аддона), работает с ним и отправить второй в случае необходимости, а это занимает некоторое время. Было бы замечательно, если бы там была возможность получить аддоны + версий в течение одного запроса (я не могу использовать главную страницу, потому что сценарий не удается время от времени там), например, с помощью динамически генерируемых XML или что-то подобное. Я надеюсь, что мой английский не так плохо, как я предполагаю, но если это так, извините, D This example is ripped from the project I mentiod before(these are the current aviable addons in the packet generator, listed with versions and last update, dynamicly generated from the sql-database): http://suralc.square7.ch/ui9_update/versions2xml.php Quote Link to comment Share on other sites More sharing options...
Guest skillcoder Posted February 18, 2011 Share Posted February 18, 2011 У нас есть XML API для работы с сайтом и базой данных аддонов. А так же мы можем предоставить любые интерфейсы на взаимовыгодных условиях. Вы можете связаться со мной по вопросам сотрудничества Контакты есть в спец темы (ссылка ниже) GOOGLE TRANSLATE: We have an XML API for working with the website and database add-ons. And also we can provide any interfaces on mutually beneficial terms. You can contact me on cooperation Contact page Quote Link to comment Share on other sites More sharing options...
Recommended Posts