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

Search Results
Subject Author Forum Time
RE: [Help] What is the best way to read binary file ??
[s]I have a helper script written by Volv that works with binary data. I'll post/attach when I get home. [/s] These should help. [code=JScript]function binReadFile(filePath) { var fstream = new ActiveXObject("ADODB.Stream"); fstream.Type = 1; f...
MeEtcScripting04-19-2009 at 01:41 AM
Scripts re-enabled after autoupdate
I just got a message from the auto-updates for scripts, the message box popped up before signing in. After updating, it asked to restart messenger (fairly normal). I think there were 4 that updated. Of those 4, 3 of them I had disabled previously. A...
MeEtcWLM Plus! Bug Reports04-17-2009 at 07:46 PM
RE: Driving Test [Now Passed :D]
As for your 'nerves', I can't say much for driving because I don't drive myself yet. I hear alcohol will take your mind off things, and does wonders for your driving abilities! :p
MeEtcGeneral Chit Chat04-15-2009 at 10:31 AM
RE: Hardware issues
Yes, I'm well aware of all the connections that need to be made, and they have been made. BTW, its a AMD Athlon Mobo. Anyone feel like chiping in some money? (A) https://www.robotnik.com/product.php?productid=692 https://www.robotnik.com/product.p...
MeEtcTech Talk04-10-2009 at 06:55 PM
RE: Hardware issues
Possibly. But as I said, it requires the PC to be connected to power, but OFF in order to boot. Also when it did boot it now gives a new error for "FDC Error. Press F1 to continue" and can boot normally. The floppy drive isn't connected right now ...
MeEtcTech Talk04-10-2009 at 05:55 PM
Hardware issues
My local server machine is having some issues. It is almost 5 years old now, so I'm not terribly surprised its dying. On Tuesday night, I rebooted it, and it decided to not come back online. The power and HDD LED's light up (and the HDD turns off a...
MeEtcTech Talk04-10-2009 at 05:25 PM
RE: script.
You do not need a script to do this. Messenger Plus can do this on its own, however it will not work when you are not signed in. To view the last sign in time, on the contact list, right click a contact > Extras > Contact info
MeEtcScripting04-10-2009 at 04:55 AM
RE: PHP Question
Be careful though when you do that, because malicious users can use this to load arbituary code. bbq.com?page=./../passwords.txt would allow a user to load a file that normally wouldn't be able to load, or even bbg.com?page=http://malicioussite.com/...
MeEtcTech Talk03-31-2009 at 04:43 PM
RE: script to check if you're deleted?
There is no way to tell if you're blocked. If you are deleted then yes, the contact list cleanup shows the correct status.
MeEtcScripting03-27-2009 at 02:50 AM
RE: Virus? how does it even exist?
Start > Run > diskmgmt.msc Some disks ship with a hidden recovery partition. If you look on there, it will show you if there are any hidden partitions on the disk
MeEtcTech Talk03-26-2009 at 07:39 PM
RE: 'Messenger Lock' BUG
Windows XP Service Pack 3 (5.1.2600) Windows Live Messenger 8.5.1018 Messenger Plus! Live 4.80.0.356 I can't confirm this, unless i'm following the steps to reproduce wrong. What I did: activate messenger lock change shortcut (I changed it to Ctrl ...
MeEtcWLM Plus! Bug Reports03-26-2009 at 02:19 AM
RE: Super Nintendo Entertainment System!
ahh yes, i see it now. Kind of hard to read it on my phone's screen whilst riding on a bus.
MeEtcGeneral Chit Chat03-26-2009 at 12:41 AM
RE: Super Nintendo Entertainment System!
Just some clarification on the differences between the American and European versions. I believe the correct name for the version that Menthix posted is the Super Famicon. As for games, bomberman was epic if you had the multitap connector to allow 4 ...
MeEtcGeneral Chit Chat03-26-2009 at 12:21 AM
RE: Looking for staff - news posters and admins
Well, I suppose I could get back into the swing of things and try to finish the articles I tried writing before :p. I still get the admin emails, so I assume I'm still on a list somewhere. I'm not sure if I'll be able to post stuff on the up and c...
MeEtcGeneral Chit Chat03-23-2009 at 11:55 PM
RE: Plus is installer for adware?
Well alright, you say you don't like the advertisements. If you would like to see the adware bundled with Plus disappear permanently, can you suggest another way in which the developer can make revenue from his efforts? Nothing will change if you co...
MeEtcWLM Plus! Help03-22-2009 at 06:25 PM
RE: errorcode 80048820
Have you tried [url=http://www.google.com/search?q=80048820]searc hing Google[/url] before posting? I found 2 sites right at the top that show possible ways to fix this error. http://www.tomshardware.com/forum/95438-45-error-8 0048820-messenger http://...
MeEtcSkype & Live Messenger03-22-2009 at 05:17 PM
RE: Question about the 15 message limitation and offline messaging
I believe so. One other point to remember, is that MSN has another limit of 8 switchboard sessions per minute. This basically means you can only send a message to at most 8 different people in a timeframe of one minute. There is nothing you can do a...
MeEtcScripting03-22-2009 at 05:12 PM
RE: [Release] YASS 0.9.86 (Aug 9 08) Server 0.10.112 (Jan 25 09)
hi Mondscheinchen, This is a known problem with the program. To get assistance with the installer, please contact me here: http://www.yetanothersig.com/?act=contact
MeEtcScripting03-22-2009 at 05:04 PM
ActiveX ADODB.Stream
MeEtcScripting03-22-2009 at 05:34 AM
RE: Returning a numeric value and an image
yeah, i was thinking using that earlier too. Encoding it with base64 isn't difficult But it doesn't work in IE... EDIT: I found someone who's doing it, sort of... http://www.hedgerwow.com/360/dhtml/base64-image/de mp.php Uses MHTML and VML ? But us...
MeEtcTech Talk03-21-2009 at 09:36 PM
RE: Returning a numeric value and an image
Thanks WDZ. I'll see if that can work with what I have, because I don't use XMLHTTPRequest to load the image. I was also speaking with Matti offline, he suggested returning a JSON with the offset and a URL to a cache that has the image to be loaded...
MeEtcTech Talk03-21-2009 at 08:51 PM
RE: Returning a numeric value and an image
Hm, now thats an interesting idea. How would I get Javascript in the browser to display the image though? Right now I'm using new Image(), setting a src, and appending as a child node for the initial loading of the page. I haven't added in the dyna...
MeEtcTech Talk03-21-2009 at 06:02 PM
Returning a numeric value and an image
I'm working on a new image editor for YASS, and I've run into a problem with positioning text. Text is being generated with PHP as an image. The problem I'm facing, is in the actual image text position is based on the baseline of the text, and let...
MeEtcTech Talk03-21-2009 at 05:43 PM
RE: [release] Music now playing
I posted in another thread some more technical information as to whats going on with WLM 2009 and Music Now Playing. [url=http://shoutbox.menthix.net/showthread.php?ti d=88798&pid=949027#pid949027]MeEtc's reply to Now Playing not displayed[/url] [quo...
MeEtcScripting03-21-2009 at 05:05 AM
RE: What's wrong with my code?
I think I made a script in the past that does exactly this. yep, i did. http://www.msgpluslive.com/scripts/view/388-ChatCo unt/
MeEtcScripting03-18-2009 at 06:47 AM
[Hide Excerpts] Pages: (89): « First « 13 14 15 16 [ 17 ] 18 19 20 21 » Last »