Go Back   Dreambox, Receivers, Television Forum, High definition TV, 3DTV,CCcam, Gbox, Servers, Exchange, TV, LCD, Mobile > CardSharing Emulators > Sharing Emulators > CCcam




Reply
 
LinkBack Thread Tools Display Modes
Old 08-08-2009, 05:23 PM   #1
Member
 
Join Date: Aug 2009
Posts: 86
Default cccam 2.0.4 for dm800

where can i find cccam version 2.0.4 for e2 dm800?
anyone can help me?


cristo4 is offline   Reply With Quote
Old 08-08-2009, 07:07 PM   #2
Administrator
 
cardsharing's Avatar
 
Join Date: Jan 2009
Posts: 1,679
Default

try this one, i do not have dm800 yet ,so i cant confirm 100%
cardsharing is offline   Reply With Quote
Old 08-09-2009, 10:41 AM   #3
Member
 
Join Date: Aug 2009
Posts: 86
Default

thanks for the very fast reply!
but no luck for me,the e2 cccam you provided it's for dm 7025 ,not dm 800...
maybe i'll have luck next time
cristo4 is offline   Reply With Quote
Old 08-09-2009, 10:44 AM   #4
Administrator
 
cardsharing's Avatar
 
Join Date: Jan 2009
Posts: 1,679
Default

and this version dont work on dm800?

Quote:
Originally Posted by cristo4 View Post
thanks for the very fast reply!
but no luck for me,the e2 cccam you provided it's for dm 7025 ,not dm 800...
maybe i'll have luck next time
cardsharing is offline   Reply With Quote
Old 08-09-2009, 08:32 PM   #5
Junior Member
 
Join Date: Aug 2009
Posts: 3
Default

for which image you need it?
senns69 is offline   Reply With Quote
Old 08-09-2009, 08:48 PM   #6
Member
 
Join Date: Aug 2009
Posts: 86
Default

this version didn't work on dm 800
i needed for gemini2 4.4
but...i instaled gemini2 4.1 and found cccam 2.0.4 for gemini 4.1 on another board...
anyway,now i seem to have a problem with running cccam 204+mpcs+newcs in the same time....is there a script that makes them run? ...all the scripts posted at the 'how to setup a card' section didn't work....!
i'm sure there's something that i do wrong...
cristo4 is offline   Reply With Quote
Old 08-09-2009, 09:35 PM   #7
Administrator
 
cardsharing's Avatar
 
Join Date: Jan 2009
Posts: 1,679
Default

all the scripts are for enigma1 images
Please post your startup script from your dm800 and we'll find a solution

Quote:
Originally Posted by cristo4 View Post
this version didn't work on dm 800
i needed for gemini2 4.4
but...i instaled gemini2 4.1 and found cccam 2.0.4 for gemini 4.1 on another board...
anyway,now i seem to have a problem with running cccam 204+mpcs+newcs in the same time....is there a script that makes them run? ...all the scripts posted at the 'how to setup a card' section didn't work....!
i'm sure there's something that i do wrong...
cardsharing is offline   Reply With Quote
Old 08-09-2009, 09:59 PM   #8
Member
 
Join Date: Aug 2009
Posts: 86
Default

the startup script? i don't know if this is what you asked me for: CCcam_2.0.4_newcs_1.31_cam.sh

#!/bin/sh
########################################
# camid #
# 0000 = Commom Interface #
# 0001->0199 = for User Experiment #
# 0199 = Dccamd #
# 0200->0299 = Fbiss #
# 0300->0399 = Camd3 #
# 0400->0499 = Camx #
# 0500->0599 = Camx-Radegast-CS #
# 0600->0699 = Evocamd -OLD #
# 0700->0799 = Evocamd_ronlad_cs -OLD #
# 0800->0899 = Mgcamd -OLD #
# 0900->0999 = Mgcamd_ronald_cs -OLD #
# 1000->1099 = Newcamd -OLD #
# 1100->1199 = Newcamd-ronald_CS -OLD #
# 1200->1299 = Newcamd-spider -OLD #
# 1300->1399 = Radegast #
# 1400->1499 = Ronald-CS #
# 1500->1599 = Scam #
# 1600->1699 = Scam-Ronald-CS #
# 1700->1799 = MPCardserver #
# 1800->1899 = NewCS #
# 2000->2099 = Camd3 #
# 2300->2399 = Camd3-NewCS #
# 2600->2699 = Camd3-MPCardserver #
# 3000->3099 = Evocamd #
# 3100->3199 = Evocamd-Ronald-CS #
# 3200->3299 = Evocamd-NewCS #
# 3300->3399 = Evocamd-MPCardserver #
# 4000->4099 = Mgcamd #
# 4100->4199 = Mgcamd-Ronald-CS #
# 4200->4299 = Mgcamd-NewCS #
# 4300->4399 = Mgcamd-MPCardserver #
# 5000->5099 = Newcamd-Betad #
# 5100->5199 = Newcamd-Cardserver #
# 5200->5299 = Newcamd-Spider #
# 5300->5399 = Newcamd-NewCS #
# 5400->5499 = Newcamd-MPCardserver #
# 5500->5599 = OpenCam #
# 5600->5699 = RqCamd #
# 6000->6099 = CCcam #
# 6100->6199 = CCcam-Capmtserver #
# 6200->6299 = CCcam-NewCS #
# 9500->9599 = reserved #
# 9600->9699 = reserved #
# 9700->9799 = reserved #
# 9800->9899 = reserved #
# 9900->9999 = reserved #
########################################

CAMNAME="CCcam-2.0.4/NewCS-1.31"
USERNAME="CCcam²-2.0.4/NewCS²-1.31"
CAMID=6287
START_TIME=4
STOPP_TIME=2
INFOFILE="ecm.info"
INFOFILELINES=1111111111000000
# end

remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp*
}

case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/usr/bin/newcs_1.31 &
sleep 15
/usr/bin/CCcam_2.0.4 &
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
touch /tmp/CCcam.kill
sleep 5
killall -9 newcs_1.31 CCcam_2.0.4 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac

exit 0
cristo4 is offline   Reply With Quote
Old 08-09-2009, 10:12 PM   #9
Administrator
 
cardsharing's Avatar
 
Join Date: Jan 2009
Posts: 1,679
Default

#!/bin/sh
########################################
# camid #
# 0000 = Commom Interface #
# 0001->0199 = for User Experiment #
# 0199 = Dccamd #
# 0200->0299 = Fbiss #
# 0300->0399 = Camd3 #
# 0400->0499 = Camx #
# 0500->0599 = Camx-Radegast-CS #
# 0600->0699 = Evocamd -OLD #
# 0700->0799 = Evocamd_ronlad_cs -OLD #
# 0800->0899 = Mgcamd -OLD #
# 0900->0999 = Mgcamd_ronald_cs -OLD #
# 1000->1099 = Newcamd -OLD #
# 1100->1199 = Newcamd-ronald_CS -OLD #
# 1200->1299 = Newcamd-spider -OLD #
# 1300->1399 = Radegast #
# 1400->1499 = Ronald-CS #
# 1500->1599 = Scam #
# 1600->1699 = Scam-Ronald-CS #
# 1700->1799 = MPCardserver #
# 1800->1899 = NewCS #
# 2000->2099 = Camd3 #
# 2300->2399 = Camd3-NewCS #
# 2600->2699 = Camd3-MPCardserver #
# 3000->3099 = Evocamd #
# 3100->3199 = Evocamd-Ronald-CS #
# 3200->3299 = Evocamd-NewCS #
# 3300->3399 = Evocamd-MPCardserver #
# 4000->4099 = Mgcamd #
# 4100->4199 = Mgcamd-Ronald-CS #
# 4200->4299 = Mgcamd-NewCS #
# 4300->4399 = Mgcamd-MPCardserver #
# 5000->5099 = Newcamd-Betad #
# 5100->5199 = Newcamd-Cardserver #
# 5200->5299 = Newcamd-Spider #
# 5300->5399 = Newcamd-NewCS #
# 5400->5499 = Newcamd-MPCardserver #
# 5500->5599 = OpenCam #
# 5600->5699 = RqCamd #
# 6000->6099 = CCcam #
# 6100->6199 = CCcam-Capmtserver #
# 6200->6299 = CCcam-NewCS #
# 9500->9599 = reserved #
# 9600->9699 = reserved #
# 9700->9799 = reserved #
# 9800->9899 = reserved #
# 9900->9999 = reserved #
########################################

CAMNAME="CCcam-2.0.4/NewCS-1.31"
USERNAME="CCcam²-2.0.4/NewCS²-1.31"
CAMID=6287
START_TIME=4
STOPP_TIME=2
INFOFILE="ecm.info"
INFOFILELINES=1111111111000000
# end

remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp*
}

case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/usr/bin/newcs_1.31 &
sleep 15
/usr/bin/mpcs &

sleep 15
/usr/bin/CCcam_2.0.4 &
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
touch /tmp/CCcam.kill
sleep 5
killall -9 newcs_1.31 mpcs CCcam_2.0.4 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac

exit 0

#
atention, you must config mpcs files!
first mpcs is connected to newcs and then cccam will be connected at mpcs




Quote:
Originally Posted by cristo4 View Post
the startup script? i don't know if this is what you asked me for: CCcam_2.0.4_newcs_1.31_cam.sh

#!/bin/sh
########################################
# camid #
# 0000 = Commom Interface #
# 0001->0199 = for User Experiment #
# 0199 = Dccamd #
# 0200->0299 = Fbiss #
# 0300->0399 = Camd3 #
# 0400->0499 = Camx #
# 0500->0599 = Camx-Radegast-CS #
# 0600->0699 = Evocamd -OLD #
# 0700->0799 = Evocamd_ronlad_cs -OLD #
# 0800->0899 = Mgcamd -OLD #
# 0900->0999 = Mgcamd_ronald_cs -OLD #
# 1000->1099 = Newcamd -OLD #
# 1100->1199 = Newcamd-ronald_CS -OLD #
# 1200->1299 = Newcamd-spider -OLD #
# 1300->1399 = Radegast #
# 1400->1499 = Ronald-CS #
# 1500->1599 = Scam #
# 1600->1699 = Scam-Ronald-CS #
# 1700->1799 = MPCardserver #
# 1800->1899 = NewCS #
# 2000->2099 = Camd3 #
# 2300->2399 = Camd3-NewCS #
# 2600->2699 = Camd3-MPCardserver #
# 3000->3099 = Evocamd #
# 3100->3199 = Evocamd-Ronald-CS #
# 3200->3299 = Evocamd-NewCS #
# 3300->3399 = Evocamd-MPCardserver #
# 4000->4099 = Mgcamd #
# 4100->4199 = Mgcamd-Ronald-CS #
# 4200->4299 = Mgcamd-NewCS #
# 4300->4399 = Mgcamd-MPCardserver #
# 5000->5099 = Newcamd-Betad #
# 5100->5199 = Newcamd-Cardserver #
# 5200->5299 = Newcamd-Spider #
# 5300->5399 = Newcamd-NewCS #
# 5400->5499 = Newcamd-MPCardserver #
# 5500->5599 = OpenCam #
# 5600->5699 = RqCamd #
# 6000->6099 = CCcam #
# 6100->6199 = CCcam-Capmtserver #
# 6200->6299 = CCcam-NewCS #
# 9500->9599 = reserved #
# 9600->9699 = reserved #
# 9700->9799 = reserved #
# 9800->9899 = reserved #
# 9900->9999 = reserved #
########################################

CAMNAME="CCcam-2.0.4/NewCS-1.31"
USERNAME="CCcam²-2.0.4/NewCS²-1.31"
CAMID=6287
START_TIME=4
STOPP_TIME=2
INFOFILE="ecm.info"
INFOFILELINES=1111111111000000
# end

remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp*
}

case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/usr/bin/newcs_1.31 &
sleep 15
/usr/bin/CCcam_2.0.4 &
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
touch /tmp/CCcam.kill
sleep 5
killall -9 newcs_1.31 CCcam_2.0.4 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac

exit 0
cardsharing is offline   Reply With Quote
Old 08-10-2009, 06:42 AM   #10
Member
 
Join Date: Aug 2009
Posts: 86
Default

First of all i wolud like to thank you so very much for taking your time to help me, i appreciate it a lot!
Here are the configuration files for mpcs, newcs and cccam that i've made,but the card isn't read by my dm 800.
It's only read with mgcamd+newcs.

mpcs.conf:
[global]
Nice = -1
ClientTimeout = 4
ClientMaxIdle = 30
CacheDelay = 0
FallbackTimeout = 1
BindWait = 10
ResolveDelay = 10
DyndnsInterval = 120

#LogFile = stdout
LogFile = /dev/null
#LogFile = /hdd/mpcs.log

PidFile = /var/run/mpcs.pid
#MaxLogSize = 102400
showecmdw = 0
showemmdw = 0
disablecache1 = 0
disablecache2 = 0
disablecache = 0
Filter = 1500
Level = 15


#Monitor - for mpcsmon plugin and so on
[monitor]
Port = 999
NoCrypt = 127.0.0.1
NoCrypt = 192.168.0.0-192.168.1.255
AULow = 30
MonLevel = 4


# Enable if u want to share cache with other
#[pandora]
#Port = 2001
#Pass = test


# Enable newcamd or camd3 to reshare your cards
[newcamd]
#Key = 0102030405060708091011121314
#Port = 15000@1833:000000
#Port = 15000@1702:000000;15001@1722:000000;15002@1801:000 000;15003@1833:000000;15004@1834:000000


#[radegast]
#Port = 60000
#User = tuner
#Allowed = 192.168.0.0-192.168.255.255


#[cs378x]
#Port = 15000
#Port = 10000@0500:020710

[cs357x]
Port = 34000


#[serial]
#Device = tuner@/dev/ttyS0?delay=1&timeout=300

# Golden Interstar
#Device = gi://tuner@/dev/ttyS0

# General Satellite
#Device = gs://tuner@/dev/ttyS0


[dvb]
Enable = 1
EnigmaOSD = 0

mpcs.user
[account]
User = mpcs
Pwd = dummy
Uniq = 0
Group = 1
1801to1702 = 1
CAID = 1702,1833

#[account]
#User = tuner
#Pwd = tuner
#Uniq = 1
#Group = 1
#IDENT = 0500:020710
#Hostname = valid-only.from.hier

#[account]
#User = au
#Pwd = password
#Group = 1
#AU = mouse

mpcs.sever
[reader]
Label = newcamd
Protocol = newcamd
Key = 0102030405060708091011121314
Device = 127.0.0.1,34000
Account = mpcs,dummy
Fallback = 0
Group = 1
ReconnectTimeout = 20
DisableServerFilter = 1

#[reader]
#Label = cs357x
#Protocol = camd35
#Device = 192.168.0.250,16000
#Account = matthias,cwdbox2
#Fallback = 0
#Group = 1

#[reader]
#Label = cs378x
#Protocol = cs378x
#Device = 127.0.0.1,6002
#Account = login,password
#Fallback = 0
#Group = 1

#[reader]
#Label = mouse
#Protocol = mouse
#Device = /dev/ttyS1
#Fallback = 0
#Group = 1
#EMMCache = 1,1,2

#[reader]
#Label = server
#Protocol = gbox
#Device = 192.168.0.250,8020,8030
#Account = 192.168.0.14,DC82A6F9
#Fallback = 0
#CAID = 0000&000000
#Group = 1

#[reader]
#Label = pc
#Protocol = gbox
#Device = 192.168.0.14,8090,8070
#Account = 192.168.0.14,AAAAA015
#Fallback = 0
#CAID = 0000&000000
#Group = 1

#[reader]
#Label = dbox
#Protocol = gbox
#Device = 192.168.0.10,8030
#Account = 192.168.0.14,AAAAA010
#Fallback = 0
#CAID = 0000&000000
#Group = 1

#[reader]
#Label = server-vpn
#Protocol = gbox
#Device = 192.168.0.250,8020,8020
#Account = 192.168.15.201,DC82A6F9
#Fallback = 0
#CAID = 0000&000000
#Group = 1
#password = AAAAA201

#[reader]
#Label = test
#Protocol = pandora
#Device = 127.0.0.1,666
##u need only password for pandora
#Account = same_like_pas,pass
#Fallback = 0
#Group = 1

newcs.xml
<newCSconfig>
<readers name="Card Readers">
<device>
<name>lower</name>
<type>sci</type>
<mhz>357</mhz>
<node>/dev/sci0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<!-- <boxkey>791xxxxxxxxxxxxxxxx</boxkey> -->
<!-- <rsa>BE0A0AD6xxxxxxxxxxxxxxxxxx</rsa> -->
<irde*o-camkey>0000000000000000</irde*o-camkey>
<irde*o-camkey-data>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</irde*o-camkey-data>
<crypto-special>No</crypto-special>
<ipk>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</ipk>
<ucpk>00000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 000000000000</ucpk>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>34000</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<pincode>0000</pincode>
<priority>round</priority>
</device>
<device>
<name>upper</name>
<type>sci</type>
<mhz>600</mhz>
<node>/dev/sci1</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<!-- <boxkey>0000000000</boxkey> -->
<!-- <rsa>0000000000</rsa> -->
<irde*o-camkey>0000000000000000</irde*o-camkey>
<irde*o-camkey-data>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</irde*o-camkey-data>
<crypto-special>No</crypto-special>
<ipk>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</ipk>
<ucpk>00000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 000000000000</ucpk>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>34001</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<pincode>0000</pincode>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>No</enabled>
<port>10001</port>
<allow>
<hostname>127.0.0.1</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<httpd>
<server> <!-- Port to accept connections on -->
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<!-- valid value for userfile are:
Any username you'd like - Used for browser to logon (its case sensitive). -->
<name>newcs</name>

<!-- valid value for password are:
Any password you'd like - Used for browser to logon (its case sensitive). -->
<password>newcs</password>

<!-- valid value for accesslevel are:
admin, stats - Define what rights the user has in the web-console -->
<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<password>NewCSpwd</password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<enabled>Yes</enabled>
<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>mpcs</name>
<password>dummy</password>
<hostname>127.0.0.1</hostname>
<port>34000</port>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>No</spider>
<rate>2</rate>
</user>
<name>mpcs</name>
<password>dummy</password>
<au>on</au>
</user>

</newcamdserver>
</newCSconfig>

cccam.cfg
# syntax for to add camd3 connection
#
#L: <ip> <port> <username> <pass> <ca4> <id6> <nr_of_hops_away (default: 1)>
#
# example:
#
# L: 127.0.0.1 567 dummy dummy 0100 000080
L: 127.0.0.1 34000 mpcs dummy 1801 2111

and the script that you made yesterday.....
can you tell me what is it that i'm doing wrong?
thank you once more,and i'm looking forward to your answer!
cristo4 is offline   Reply With Quote
Reply




Tags
cccam, cccam 2.0.4 dm800, dm800

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are On



All times are GMT +1. The time now is 02:56 PM.

vBSkinworks Design

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.