| [05-28 23:30] | [Chat] | Icewolfz: granted is not overly secure |
| [05-28 23:30] | [Chat] | Cuddledragon: on web client? |
| [05-28 23:30] | [Chat] | Icewolfz: takes just 2 triggers |
| [05-28 23:31] | [Chat] | Icewolfz: 1 to enter name, 1 to enter password |
| [05-28 23:31] | [Chat] | Icewolfz: but as i said its not all that secure |
| [05-28 23:31] | [Chat] | Cuddledragon: hmmm |
| [05-28 23:31] | [Chat] | Icewolfz: as it requries putting the password in the trigger |
| [05-28 23:31] | [Chat] | Cuddledragon: but I'd need multi profiles, right? |
| [05-28 23:31] | [Chat] | Icewolfz: well you could create multiple triggers 1 for each profile and entable as needed |
| [05-28 23:31] | [Chat] | Icewolfz: or you could use 1 trigge rwith some advanced hacking |
| [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 |
|
| Back to List |