Hi: I found a simple way to provide the admin-ip address for editing blogs when using the Carl's Rebol blogging system, which uses Altme to find out the IP address where an AltMe world is running
admin-ip: "" ;We'll get the admin-ip from AltME! page: read http://www.altme.com/cgi-bin/lookup.cgi?lookup=worldname parse page [thru "<B>Address:</B> " copy admin-ip to "<BR>"] In the above example, worldname would of course be your name of your own world at AltMe I wonder if some guru can further expand on this and help me develop some more possiblities on how other users at an AltMe world can be detected. XML-RPC perhaps? Regards Sabu Francis -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
