quote:
Originally posted by mickael9
quote:
Originally posted by Huhu_Manix
Good script mickeal but messenger can give you directly the adress ID so you don't need to "calcul" it.
code:
var PassportID = Messenger.MyUserId;
instead of
code:
var PassportID = 0;
for (var i=0; i < email.length; i++)
{
PassportID *= 101;
PassportID += email.charCodeAt;
while (PassportID >= Math.pow(2,32))
PassportID -= Math.pow(2,32);
}
Ooops
And it's not mickeal
can you add a restore function too? and setings for outpout/iput directory?