mickael9
Full Member
Posts: 117 Reputation: 3
33 / /
Joined: Jul 2005
|
RE: RE: Smiley Saver?
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
This post was edited on 08-02-2006 at 04:09 PM by mickael9.
|
|