Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.44 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3.  
  4. For setup-issues, look in readme.txt!
  5. If there are other troubles, try different forums or irc channels around :o)
  6.  
  7. The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.
  8.  
  9. ** This is the example file for Dreambox/TD etc. that use SCI interfaces.
  10.  
  11. -->
  12.  
  13. <newCSconfig>
  14.         <readers name="Card Readers">
  15.                 <device>
  16.                         <name>upper</name>
  17.                         <type>sci</type>
  18.                         <mhz>400</mhz>
  19.                         <node>/dev/sci1</node>
  20.                         <parity>odd</parity>
  21.                         <reset>normal</reset>
  22.                         <export>Yes</export>
  23.                         <enabled>Yes</enabled>
  24.                         <blocksa>No</blocksa>
  25.                         <blockua>No</blockua>
  26.                         <blockga>No</blockga>
  27.                         <!-- <boxkey>0000000000</boxkey>  -->
  28.                         <!-- <rsa>0000000000</rsa> -->
  29.                         <irdeto-camkey>0000000000000000</irdeto-camkey>
  30.                         <irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</irdeto-camkey-data>
  31.                         <crypto-special>No</crypto-special>
  32.                         <ipk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ipk>
  33.                         <ucpk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ucpk>
  34.                         <PTShandshake>Yes</PTShandshake>
  35.                         <carddetect>yes</carddetect>
  36.                         <newcamd_port>34000</newcamd_port>
  37.                         <autosid>Yes</autosid>
  38.                         <Seca-PPV>no</Seca-PPV>
  39.                         <pincode>0000</pincode>
  40.                         <priority>round</priority>
  41.                 </device>
  42.         </readers>
  43.         <radegastserver>
  44.                         <enabled>No</enabled>
  45.                         <port>16000</port>
  46.                         <allow>
  47.                                 <hostname>localhost</hostname>
  48.                         </allow>
  49.         </radegastserver>
  50.         <cache>
  51.                         <emm>20</emm>
  52.                         <ecm>-1</ecm>
  53.         </cache>
  54.         <httpd>
  55.                 <server> <!-- Port to accept connections on -->
  56.                         <port>8080</port>
  57.                         <enabled>yes</enabled>
  58.                 </server>
  59.                 <user>
  60.                         <!-- valid value for userfile are:
  61.                             Any username you'd like - Used for browser to logon (its case sensitive).  -->
  62.                         <name>newcs</name>
  63.  
  64.                         <!-- valid value for password are:
  65.                             Any password you'd like - Used for browser to logon (its case sensitive).  -->
  66.                         <password>newcs</password>
  67.  
  68.                         <!-- valid value for accesslevel are:
  69.                             admin, stats - Define what rights the user has in the web-console  -->
  70.                         <accesslevel>admin</accesslevel>
  71.                 </user>
  72.         </httpd>
  73.         <debug>
  74.                         <password>NewCSpwd</password>
  75.                         <level>normal</level>
  76.                         <type>init</type>
  77.                         <output>console,tcp</output>
  78.                         <console_options>normal,init</console_options>
  79.                         <tcp_port>1001</tcp_port>
  80.                         <tcp_options>normal,init</tcp_options>
  81.         </debug>
  82.         <newcamdserver>
  83.                         <enabled>Yes</enabled>
  84.                         <name>newcs</name>
  85.                         <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
  86.                         <user>
  87.                                 <name>dummy</name>
  88.                                 <password>dummy</password>
  89.                                 <hostname>localhost</hostname>
  90.                                 <port>12000</port>
  91.                                 <au>on</au>
  92.                                 <sidoverride>off</sidoverride>
  93.                                 <spider>No</spider>
  94.                                 <rate>2</rate>
  95.                         </user>
  96.                         <user>
  97.                                 <name>mpcs</name>
  98.                                 <password>dummy</password>
  99.                                 <au>No</au>
  100.                                 <spider>No</spider>
  101.                                 <sidoverride>No</sidoverride>
  102.                                 <readers>
  103.                                   <allow>lower</allow>
  104.                                   <allow>smargo</allow>                          
  105.                                 </readers>
  106.                                 <rate>0</rate>
  107.                         </user>
  108.         </newcamdserver>
  109. </newCSconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement