how do we use biss keys in dm800?

briosa

Donating Member
Messages
607
CAID is not always the same, as in Travel 7ºW:

CaID 0604 - SID 01AA - VPID 0BEC - PMT 0115 - ProvID 000000 - ECM PID 05EB
0604:000000:01AA:0115:05EB::XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX ; Tavel (7.0W)
And yes you can open other encryptions with CCcam.
CCcam use normaly the files like this:
Binary-->/var/bin (chmod 755)

Key Files-->
SoftCam.Key,AutoRoll.Key,constant.cw,-->/var/keys (chmod 644)

Additional Files-->
CCcam.prio-->/var/etc (chmod 644)
CCcam.channelinfo-->/var/etc (chmod 644)
CCcam.providers-->/var/etc (chmod 644)

Config Files-->CCcam.cfg-->/var/etc (chmod 644)

Start(script) CCcam-->#!/bin/sh
/var/bin/CCcam &
Stop CCcam-->
killall CCcam
 
Top