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

Search Results
Subject Author Forum Time
Special Friends Alfa 1
Special friends is a simple script that allowes you to add special friends to your messenger-user... (The script stores separate data to separate users). I have some bugs, but nearly everything is working. When one of your special friends loggs on me...
AlxandrScripting07-05-2007 at 09:59 AM
RE: Restarting the script in code
Nah... I found a way arround... I just neded to remove things from OnEvent_Initialize to OnEvent_Signin...
AlxandrScripting07-03-2007 at 10:07 AM
Restarting the script in code
How do I restart the script inside the script itself? Somthing like: [code]if(newUser()){ restartScript(); } else { Debug.Trace("This isn't a new user..."); }[/code]
AlxandrScripting07-03-2007 at 09:42 AM
RE: [split] help finding XML error
Dan... Look at this code: [code] var xml = new ActiveXObject("Microsoft.XMLDOM"); var file = MsgPlus.ScriptFilesPath + '\\test.xml'; xml.load(file); var Profile_nodes = xml.getElementsByTagName("Profile"); var numProfiles =...
AlxandrScripting06-22-2007 at 10:57 AM
RE: [split] help finding XML error
Can any1 find the error in this? [code] var xml = new ActiveXObject("Microsoft.XMLDOM"); var file = MsgPlus.ScriptFilesPath + '\\test.xml'; Debug.Trace(file); xml.load(file); Debug.Trace(xml.documentElement.selectSingleNode( ...
AlxandrScripting06-22-2007 at 10:15 AM
RE: Storing of data...
But how do you do that in JS? (I preffer XML)...
AlxandrScripting06-21-2007 at 08:25 PM
Storing of data...
If i want to store some data for later, what do I do? For example if I wan't to store a List of users, how do I do that? So that when the user logs on again (on the same computer ofcause, js is client, not serverscript) the computer already has fill...
AlxandrScripting06-21-2007 at 07:54 PM
[Hide Excerpts]