What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Multiple Accounts Nick Changer

[Request] Multiple Accounts Nick Changer
Author: Message:
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
O.P. [Request] Multiple Accounts Nick Changer
How about a multiple accounts nick changer??? I have 2 accounts and I use the same nickname for both.. and is very annoying to copy one to another.... jajajaja (H)

This post was edited on 01-31-2007 at 10:56 PM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
01-31-2007 10:56 PM
Profile PM Web Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [Request] Multiple Accounts Nick Changer
as in... polygamy?


i can make one where it saves your name to a text file then loads it up on your other account... (non-polygamy)

This post was edited on 01-31-2007 at 11:03 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
01-31-2007 11:02 PM
Profile PM Web Find Quote Report
MrT
Junior Member
**

Coding For Fun

Posts: 62
35 / Male / Flag
Joined: Jul 2006
RE: [Request] Multiple Accounts Nick Changer
you can make two scripts.

one(for your first account)
code:
function OnEvent_ContactNameChange(mail,isim) {
if (mail == "yourSECONDmail@hotmail.com") { Messenger.MyName = isim; }
}

two(for your second account)
code:
function OnEvent_ContactNameChange(mail,isim) {
if (mail == "yourFIRSTmail@hotmail.com") { Messenger.MyName = isim; }
}


will it work?
i didn't test it
(sorry for my english)
02-01-2007 10:48 PM
Profile E-Mail PM Web Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [Request] Multiple Accounts Nick Changer
quote:
Originally posted by MrT
you can make two scripts.

one(for your first account)
code:
function OnEvent_ContactNameChange(mail,isim) {
if (mail == "yourSECONDmail@hotmail.com") { Messenger.MyName = isim; }
}

two(for your second account)
code:
function OnEvent_ContactNameChange(mail,isim) {
if (mail == "yourFIRSTmail@hotmail.com") { Messenger.MyName = isim; }
}


will it work?
i didn't test it
(sorry for my english)

that will only work if he has himself on his other contact list..

and you dont have to create separate scripts, you can use only 1. just add an else to it ;)

eD: the text file thingy should work.. :rofl:

This post was edited on 02-01-2007 at 11:08 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
02-01-2007 11:05 PM
Profile PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
O.P. RE: [Request] Multiple Accounts Nick Changer
roflmao456 can you please post the final result of the script??? of what you have said... I don't get it...

This post was edited on 05-06-2007 at 03:44 PM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
05-06-2007 03:44 PM
Profile PM Web Find Quote Report
« 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