Posted by: Fractured
on Dec 13, 2009
Tagged in: Untagged
So I was sitting here and it occurred to me that compared to the load Emerald, the website, etc produces, the utility PHPs I use in stuff are effectively nothing load-wise.
It also occurred to me that there are many people in SL who for whatever reason can't host such stuff.
So I'm going to publish my utility links here for the scripters among you who may be interested.
http://lawlinter.net/secondlifeutility/agent.php
// this returns the simulator version the script calling it is in
http://lawlinter.net/secondlifeutility/shard.php
http://lawlinter.net/secondlifeutility/group2key.php5?name=GROUPNAME //converts group names to the groups key
http://lawlinter.net/secondlifeutility/region2key.php5?name=SIMNAME //converts sim names to the sims key
http://lawlinter.net/secondlifeutility/name2key.php5?name=AVATARNAME //converts avatar names to the avatars key
http://lawlinter.net/secondlifeutility/key2name.php?uuid=AVATARKEY //converts avatar keys to the avatars name
//these are all using the new second life web search.
These are all running on the dedicated server machine that powers this website.
Leave a comment if you have any thoughts.
EDIT: the backend on the name2key and key2name scripts respectively has been updated to be more accurate, more reliable, and often faster.