Printable Version of Topic

Click here to view this topic in its original format

AMIP Community _ Bug Reports _ [bug] mIRC | interpretaion

Posted by: Alexx Apr 20 2006, 08:47 AM

Hi,

amip version: 2.52
winamp version 5.21

I use this command in Ouput string & preset :
//echo -s np: %name

this display the current song in my status when changing.

On song/radio with this string inside :
" | " (without "" but with 2 spaces arround |)

mIRC execute next string after | like a command.

Status :

CODE

np: 'High and Mighty Color - Ichirin no Hana (Bleach OP3 - Ichirin No Hana) (k a w a i i - r a d i o
-
SR1 Unknown command
-
HTTP://KAWAII-RADIO.NET Unknown command


Full current title :
np: 'High and Mighty Color - Ichirin no Hana (Bleach OP3 - Ichirin No Hana) (k a w a i i - r a d i o | SR1 anime/japanese radio | http://HTTP://KAWAII-RADIO.NET )



Bye smile.gif

Posted by: Serge Apr 20 2006, 09:23 AM

Already fixed in AMIP 2.53, see http://amip.tools-for.net/wiki/manual/configurator#advanced:

Replace " | " with " $chr(124) " when sending to mIRC
mIRC uses | character for commands separation, so, it’s possible to insert a command in the song tag that will do something bad with your mIRC. For security reasons AMIP can replace it with the $chr mIRC function that mIRC will evaluate to | but will not use it as commands splitter.

Double check that you have this option enabled.

Posted by: Guest May 1 2006, 09:22 PM

QUOTE(Serge @ Apr 20 2006, 09:23 AM) *

Already fixed in AMIP 2.53, see http://amip.tools-for.net/wiki/manual/configurator#advanced:

Replace " | " with " $chr(124) " when sending to mIRC
mIRC uses | character for commands separation, so, it’s possible to insert a command in the song tag that will do something bad with your mIRC. For security reasons AMIP can replace it with the $chr mIRC function that mIRC will evaluate to | but will not use it as commands splitter.

Double check that you have this option enabled.



Hi,

I have the 2.53 version.

in Status output by: /echo -s

in Output string & presets :
[1]
/echo -s np: %name

the [1] selected.

see the screen :

IPB Image


Now i use a mIRC alias like :
/winamp /me $dde(mPlug,format,"_écoute_:_%name_")

the output is CORRECT.
CODE
05/01-23:15.48 * Hg|AwaY écoute : m-flo - The Way We Were(Featuring Ceybil Jefferies) (THE INTERGALACTIC COLLECTION (Disc 2)) (k a w a i i - r a d i o | sr1 anime/japanese radio | http://kawaii-radio.net )



BUT when track change, i have a auto echo in status like this :

CODE
np: m-flo - The Way We Were(Featuring Ceybil Jefferies) (THE INTERGALACTIC COLLECTION (Disc 2)) (k a w a i i - r a d i o
-
SR1 Unknown command
-
HTTP://KAWAII-RADIO.NET Unknown command
-


do you see the bug now ?



Posted by: Alexx May 1 2006, 09:28 PM

Hi again,

i have DL the amip configurator, now it's ok smile.gif

the replace option is not in the config panel of amip 2.53 alone smile.gif

++

Powered by Invision Power Board
© Invision Power Services