What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Can msg script see e-mail?

Can msg script see e-mail?
Author: Message:
apex
Junior Member
**


Posts: 20
Joined: Mar 2008
O.P. Can msg script see e-mail?
Hi,
I'm trying to improve PSM Chat 1.0, wich allows others to create your PSM by typing !psm <message> (or any other command)(wth authors permission).

You can now also "ban" people from creating your PSM, by entering their name in the script, al following:

code:
if (test == "on")
    {
        var name = Origin.substring(0,25);
        if (name == "") {
            if(Message.substring(0,1) == "~") {
                damessage = Message.substring(1,500);
                ChatWnd.SendMessage("You are not allowed...");

Now I want to make it so, that you can enter the E-MAIL adres, in stead of a name, because people often change their names, and also use bb codes etc...

But i dont know how? Does any else know? I tried using: var Email = Getadres (email) but it didn't work.

Any1 knows this? thx


~Apex
03-30-2008 03:33 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Can msg script see e-mail? - by apex on 03-30-2008 at 03:33 PM
RE: Can msg script see e-mail? - by CookieRevised on 03-30-2008 at 05:43 PM
RE: Can msg script see e-mail? - by apex on 03-30-2008 at 06:49 PM
RE: Can msg script see e-mail? - by CookieRevised on 03-30-2008 at 08:13 PM
RE: Can msg script see e-mail? - by apex on 03-31-2008 at 08:32 AM


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