cool
i did what you added above - except i used (.*) and it worked.
after looking closer to the regexp code that was in the 'how to use.txt' and compairing to it the code from radioblogclub.com I noticed some differance after the (FlashVars=")(.*) in the regexp code.
the code from RBC says:
[code:1]rbs&cover=1&crossfader=1&replay=1&colors=body:#ECECEC;border:#BBBBBB;button:#999999;player_text:#999999;playlist_text:#999999;"></embed>[/code:1]
the regexp code says:
[code:1](rbs&colors=)(body:#[a-fA-F0-9]{6};«»)*(border:#[a-fA-F0-9]{6}; )*(button:#[a-fA-F0-9]{6}
*(player_text:#[a-fA-F0-9]{6}
*(playlist_text:#[a-fA-F0-9]{6}; )*(new_tracks:#[a-fA-F0-9]{6}
*("></embed>)$[/code:1]
i think this is where (for me atlest) i was getting the message 'your song does not comes from an allowed website, contact the administrator'
when i take out the
[code:1](rbs&colors=)[/code:1]
from the regexp code everything seems to work. I don't have much experiance with this but i'm going to keep playing with it.
hopes this helps everyone and many thanks to houbahop :woohoo:
Post edited by: goodcookn, at: 2007/07/08 03:57