Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

M-Box Bekomme die MBOX Kriese

    Nobody is reading this thread right now.

ACIID

Ist oft hier
Registriert
2. Dezember 2007
Beiträge
103
Reaktionspunkte
2
Punkte
38
Ort
AC
Hallo Jungs ich bekomme langsam ein anfall...
Ich hab seit paar Tagen die Mbox laufen mit Newcs 1.65
Dreambox 500s mit Gemini 4.5 Karte wird erkannt so nach 20-30Min fängt es an zu ruckeln

Ich hab so 43 Peers


Mbox version 0.4 beta build 23
Code:
 
[B][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]C: [/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{ [/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]127.0.0.1 13000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]} { [/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]10 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]} { [/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]1702FFFF:17020000 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]#
N: { 400 200 }
#
O: { 4000 2000 }
#
H: { 17020000 }
#
X: { 5 }
#
I: { 2 }
[/B][/SIZE] 
[B][SIZE=2] 
//mbox.cfg EXPLANATION and EXAMPLES
 
A: { 0 } // for QBoxHD receivers or for any receivers if needed it
//A: { x }
//Choose adapter path
//x=0 -> /dev/dvb/adapter0/
//x=1 -> /dev/dvb/adapter1/
//x=2 -> /dev/dvb/adapter2/
//x=.. -> .......
//default x=0
 
 
D: { 0 }
//D: { x }
//x=0 -> disable
//x=1 -> enable dbox2 cw writing
//x=2 -> enable STAPI for IPBOX
//x=3 -> enable STAPI for Kathrein
//x=4 -> enable Linux DVB API for Kathrein
//x=5 -> enable triple dragon
//x=6 -> enable Qbox HD
//default disabled
B: { 0 }
//B: { x }
//x=0 -> disable local UDP ports 8004-80xx ,this ports are used with DVB cards and gbox plugin (Windows and Linux)
//x=1 -> enable
//default disabled
 
Z: { 11 } { 192.168.0.55 8000 }
// Z option -> control sending/writing current informations
// Z: { xy } { IP port }
// x=0 -> don't print time stamp (in console screen and in debug file)
// x=1 -> print time stamp ( .... )
// y=0 -> no writing/sending informations to debug file/destination IP
// y=1 -> send informations to destination IP but not in debug file
// y=2 -> write informations to debug file but don't send to destination IP
// y=3 -> write/send informations to debug file/destination IP
// IP port -> destination IP and UDP port where to send informations
// no default
 
 
#C: { 127.0.0.1 13000 }
// C option -> control receiving some command messages localy or from another IP
// C: { IP port }
// IP-> your local IP or you DNS
// port -> on what port you will be waiting command messages
// no default
 
U: { 1 }
// U options -> Update peer(s) IP if it changes while peer still resending ecm's/cw etc.. information
// default only on hello message peer(s) IP are updated !!!
// U: { x }
// x=0 -> disabled
// x=1 -> enabled
// default disabled
 
 
L: { 1 }
// L option -> how mbox to menage virtual card(s) with level 0
// ( only for peer(s) who have and can reshare virtual cards but don't want to use LEVEL 0 card(s) for them self)
// L: { x }
// x=0 -> don't load any virtual cards with LEVEL 0, you can't use them for your self
// x=1 -> load all virtual cards with LEVEL 0 ,you will be using them for your self
// default 1
 
#G: { /hdd/ }
//G option -> redirect writing ONLY debug.txt file to internal or external HDD in receivers or for any other reason.
//Remove #, ONLY if you want to use this option !!!!!!!
 
T: { /tmp/ }
// T option -> where to store temp files ... (share.info,debug.txt ,etc.)
// T: { folder_path_to_files, example: T: { /tmp/ } }
 
 
K: { /var/keys/ }
// K option -> where is cwshare.cfg,mbox.prio file
// K: { folder_path_to_files, example: K: { /var/keys/ } }
 
 
 
 
M: { 1 }
// M option -> Mode option
// M: { x }
// x=0 -> local mode no NET
// x=1 -> NET mode
// default 0
 
P: { /tmp/pmt.tmp }
 
// P option -> PMT location (Dont used with linux and windows)
// you must be tuned to channel so image can generate this file
// { /tmp/pmt.tmp } for receivers and images that create this file <- use this if you can
// { /tmp/pmtX.tmp } X-> number -> pmt1.tmp ......
// { 1/tmp/camd.socket } for enigma 1
// { 2/tmp/camd.socket } for enigma 2
W: { 0 }
// W option -> write raw ECM to ecm.raw file
// W: { x }
// x=0 -> disabled
// x=1 -> enabled
// default disabled
Q: { 5 }
//Q option -> newcamd connect retry in sec.
//Q: { x }
// default 300 sec.
 
F: { 200 }
//F option -> reset writing debug.txt from begining if file size is higher then (x)(KB)
//F { x } -> decimal in KBytes
//default 500 KB
 
 
///DO NOT USE THIS ,NOT TESTED !!!!!!!!//
//V: { card_type device clock inverse_Reset}
#V: { 3 1 3571200 0 }
#V: { 3 2 3571200 1 }
// card_type:
// Seca 3 , Irdeto 4, Conax 5, Cryptoworks 6, Viaccess 7, NDS 8, Nagravision 9
// device:
// COM1/ttyS0 1
// COM2/ttyS1 2
// /dev/sci0 3
// /dev/sci1 4
// /dev/usb/tts/0 5
// /dev/usb/tts/1 6
// /dev/tts/0 7
// /dev/tts/1 8
// /dev/ttyUSB0 9
// /dev/ttyUSB1 10
 
//clocks for COM ports in Hz
//for SCI slots use this values
// 1 - 3.33 Mhz
// 2 - 3.63 Mhz
// 3 - 4 Mhz
// 4 - 4.44 Mhz
// 5 - 5Mhz
// 6 - 5.71 Mhz
// 7 - 6.66 Mhz
// 8 - 8 Mhz
//Inverse Reset
// 1 -yes
// 0 -no
///DO NOT USE THIS ,NOT TESTED !!!!!!!!//
 
J: { 0 }
// J option -> enable adding betacrypt header to N3 ECM for Premier
// J { x }
// x = 0 -> disabled
// x = 1 -> enabled
 
R: { 3600 }
// R option -> resend hello to all peers after X seconds, ony for gboxx peers,not mbox peers
//default in code 3600 seconds
 
 
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]H:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0 0 0 0 0 0 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// H option -> mapping provid (0-disabled, 1-enabled)
//H: { a b c d }
//a-> mapping all 0BXX to 0B00
//b-> mapping 1810 to 1801
//c-> mapping 1803 to 1801
//d-> mapping 1802 to 1801
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]#S: { COM1 }
//S option -> enable sssp protocol
//S: { x }
//x=COM1
//x=COM2
//x=/dev/ttyS0
//x=/dev/ttyS1
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/B][/SIZE] 
[B][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]R:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 3000 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]//
# Premiere HD (erlaubte SID's)
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]#SA: { 0080 } // Sky History HD
#SA: { 0081 } // Sky Sport HD
#SA: { 0082 } // Discovery HD
#SA: { 0083 } // Sky Cinemagic HD
#SA: { 0084 } // Eurosport HD
#SA: { 007E } // Disney Cinemagic HD
#SA: { 007F } // NatGeo HD
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]# Sky Film (erlaubte SID's)
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 000A [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky 1
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 000B [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky +1
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 002B [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky +24
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0009 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Action
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0008 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Comedy
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0014 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Filmfest
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0204 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Nostalgie
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0029 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Filmclassics
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0203 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// MGM
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0019 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// 13th Street
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]# Sky Sport (erlaubte SID's)
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0011 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport Info
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 00DD [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sport 1
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 00DE [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sport 2
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 00DF [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Bundesliga
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0110 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 2
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 011A [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 3
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0124 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 4
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 012E [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 5
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0138 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 6
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0142 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 7
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0106 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 8
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0156 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 9
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0160 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 10
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 00FC [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 11
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 014C [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Bundesliga 12
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 00FD [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 3
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 014D [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 4
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0143 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 5
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0139 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 6
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 012F [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 7
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0125 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 8
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 011B [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 9
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0160 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 10
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0111 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 11
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 016B [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 12
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0175 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport 13
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0035 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Sport Austria
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]# Sky Welt (erlaubte SID's)
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0017 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sky Krimi
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 000E [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Discovery Channel
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 000D [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// National Geographic
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 000C [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// NatGeo Wild
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0034 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Spiegel Geschichte
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 000F [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Focus Gesundheit
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 00A8 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Motorvision
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0024 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Sci Fi
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 001B [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// RTL Crime
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 002A [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// 13th Street
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0032 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// TNT Serie
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0010 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Fox Serie
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 001D [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// RTL Passion
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0016 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Heimatkanal
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0206 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Goldstar TV
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0018 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Classica
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0022 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Disney Channel
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0015 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Beate-Uhse TV
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 001A [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Playhouse Disney
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0013 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Junior
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 001C [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// Jetix
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 
[/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]# Sky Welt Extra (erlaube SID's)
#SA: { 0044 } // History
#SA: { 17C4 } // Biography Channel
#SA: { 003F } // Romance TV
#SA: { 003C } // Kinowelt TV
#SA: { 003D } // TNT Film
#SA: { 3331 } // ESPN America
#SA: { 0043 } // E.Clips
#SA: { 003E } // AXN Action
#SA: { 002B } // Animax
#SA: { 0042 } // Boomerang
#SA: { 3394 } // Cartoon Network
#SA: { 4461 } // Sat.1 Comedy
#SA: { 4462 } // Kabel 1 Classics
#SA: { 700A } // Nick Premium
#SA: { 3395 } // Eurosport 2
#SA: { 3397 } // RTL Living
#SA: { 184D } // VH1 Classic
#SA: { 7009 } // MTV Entertainment
#SA: { 0045 } // sportdigital.tv
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]# Big Brother (erlaube SID's) [Sat und KD]
#SA: { 0298 } // Big Brother
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]# Premiere Radio (erlaubte SID's) [Sat und KD]
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0099 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// P-60ER/70ER
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 009A [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// P-80ER/90ER
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 009C [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// P-COUNTRY/P-XMAS CHANNEL
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0096 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// P-DEUTSCHE CHARTS
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0098 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// P-LOVE SONGS
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 009B [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// P-RnB/HIP HOP
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]SA:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 0097 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]// P-ROCK HYMNEN
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#808080][SIZE=2][COLOR=#808080]# Premiere S02 Karte
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]G:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 17020001 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]G:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 17020002 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]G:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]{[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 17020003 [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]}
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/B][/SIZE] 
<newCSconfig>
<readers name="Card Readers">
<device>
<name>lower</name>
<type>Sci</type>
<mhz>600</mhz>
<node>/dev/sci0</node>
<parity>odd</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>no</blockga>
<boxid></boxid>
<PTShandshake>no</PTShandshake>
<Seca-PPV>no</Seca-PPV>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>13000</newcamd_port>
<autosid>yes</autosid>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>no</enabled>
<port>10003</port>
<allow>ALL</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<level>normal</level>
<type>init</type>
<output>console,udp,tcp</output>
<logfile></logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>127.0.0.1</udp_host>
<udp_port>1000</udp_port>
<udp_options></udp_options>
<tcp_port>3001</tcp_port>
<tcp_options></tcp_options>
</debug>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name></name>
<password></password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
<newcamdserver>
<enabled>yes</enabled>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<name>newcs</name>
<userfile>/tmp/users.txt</userfile>
<user>
<name>dummy</name>
<password>dummy</password>
<au>yes</au>
<allow>lower</allow>
</user>
<user>
<name>mbox</name>
<password>mbox</password>
<au>yes</au>
<allow>lower</allow>
</user>
<user>
<name>camd3</name>
<password>camd3</password>
<au>yes</au>
<allow>lower</allow>
</user>
</newcamdserver>
</newCSconfig>
 
Zuletzt bearbeitet:
AW: Bekomme die MBOX Kriese

@ACIID

Mach mal in der H-Line in der CWShare das Semikolon weg hinter der SID.

Dann isses ganz wichtig, die Port.list richtig anzupassen...nimm nur erlaubte SIDs...also

SA: { 0044 } // Sender XYZ

und nicht SF, und vor allem nicht beides mischen in einer Port.list...dass iss auf Dauer katastrophal...und du wirst immer Abstürze bekommen...nimm nur SA's.

MFG ck24
 
AW: Bekomme die MBOX Kriese

Hallo crittersking24,

vielen dank erstmal für deine Antwort.

Was ich nicht ganz verstehe.

Bei der Portlist.

Die mit SF makierten sind doch die ich nicht auf der Karte habe soll ich die einfach da rauslöschen und nur die Sender überlassen die meine Karte auch wirklich kann?

Oder einfach alle die SF sind in SA umbennen?

Hab in der Portlist mal alle Sender gelöschr die ich nicht habe.

Ich hab die alte 5er Kombi vom Prem.. ohne S.. Extra und ohne HD
Code:
# Premiere S02 Karte
R: { 1500 }
# Premiere HD (erlaubte PID's)
#E: { 18BA } // Sky HD
#E: { 18BC } // Discovery HD
#E: { 18B4 } // History HD
#E: { 18B2 } // NatGeo HD
#E: { 18B0 } // Disney Cinemagic HD
#E: { 18B6 } // Sky Sport HD
#E: { 18B8 } // Eurosport HD
# Sky Film (erlaubte PID's) [dann nur Sat!]
E: { 1742 } // Sky 1
E: { 1744 } // Sky 2
E: { 1746 } // Sky 3
E: { 1748 } // Sky 4
E: { 1718 } // Sky Comedy
E: { 171C } // Sky Filmfest
E: { 1728 } // Sky Nostalgie
E: { 174C } // Sky Filmclassics
E: { 174E } // Disney Cinemagic
E: { 17AC } // MGM
# Sky Sport (erlaubte PID's) [dann nur Sat!]
E: { 1700 } // Sky Sport Portal
E: { 176A } // Sport 1
E: { 178C } // Sport 2
E: { 170C } // Bundesliga
# Sky Welt (erlaubte PID's)
E: { 1740 } // Sky Krimi
E: { 1770 } // Discovery Channel
E: { 1772 } // Natinal Geographic
E: { 1766 } // NatGeo Wild
E: { 1768 } // Spiegel Geschichte
E: { 1796 } // Focus Gesundheit
E: { 17A0 } // Motorvision
E: { 1772 } // SciFi
E: { 171E } // RTL Crime
E: { 175E } // 13th Street
E: { 179C } // TNT Serie
E: { 1782 } // Fox Serie
E: { 174A } // RTL Passion
E: { 1760 } // Heimatkanal
E: { 1762 } // Goldstar TV
E: { 17A6 } // Classica
E: { 176C } // Disney Channel
E: { 1764 } // Playhouse Disney
E: { 1770 } // Junior
E: { 176E } // Jetix
E: { 177E } // Beate-Uhse TV
E: { 1726 } // Blue Movie info
# Sky Welt Extra (erlaube PID's)
#E: { 17E0 } // History
#E: { 17C4 } // Biography Channel
#E: { 17D6 } // Romance TV
#E: { 17D0 } // Kinowelt TV
#E: { 17D2 } // TNT Film
#E: { 0154 } // ESPN America
#E: { 17DE } // E.Clips
#E: { 17D4 } // AXN Action
#E: { 0156 } // Animax
#E: { 17DC } // Boomerang
#E: { 0155 } // Cartoon Network
#E: { 17C4 } // Sat.1 Comedy
#E: { 17C6 } // Kabel 1 Classics
#E: { 184F } // Nick Premium
#E: { 0158 } // Eurosport 2
#E: { 0157 } // RTL Living
#E: { 184D } // VH1 Classic
#E: { 184E } // MTV Entertainment
#E: { 17E2 } // sportdigital.tv
# Big Brother (erlaubte PID's)
#E: { 1796 } // Big Brother
# Premiere Radio (erlaube PID's)
E: { 1756 } // P-60ER/70ER
E: { 1758 } // P-80ER/90ER
E: { 175C } // P-COUNTRY
E: { 1750 } // P-DEUTSCHE CHARTS
E: { 1754 } // P-LOVE SONGS
E: { 175A } // P-RnB/HIP HOP
E: { 1752 } // P-ROCK HYMNEN
# Sky Film (erlaubte SID's)
SA: { 000A } // Sky 1
SA: { 000B } // Sky 2
SA: { 002B } // Sky 3
SA: { 0009 } // Sky 4
SA: { 0008 } // Sky Comedy
SA: { 0014 } // Sky Filmfest
SA: { 0204 } // Sky Nostalgie
SA: { 0029 } // Sky Filmclassics
SA: { 0203 } // MGM
SA: { 0019 } // 13th Street
# Sky Sport (erlaubte SID's)
SA: { 0011 } // Sky Sport Portal
SA: { 00DD } // Sport 1
SA: { 00DE } // Sport 2
SA: { 00DF } // Bundesliga
# Sky Welt (erlaubte SID's)
SA: { 0017 } // Sky Krimi
SA: { 000E } // Discovery Channel
SA: { 000D } // National Geographic
SA: { 000C } // NatGeo Wild
SA: { 0034 } // Spiegel Geschichte
SA: { 000F } // Focus Gesundheit
SA: { 00A8 } // Motorvision
SA: { 0024 } // Sci Fi
SA: { 001B } // RTL Crime
SA: { 002A } // 13th Street
SA: { 0032 } // TNT Serie
SA: { 0010 } // Fox Serie
SA: { 001D } // RTL Passion
SA: { 0016 } // Heimatkanal
SA: { 0206 } // Goldstar TV
SA: { 0018 } // Classica
SA: { 0022 } // Disney Channel
SA: { 0015 } // Beate-Uhse TV
SA: { 001A } // Playhouse Disney
SA: { 0013 } // Junior
SA: { 001C } // Jetix
SA: { 0000 } // Beate-Uhse.TV
# Premiere Radio (erlaubte SID's) [Sat und KD]
SA: { 0099 } // P-60ER/70ER
SA: { 009A } // P-80ER/90ER
SA: { 009C } // P-COUNTRY/P-XMAS CHANNEL
SA: { 0096 } // P-DEUTSCHE CHARTS
SA: { 0098 } // P-LOVE SONGS
SA: { 009B } // P-RnB/HIP HOP
SA: { 0097 } // P-ROCK HYMNEN
//unused provids from newcs
G: { 17020001 }
G: { 17020002 }
G: { 17020003 }

Sobald ich die liste einspiele bekomme ich nix hell
 
Zuletzt bearbeitet:
AW: Bekomme die MBOX Kriese

@Aciid

So könnte es aussehen, wenn du so eine Kombi hast, wie du sagst...;)

Code:
R: { 2000 }
//
# Premiere HD (erlaubte SID's)

#SA: { 0080 } // Sky History HD
#SA: { 0081 } // Sky Sport HD
#SA: { 0082 } // Discovery HD
#SA: { 0083 } // Sky Cinemagic HD
#SA: { 0084 } // Eurosport HD
#SA: { 007E } // Disney Cinemagic HD 
#SA: { 007F } // NatGeo HD

# Sky Film (erlaubte SID's)
SA: { 000A } // Sky 1
SA: { 000B } // Sky +1
SA: { 002B } // Sky +24
SA: { 0009 } // Sky Action
SA: { 0008 } // Sky Comedy
SA: { 0014 } // Sky Filmfest
SA: { 0204 } // Sky Nostalgie
SA: { 0029 } // Sky Filmclassics
SA: { 0203 } // MGM
SA: { 0019 } // 13th Street

# Sky Sport (erlaubte SID's)
SA: { 0011 } // Sky Sport Info
SA: { 00DD } // Sport 1
SA: { 00DE } // Sport 2
SA: { 00DF } // Bundesliga
SA: { 0110 } // Sky Bundesliga 2
SA: { 011A } // Sky Bundesliga 3
SA: { 0124 } // Sky Bundesliga 4
SA: { 012E } // Sky Bundesliga 5
SA: { 0138 } // Sky Bundesliga 6
SA: { 0142 } // Sky Bundesliga 7
SA: { 0106 } // Sky Bundesliga 8
SA: { 0156 } // Sky Bundesliga 9
SA: { 0160 } // Sky Bundesliga 10
SA: { 00FC } // Sky Bundesliga 11
SA: { 014C } // Sky Bundesliga 12
SA: { 00FD } // Sky Sport 3
SA: { 014D } // Sky Sport 4
SA: { 0143 } // Sky Sport 5
SA: { 0139 } // Sky Sport 6
SA: { 012F } // Sky Sport 7
SA: { 0125 } // Sky Sport 8
SA: { 011B } // Sky Sport 9
SA: { 0160 } // Sky Sport 10
SA: { 0111 } // Sky Sport 11
SA: { 016B } // Sky Sport 12
SA: { 0175 } // Sky Sport 13
SA: { 0035 } // Sky Sport Austria

# Sky Welt (erlaubte SID's)
SA: { 0017 } // Sky Krimi
SA: { 000E } // Discovery Channel
SA: { 000D } // National Geographic
SA: { 000C } // NatGeo Wild
SA: { 0034 } // Spiegel Geschichte
SA: { 000F } // Focus Gesundheit
SA: { 00A8 } // Motorvision
SA: { 0024 } // Sci Fi
SA: { 001B } // RTL Crime
SA: { 002A } // 13th Street
SA: { 0032 } // TNT Serie
SA: { 0010 } // Fox Serie
SA: { 001D } // RTL Passion
SA: { 0016 } // Heimatkanal
SA: { 0206 } // Goldstar TV
SA: { 0018 } // Classica
SA: { 0022 } // Disney Channel
SA: { 0015 } // Beate-Uhse TV
SA: { 001A } // Playhouse Disney
SA: { 0013 } // Junior
SA: { 001C } // Jetix


# Sky Welt Extra (erlaube SID's)
#SA: { 0044 } // History
#SA: { 17C4 } // Biography Channel
#SA: { 003F } // Romance TV
#SA: { 003C } // Kinowelt TV
#SA: { 003D } // TNT Film
#SA: { 3331 } // ESPN America
#SA: { 0043 } // E.Clips
#SA: { 003E } // AXN Action
#SA: { 002B } // Animax
#SA: { 0042 } // Boomerang
#SA: { 3394 } // Cartoon Network
#SA: { 4461 } // Sat.1 Comedy
#SA: { 4462 } // Kabel 1 Classics
#SA: { 700A } // Nick Premium
#SA: { 3395 } // Eurosport 2
#SA: { 3397 } // RTL Living
#SA: { 184D } // VH1 Classic
#SA: { 7009 } // MTV Entertainment
#SA: { 0045 } // sportdigital.tv

# Big Brother (erlaube SID's) [Sat und KD]
#SA: { 0298 } // Big Brother

# Premiere Radio (erlaubte SID's) [Sat und KD]
SA: { 0099 } // P-60ER/70ER
SA: { 009A } // P-80ER/90ER
SA: { 009C } // P-COUNTRY/P-XMAS CHANNEL
SA: { 0096 } // P-DEUTSCHE CHARTS
SA: { 0098 } // P-LOVE SONGS
SA: { 009B } // P-RnB/HIP HOP
SA: { 0097 } // P-ROCK HYMNEN

# Premiere S02 Karte
G: { 17020001 }
G: { 17020002 }
G: { 17020003 }

Versuchs mal so.

MFG ck24
 
AW: Bekomme die MBOX Kriese

Hi crittersking24,

ich hab weiterhin Probleme wäre cool wenn du nochmal schauen könntest ich mir ne andere Box besorgt und die Mbox Version geupdatet.

Deine Portlist hab ich bereits getestet hat leider nicht nix gebracht.

Die Gbox rennt komischer ohne jegliche Freezer würde gerne auf mpcs umsteigen aber da hab ich leider keiner Ahnung von.
 
Zuletzt bearbeitet:
AW: Bekomme die MBOX Kriese

fragen wir mal ganz dumm was hast du für ne Karte???

udn wo kommen die Freezer her...( lokal oder netz ) ????

bevor an der port.list gefummelt wird findet man erst mal heraus wo es hakt!

mach mal nen Trace de Mbox...und poste den hier...


wenn die gbox ohne freezer rennt dan liegt es imho net an der mbox sondern am newcs...

eventuell hast du keine nagr* Karte und musst auf 6.00 MgHz fahren...z.b ne NDS!!
 
AW: Bekomme die MBOX Kriese

Code:
[23:22:49] Searching CW cache for CaID 0x0D05, pid 0x00C9...no CW in cache 
[23:22:49] <>ECM (#->1) from xxxxxxxxx forwarded to xxxxxxxxx (847D)
[23:22:50] Searching CW cache for CaID 0x0D05, pid 0x3854...no CW in cache 
[23:22:50] <>ECM (#->1) from xxxxxxxxx forwarded to xxxxxxxxx (847D)
[23:22:50] <-CW from xxxxxxxxx (847D)  => forwarded to xxxxxxxxx port 2501
[23:22:52] Searching CW cache for CaID 0x1702, pid 0x1742...no CW in cache 
[23:22:52] [newcamd] Putting ECM (<-2) from xxxxxxxxx, caid:0x1702, ecmpid:0x1742,sidpid:0x000A in ECM buffer (1/10)
[23:22:52] [newcamd] Sending ECM caid:0x1702, ecmpid:0x1742,  sidpid:0x000A to (127.0.0.1:13000).
[23:22:52] Searching CW cache for CaID 0x1702, pid 0x1C43...no CW in cache 
[23:22:52] [newcamd] Putting ECM (<-2) from xxxxxxxxx, caid:0x1702, ecmpid:0x1C43,sidpid:0x000A in ECM buffer (2/10)
[23:22:53] no CW in cache 
[23:22:53] <-ECM (<-2) from xxxxxxxxx => ECM forwarded to xxx ( F743 )
[23:22:53] <-ECM (<-2) from xxxx => ECM forwarded toxxxx ( 9799 )
[23:22:53] Searching CW cache for CaID 0x0B00, pid 0x1E7C...same ECM allready in cache from xxxxxx
[23:22:53] <-ECM (<-2) from xxxxx => ECM forwarded toxxxx ( F743 )
[23:22:53] <-ECM (<-2) from xxxx => ECM forwarded to xxxxg ( 9799 )
[23:22:53] [gbox]<-Hello from peer xxxxxxxxx port 4480
[23:22:53] [gbox]<=Hello from peer xxxxxxxxx port 4480
[23:22:53] [gbox]<=Hello from peer xxxxxxxxx port 4480
[23:22:53] [gbox]<=Hello from peer xxxxxxxxx port 4480
[23:22:53] [gbox]<=Hello from peer xxxxxxxxx port 4480
[23:22:53] [gbox]<=Hello from peer xxxxxxxxx port 4480
[23:22:53] [gbox]<=Hello from peer xxxxxxxxx port 4480
[23:22:53] [newcamd] sent sequence id 04FD , received sequence id 04FD
[23:22:53] [newcamd] Control words received successfully (127.0.0.1:13000), time (968 ms).
[23:22:53] [newcamd]<-CW ( LOCAL DECODE ), caid:0x1702, ecmpid:0x1742 , sidpid:0x000A forwarded to xxxxxxxxx port:6010 
[23:22:53] [newcamd] Sending ECM caid:0x1702, ecmpid:0x1C43,  sidpid:0x000A to (127.0.0.1:13000).
[23:22:53] [newcamd] sent sequence id 04FE , received sequence id 04FE
[23:22:53] [newcamd] Control words received successfully (127.0.0.1:13000), time (34 ms).
[23:22:53] [newcamd]<-CW ( LOCAL DECODE ), caid:0x1702, ecmpid:0x1C43 , sidpid:0x000A forwarded to xxxxxxxxx port:6010 
[23:22:53] Searching CW cache for CaID 0x1702, pid 0x39A7...no CW in cache 
[23:22:53] [newcamd] Putting ECM (<-2) from xxxxxxxxx, caid:0x1702, ecmpid:0x39A7,sidpid:0x00DF in ECM buffer (1/10)
[23:22:53] [newcamd] Sending ECM caid:0x1702, ecmpid:0x39A7,  sidpid:0x00DF to (127.0.0.1:13000).
[23:22:54] [newcamd] sent sequence id 04FF , received sequence id 04FF
[23:22:54] [newcamd] Control words received successfully (127.0.0.1:13000), time (1016 ms).
[23:22:54] [newcamd]<-CW ( LOCAL DECODE ), caid:0x1702, ecmpid:0x39A7 , sidpid:0x00DF forwarded to xxxxxxxxx port:2501 
[23:22:56] Searching CW cache for CaID 0x1702, pid 0x1C4B...no CW in cache 
[23:22:56] [newcamd] Putting ECM (<-2) from xxxxxxxxx, caid:0x1702, ecmpid:0x1C4B,sidpid:0x001D in ECM buffer (1/10)
[23:22:56] [newcamd] Sending ECM caid:0x1702, ecmpid:0x1C4B,  sidpid:0x001D to (127.0.0.1:13000).
[23:22:56] Searching CW cache for CaID 0x1702, pid 0x174A...no CW in cache 
[23:22:56] [newcamd] Putting ECM (<-2) from xxxxxxxxx, caid:0x1702, ecmpid:0x174A,sidpid:0x001D in ECM buffer (2/10)
[23:22:56] [newcamd] sent sequence id 0500 , received sequence id 0500
[23:22:56] [newcamd] Control words not received (127.0.0.1:13000), time (579 ms)
[23:22:56] [newcamd] Sending ECM caid:0x1702, ecmpid:0x174A,  sidpid:0x001D to (127.0.0.1:13000).
[23:22:56] Searching CW cache for CaID 0x1702, pid 0x1C4B...no CW in cache 
[23:22:56] [newcamd] Putting ECM (<-2) from xxxxxxxxx, caid:0x1702, ecmpid:0x1C4B,sidpid:0x001D in ECM buffer (2/10)
[23:22:57] [newcamd] sent sequence id 0501 , received sequence id 0501
[23:22:57] [newcamd] Control words received successfully (127.0.0.1:13000), time (998 ms).
[23:22:57] [newcamd]<-CW ( LOCAL DECODE ), caid:0x1702, ecmpid:0x174A , sidpid:0x001D forwarded to xxxxxxxxx port:3737 
[23:22:57] [newcamd] Sending ECM caid:0x1702, ecmpid:0x1C4B,  sidpid:0x001D to (127.0.0.1:13000).
[23:22:57] [newcamd] sent sequence id 0502 , received sequence id 0502
[23:22:57] [newcamd] Control words received successfully (127.0.0.1:13000), time (4 ms).
[23:22:57] [newcamd]<-CW ( LOCAL DECODE ), caid:0x1702, ecmpid:0x1C4B , sidpid:0x001D forwarded to xxxxxxxxx port:3737 
[23:22:58] Searching CW cache for CaID 0x1702, pid 0x3B59...no CW in cache 
[23:22:58] [newcamd] Putting ECM (<-2) from xxxxxxxxx, caid:0x1702, ecmpid:0x3B59,sidpid:0x000A in ECM buffer (1/10)
[23:22:58] [newcamd] Sending ECM caid:0x1702, ecmpid:0x3B59,  sidpid:0x000A to (127.0.0.1:13000).
[23:22:59] Searching CW cache for CaID 0x1702, pid 0x3BB8...no CW in cache 
[23:22:59] [newcamd] Putting ECM (<-2) from xxxxxxxxx, caid:0x1702, ecmpid:0x3BB8,sidpid:0x0008 in ECM buffer (2/10)
[23:22:59] [newcamd] sent sequence id 0503 , received sequence id 0503
[23:22:59] [newcamd] Control words received successfully (127.0.0.1:13000), time (953 ms).
[23:22:59] [newcamd]<-CW ( LOCAL DECODE ), caid:0x1702, ecmpid:0x3B59 , sidpid:0x000A forwarded to xxxxxxxxx port:2501 
[23:22:59] [newcamd] Sending ECM caid:0x1702, ecmpid:0x3BB8,  sidpid:0x0008 to (127.0.0.1:13000).
[23:22:59] Searching CW cache for CaID 0x0D05, pid 0x00C9...no CW in cache 
[23:22:59] <>ECM (#->1) from xxxxxxxxx forwarded to xxxxxxxxx (847D)
[23:23:00] Searching CW cache for CaID 0x0D05, pid 0x3BE4...no CW in cache 
[23:23:00] <>ECM (#->2) from xxxxxxxxx forwarded to xxxxxxxxx (847D)
[23:23:00] <-CW from xxxxxxxxx (847D)  => forwarded to xxxxxxxxx port 2501


Code:
hab mal auf mpcs umgestellt
mpcs.user
[account]
User = dummy1
Pwd  = dummy1
# 0 1 2 3
# 0 - disable
# 1 - per IP
# 2 - 1 user per Port
# 3 - only 1 user allow for all port
# 10 - spider per IP
# 20 - spider 1 user per Port
# 30 - spider only 1 user allow for all port
Uniq  = 1
Group = 1
#AU disable
#AU = 0
# this is auto AU reader
#AU = 1
#AU single reader
#AU = bulsat
EndDate = 2009-12-31
 
mpcs.reader
[reader]
blockemm         = C0,03,02
blockua          = 0
blockga          = 0
blocksa          = 0
AU               = 1
Enable           = 1
Label            =  Dreambox Reader
Protocol         = internal
Device           = /dev/sci0
BaudRate         = 9600
bits     = 7/8
stopbits = 1/2
parity   = odd/even/none
flowcontrol= hard/soft/none
EMMCache         = 1,1,10
Detect           = none
Group            = 1
CAID             = 1702
 
 
 
mpcs.conf
[global]
Nice            = -1
ClientTimeout   = 4
ClientMaxIdle   = 60
CacheDelay      = 0
FallbackTimeout = 1
BindWait        = 10
ResolveDelay    = 10
DyndnsInterval  = 120
LogFile         = stdout
#PidFile         = /ramdsk/my.pid
#MaxLogSize     = 102400
showecmdw = 0
showemmdw = 0
disablecache1 = 0
disablecache2 = 0
disablecache = 0
Filter = 1500
ReaderAlarm   = 0
WaitCards=0
[newcamd]
Key  = 0102030405060708091011121314
Port = 13000@1702:000000;

also die hacker sind nur local auf den virtuellen karten eher minimal.

ich hab mit Sicherheit eine Tunnel Nagra S02 sonst würde die karte auf der dbox nich laufen oder? Nun hab ich eine Dream da geht Sie ja
 
AW: Bekomme die MBOX Kriese

Steht doch hinten auf der KArte was es für eine genau ist. K02, S02, usw. ich muss bei meiner Dream immer erst Mboxg04023 starten und dann manuell den NewCS Server per Telnet, dann läuft alles wunderbar. Stell mal Karte auf 7,15Mhz..aber alles ohne Gewähr, ist nur n Tipp, wie sie schneller läuft. MFG
 
AW: Bekomme die MBOX Kriese

da steht nur S02 an der Seite steht Nagravision erkannt wird sie als Tunnel Nagra.Sonst da nix drauf
Muss das erstmal suchen bei mpcs wie man übertaket trau mich nicht so recht...
 
AW: Bekomme die MBOX Kriese

da steht nur S02 an der Seite steht Nagravision erkannt wird sie als Tunnel Nagra.Sonst da nix drauf
Muss das erstmal suchen bei mpcs wie man übertaket trau mich nicht so recht...

Mit MPCS kennsch mit ned aus, aber bei NewCS gehts ganz einfach in der NewCS.xml Datei...S02 ist ne Nagra...V13 ist Videoguard soviel ich weiß...diese benötigt kürzere ECMs...MFG ck24
 
AW: Bekomme die MBOX Kriese

also ne S02 braucht 6,00 MHz ne V13 3,57 MHz


das ist gefährliches Terrain....kannst sie damit schrotten!!

[23:22:53] Searching CW cache for CaID 0x1702, pid 0x39A7...no CW in cache

Freezer kommen da du keine ControlWords in Cache ( Speicher ) hast

schaue mal ob du nen Blocker in der newcs.xml auf yes oder on hast...
 
AW: Bekomme die MBOX Kriese

Hallo Jungs danke für die zahlreichen Antworten das Problem hab ich mittlerweiler behoben ich hab den ECM BUFFER Wert in der C line von 10 auf 20 geändert nun hab ganz selten hackler bis garnicht mittlerweile wieder mit NEWCS ich denke mit MPCS wird es auch laufen.

Kollege von mir meint evtl. ist der Buffer zu schnell VOLL

vorher

C: { 127.0.0.1 13000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 }

C: { 127.0.0.1 13000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 20 }

mit 34 PEERS kein Thema
 
Zurück
Oben