Hi there, Just a bump on this thread — I had to move my own grid to a different server and grabbed the opportunity to install the new OpenSim Services bundle from core.mimetic. They worked like a charm, and I love the single configuration file :) Thank you very much :-)
I'm still stuck at figuring out how to get profiles working across HG teleports. It seems I'm not the only one: when I view content obtained from a different grid, the name of the content creator is correctly displayed, but, so far, on the few tests I made, I don't get their profiles (from the remote grid). I wonder what trick is required to get cross-grid profiles working well? There was a slight hiccup when I realised that my PHP version didn't have XML-RPC built-in. Fortunately, on this "new" server, I was able to quickly add that module and relaunch Apache. But perhaps for the next version you might do a check to see if xmlrpc_create_* is defined, and if not, use an alternative XML-RPC handler instead? (Some hosting providers disallow adding modules to PHP). I've posted the (tested) code here: http://forge.opensimulator.org/gf/project/osprofile/forum/?action=ForumBrowse&forum_id=314&_forum_action=ForumMessageBrowse&thread_id=319 — although I didn't add any checks. I've used the Incutio XML-RPC library which is currently maintained by Automattic's WordPress and, as such, is supposed to be free of nasty bugs. Great work as always, core! Thank you very much! - Gwyn On 2011/12/30, at 23:58, core wrote: > i've placed the services bundle in 2 locations: > > static download for general use: > http://opensim.odosys.net/files/ (in 'OpenSim_Services') > > and a repository for code monkeys: > https://github.com/anticore/os_services_bundle > > my apologies - i had to relocate it from the address in earlier posts > due to restructuring of my web space. these new locations are > permanent. enjoy :) > > - core/jason > > > On 12/30/2011 10:10 AM, Randy Pierce wrote: >> Fleep, been following your information on your Wiki, but when I attempted to >> go grab the module package, I could not find it (either on your Wiki or at >> original source). Can you provide a new URL where this can be found? >> >> -- >> View this message in context: >> http://opensim-users.2152040.n2.nabble.com/OpenSim-services-bundle-test-tp6994076p7138427.html >> Sent from the opensim-users mailing list archive at Nabble.com. >> _______________________________________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/mailman/listinfo/opensim-users > > > -- > > > > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
