PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: mbox (pdf)  (Leído 7357 veces)

02/08/2008, 14:01 -

mbox (pdf)

Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498

mbox (pdf) en ingles

[archivo adjunto borrado por el administrador]
« Última modificación: 02/08/2008, 14:09 por elgeneral »
04/11/2008, 14:23 -

Re: mbox (pdf)

#1
Registrado:
29/10/2008
Gracias:
0/0
Mensajes
1
Unfotunately I get file not found
Wong key
04/11/2008, 17:28 -

Re: mbox (pdf)

#2
Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
Mbox How To This topic refers always to the latest version of Mbox. (we will try to keep it updated)

Ok, here we go.

To start Mbox you need to configure mbox.cfg first.
These parameters you must set before you can start Mbox:

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

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 file
// K: { folder_path_to_files, example: K: { /var/keys/ } }

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 resivers and images that create this file <- use this if you can
// { 1/tmp/camd.socket } for enigma 1
// { 2/tmp/camd.socket } for enigma 2



Now for the start of Mbox you need to know where the mbox.cfg path is.
The default path for mbox.cfg is /var/keys/
For other paths you must start mbox with path as argument!!!
For some receivers like Ipbox and Kathrein there is no /var/keys/ so you must start mbox always with argumenst.

Example:

without arguments
./mbox or ./var/bin/mbox

with arguments
./mbox /data/keys/mbox.cfg or ./var/bin/mbox /data/keys/mbox.cfg

To STOP Mbox you need to create mbox.kill.
Put this mbox.kill in the temp dir of Mbox. T: path (look your settings in mbox.cfg)
Example T: { /tmp/ }: touch /tmp/mbox.kill


Other parameters of mbox.cfg that are interesting:

M: { 1 }
// M option -> Mode option
// M: { x }
// x=0 -> local mode no NET
// x=1 -> NET mode
// default 0

H: { 0 }
//H option -> C line priority over network cards
// H: { x }
// x=0 -> disabled -> newtwork cards has priority over your local cards
// x=1 -> enabled -> your local cards has priority over network cards
// default disabled

Z: { 12 } { 127.0.0.1 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

Only debug file: Z: { 12 } { 127.0.0.1 8000 }
only send debug to IP: Z: { 11 } { 127.0.0.1 8000 }
Both file and IP: Z: { 13 } { 127.0.0.1 8000 }

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

If you run Mbox on a server then you can't use level0 cards so you have to set:
L: { 0 }


About the cwshare.cfg:

If you don't use a brascet and you must set some other options after the brascet then don't leave it empty.
Put a zero in it so Mbox knows it's not used.
Example: C: { 127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 0 } { 0 }

When using Mbox and Newcs on the same box/server then Mbox can see those cards as local.
But you must make a connection ( C-line in cwshare.cfg) with IP 127.0.0.1.
Only then you will have these cards as local in your Mbox server.

About D line in cwshare.cfg file ...
Now you can set what provids boxids you want to reshare with another peer(s)

This is standard D line
=======================
D: { IP { port1 port2 { pass { level1 level2 }}}}


This is my new upgraded D line
===============================
D: { IP { port1 port2 { pass { level1 level2 }}}}
{ 0000 } { 0 } send filter
{ 0000 } { 0 } receive filter


D: { IP { port1 port2 { pass { level1 level2 }}}}
{ xxyy !!in hex!!!} { provid-boxid-boxid;provid;provid-boxid; ...!!in hex!!!} send filter
{ xxyy !!in hex!!!} { provid-boxid-boxid;provid;provid-boxid; ...!!in hex!!!} receive filter

for both brascets

xx -> 00 disabled
xx -> 01 allow only this cards for provid to be reshared received
xx -> 02 denied only this cards for provid to be reshared received

yy -> how much provids is in next brascet dont caculate boxids

1st example:
============

D: { IP { port1 port2 { pass { level1 level2 }}}}
{ 0102 } { 0001006A;0001006C-0A0A-0B0B; }
{ 0102 } { 00010080;00010081-0A0A-0B0B; }



{ 0102 } { 0001006A;0001006C-0A0A-0B0B; }

xx is 01 ,ALL cards for (0001006A) provid is SENT to peer AND cards with boxid 0A0A,0B0B for provid 0001006C, ALL others provids(cards) will NOT be sent!!

yy is 02 ,there is only 2 provids in next bracket dont caculate boxids


{ 0102 } { 00010080;00010081-0A0A-0B0B; }
xx is 01 ,ALL cards for (00010080) provid is RECEIVED from peer AND cards with boxid 0A0A,0B0B for provid 00010081, ALL others provids will be IGNORED!!

yy is 02 ,there is only 2 provids in next bracket dont caculate boxids



2nd example:
============

D: { IP { port1 port2 { pass { level1 level2 }}}}
{ 0202 } { 0001006A;0001006C-0A0A-0B0B; }
{ 0202 } { 00010080;00010081-0A0A-0B0B; }


{ 0202 } { 0001006A;0001006C-0A0A-0B0B; }
xx is 02 ,ALL cards for this (0001006A) provid is NOT sent to peer AND cards with boxid 0A0A,0B0B for provid 0001006C, ALL others provids(cards) are !!

yy is 02 ,there is only 2 provids in next bracket dont caculate boxids


{ 0202 } { 00010080;00010081-0A0A-0B0B; }
xx is 02 ,ALL cards for (00010080) provid is NOT RECEIVED from peer AND cards with boxid 0A0A,0B0B for provid 00010081, all others provids will be received!!

yy is 02 ,there is only 2 provids in next bracket dont caculate boxids




NOTICE: MBOX WILL NOT COMPLAIN IF YOU USE OLD D LINE STYLE !!!!!!!!!!!!!



Connecting to newcamd server program Newcs
==========================================

example:
C: { server_ip server_listening_port username password des_key } { x } { xxxxyyyyxxxyyyy;......}
C: { 127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 0100006a:0100006B;}

[second brascet] -> { x } max. number ecms in buffer ,decimal !!!!!

[third brascet] { 0100006a:0100006B;} is used if you want to change caidprovid from what newcs detected to caidprovid to use with gboxx protocol so 0100006A will be 0100006B in gboxx protocol




Resending ECM(s) on timeout interval
====================================
O: { xxxx yyyy }

example:
O: { 4000 2000 }

4000 (4 seconds)-> resend current ecm on boxid if no dcw
2000 (2 seconds)-> wait 2 more seconds for dcw ,if no dcw on time resend ecm(s) to all boxid's



NDS system ->Resending ECM(s) on timeout interval
=================================================
N: { xxxx yyyy }

example:
N: { 400 200 }

default disabled...


Add more cards for CaidProvid
=============================
X+: { xxxxyyyy:zz;xxxxyyyy:zz; } // zz -> max. is 30 !!!!!

example:
X+: { 0100006A:15; }

With X+ active, for caidprovid:0100006A max. cards for use is 15.



About the 12000.list or the port.list:

Now you must make file called "port.list" in K: path (look your settings in mbox.cfg)

"Port" is newcs listening port,so if newcs is listening on port 12000 ,file will be called 12000.list.

Pls use SID pids , CHIDs for Irdeto or G line, because now mbox send only one ECM and wait response from newcs before it send new ECM.

//this is for forbiden SID pids or Irdeto chids ..
//example
SF: { 04A0 } -> forbiden SID pid -> your card cant decrypt this channel
SF: { 0220 }
IF: { 0203 } -> forbiden Irdeto ChID -> your card cant decrypt this ChID
IF: { 0302 }
G: { 0100006A } -> dont list and reshare this provid from your card if card cant decrypt that, mbox will just flood newcs with bad ECMs for this provid.


//max forbiden SID pids or ChIDs is 150.
//max G lines is 15.


//OR to enable SID pids or Irdeto chids
//example
SA: { 04A0 } -> enable SID pid -> your card can decrypt this channel
SA: { 0220 }
IA: { 0203 } -> enable Irdeto ChID -> your card can decrypt this ChID
IA: { 0302 }
G: { 0100006A } -> dont list and reshare this provid from your card if card cant decrypt that, mbox will just flood newcs with bad ECMs for this provid.

//NOTE: YOU CANT MIX FORBIDEN AND ENABLED PIDS.



About the add.data file:

You don't need the add.data fiel to run Mbox!!!

The add.data file gives you the option to:

- change I,X,O,N line
- to delete running D line
- to add new D line(without filter rules)
- to resend "R" hello msg to all peers while mbox is running.

Write new values in "add.data" file and put it in folder from P: line. (look your settings in mbox.cfg)

NOTE: Max time to wait before changes take affect is 2 minutes, new values for I,X,O,N will NOT be saved in cwshare.cfg but new D or C line will be saved.
"add.data" file will be deleted after reading (read add.data.example) !

#D: { ip { port1 port2 { pass { level1 level 2 }}}} -> remove running D line
D: { ip { port1 port2 { pass { level1 level 2 }}}} -> add new D line without restarting mbox,new D line will be saved in cwshare.cfg
R ->Resend hello msg to all peers
X: { x } -> Change running X value
I: { x } -> Change running I value
O: { xxxx yyyy } -> Change running timeout intervals
N: { xxxx yyyy } -> Change running timeout intervals for NDS system
C: { server_ip server_listening_port username password des_key } { x } { xxxxyyyyxxxyyyy;......} -> add new C line
#
#

Big Thank's to Black_64
__________________
08/11/2009, 10:08 -

Re: mbox (pdf)

#3
Registrado:
26/01/2008
Gracias:
0/1
Mensajes
18
Mbox Cómo Este tema se refiere siempre a la última versión de Mbox. (trataremos de mantenerlo actualizado)

Ok, aquí vamos.

Para iniciar Mbox necesita configurar mbox.cfg primero.
Estos parámetros se debe configurar antes de poder empezar Mbox:

D    :(    0)
/ / D    :(    x)
/ / x = 0 -> Desactivar
/ / x = 1 -> Activar dbox2 cw escrito
/ / x = 2 -> Activar STAPI para IPBOX
/ / x = 3 -> permitir STAPI para Kathrein

T    :(    / tmp /)
/ Opción / t -> donde va a almacenar Temp archivos ... (share.info, debug.txt, etc)
/ / T    :(    folder_path_to_files, por ejemplo: T    :(    / tmp /))

K    :(    / var / keys /)
/ / Opción K -> donde se cwshare.cfg archivo
/ / K    :(    folder_path_to_files, por ejemplo: K    :(    / var / keys /))

P    :(    / tmp / pmt.tmp)
/ Opción / P -> PMT ubicación (Dont utilizados con Linux y Windows)
/ / Debe ser sintonizado en el canal para la imagen puede generar este archivo
/ / (/ Tmp / pmt.tmp) para resivers e imágenes que crear este archivo <- Use esto si se puede
/ / () Para 1/tmp/camd.socket enigma 1
/ / () Para 2/tmp/camd.socket enigma 2



Ahora, para el inicio de Mbox que usted necesita saber que la trayectoria de mbox.cfg es.
La ruta predeterminada para mbox.cfg es / var / keys /
Por otros caminos debe empezar con la ruta de mbox como argumento!
Con algunos receptores, como ipbox y Kathrein no hay / var / keys / por lo que debe empezar siempre con mbox argumenst.

Ejemplo:

sin argumentos
. / mbox o. / var / bin / mbox

con argumentos
. / mbox / data / keys / o mbox.cfg. / var / bin / mbox / data / keys / mbox.cfg

A STOP Mbox que necesita para crear mbox.kill.
Ésta mbox.kill en el Temp dir de mbox. T: ruta de acceso (ver la configuración en mbox.cfg)
T Ejemplo    :(    / tmp /): touch / tmp / mbox.kill


Otros parámetros de mbox.cfg que son interesantes:

M    :(    1)
/ Opción / M -> opción Modo
/ / M    :(    x)
/ / X = 0 -> modo local sin red
/ / X = 1 -> Modo NET
/ / Por defecto 0

H    :(    0)
/ / Opción H -> prioridad de la línea C en las tarjetas de red
/ / H    :(    x)
/ / X = 0 -> discapacitados -> Tarjetas de Newtwork tiene prioridad sobre sus tarjetas de locales
/ / X = 1 -> Enabled -> tarjetas de local tiene prioridad sobre las tarjetas de red
/ Default / discapacitados

Z    :(    12) (127.0.0.1 8000)
/ / Opción Z -> control de envío / escritura informaciones actuales
/ / Z    :(    xy) (IP port)
/ / X = 0 -> no se imprimen sello de tiempo (en la pantalla de la consola y en la depuración de archivos)
/ / X = 1 -> marca de tiempo de impresión (....)
/ / Y = 0 -> no escribir / enviar información a archivo de depuración / IP de destino
/ / Y = 1 -> enviar información a la dirección IP de destino pero no en el archivo de depuración
/ / Y = 2 -> escribir información al archivo de depuración, pero no envían a la dirección IP de destino
/ / Y = 3 -> escribir y enviar información a archivo de depuración / IP de destino
/ / IP -> IP de destino y el puerto UDP donde enviar información

Sólo el archivo de depuración: Z    :(    12) (127.0.0.1 8000)
sólo enviar depurar a la propiedad intelectual: Z    :(    11) (127.0.0.1 8000)
Tanto el archivo y la propiedad intelectual: Z    :(    13) (8000) 127.0.0.1

L    :(    1)
/ Opción / L -> ¿Cómo mbox a ménage tarjeta virtual (s) con el nivel 0
/ / (Sólo para usuarios (s) que tienen y pueden Reshare tarjetas virtuales, pero no quiere usar el nivel 0 de la tarjeta (s) para que yo)
/ / L    :(    x)
/ / X = 0 -> no se cargan las cartas virtuales con el Nivel 0, que no se pueden utilizar para su auto
/ / X = 1 -> carga de todas las tarjetas virtuales con el nivel 0, que va a utilizar para tu auto
/ / Default 1

Si se ejecuta en una Mbox servidor entonces no puede utilizar las tarjetas de level0 lo que tiene que establecer:
L    :(    0)


Acerca de la cwshare.cfg:

Si usted no utiliza un brascet y debe configurar algunas otras opciones después de la brascet entonces no lo deje vacío.
Pon un cero en tan Mbox sabe que no es utilizado.
Ejemplo: C    :(    127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14) (0) (0)

Cuando se utiliza Mbox y Newcs en la misma caja /servidor Mbox continuación puedes ver las tarjetas como local.
Pero usted debe hacer una conexión (C-line en cwshare.cfg) con IP 127.0.0.1.
Sólo entonces tendrá que estas tarjetas como local en su Mbox servidor.

Acerca de la línea D en cwshare.cfg archivo ...
Ahora usted puede establecer lo que provids boxids desea Reshare con otros usuarios (s)

Esta es la línea de la norma D
=======================
D    :(    (IP port1 port2 ((pasar level1 Nivel 2))))


Este es mi nuevo actualizado la línea D
===============================
D    :(    (IP port1 port2 ((pasar level1 Nivel 2))))
(0000) (0) Enviar filtro
(0000) (0) recibir filtro


D    :(    (IP port1 port2 ((pasar level1 Nivel 2))))
(Xxyy! En hexadecimal!) (Provid-boxid-boxid; provid; provid-boxid; ...!! en hexadecimal!) Enviar filtro
(Xxyy! En hexadecimal!) (Provid-boxid-boxid; provid; provid-boxid; ...!! en hexadecimal!) Recibir filtro

tanto para brascets

xx -> 00 con discapacidad
xx -> 01 sólo permiten esta tarjeta para los proveedores de que se reshared recibido
xx -> 02 negó esta tarjeta sólo para los proveedores de que se reshared recibido

aa -> ¿Cuánto es en provids dont brascet siguiente caculate boxids

1er ejemplo:
============

D    :(    (IP port1 port2 ((pasar level1 Nivel 2))))
(0102) (0001006A; 0001006C-0A0A-0B0B;)
(0102) (00010080, 00010081-0A0A-0B0B;)



(0102) (0001006A; 0001006C-0A0A-0B0B;)

xx es 01, para todas las tarjetas (0001006A) ofrecer es enviado a pares y las tarjetas con 0A0A boxid, 0B0B para 0001006C provid, otros TODOS provids (tarjetas) no será enviado!

yy es 02, hay sólo 2 provids en dont soporte siguiente caculate boxids


(0102) (00010080, 00010081-0A0A-0B0B;)
xx es 01, todas las tarjetas de (00.010.080) ofrecer es recibida de pares y las tarjetas con 0A0A boxid, 0B0B de 00.010.081 provid, otros TODOS provids será ignorado!

yy es 02, hay sólo 2 provids en dont soporte siguiente caculate boxids



2 º ejemplo:
============

D    :(    (IP port1 port2 ((pasar level1 Nivel 2))))
(0202) (0001006A; 0001006C-0A0A-0B0B;)
(0202) (00010080, 00010081-0A0A-0B0B;)


(0202) (0001006A; 0001006C-0A0A-0B0B;)
xx es 02, todas las tarjetas para este (0001006A) ofrecer no se envía a los pares y las tarjetas con 0A0A boxid, 0B0B para 0001006C provid, otros TODOS provids (tarjetas) son!!

yy es 02, hay sólo 2 provids en dont soporte siguiente caculate boxids


(0202) (00010080, 00010081-0A0A-0B0B;)
xx es 02, todas las tarjetas de (00.010.080) ofrecer no se recibe de pares y las tarjetas con 0A0A boxid, 0B0B para provid 00010081, todos los demás provids será recibida!

yy es 02, hay sólo 2 provids en dont soporte siguiente caculate boxids




AVISO: mbox no se quejará si usted uso antiguo estilo de línea D !!!!!!!!!!!!!



Conexión a programa de servidor de newcamd Newcs
==========================================

ejemplo:
C    :(    server_listening_port server_ip Usuario Contraseña des_key) (x) (xxxxyyyyxxxyyyy ;......}
C    :(    127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14) (10) (0100006a: 0100006B;)

[brascet segundo] -> (x) max. ECMS número de amortiguamiento, !!!!! decimal

[brascet tercero] (0100006a: 0100006B;) se utiliza si desea cambiar caidprovid de lo NewCS detectado caidprovid a utilizar con el protocolo gboxx tan 0100006A se 0100006B en el protocolo gboxx




Volver a enviar ECM (s) en el intervalo de tiempo de espera
====================================
O    :(    XXXX YYYY)

ejemplo:
O    :(    4000 2000)

4000 (4 segundos) -> ECM actuales reenvío en boxid si no DCW
2000 (2 segundos) -> esperar 2 segundos más para DCW, si no DCW a tiempo ECM reenviar (s) a todos los boxid's



El sistema de NDS -> Reenvío de ECM (s) en el intervalo de tiempo de espera
=================================================
N    :(    XXXX YYYY)

ejemplo:
N    :(    400 200)

por defecto con discapacidad ...


Añadir más tarjetas para CaidProvid
=============================
X +    :(    xxxxyyyy: ZZ; xxxxyyyy: ZZ;) / / ZZ -> max. es de 30 !!!!!

ejemplo:
X +    :(    0100006A: 15;)

Con X + activos, para caidprovid: 0100006A max. las tarjetas que utilizan es de 15.



Acerca de la 12000.list o la port.list:

Ahora hay que hacer el archivo llamado "port.list", en K: ruta de acceso (ver la configuración en mbox.cfg)

"Puerto" es NewCS puerto de escucha, así que si NewCS está escuchando en el puerto 12000, el archivo se llama 12000.list.

, Utlizar SID PIDs, orquídeas para Irdeto o la línea G, porque ahora mbox enviar sólo un ECM y esperar respuesta de NewCS antes de enviar ECM nueva.

/ / esto es para las IDPs Prohibida SID o Irdeto orquídeas ..
/ / ejemplo
SF    :(    04A0) -> Prohibida SID PID -> tarjeta de descifrar su canto este canal
SF    :(    0220)
SI    :(    0203) -> Prohibida Irdeto chid -> tu tarjeta de descifrar este cant chid
SI    :(    0302)
G    :(    0100006A) -> Lista dont y Reshare este provid de su tarjeta de descifrar si cant tarjeta que, mbox sólo inundará newcs con ECMs malo para este provid.


/ / max pids SID Prohibida o de orquídeas es de 150.
/ / max líneas G es de 15.


/ / O para permitir a las IDPs SID o Irdeto orquídeas
/ / ejemplo
SA    :(    04A0) -> permitir SID PID -> la tarjeta puede descifrar este canal
SA    :(    0220)
IA    :(    0203) -> permitir Irdeto chid -> la tarjeta puede descifrar esta chid
IA    :(    0302)
G    :(    0100006A) -> Lista dont y Reshare este provid de su tarjeta de descifrar si cant tarjeta que, mbox sólo inundará newcs con ECMs malo para este provid.

/ / NOTA: You Cant MIX Prohibida y permitió PIDS.



Acerca del archivo add.data:

Usted no necesita la add.data sentir ejecutar Mbox!

El archivo add.data le da la opción de:

- El cambio I, X, O, línea N
- Para borrar ejecuta la línea D
- Para añadir la línea D nuevos (sin filtro de normas)
- Para volver a enviar "R" hello msg a todos los compañeros, mientras que mbox está ejecutando.

Escriba los nuevos valores en "add.data" archivo y ponerlo en la carpeta de P: línea. (mirar la configuración en mbox.cfg)

NOTA: El tiempo máximo de espera antes de los cambios surtan efecto es de 2 minutos, los nuevos valores para I, X, O, N no se guardarán en cwshare.cfg pero D nuevo o la línea C se salvará.
"add.data" archivo se borrará después de la lectura (leer add.data.example)!

# D    :(    (IP port1 port2 ((level1 pasar de nivel 2)))) -> Quitar ejecuta la línea D
D    :(    (IP port1 port2 ((level1 pasar de nivel 2)))) -> Añadir la línea D nuevo sin necesidad de reiniciar mbox, la línea D nuevo será guardado en cwshare.cfg
R -> Hola Reenviar mensaje para todos los compañeros
X    :(    x) -> Cambiar ejecutando valor X
I    :(    x) -> Cambiar ejecutando valoro
O    :(    XXXX YYYY) -> Cambiar correr intervalos de tiempo de espera
N    :(    XXXX YYYY) -> Cambiar correr intervalos de tiempo de espera para el sistema de NDS
C    :(    server_listening_port server_ip Usuario Contraseña des_key) (x) (;......} xxxxyyyyxxxyyyy -> Añadir nueva línea C
#
#

Muchas gracias a la Black_64
__________________
Aunque sea una mala traduccion pero para los que no entendenmos ni papa de ingles algo de luz nos dara

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO