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

Search Results
Subject Author Forum Time
RE: [Release] FileServer Script v1.1.2
Are you using spaces in it ? What's the string you are trying to change to ?
PaiScripting07-10-2006 at 11:26 AM
RE: [Release] FileServer Script v1.1.2
I can implement it, but it would only be able to respond pre-defined text and that has nothing to do with the idea of the script :S it's for browsing fileservers and sharing files, not respond to personal commands :X but oh well, if you guys want it...
PaiScripting07-10-2006 at 10:50 AM
RE: JScript too hard to use
Just a small add, I had never used VB or whatever, only Pascal/Delphi and honestly the first time I heard of Jscript was with MP!L. So I had no experience with whatever languages you can find easier, and after starting to learn JScript about a month ...
PaiScripting07-09-2006 at 11:26 PM
RE: [Release] FileServer Script v1.1.2
I'm afraid that that has nothing to do with this script, but with WLM itself, because all the script does is initiate the file transfer, then WLM handles the rest (including the security issues).
PaiScripting07-09-2006 at 05:11 PM
RE: [Release] FileServer Script v1.1.2
Yeah if you don't use plus it shows the emoticons ! I decided to not use the /noicon anymore, as I'm implementing the number of the file for easier downloading ("!get 12" gets file in the 12th position in that folder, this number is listed with t...
PaiScripting07-08-2006 at 05:13 PM
RE: [Release] FileServer Script v1.1.2
That *could* be done ... I'll research it a bit further and report later :P
PaiScripting07-08-2006 at 11:56 AM
RE: [Release] FileServer Script v1.1.2
I've made tests from 200ms to 3000s and plus! still blocks the messages, it's like a "block after 14 consecutive messages sent by a script no matter the time delay between them"
PaiScripting07-08-2006 at 11:14 AM
RE: Limitation - Scripts installing
I noticed that because of my script, and it's really annoying.. But if it only installs to one account, and you close down both WLMs and start them again, the script is now enabled in both accouts. Anyway I don't think it should ask to which instal...
Pai07-08-2006 at 02:13 AM
RE: [Release] FileServer Script v1.1.2
You can use the !listcommands command to check what each command does/can do, or even the first post, where it says "Commands:" :P
PaiScripting07-08-2006 at 02:04 AM
RE: [Release] FileServer Script v1.1.2
Glad to hear that :D
PaiScripting07-07-2006 at 09:51 PM
RE: [Release] FileServer Script v1.1.2
Updated the script in my server, but didn't yet update it in this thread, just to check if the auto-update feature is working ! You can either wait 'till one day passes since you've installed the script, or you can force it to check for an update ...
PaiScripting07-07-2006 at 07:31 PM
RE: [Release] FileServer Script v1.1.2
Logging out would be easy to add, tho I had though about it on the past and didn't find a reason to implement it. Now that I think about it I see one (you may have been browsing and then you go away from the pc, and another user can use the fileserv...
PaiScripting07-07-2006 at 05:15 PM
RE: [Release] FileServer Script v1.1.2
First of all thanks for the support :) I edited the first post (forgot to edit the default commands when I updated the script) and added a Todo list for the next version (thanks SonicSam for both!). I'll release an updated version either today or to...
PaiScripting07-07-2006 at 11:17 AM
RE: [Release] FileServer Script v1.1.2
Updated, now all commands start with an exclamation point by default :) Remember, as the script was designed to not delete your configurations when being updated, and as commands can be custom they won't be overwritten on updates, you need to delete...
PaiScripting07-07-2006 at 01:59 AM
RE: [Release] FileServer Script v1.1.2
Uhm, yes I can make it ignore commands instead of sending an error message if the user isn't logged in :P Or, I could change the default commands to something like !get and then this wouldn't happen ! What do u think ?
PaiScripting07-07-2006 at 01:30 AM
RE: [Release] FileServer Script v1.1.2
Well, of course it doesn't, it's not you that's supposed to browse your own fileserver, it's your contacts :P The script doesn't accept browsing commands comming from you :)
PaiScripting07-06-2006 at 11:12 PM
[Release] FileServer Script v1.1.2
This script allows you to serve files from your messenger account ! Just add an user, specify a password and a root folder, and he can instantly access it through your MSN account ! The script will be submited to the Official Script Database after I...
PaiScripting07-06-2006 at 10:30 PM
RE: Is there any anti-flood protection in MP!L ?
Found it [url=http://shoutbox.menthix.net/showthread.php?ti d=59990&pid=657489#pid657489]here[/url] Damn |: OK thanks all ! :)
Pai07-06-2006 at 09:20 PM
RE: How wo Run a Program through Javascript
You need double-slashes, ie C:\\Pro... use this: [code]new ActiveXObject("wscript.shell").run('C:\\Progr am Files\\Windows Media Player\\wmplayer.exe');[/code]
PaiScripting07-06-2006 at 02:01 AM
Is there any anti-flood protection in MP!L ?
I'm currently playing with timed-simultaneous messages (ie send a message to a contact every second), and I noticed that around the 10th consecutive message the script stops sending anything. But the debug viewer still shows the script "trying" t...
Pai07-06-2006 at 01:57 AM
RE: [Question] How to display the BrowseFolder dialog box?
I officially love you :P Tkx!
Pai07-01-2006 at 11:34 AM
RE: [Question] How to display the BrowseFolder dialog box?
I had already found that topic in the past, but we are talking about different things :) You topic refers to GetOpenFileNameW, a function that display the Select File dialog, so you pick specific file(s) I'm looking for SHBrowseForFolderA (in shell3...
Pai07-01-2006 at 10:39 AM
RE: FileServer Script - Suggestions !
Thanks guys, I'm aiming to make a complete file serving script, so your ideas and suggestions are always welcome :) I bet we're not the only ones, this kind of script could be very useful and I was thinking there'd be one out by now. As there isn...
PaiScripting07-01-2006 at 10:30 AM
FileServer Script - Suggestions !
PaiScripting07-01-2006 at 12:11 AM
[Question] How to display the BrowseFolder dialog box?
There is a function in shell32.dll called "SHBrowseForFolderA" that allows you to display the Browse for Folder dialog, but I can't get it to work ! I found VB code that can help: [code]'************** Code Start ************** 'This code was or...
Pai06-30-2006 at 11:48 PM
[Hide Excerpts] Pages: (8): « First « 1 2 [ 3 ] 4 5 6 7 » Last »