Configuracion SBox

Status
Not open for further replies.

elgeneral

Registered
Messages
7,811
sbox.conf


Code:
[main]
server_only=0				# 0=emu+newcamd server 1=only newcamd server
log=0					# 1=no log 1=log to /tmp/sbox.log	//ALWAYS USE 0//
userspath=/var/bin/users.sbox		# users list
webinterface=0				# 1=web interface on 0=web interface off
webport=81				# web interface port

[slot0]
active=1				# 0=inactive 1=active
sci=/dev/sci0				# lower
ncdserver=0				# 0=newcamd server off 1=newcamd server on
deskey=0102030405060708091011121314	# newcamd deskey
port=15050				# newcamd port
mhz=0					# Mhz for card in this reader, ONLY WORKS ON INTERNAL CARDREADER. Example: mhz=357, mhz=368 

#Nagra2/3 Example
[CCCCCCCC]				# nagra2 camid (4 bytes)
rsa=					# rsa "n" from this card (like newcs)
boxkey=					# boxkey from this card
emm=0					# 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0				# use portlist or no
portlistpath=/var/****/port.list	# path from port.list

#Nagra tiger/ncmed Example
[CCCCCCCC]				# nagra camid (4 bytes)
emm=2					# 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0				# use portlist or no
portlistpath=				# path from port.list

#Seca Example
[CCCCCCCC]				# seca camid (4 bytes)
ok_view=0				# if ok_view=1 sbox simulates the "ok view this season" on seca smartcards
emm=7					# 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0				# use portlist or no
portlistpath=				# path from port.list

#Viaccess Example
[CCCCCCCC]				# via camid (4 bytes)
emm=7					# 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0				# use portlist or no
portlistpath=				# path from port.list

#Irdeto Example
[CCCCCCCC]				# irdeto camid (4 bytes)
camkey=0000000000000000			# CamKEY
camkeydata=00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
emm=7					# 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0				# use portlist or no
portlistpath=				# path from port.list

#*** Example
[CCCCCCCC]				# *** camid (4 bytes)
emm=7					# 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0				# use portlist or no
portlistpath=				# path from port.list

# How to ADD RSA for TIGER/NCMED cards
# If your card is a ROM TIGER547 Rev124 (for example)
# [TIGER547] <- this is the rom version from your card
# rsa=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# ONLY THIS, for config bloquer, portlist, etc, look at the examples above!

#Example configuration newcamd client
[NewCamd]
#server0=dummy:dummy@localhost:15050/0102030405060708091011121314/0
#server1=dummy:dummy@localhost:15051/0102030405060708091011121314/2
#server2=dummy:dummy@localhost:15052/0102030405060708091011121314/7

users.sbox


Code:
#Example configuration file for sbox cardclient server

# [slot0]	# slot to connect
# user=edk	# user
# pass=edk	# password
# au=1		# au on/off

# [slot1]	# slot to connect
# user=edk2	# user
# pass=edk2	# password
# au=0		# au on/off

port.list


Code:
SA: { 0001 } # Channel1
SA: { 0002 } # Channel2
SA: { 0003 } # Channel3
SA: { 0004 } # Channel4

Gracias a EDK & Co

Edit added

Port.list for nagra3 & seca


Gracias a Deckard
 

elgeneral

Registered
Messages
7,811
Configuracion N3 R180 DM500S

/var/bin/sbox.conf

Code:
[main]
server_only=1
log=0
userspath=/var/bin/users.sbox
webinterface=1
webport=81

[slot0]
active=1
sci=/dev/sci0
ncdserver=1
deskey=0102030405060708091011121314
port=12000
mhz=318

[00000000]
rsa=0000000000000000000
boxkey=0000000000000000
emm=0
portlist=0
portlistpath=/var/keys/port.list

#Example configuration newcamd client
[NewCamd]
#server0=dummy:dummy@localhost:15050/0102030405060708091011121314/0
#server1=dummy:dummy@localhost:15051/0102030405060708091011121314/2
#server2=dummy:dummy@localhost:15052/0102030405060708091011121314/7
/var/bin/users.sbox

Code:
#Example configuration file for sbox cardclient server

[slot0]
user=dummy
pass=dummy
au=1

[slot0]
user=dummy2
pass=dummy2
au=1



Configuracion N3 TIGER601 DM500S

/var/bin/sbox.conf


Code:
[main]
server_only=1
log=0
userspath=/var/bin/users.sbox
webinterface=1
webport=81

[slot0]
active=1
sci=/dev/sci0
ncdserver=1
deskey=0102030405060708091011121314
port=12000
mhz=0

[TIGER601]
rsa=0000000000000000000

[00000000]
emm=0
portlist=0
portlistpath=/var/keys/port.list

#Example configuration newcamd client
[NewCamd]
#server0=dummy:dummy@localhost:15050/0102030405060708091011121314/0
#server1=dummy:dummy@localhost:15051/0102030405060708091011121314/2
#server2=dummy:dummy@localhost:15052/0102030405060708091011121314/7
/var/bin/users.sbox


Code:
#Example configuration file for sbox cardclient server
[slot0]
user=dummy
pass=dummy
au=1

[slot0]
user=dummy2
pass=dummy2
au=1

Gracias a Terrorman
 
Status
Not open for further replies.
Top