mg_cfg
newcs.xmlCode:# EMM messages # 00 don't show any EMM's (default) # 01 show only valid EMM's # 02 show valid and bad EMM's with complete data display M: { 01 } # ECM messages # 00 don't show any ECM's # 01 show only valid ECM's (default) # 02 show valid and bad ECM's with complete data display C: { 01 } # AU # 01 enable AU # 02 AU Auto # 03 network cards update only A: { 02 } # key update (sum 01 or 02 with 04) # 01 update only new keys, default setting # 02 update all keys (used for valid PMK checking) # 04 replace (not add) http-aes keys (since 1.14) U: { 05 } # config files folder (softcam, autoroll, ignore/priority) # 00 files in /var/keys # 01 files in /tmp T: { 00 } # network mode, use summ for several clients # 00 no network (default) # 01 newcamd netclient # 02 radegast netclient # 04 camd3 netclient G: { 01 } # network retry, use summ for several options # 00 disable # 01 retry every new ecm # 02 try to connect to offline shares every Q: seconds # 04 try to detect and fast reconnect to lost (and not used atm) server N: { 07 } # network ecm timeout in seconds K: { 10 } # newcamd dead routes connect retry, sec Q: { 600 } # network shares priority # 00 newcamd, radegast, camd3 (default) # 01 camd3, radegast, newcamd # 02 newcamd, camd3, radegast P: { 00 } # on screen display type # 00 No OSD (default) # 01 neutrino # 02 enigma # 03 relook O: { 00 } # on screen display Options # 01 show emu ecm # 02 show network shares messages # 04 show decoding failed / fta # 08 show emm keys update S: { 03 } # Log options # 00 Off # 01 Network # 02 console # 03 both L: { 02 } 172.16.1.1 28007 # cache ecm pids and data used to open channels, # store pids in /tmp/ca_cache.list at exit, load at startup, same syntax as restore.list # use summ # 00 Off (default) # 01 Ecm pids cache # 02 Ecm data cache # 04 Emm cache for network cards H: { 07 } # reread files, summ of options # 00 No (default) # 01 config on zap (including priority and ignore, but not replace/cache) # 02 SoftCam.Key on zap # 03 both (before 1.14) # 04 SoftCam.Key on file change (since 1.14) R: { 04 } # debug, use summ # 00 off (default) # 01 debug ecm # 02 debug emm # 04 debug network ecm # 08 debug network emm # 16 debug network login D: { 00 } # box type # 00 autodetect, change only if you think wrong type detected. # 01 dbox2 # 02 dreambox # 03 triple-dragon # 04 relook # 05 openbox B: { 00 } # keep ecm cache, seconds E: { 15 } # # since 1.14 # urls for aes keys update, any number or urls allowed, # url data must contain key in format 0500:007C00:0000000000:00:key1:keyl # W: { http://some.host.com/keys.php }
newcamd.list ServerCode:<?xml version="1.0"?> <!-- For setup-issues, look in readme.txt! If there are other troubles, try different forums or irc channels around :o) The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf. ** This is the example file for Dbox. --> <newCSconfig> <readers name="Dbox"> <device> <name>Multicam</name> <type>dbox</type> <mhz>600</mhz> <node>/dev/tts/1</node> <parity>odd</parity> <reset>normal</reset> <export>Yes</export> <enabled>Yes</enabled> <blocksa>No</blocksa> <blockua>No</blockua> <blockga>No</blockga> <!-- <boxkey>0000000000</boxkey> --> <!-- <rsa>0000000000</rsa> --> <irdeto-camkey>0000000000000000</irdeto-camkey> <irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</irdeto-camkey-data> <crypto-special>No</crypto-special> <ipk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ipk> <ucpk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ucpk> <PTShandshake>No</PTShandshake> <carddetect>yes</carddetect> <newcamd_port>25xxx</newcamd_port> <autosid>Yes</autosid> <Seca-PPV>no</Seca-PPV> <pincode>0000</pincode> <priority>round</priority> </device> </readers> <radegastserver> <enabled>No</enabled> <port>16000</port> <allow> <hostname>localhost</hostname> </allow> </radegastserver> <cache> <emm>20</emm> <ecm>-1</ecm> </cache> <debug> <password>NewCSpwd</password> <level>normal</level> <type>init</type> <output>console,tcp</output> <console_options>normal,init</console_options> <tcp_port>1001</tcp_port> <tcp_options>normal,init</tcp_options> </debug> <newcamdserver> <enabled>Yes</enabled> <name>newcs</name> <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey> <user> <name>login</name> <password>passwort</password> <hostname>localhost</hostname> <port>25xxx</port> <au>on</au> <sidoverride>off</sidoverride> <spider>No</spider> <rate></rate> </user> <user> <name>loginintern</name> <password>passwortintern</password> <hostname>localhost</hostname> <port>12000</port> <au>on</au> <sidoverride>off</sidoverride> <spider>No</spider> <rate></rate> </user> <user> <name>loginextern</name> <password>passwortextern</password> <hostname>localhost</hostname> <port>12000</port> <au>on</au> <sidoverride>off</sidoverride> <spider>No</spider> <rate></rate> </user> </newcamdserver> </newCSconfig>
newcamd.list Client internCode:CWS = 127.0.0.1 25xxx login passwort 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
newcamd.list Client externCode:CWS = 127.0.0.1 25xxx loginintern passwortintern 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
priority.listCode:CWS = 127.0.0.1 25xxx loginextern passwortextern 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
Code:V: { 01 50 00} V: { 00 7C 00} V: { 00 78 00} #S: { 00 80 } S: { 00 25 } S: { 00 64 } # use this caid first X: { 06 06 } X: { 06 26 } X: { 18 00 } X: { 18 30 } X: { 18 31 } X: { 17 21 } X: { 17 22 } X: { 18 01 }







Zitieren