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:
Shiny Rabbit
Full Member
***

Avatar
oohhh shiny

Posts: 296
Reputation: 2
– / Male / Flag
Joined: Jun 2007
O.P. [Bug Report] multi-line nick error in web2live
[Image: signature-user=532&back=4&clr=255,255,255&size=100.png]

pictures paint a thousend words so there you go, maybe move the PM thing down or make it only show the top line of my name like in the contacts list?

This post was edited on 03-14-2008 at 07:24 PM by Shiny Rabbit.
[Image: 202-3.png][Image: shinyhachunesig.png]



03-14-2008 07:15 PM
Profile E-Mail PM Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: [Bug Report] multi-line nick error in web2live
I think you should attach a txt file with the code you use to display your name... cause some char is causing that...
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
03-14-2008 09:34 PM
Profile PM Web Find Quote Report
Shiny Rabbit
Full Member
***

Avatar
oohhh shiny

Posts: 296
Reputation: 2
– / Male / Flag
Joined: Jun 2007
O.P. RE: [Bug Report] multi-line nick error in web2live
if you mean how i made the linebreak i put in a convo box:

/name [c=12]Parias[/c=47]<Shift-Enter>
[c=12]Now with 50% moar furry[/c=11]
[Image: 202-3.png][Image: shinyhachunesig.png]



03-14-2008 10:24 PM
Profile E-Mail PM Find Quote Report
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
Shiny Rabbit
Full Member
***

Avatar
oohhh shiny

Posts: 296
Reputation: 2
– / Male / Flag
Joined: Jun 2007
O.P. RE: [Bug Report] multi-line nick error in web2live
i tried YASS as well but it just came up with an error wen i try 2 do anything
[Image: 202-3.png][Image: shinyhachunesig.png]



03-14-2008 10:40 PM
Profile E-Mail PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [Bug Report] multi-line nick error in web2live
quote:
Originally posted by MeEtc
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.
thanks, i will work on this now :)

also, can you not make a new thread... just post in the Web2Live thread

UPDATE: the bug has been fixed now, as you can tell your signature is working fine :)

This post was edited on 03-15-2008 at 12:05 AM by NanaFreak.
03-14-2008 11:33 PM
Profile PM Find Quote Report
Shiny Rabbit
Full Member
***

Avatar
oohhh shiny

Posts: 296
Reputation: 2
– / Male / Flag
Joined: Jun 2007
O.P. RE: [Bug Report] multi-line nick error in web2live
brilliant, i shall sig this now

maybe you could put a - where a line break is or something? just to break it up a bit so it doesn't look like 1 huge string of words?

my previous subname would have looked retarded (parias red scores)

This post was edited on 03-15-2008 at 12:22 AM by Shiny Rabbit.
[Image: 202-3.png][Image: shinyhachunesig.png]



03-15-2008 12:13 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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