With the current system to integrate with runuo via web requires to have a "bot" that listens for commands. Easiest way to do this is to write a simplified UO client in C++ or other language that takes commands.
So in your php script you'd call it up with a query.
You could probably do this with the regular client and easyuo as well.
I personally would love to see runuo use a realtime mysql database. Tons of stuff would have to be restructured, but it could be done.
|