What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Smiley Saver?

Pages: (2): « First « 1 [ 2 ] Last »
Smiley Saver?
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: Smiley Saver?
No DP Importer.

I don't know how to add smileys automatically but i think it's possible...

We can create a script to control keyboard and mouse to leave the computer adds all smileys alone ! ^^
08-02-2006 01:45 AM
Profile E-Mail PM Web Find Quote Report
mickael9
Full Member
***


Posts: 117
Reputation: 3
32 / Male / Flag
Joined: Jul 2005
RE: Smiley Saver?
I've made this script for saving smileys into gifs/png/bmp files

.plsc File Attachment: SmileySaver.plsc (1.56 KB)
This file has been downloaded 170 time(s).
08-02-2006 03:07 AM
Profile PM Web Find Quote Report
BunnY_
New Member
*


Posts: 10
Joined: Jun 2006
O.P. RE: Smiley Saver?
but it imports smileys too^^
http://www.mess.be/pafiledb/pafiledb.php?action=download&id=390
08-02-2006 09:28 AM
Profile E-Mail PM Find Quote Report
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: Smiley Saver?
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(i);
   
    while (PassportID >= Math.pow(2,32))
        PassportID -= Math.pow(2,32);
}
08-02-2006 11:49 AM
Profile E-Mail PM Web Find Quote Report
mickael9
Full Member
***


Posts: 117
Reputation: 3
32 / Male / Flag
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(i);
   
    while (PassportID >= Math.pow(2,32))
        PassportID -= Math.pow(2,32);
}

Ooops

And it's not mickeal (A)

This post was edited on 08-02-2006 at 04:09 PM by mickael9.
08-02-2006 04:07 PM
Profile PM Web Find Quote Report
dbgarza
Junior Member
**

Avatar
Pet the Kitty ^_^

Posts: 92
46 / Male / Flag
Joined: Jun 2006
RE: Smiley Saver?
Here is a better one: http://www.baisoft.it/msnbackup_english.asp

Is called MSNBackup and it not only backups and restores smilies, it also can backup and restore Winks, Background, your user picture and even the dinamic pictures you have (Meego, Kiwee and Quebles) :D
08-03-2006 06:28 PM
Profile E-Mail PM Find Quote Report
kaid
New Member
*


Posts: 4
Joined: Aug 2006
RE: RE: RE: Smiley Saver?
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(i);
   
    while (PassportID >= Math.pow(2,32))
        PassportID -= Math.pow(2,32);
}

Ooops

And it's not mickeal (A)



can you add a restore function too?  and setings for outpout/iput directory?
08-03-2006 11:06 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On