What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Status2FTP - Version 2.0.3

Pages: (11): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »
[Release] Status2FTP - Version 2.0.3
Author: Message:
backfisch
Junior Member
**


Posts: 19
Joined: Jun 2006
RE: [Release] Status2FTP
if there's a possiblity to delete the <![CDATA[ [  tag in the *.xml file, because php can't read this tag...

So my Homepage plugin isn't working anymore...

Plz Help

THX
06-28-2006 07:58 PM
Profile E-Mail PM Find Quote Report
backfisch
Junior Member
**


Posts: 19
Joined: Jun 2006
RE: [Release] Status2FTP
i've got the error... the cdata tag is on the wrong position in the xml file
for example:
RIGHT!
<![CDATA[<Username></Username>>]]


WRONG!
<Username><![CDATA[>]]</Username>


can you improve  this error

THX
06-28-2006 08:04 PM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. RE: [Release] Status2FTP
quote:
Originally posted by backfisch
i've got the error... the cdata tag is on the wrong position in the xml file
for example:
RIGHT!
<![CDATA[<Username></Username>>]]


WRONG!
<Username><![CDATA[>]]</Username>


can you improve  this error

THX

no, my way is right.

putting the tags inside <![CDATA[ ]]> is for including tags as content as an alternative to converting them to &lt; etc. Theyre not parsed as markup at all inside CDATA.
06-28-2006 08:15 PM
Profile PM Find Quote Report
backfisch
Junior Member
**


Posts: 19
Joined: Jun 2006
RE: [Release] Status2FTP
This Way is on selfhtml.de
<![CDATA[<Element>dieses Element wird nur als Zeichenfolge ausgegeben</Element>]]>

http://www.validome.org/doc/HTML_ge/xml/regeln/zeichen.htm


i test it with this settings and it works... but i don't understand your script... so i can't generate the "right" xml

This post was edited on 06-28-2006 at 08:26 PM by backfisch.
06-28-2006 08:19 PM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. RE: [Release] Status2FTP
quote:
Originally posted by XML Recommendation Document
An example of a CDATA section, in which "<greeting>" and "</greeting>" are recognized as character data, not markup:

<![CDATA[<greeting>Hello, world!</greeting>]]>
http://www.w3.org/TR/2000/REC-xml-20001006

This means theyre not tags at all, simply character data.

This post was edited on 06-28-2006 at 08:26 PM by Eljay.
06-28-2006 08:25 PM
Profile PM Find Quote Report
backfisch
Junior Member
**


Posts: 19
Joined: Jun 2006
RE: [Release] Status2FTP
in the example stands:

<![CDATA[<greeting>Hello, world!</greeting>]]> ^^
06-28-2006 08:27 PM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. RE: [Release] Status2FTP
quote:
Originally posted by backfisch
in the example stands:

<![CDATA[<greeting>Hello, world!</greeting>]]> ^^

in the example it also says:
quote:
...  recognized as character data, not markup

CDATA is only used for supporting characters which would otherwise need to be converted to codes (like < to &lt;), it is NOT for what you are saying.

you will just need to parse the <![CDATA[ ]]> out with your php script.
06-28-2006 08:35 PM
Profile PM Find Quote Report
Diti
New Member
*


Posts: 8
Joined: Jun 2006
RE: [Release] Status2FTP
Hi,

I have an idea for the next version. A simple image is a description for what "I" want :

[Image: s2ftpnewsversion8ec.th.jpg]
And when I'm deconnected whitout quit Live Messenger, my status is Online...

So, have you understood my request ? :)

PS : My vocabulary is isn't at advanced level, I'm learning English (I'm french)
06-29-2006 05:04 PM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. RE: [Release] Status2FTP
quote:
Originally posted by Diti
And when I'm deconnected whitout quit Live Messenger, my status is Online...

thats what the LastUpdate is for, if you want to check if it hasnt been updated in x minutes, you can set the status yourself.

as for the psm with no wmp running, if you are using timer mode it wont update automatically, only when the timer runs out.
06-29-2006 05:21 PM
Profile PM Find Quote Report
Diti
New Member
*


Posts: 8
Joined: Jun 2006
RE: [Release] Status2FTP
Okay, good replied ;)
It's perfect ^_^
06-30-2006 07:57 PM
Profile E-Mail PM Find Quote Report
Pages: (11): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »
« 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