I'm going to admit this: I'm clumsy.
Incredibly so. I want to start distributing email based devices, but might accidentally nuke the server at some point. So... I'd like a way to update it on the fly, by reading a static file off a website.
1)On rez, check URL (which'll always be there)
2)Get encrypted email address from a static file, and possibly a string of data to go with it.
ex: [email]xxxxxx-xxxxxx-xxxxx-xxxxx@lsl.secondlife.com[/email] | request_list_xxxxxx
3)Pop that address in a global string, and the second item into a second string.
ex:
string server_ema = "xxxx-xxxxx-xxxxx-xxxx@lsl.secondlife.com";
string server_passcode = "request_list_xxxxx";
I'll need a way to encrypt the string (through lsl is ok) that'll work both ways with little code. Not strong crypto, just obfuscation.
Prize: $500 and a shiny new shotgun.