ipbox 9000hd

markybrook

Senior Member
Messages
136
is it possible add this on ipbox 9000 hd
CCcam.cfg and CCcam.prio how can i do ?

The config files you describe are for CCcam that works under eg a native Dreambox but NOT an ipbox 9000HD. Your box (and mine) uses either "Incubuscamd" or "Mgcamd" in order to become a Cccam client (receive cccam signals). Your config files (if you use IncubusCamd) equivalent to the CCcam.cfg and Cccam.prio are incubusCamd.conf and incubusCamd.prio and have a slightly different syntax.

If you already have incubuscamd, then you need to translate your cccam.cfg and prio files into the format used by incubus. Examples are always included with the cam.
 
Last edited:

markybrook

Senior Member
Messages
136
If you can't manage that...
Here is an example of what you should do----

--------------------------------------------

###############################
#Here is a CCcam.cfg file-------
###############################
C: server1 port1 user1 pw1
C: server2 port2 user2 pw2

#####################################
#Here is what that translates to with
#incubuscamd.conf-----
#####################################
[General]
background_execution=0
debug_level=2
log_to_console=0
log_to_file=0
logfile_name=/var/bin/incubusCamd.log
softcamfile_name=/var/keys/SoftCam.Key
priofile_name=/var/keys/incubusCamd.prio
on_screen_messages_show=1
on_screen_messages_username=root
on_screen_messages_password=
on_screen_messages_key_update=0
on_screen_messages_wait_for_key_update=0
on_screen_messages_ecm=0
on_screen_messages_emm=0
console_logs_broadcast=0
console_logs_broadcast_port=666
webif=0
webif_port=668

########################### provider configuration

[Prov:000000:CaID:0000]
check_priority=cs,cs,cs
cs_protocol_order=cccam
process_emms_on_cs_mode=0
process_emm_g=0
process_emm_s=0
process_emm_u=0
seca3_handler=0

[Servers]
card_server_url=cccam://user1:pw1@server1:port1
card_server_url=cccam://user2:pw2@server2:port2


###############################################

Put incubuscam.conf and incubuscamd.prio in /var/keys
 
Last edited:

naci13

Registered
Messages
17
Im really confused i'm not very good at this.. were excatly do i need to put things from CCcam.cfg in incubuscam.conf.
 

markybrook

Senior Member
Messages
136
OK look at your cccam.cfg with a text editor.
Paste in all the stuff I showed you ie this and save it as a new text file incubusCamd.conf

###copy and paste from this line
[General]
background_execution=0
debug_level=2
log_to_console=0
log_to_file=0
logfile_name=/var/bin/incubusCamd.log
softcamfile_name=/var/keys/SoftCam.Key
priofile_name=/var/keys/incubusCamd.prio
on_screen_messages_show=1
on_screen_messages_username=root
on_screen_messages_password=
on_screen_messages_key_update=0
on_screen_messages_wait_for_key_update=0
on_screen_messages_ecm=0
on_screen_messages_emm=0
console_logs_broadcast=0
console_logs_broadcast_port=666
webif=0
webif_port=668

########################### provider configuration

[Prov:000000:CaID:0000]
check_priority=cs,cs,cs
cs_protocol_order=cccam
process_emms_on_cs_mode=0
process_emm_g=0
process_emm_s=0
process_emm_u=0
seca3_handler=0

[Servers]
card_server_url=cccam://user1:pw1@server1:port1
card_server_url=cccam://user2:pw2@server2:port2

#copy and paste to here



now whatever is in your cccam.cfg represents the
values of server1,port1 user1 and pw1 respectively.
(C: server1 port1 user1 pw1)

Whatever those values are need to be substituted into the

[Servers]
card_server_url=cccam://user1:pw1@server1:port1
card_server_url=cccam://user2:pw2@server2:port2


bit of your new incubuscamd.conf you just created.
Good luck.
 
Last edited:

naci13

Registered
Messages
17
CCcam.cfg and CCcam.prio I have received from for 20eur Month.. and looks like something like this C:
C:
C:
SERVER LISTEN PORT : 15000
ALLOW TELNETINFO: yes
ALLOW WEBINFO: yes
WEBINFO USERNAME :
WEBINFO PASSWORD :
TELNETINFO USERNAME :
TELNETINFO PASSWORD :
TELNETINFO LISTEN PORT : 16000
WEBINFO LISTEN PORT : 15001
ZAP OSD TIME :0
OSD USERNAME :
OSD PORT :80
# SERIAL READER :
# SMARTCARD WRITE DELAY :
# SMARTCARD CLOCK FREQUENCY
#SMARTCARD CLOCK FREQUENCY: /dev/sci0 6300000 #lower
#SMARTCARD CLOCK FREQUENCY: /dev/sci1 6300000 #upper
B: /dev/sci0 07
#B: /dev/sci1 07
# EMM Blocker
SHOW TIMING : no
DEBUG : no
NEWCAMD CONF :no
DISABLE EMM : no
EXTRA EMM LEVEL : no
MINI OSD : no
#CAM KEY
#CAMDATA
#BOX KEY
#BEEF ID :
#PIN :
#SOFTKEY FILE : /var/keys/SoftCam.Key
#AUTOROLL FILE : /var/keys/AutoRoll.Key
#STATIC CW FILE : /var/keys/constant.cw
CAID PRIO FILE : /var/etc/CCcam.prio
PROVIDERINFO FILE : /var/etc/CCcam.providers
CHANNELINFO FILE : /var/etc/CCcam.channelinfo
 

markybrook

Senior Member
Messages
136
That is only an example file.
The paid server you mention should have sent you a cccam.cfg that just includes lines starting with C: that as I said identifies
C:server port username password
You are only interested in the lines beginning with C:
that identify the paid server you are attempting to connect to. They are not completed in your example.
 
Last edited:

markybrook

Senior Member
Messages
136
Yes Don't publish the actual line mate.
EDIT THAT LAST POST otherwise people can use your lines!

You paste that line into my example incubuscamd.conf you dont need the last bit ie { 0:0:3 }
or just pm me and I'll make you a conf file.
 
Top