[bug] mIRC | interpretaion |
[bug] mIRC | interpretaion |
Alexx |
Apr 20 2006, 08:47 AM
Post
#1
|
Unregistered |
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://KAWAII-RADIO.NET ) Bye |
Serge |
Apr 20 2006, 09:23 AM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
Already fixed in AMIP 2.53, see here:
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. |
Guest |
May 1 2006, 09:22 PM
Post
#3
|
Unregistered |
Already fixed in AMIP 2.53, see here: 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 : 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 ? |
Alexx |
May 1 2006, 09:28 PM
Post
#4
|
Unregistered |
Hi again,
i have DL the amip configurator, now it's ok the replace option is not in the config panel of amip 2.53 alone ++ |