Shoutbox

[Help] password obfuscation - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Help] password obfuscation (/showthread.php?tid=63544)

[Help] password obfuscation by BstrdSmkr on 07-18-2006 at 03:34 PM

alright, i'm driving myself crazy here.  i can't seem to get the syntax right currently i'm using:

code:
<IsPassword>true</IsPassword>


what am i doing wrong?
RE: [Help] password obfuscation by Eljay on 07-18-2006 at 03:40 PM

well i cant tell much from just that but ill assume the problem is you need to put it inside <Attributes> like so:

code:
<Attributes><IsPassword>true</IsPassword></Attributes>
if that doesnt work, post more of the code so we can take a look.