hidden password - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: hidden password (/Thread-hidden-password) |
hidden password - ograso - 02-15-2015 05:11 AM Hey all, I am using a pin system. Players must use a pin before enter the game. I have 2 questions about this pin system. 1- Players using their own password but I can show them password as staff. How can I make hidden this passwords. 2- Players shouldnt enter the password more then 3 times. How can I do this? RE: hidden password - XuN - 02-15-2015 06:35 PM You must first tell us how are you storing the password... is it a tag? For anything related to 'before enter the game' the only you can use is what is on 'sphere_serv_triggers.scp', there's no way to show dialog to client if there's no character or such things. RE: hidden password - ograso - 02-15-2015 09:50 PM Yeah Xun, storing with tag like src.tag.pin=<ARGTXT[1]> Is it possible to show on example. Scenario; someone steal the account and trying to enter player pin and system will disconnect to player after third attempts and will remember these failed attempts. If stealer try to access attempt again and still failed attempts happened then account will disable. RE: hidden password - Coruja - 02-16-2015 01:17 AM Code: CTAG0.Password.Try += 1 RE: hidden password - ograso - 02-16-2015 04:18 AM thanks coruja, what about the second attempt after logout? player logged out and he/she still trying to system with stolen account. I need to disable after second access attempt RE: hidden password - ograso - 02-17-2015 06:53 AM (02-15-2015 06:35 PM)XuN Wrote: You must first tell us how are you storing the password... is it a tag? Xun? RE: hidden password - ograso - 02-17-2015 09:48 PM another idea, Is it possible to prevent some specific tags in the taglist results. RE: hidden password - ograso - 02-19-2015 08:03 AM I do not want to believe you dear sphere developers. I saw all of you read this help request but nobody wanted to help. interesting behaviors. anyway Dear UO lovers I am trying to explain how is it possible to hash the players pin password or valuable information in game. please visit this post http://forum.spherecommunity.net/Thread-Hashing RE: hidden password - Shaklaban - 02-25-2015 08:35 AM restrict the tag command in the oncommand trigger. if you want to restrict specific tags, then create softcoded tag and taglist commands. |