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

Search Results
Subject Author Forum Time
RE: php, preg replace help
Exactly(Y) I'm not sure if there are protocols with other chars then a-z in it, but it supports at least http, https, ftp etc. And if you ever see another protocol, you can always change it;) Btw: "/^[a-z]+:\/\//i" The "main preg" is between /...
J-ThreadTech Talk10-24-2005 at 03:00 PM
RE: php, preg replace help
What if I enter this link: https://www.thisisasafesite.com It'll be: http://https://www.thisisasafesite.com You'd better do: [code] if (!preg_match("/^[a-z]+:\/\//i", $URL) { $URL = "http://". $URL; } [/code] Should be something like that ...
J-ThreadTech Talk10-24-2005 at 01:24 PM
RE: Music Logger Plus - Final - Version 2.4 + Standalone Version
Jedimark says it does use the install dir of msg plus, but as far as I know it doesn't.... Jedimark, can you take another look at it? Maybe you commented the line:P
J-ThreadPlug-Ins10-24-2005 at 10:03 AM
RE: [C#] EventLog and Threads
An option might be to make an array, and everytime you want to add something to the event log you add it to the array (in the listener thread). In your main function there is a timer that checks the array every ... seconds (10 or so) and writes every...
J-ThreadPlug-Ins10-21-2005 at 07:08 PM
RE: Is there any timed nick changer?
As far as I know, the maximum is 10 changes a minute, so that's 6 seconds between each change... That's why NickChange's minimum is 10 seconds, that's a "safe" amount of time to avoid problems... So an option is to make a plugin that changes yo...
J-ThreadPlug-Ins10-21-2005 at 07:03 PM
RE: Update to Screenshot Sender 3 Beta - 3.0.555
I think he means: clicking the "Paste" option in the contextmenu off your right click in a convo window, or maybe even press Ctrl + V to send a screenshot...
J-ThreadPlug-Ins10-21-2005 at 07:00 PM
RE: [C#] EventLog and Threads
It's a very interesting question.... Jedimark and I searched for the problem a while, and suddenly I remembered you can't write to the Event log from another Thread... So the question should be (at least that's what I think): how to make another t...
J-ThreadPlug-Ins10-21-2005 at 06:58 PM
RE: Is there any timed nick changer?
NickChange Plugin doesn't exactly what you are looking for, but it may be a nice feature. I'll think about it(Y) (I'm the writer btw ;-))
J-ThreadPlug-Ins10-20-2005 at 03:11 PM
RE: [REQUEST] GTalk addon
It IS possible... But it is difficult... I'd rather see a msn addon for GTalk, so I've got al my MSN people in my GTalk list:D
J-ThreadPlug-Ins10-20-2005 at 07:17 AM
RE: Retrieving friendly name of contact who sends action
Ok, you make a boolean, lets call it HasSendCommand. It should be set to false by default. As soon as your function sends the notification, set it to true. In the receivenotification function, you have to check if HasSendCommand is true. If it is, it...
J-ThreadPlug-Ins10-19-2005 at 06:44 PM
RE: Geek goes popular on Myspace
[color=red]* J-Thread thinks of the "reputation" on this forums, and wonders if its possible to make a script that makes everybody give him a positive reputation:D:P:P:P[/color]
J-ThreadTech Talk10-19-2005 at 06:42 PM
RE: Geek goes popular on Myspace
LOL i love this kind of stories! Let me think of a website where I can do the same...8-)
J-ThreadTech Talk10-19-2005 at 02:05 PM
RE: MSN to MSN tabbed windows
I still don't see the difference, but well, sorry for my answer, my english isn't good enough to understand this I think.... Well, have fun with the tabbed thing or whatever it is(Y);)
J-ThreadPlug-Ins10-15-2005 at 09:15 PM
RE: [php] Get Meta Data From Page
The CURL library isn't part of the standard PHP install as far as I know... Why don't use [url=http://nl3.php.net/file_get_contents]file_get _contents[/url]? I don't know servers that have disabled the fopen wrappers.... Otherwise you can use: [cod...
J-ThreadTech Talk10-15-2005 at 06:51 PM
RE: MSN to MSN tabbed windows
Just download the latest msg plus... Please read before asking stupid questions
J-ThreadPlug-Ins10-14-2005 at 05:53 PM
RE: change personal message
[url=http://shoutbox.menthix.net/showthread.php?ti d=51412]NickChange Plugin[/url] can do this with your Nickname, I may add an option to change your PM too, but as I don't have msn 7 I can't test it myself... If there are no other solutions (there ...
J-ThreadPlug-Ins10-14-2005 at 02:12 PM
RE: PHP: A question for the pros
I know, but there are 2 ways to solve this problem. 1: change his config and make the script work 2: change the script so it works on both servers Besides that, it may be usefull information to exactly know how he manage his sessions...
J-ThreadTech Talk10-14-2005 at 02:03 PM
RE: PHP: A question for the pros
Can you please post the header of your scripts here? I mean session_start() and all the code where you set and load your session vars...
J-ThreadTech Talk10-14-2005 at 09:24 AM
RE: HELP PLEASE! (PSM Countdown)
that's a bug in the code, it can only replace [ds] with an extra s.... The source code is on the website and it isn't really difficult to adjust it, but I'm not going to compile his code or something. Contact the maker to adjust it, he can always ...
J-ThreadPlug-Ins10-13-2005 at 07:29 PM
RE: can sum1 help (installing colour nick v2)
Well....maybe there's an error in the config??:S
J-ThreadPlug-Ins10-13-2005 at 07:22 PM
RE: Just wondering...
I just though of "improvement", but well, I didn't know the word at the moment I typed my message, and I thought people would understand me. But thanks anyway, I'll try to improve my english:D
J-ThreadPlug-Ins10-12-2005 at 09:59 AM
RE: Just wondering...
Yes I do know it isn't a bug, off course not;). But my english isn't that good and I don't know the word for "verbetering" so I wrote solve "bugs"(Y)
J-ThreadPlug-Ins10-12-2005 at 06:00 AM
RE: Just wondering...
I think this is more a request for a feature in msg plus!. A plugin is more for completely new functions, and not for solving "bugs" in msg plus:)
J-ThreadPlug-Ins10-11-2005 at 11:03 PM
RE: hWnd of IMWindowClass chat input box
Interesting code Matty, that may be really usefull!(Y) eSould, take a look at [url=http://shoutbox.menthix.net/showthread.php?ti d=51147]this[/url] thread;)
J-ThreadPlug-Ins10-10-2005 at 04:58 PM
RE: hWnd of IMWindowClass chat input box
2nd question: There is no RegisterWindowMessage for sending chat messages with msn. You have to send the chars to the input box and end with a Return, so the text is send. There has been a discussion about this lately, just search on the forums.
J-ThreadPlug-Ins10-10-2005 at 04:19 PM
[Hide Excerpts] Pages: (19): « First « 10 11 12 13 [ 14 ] 15 16 17 18 » Last »