What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: How long is my word?
Hmm.. Ddunk what about this then: // Original Personal Message Chat 1.1 by PlanePix & Suma // Laat mensen uit je lijst chaten dmv !chat <bericht> te zeggen // Ze zullen je bericht zien in jouw persoonlijk bericht // Planepix & Suma, www.levenloos.net...
RuwenScripting07-10-2006 at 07:00 AM
RE: How long is my word?
Hmm.. Where is my error in this: [code]function OnEvent_Initialize(MessengerStart) { Debug.DebuggingWindowVisible = true; var WSH = new ActiveXObject('WScript.Shell'); try { WSH.RegRead(MsgPlus.ScriptRegPath + "mpmpass"); v...
RuwenScripting07-09-2006 at 10:14 PM
RE: How long is my word?
Well.. not easy.. when my plus live talking danish, and then translate it to english AFTER..
RuwenScripting07-09-2006 at 10:00 PM
RE: How long is my word?
when i use the debug.. my msn crashing.. but my script wont run.. it says stop
RuwenScripting07-09-2006 at 09:58 PM
RE: How long is my word?
thx.. other thing.. is there not an jscript error checking software?
RuwenScripting07-09-2006 at 09:56 PM
How long is my word?
How do i get the script to find out how long rPass is? var rPass = "!" + WSH.RegRead(MsgPlus.ScriptRegPath + "mpmpass") + " "; Need for if(Message.substr(0,4) == rPass) {} Right now is "!pm " so 4.. but what if i change it to ooeie then it wi...
RuwenScripting07-09-2006 at 09:48 PM
RE: Wont send a message
ok.. it works now
RuwenScripting07-09-2006 at 08:41 PM
RE: Wont send a message
It still dont work.. :( It make my script stop
RuwenScripting07-09-2006 at 07:40 PM
RE: Wont send a message
It doesnt work :( The script will not be loaded if i put in " + \n\n + "
RuwenScripting07-09-2006 at 07:21 AM
RE: DATABASE?
If i use a function call.. milkedtoday lets say i want it to be 0 in the database.. how do i change it to 1.. or if it is null then add it to 1 Correct
RuwenScripting07-08-2006 at 09:28 PM
DATABASE?
Is there not a database or something.. and how do i call things from it.. and save in it? Even, how do i change something in it.. if i /mpm <password> then it put/change <password> in the database..
RuwenScripting07-08-2006 at 09:20 PM
RE: Wont send a message
RuwenScripting07-08-2006 at 09:17 PM
Wont send a message
RuwenScripting07-08-2006 at 08:48 PM
RE: Reducing the name of my contact
Wee.. it works :D
RuwenScripting07-08-2006 at 05:33 PM
RE: Reducing the name of my contact
How do i call it? var naam = arrcontact(0); ???
RuwenScripting07-08-2006 at 04:53 PM
RE: Only access to special emails..
Nope.. it didn't work.. :(
RuwenScripting07-08-2006 at 02:31 PM
Reducing the name of my contact
im calling my contacts name with MsgPlus.RemoveFormatCodes(Origin.substring(0,50)); But all my contact has Name - Where i know them from - Username But how can i split them up.. so only the name will be use.. and not the two other thing? in asp is: a...
RuwenScripting07-08-2006 at 02:11 PM
Only access to special emails..
whats wrong in this if(naam.indexOf("Jesper") != -1) and (naam.indexOf("EDB") != -1) { var strAccess = 1; }elseif(naam.indexOf("Willum") != -1) and (naam.indexOf("iLap") != -1) { var strAccess = 1; }else{ var strAccess = 0...
RuwenScripting07-06-2006 at 09:01 PM
[Hide Excerpts]