"mazehh" wrote:
i need to block access to my roku channel by serial number. if the serial is in my source file channel the channel work.
but i need to know in wicht file i can make this in my source file.
thanks
I assumed you already know how write code for Roku, that does not seem to be the case. Ok, so put the above snippet in the beginning of your main() function, change the 3rd line slightly
if blessed_ids.inStr(this_id) < 0 then STOP
and that should do it, as a quick&dirty hack. I highly recommend you learn more about programming though.