ecmwhitelist for sly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • davvo
    DK Veteran
    • Apr 2009
    • 666

    #1

    ecmwhitelist for sly

    oscam server
    [reader]

    Code:
    ecmwhitelist = 0963:3E,4E,42,44,45,47,6A,6B,6F,62,68,69,7C,7D,7E,72,73,77,79,80,8B
    Last edited by davvo; 5 September, 2011, 22:28.
  • satsmo
    V.I.P. Member
    • Jun 2008
    • 6397

    #2
    For oscam post build 5137 I presume davvo? I had a problem with LEN sizes on previous builds as it wasn't implemented.
    I refuse to answer that question on the grounds that I don't know the answer. - Douglas Adams

    Comment

    • davvo
      DK Veteran
      • Apr 2009
      • 666

      #3
      @satsmo
      for
      oscam post build 5137

      Comment

      • southpaw
        V.I.P. Member
        • Dec 2009
        • 2233

        #4
        i have googled this topic and come across this below , Not my work btw , un ashamedly cut+pasted from elsewhere

        Oscam - Protect your sly uk card
        An interesting new feature available in oscam post build 5137 is "ecm whitelist"

        Let me explain :-

        Theories suggest that those who have had there cards turned off by sly for c/s was due to a special ecm request to the card from an infiltrated network.

        In simple terms - a user requests a special ecm which only sly/n$s know which then answers back with either a boxid or serial number to the card. This special ecm would have a different LEN to the normal size ecm.

        So oscam developers added a new feature which goes into oscam.server file . The line of text goes to your appropriate reader section and looks like so : -

        ecmwhitelist = 0963@000000:3E,4E,7D,7E,45,47,62, 68,69,6A,6B,6F,72 ,79




        The official info from oscam is as follows : -

        ecmwhitelist
        parameter is optional
        NEW svn 5137:04/30/2011

        ecmwhitelist = [CAID[@ident]:]lenght[,lengtht]...[;[CAID[@ident]:]lenght[,lengtht]...]...

        define valid ECM length in hex and ident for physical reader

        example

        ecmwhitelist = 10,20,30,0a,0b,0c
        = 0100:10,20;0200@12345:0a,4b
        [blank] = none (default) and ident 000000
        In normal operation mode this parameter is not required!

        Comment

        Working...