What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Only access to special emails..

Only access to special emails..
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Only access to special emails..
code:
if (naam.indexOf("Jesper") != -1) && (naam.indexOf("EDB") != -1) {
var strAccess = 1;
}else if(naam.indexOf("Willum") != -1) && (naam.indexOf("iLap") != -1) {
var strAccess = 1;
}else{
var strAccess = 0;
}

if (strAccess == 1) {
Messenger.MyPersonalMessage = "Citat af " + naam + ": " + Message.substr(7);
}

Should work
[Image: 1-0.png]
             
07-06-2006 10:24 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Only access to special emails.. - by Ruwen on 07-06-2006 at 09:01 PM
RE: Only access to special emails.. - by absorbation on 07-06-2006 at 09:03 PM
RE: Only access to special emails.. - by segosa on 07-06-2006 at 10:07 PM
RE: Only access to special emails.. - by Ezra on 07-06-2006 at 10:24 PM
RE: Only access to special emails.. - by Ruwen on 07-08-2006 at 02:31 PM


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