ok.
so if i understand CapNcook then it will be as
local card( group=1 )
normal newcamd reader1 ( group=2 )
normal newcamd reader2 ( group=2 )
normal newcamd reader3 ( group=2 )
normal newcamd reader4 ( group=2 ) #every newcamd reader will be group =2
normal CCcam reader1 ( group=2 )
normal CCcam reader2 ( group=2 )
normal CCcam reader3 ( group=2 )
normal CCcam reader4 ( group=2 ) #every CCcam reader will be group =2
########################################
#####normal oscam.user will be as
[account]
user = normal-user1
pwd = pass1
group = 1,2,10 # here we include our local+newcamd+CCcam+all cach user group( which is 10 )
[account]
user = normal-user2
pwd = pass2
group = 1,2,10 # here we include our local+newcamd+CCcam+all cach user group( which is 10 )
[account]
user = normal-user3
pwd = pass3
group = 1,2,10 # here we include our local+newcamd+CCcam+all cach user group( which is 10 )
######################################## ########## ###########
###Now we are making cach-server##
[reader]
label = cachex=peer1
group = 1,2 ## do i need to add here group=10 ( this group is for all oscam cach user,s )
[reader]
label = cachex=peer2
group = 1,2 ## do i need to add here group=10 ( this group is for all oscam cach user,s )
[reader]
label = cachex=peer3
group = 1,2 ## do i need to add here group=10 ( this group is for all oscam cach user,s )
##################################
####Now we are in cach user ### All cach user will be Group = 10
[account]
user = cach-peer1
pwd = pass-1
group = 10
[account]
user = cach-peer2
pwd = pass-2
group = 10
[account]
user = cach-peer3
pwd = pass-3
group = 10
######################################## ########## ########
Please Chech my Groups Now and tell me if I understand right?




Reply With Quote



