What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Bug Report] multi-line nick error in web2live

[Bug Report] multi-line nick error in web2live
Author: Message:
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: [Bug Report] multi-line nick error in web2live
I'm not sure how the information is sent or stored in Web2Live, but I have fixed this in YASS with
code:
foreach($_POST as $key => $val)
   $_POST[$key] = str_replace('%0D', '', $val);
where all the data sent is URLencoded, %0D represents a line break. I replace it with an empty string.

Had a similar problem with the + character. It was being displayed as a space instead of the literal + character.
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
03-14-2008 10:33 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Bug Report] multi-line nick error in web2live - by Shiny Rabbit on 03-14-2008 at 07:15 PM
RE: [Bug Report] multi-line nick error in web2live - by warmth on 03-14-2008 at 09:34 PM
RE: [Bug Report] multi-line nick error in web2live - by Shiny Rabbit on 03-14-2008 at 10:24 PM
RE: [Bug Report] multi-line nick error in web2live - by MeEtc on 03-14-2008 at 10:33 PM
RE: [Bug Report] multi-line nick error in web2live - by Shiny Rabbit on 03-14-2008 at 10:40 PM
RE: [Bug Report] multi-line nick error in web2live - by NanaFreak on 03-14-2008 at 11:33 PM
RE: [Bug Report] multi-line nick error in web2live - by Shiny Rabbit on 03-15-2008 at 12:13 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On