quote:
Originally posted by UTI
What's wrong with this code?... it's the same as Ezra's code exact, except for receiving messages... It'll count the recieving messages but then when I send messages, it is messed up
Ezra's code didn't work either because it contains wrong code:
code:
function ReadRegistry(key)
{
var Shell = new ActiveXObject("WScript.Shell");
return value = Shell.RegRead(MsgPlus.ScriptRegPath + key);
}
To know the detailed description and why it is wrong see
CookieRevised's reply to Registry Editing in scripts.
quote:
Originally posted by UTI
but is there a way to only display the count in my Msgplus! Chat logs?
in short: no... and also, don't forget, everything you manipulate on those message will be recieved and seen by your contacts also!!!!