Ok, so i'm thinking of version 2.0
I've got alot of problems in the current version (probelms w/ cURL, fopen, etc), not to mention the problems w/ localization.
So my question to you is this.
Do you guys want an XML based solution (that will load the proper XML for the language/profession), or do you want an SQL solution, that will involve loading all the SQL for every profession/item.
XML will be great for those using PHP5, as the XML functions are built in, and I would have to use an external library to make it backward compatible for PHP4.
SQL will be good, but the only downside is that I'm not sure how large SQL table will end up being with all the professions/items. (I will probably distribute a SQL file per language so you don't have to load the enUS table if you use deDE)
So please vote. If you have any other suggestions for data storage, PLEASE suggest it!
-Z