ZGEMMA H29T

F7 MJS

Member ++
Joined
Jun 27, 2015
Messages
143
Reaction score
2
Hi still trying to get this to work got n line trying to put it into this box I understand I have to install it in oscam CAN ANYONE HELP please belox is what I have installed in dcc WHERE DO I PUT THE NLINE WHICH ONE DO I USE OR IR IT ALL WRONG thanks
IF THIS IS MY LINE WHERE DO I PUT IT CWS = 151.80.20.146 55220 steer1 7889998 01 02 03 04 05 06 07 08 09 10 11 12 13 14 ITS NOT REAL
[reader]
label = sky-cline-server
protocol = cccam
device = server,port
user = username
password = password
inactivitytimeout = 30
group = 1
cccversion = 2.3.2

[reader]
label = sky-nline-server
protocol = newcamd
device = server,port
key = 0102030405060708091011121314
user = username
password = password
connectoninit = 1
group = 1

[reader]
label= vm-cline-server
enable=1
protocol=cccam
device = server,port
user = username
password = password
cccversion=2.1.2
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccmaxhops=10
ccckeepalive=1
cccwantemu=0

[reader]
label = vm-nline-server
protocol = newcamd
device = server,port
key = 0102030405060708091011121314
user = username
password = password
disableserverfilter = 1
connectoninit = 1
caid = 1841
ident = 1841:000000,005b01,005a01,005b02,005b03
group = 1

[reader]

label=euro-cccam-server
enable=1
protocol=cccam
device=server,port
user=username
password=password
cccversion=2.3.0
group=1,2,3
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccmaxhops=10
ccckeepalive=1
cccwantemu=0
0500:050F00;098C:000000;09C4:000000;098D:000000
 
If you were given a nline like this

N: sever.dyn.dns.com 1234 username pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14

[reader]
label = Mynewcamdreader
enable = 1
protocol = newcamd
device = sever.dyn.dns.com,1234
key = 0102030405060708091011121314
user = username
password = pass
group = 1

Always edit your files in notepad++ nothing else.

Set your other files up like this

he three files you need are the user, server and conf files.

When you have edited these you need to FTP them to var/etc/tuxbox/config

Your user files should look like this.

Oscam.user

[account]
description = dvbapi
user = Mark_the_yid
group = 1
keepalive = 1

Your conf should look something like this

Oscam.conf

[global]
logfile = /dev/tty
clienttimeout = 4000
clientmaxidle = 300
netprio = 1
nice = -1
maxlogsize = 1000
waitforcards = 0
preferlocalcards = 1
dropdups = 1

[dvbapi]
enabled = 1
au = 1
pmt_mode = 0
request_mode = 1
user = Mark_the_yid
read_sdt = 1
write_sdt_prov = 1
boxtype = dreambox

[webif]
httpport = 8888
httpshowmeminfo = 1
httpshowuserinfo = 1
httpshowcacheexinfo = 1
httpshowecminfo = 1
httpshowloadinfo = 1
httpallowed = 127.0.0.1,192.1.0.0-192.168.255.255
http_status_log = 1

[newcamd]
port = 10001@
key = 0102030405060708091011121314
mgclient = 1
keepalive = 1


If you were given a nline like this
 
THANKS MY NLINE LOOKS LIKE THIS,,,,,,, N: = 151.80.20.146 55220 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 does it matter that it different to your sample thanks
 
Last edited by a moderator:
THANKS MY NLINE LOOKS LIKE THIS,,,,,,, xxxxxxxxx does it matter that it different to your sample thanks

If that is your line delete the post as it can be stolen
 
Last edited:
If it is his real line -- you also need to edit your post, as you have quoted the line !!!!

===== EDIT ====

He does say in his first post that the line is not Real...
 
It does say not his real line.

Like this mate

[reader]
label = Mynewcamdreader
enable = 1
protocol = newcamd
device = 151.80.20.146,55220
key = 0102030405060708091011121314
user = steer1
password = 7889998
group = 1
 
Back
Top