| [05-28 23:32] | [Chat] | Icewolfz: but it can be done on thr wbe client just have to accept its unsecure and any one with access to the pc can get access |
| [05-28 23:32] | [Chat] | Icewolfz: which is why i never built a character manger for wbe client to unsecure |
| [05-28 23:33] | [Chat] | Hook: hmmm |
| [05-28 23:33] | [Chat] | Icewolfz: there is way to use it using urls |
| [05-28 23:33] | [Chat] | Icewolfz: using shadowmud.com/mud.php#name |
| [05-28 23:33] | [Chat] | Icewolfz: and some quic kjs code |
| [05-28 23:34] | [Chat] | Icewolfz: trigger on user name and do script type and just do client.sendCommand(window.location.hash); |
| [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 |
|
| Back to List |