| [05-28 23:34] | [Chat] | Icewolfz: and it will send all the text after # to the mud |
| [05-28 23:34] | [Chat] | Icewolfz: then for password trigger you could do script type hd do switch(window.location.hash) { case 'NAME': client.sendCommand('password'); break; case 'NAME2': .... } |
| [05-28 23:35] | [Chat] | Hook: hmm |
| [05-28 23:35] | [Chat] | Icewolfz: graned if they all share a password you could swkip the complex password trigger and just do ^Password: $ |
| [05-28 23:35] | [Chat] | Icewolfz: and send it as acommand |
| [05-28 23:35] | [Chat] | Icewolfz: and just use the complex for hte name |
| [05-28 23:35] | [Chat] | Icewolfz: htne oyu just book mark shadowmud.com/mud.php#NAME |
| [05-28 23:35] | [Chat] | Icewolfz: and create one url using #NAME for eahc one then you cna open as needed |
| [05-28 23:36] | [Chat] | Icewolfz: and it would auto login using the NAME after the # |
| [05-28 23:36] | [Chat] | Icewolfz: i think i added profile support ot the url already |
| [05-28 23:36] | [Chat] | Icewolfz: but i may be wrong its been a while |
| [05-28 23:37] | [Chat] | Icewolfz: anywas its doable with just 2 triggers |
| [05-28 23:37] | [Chat] | Icewolfz: and the #NAME is never sent out over the intenet either so its a little bit secure |
| [05-28 23:38] | [Chat] | Icewolfz: ok didnt add hask stuff to the old client, new eta client has some profile loading using # |
| [05-28 23:39] | [Chat] | Icewolfz: anwyas you could od it you choose but asid you leave your password exposed |
| [05-28 23:39] | [Chat] | Hook will think on it. |
| [05-28 23:39] | [Chat] | Icewolfz: granted there some minor advanced crypto one could do but that just makes it hidden but still possible ot get access to |
| [05-28 23:39] | [Chat] | Icewolfz: your choie just letting oyu know its posisble |
| [05-28 23:40] | [Chat] | Hook: I appreciate it :) |
| [05-28 23:40] | [Chat] | Icewolfz: 1 othe rthing it does get saved in command history and display backlog as well |
|
| Back to List |