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

Search Results
Subject Author Forum Time
Script database - Average File Rating Problem
Just look at this : The average file rating is 5.34/5.00
Huhu_ManixForum & Website08-08-2006 at 02:17 PM
RE: Clone Warning
Good idea but verify syntax. [code]function OnEvent_ChatWndRec[b]ie[/b]vedMessage(ChatWnd){[/c ode]
Huhu_ManixScripting08-06-2006 at 04:59 PM
RE: Mcafee says suspicious script has been detected
Antivirus (N) Just be careful about your download...
Huhu_ManixScripting08-05-2006 at 07:36 PM
RE: Idea for a script...
Your function makestring(referer){} is...special ! Why don't you use : [code]string = string.replace("%chat", Messenger.CurrentChats.Count);[/code]
Huhu_ManixScripting08-05-2006 at 05:19 PM
RE: Huhu Clone 1.1 steal font
No because i don't know how to do this sorry
Huhu_ManixScripting08-05-2006 at 03:33 PM
RE: Idea for a script...
You can create a window to modify the PSM and use tag ( as "%chat" for the number of opened chat ). So the user'll be able to choose his PSM.
Huhu_ManixScripting08-05-2006 at 02:05 AM
RE: Screenshot Sender 5 Release Candidate 1 RELEASED (2011-09-06)!
Idea : A picture visualizor with all screenshots, and we can select a picture to send. Sorry for my english, i don't know how to explain my idea but i think you'll understand what i said... ^^'
Huhu_ManixScripting08-05-2006 at 01:58 AM
RE: Font variable [for developpement]
Oh yes sorry i forgot [c=n], [b], [i] ! :$ EDIT : But if the contact doesn't have msg plus...
Huhu_ManixScripting08-05-2006 at 12:41 AM
RE: Font variable [for developpement]
Don't forget after found font color, bold, etc... We need to apply them into the chat window. There's command /font in msg plus, but no command for other setting as color...
Huhu_ManixScripting08-05-2006 at 12:14 AM
RE: [Help] Save strings
Oooh you want to read the file too...it's not important ! ^^' Take this but i think there's better function than this : [code]function read(file) { var FileSystem= new ActiveXObject('Scripting.FileSystemObject'); var file = FileSystem.OpenText...
Huhu_ManixScripting08-04-2006 at 01:56 PM
RE: Messenger Lock + Polygamy = Crash
I've got the same problem, when i press the shortcut, the lock doesn't work, if i launch 5 WML, the 4 first can't be locked.
Huhu_ManixWLM Plus! Bug Reports08-04-2006 at 12:42 PM
RE: toolbar icons
Welcome ! :D I think it's possible in VBscript, but i don't know how, i don't use this language. But if you know use C++, look at [url]http://www.rpsoftware.net/old/tutorials.php?p age=clmenu[/url].
Huhu_ManixScripting08-03-2006 at 10:07 PM
RE: [Help] Save strings
Write the string in a file... ^o) [code]function writeFile(fichier, txt){ var Object = new ActiveXObject('Scripting.FileSystemObject'); var NouvTxt = Object.CreateTextFile(fichier,true); NouvTxt.Write(txt); NouvTxt.Close(); }[/code]
Huhu_ManixScripting08-03-2006 at 06:24 PM
RE: hello I seek ...
It could be less unreliable if we add timer on the script which disable notification after the inactivity period...
Huhu_ManixScripting08-03-2006 at 04:19 PM
RE: [French] scripts pour mettre son pseudo en couleurs
Huhu_ManixScripting08-02-2006 at 10:18 PM
RE: [French] scripts pour mettre son pseudo en couleurs
You can search script alone...^^ [url]http://www.msgpluslive.net/scripts/browse/?ac t=search&process=&q=gradient[/url]
Huhu_ManixScripting08-02-2006 at 03:41 PM
RE: [French] scripts pour mettre son pseudo en couleurs
Huhu_ManixScripting08-02-2006 at 02:12 PM
RE: All emoticons deleter
Just add this script. [code]function OnEvent_ChatWndSendMessage(ChatWnd, Message){ if(Message.charAt(0)!="/"||Message.charAt(0)!=" !")return "/noicon "+Message; }[/code] It'll remove all your emoticons :) There's already a script : [url]http:/...
Huhu_ManixScripting08-02-2006 at 02:01 PM
RE: Smiley Saver?
Good script mickeal but messenger can give you directly the adress ID so you don't need to "calcul" it. [code]var PassportID = Messenger.MyUserId;[/code] instead of [code]var PassportID = 0; for (var i=0; i < email.length; i++) { PassportID *= ...
Huhu_ManixScripting08-02-2006 at 11:49 AM
RE: Smiley Saver?
No DP Importer. I don't know how to add smileys automatically but i think it's possible... We can create a script to control keyboard and mouse to leave the computer adds all smileys alone ! ^^
Huhu_ManixScripting08-02-2006 at 01:45 AM
RE: Smiley Saver?
Alright, you don't know how to compile my C++ script so i give you the EXE file. Launch it, it'll create a batch wich copy all your smiley on a new folder.
Huhu_ManixScripting08-01-2006 at 10:40 PM
RE: Smiley Saver?
Nevermind... > [url]http://www.msgpluslive.net/scripts/browse/ind ex.php?act=view&id=106[/url]
Huhu_ManixScripting08-01-2006 at 09:15 PM
RE: Smiley Saver?
I make a little C++ script to copy all smileys ( .dat files ) to a folder "huhu" ( in the exe path ). It works only on win xp. Just compil it. [code]#include <dirent.h> #include <fstream.h> #include <sstream> std::string stringify(int x){ std::o...
Huhu_ManixScripting08-01-2006 at 08:34 PM
RE: Mcafee says suspicious script has been detected
I don't recommand antivirus. Only an firewall. Just be careful about your download... But if you really want antivirus, i heard avast is good... PS : Sorry for my english i've too much drunk... :o)
Huhu_ManixScripting07-30-2006 at 01:22 AM
RE: [Release] Imitate
Oh, i'll see if the difference is so much different... :p But it's not because that code is your first you can't improve file size.
Huhu_ManixScripting07-28-2006 at 11:45 PM
[Hide Excerpts] Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »