WANTED!!! Cccam crash course

digidude

Sheep worrier.
VIP Member
Joined
Aug 8, 2001
Messages
24,754
Reaction score
3,741
Location
The edge.
ok heres the story

ive got a dreambox 500 that ive installed Cccam 2.1.1, ive got a card i wont mention (not white one) running in local box with no problems

i want 3 other boxes to connect to this, for testing purposes, using only Cccam, NOT newcs as a server

all this hops this and hops that confuses the hell out of me, i want the local box, and 3 users, without being able to re-share, or access any local cards they may have, they wont have any anyway

i know i have to make F: lines, will it just be a case of

F: user1 user1
F: user2 user2
F: user3 user3

?


it only needs to run for 24 hours at the most

cheers for any help peeps

dd
 
Re: F Line
« Reply #1 on: May 05, 2009, 09:22:39 AM »Quote


an example of an F line is something like this:

F: username1 password1 (re-sharing without restrictions)
F: username2 password2 2:0:0 (re-sharing with a restriction of 2 hops up)

The username and password are created by you and they are not the same as DNS user/pass.
also you can add more information in curly brackets " { } " to restrict access to certain Channels / Providers.
If you have the CCcam.cfg with full info in it, please read the the most of it on C & F lines to understand better as it is explained in detail there.
 
your ip and dns name are the same and you usualy use your dns name. you can pick any port but 12000 is the default. you create a random username and a password for your friend.
C: dnydns.tv 12000 user pass

and once you got the hang of that move to

C: dyndnst.tv 12000 user pass no { 0:0:2 } # give you all card from his hop 1 only.
 
CCcam.cfg How To


Okay i'll try to explain how the config works with CCcam.

To add a user you have to put a F line in the config :

F: user password 3 1 0 { 0:0:5 }

user gets all our cards at max distance(hops) of 3

He has the right to use our emu keys 1, no rights to emu keys change into 0

He has NO AU rights 0, right for AU change into 1

Furthermore he has the right to reshare all our cards 4 more times { 0:0:5 }
When number is here { 0:0:1 } he can only watch himself and he has no reshare rights.


NEVER GO ABOVE NUMBER 5!! because the distance is to far then. ( like GBOX { 5 5 })

You can set portnumber by changing this rule :

# SERVER LISTEN PORT: 12000
into
SERVER LISTEN PORT: number you want.

To connect to a CCcam server you have to add a C line:

C: ip/dyndns_server port user password yes

The yes on the end says you want to use your rights for emu keys

To connect to a newcamd server you have to add A N line:

N: ip/dyndns port user password deskey hops_away

To connect to a radegast server you need to add a R line:

R: IP/dyndns port CAID(4digits) providerID(6digits) hops_away

To connect to a Camd3 server you have to add a L line:

L: IP/dyndns port CAID(4digits) providerID(6digits) hops_away



These are the basics of the config for CCcam.

Expert setup follows



With a Cccam server you are always in controll
You decide how much your friend is going to see and how far he can reshare it

F: user password 0 0 0 { 0:0:1 }

Says that user gets only our local cards:0 and he only can watch it himself he has no reshare rights.
When changing the zero into 1 user gets our local cards and all vitual cards at a max distance of 1 hop.
If number is 2 then a max distance of 2 hops etc.
Don't exceed number 5 because the distance is then too far away for stable picture

In case U have 2 local cards and U only want that user get to see 1 u can do this excample:

Card 1 = provider CDS 0100 00006A
Card 2 = provider Premiere 1702 000000

Now you want that user only gets to see your CDS card and not the premiere card do the following

F: user password 3 1 0 { 0:0:5, 0100 00006A:1, 1702:0:0 }

This user gets all cards at maximum distance of 3 hops except 1702 because he has no rights to it :0.
He gets to reshare all our cards(local and virual) 4 times except for provider 0100 0006A because of :1.
Say you want the user to have the right to reshare 0100 0006A 2 times further then change the :1 into 3

So you see U decide what your friend(s) are entitled to see and how many rights they get, wants your card is set to reshare level 3 nobody but yourself can change that.




Edit:

In the latest versions of CCcam it's possible to control your hops you are receiving from your peers.
Thats realy a good option now you are in control how many shares online you have.

Heavy testing for me said that 2500 shares online is maximum.

To control receiving hops just add { 0:0:x } at the end of the C line, where x is the number of hops you want to receive.

So: C: dyndnds port user passwd no { 0:0:2 } only gives me shares from that peer with max count of 2.

Important: If you dont use yes/no behind the C lines add them or:

( { 0:0:2 } ) make it like this otherwise it won't work
 
CARD overclocking

Card overclocking in CCCam is used to reduce the ECM time, this will make your card give the DCW (Direct Control Word) key faster and the channel will take less time to open.

Overclocking in CCCam should be done gradually, putting your card at a very high frequency can burn it, so when you stop noticing ECM times improves you should go back to the the first mhz speed that gave you the best results.

Some cards overclock great, others don't, I recommend you to start from a low speed, like 3mhz and then gradually increase it.

For example NDS, Cryptoworks and Irdeto cards run at high speeds, Firecrypt cards don't.

You can monitor your card in here:

http://yourreceiversIP:16001/entitlements

If your card isn't detected it means that it can't work at that speed.

CCCam card overclocking is done by editing the CCcam.cfg

In my DM500 I use this settings for an Mtv conax card:

SMARTCARD CLOCK FREQUENCY: /dev/sci0 5600000

This means that the card is working at 5,6mhz, with this I reduced ECM time from more than 300ms to 270ms

In DM500 /dev/sci0 is the internal slot, in linux receivers with 2 cards slot, sci0 is the bottom slot and sci1 is the top slot.
You can also use an external card reader like SmarGo SmartReader to overclock your card. Phoenix readers are not recommended since you can only use them at 3mhz or 6mhz speeds.
 
have more , but need to send by pm only......maybe you can arrange this
 
ive got the whole 8 pages of my cccam.cfg printed out in front of me, and every line except one has the # to stop it being read by the receiver, the only one without the # is an N: line, but theres no newcamd or newcs server installed

heres what i wqant to do

host a card, with Cccam as the server, NOT newcs or newcamd as i cant use a DES key, only address, port, user and password, so has to be a cccam server

ive looked everywhere for where to actually put the F lines, and in the Ccam.cfg i can only see this one active N: line
 
sent u pm......see if thats what u need

cheers m8, i can do newcs/newcamd for 50 people in minutes, but do you think i can figure out how to get this to work for 3 boxes lol

i dont really want to go chopping bits out of the cccam.cfg in case it stops the card working local, at least while thats running i know its sort of working lol
 
can i just go

F: user1 user1
F: user2 user2
F: user3 user3
F: user4 user4
C: 127.0.0.1 user1 user1
 
it dosent really mater where you put the f and c lines in the cfg file

in my cfg file i only have f and c lines nothing else just delet everything and just add f lines in host and c line in client boxes
 
Last edited:
will the few lines ive posted allow it to work though?

how do i set a port number for my router to forward on for the card reader?
 
ive cut the cccam.cfg down from 8 A4 pages to this

######################################################################
# friends #
######################################################################

# F: user1 pass1

######################################################################
# connections #
######################################################################

# C: someserver.somedomain 12000 user1 pass1
# C: 192.168.1.2 12000 user2 pass2
# connects to CCcam without use of friends emus
#
# C: 192.168.1.2 12000 user3 pass3 yes
# connects to CCcam, and receives friends emus also.


# uper slot with newcs
N: 127.0.0.1 34000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14


######################################################################
# Other config settings #
######################################################################

#SERVER LISTEN PORT : 12000
#SERIAL READER : /dev/tts/0
#SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB0 5500000

and its still going

it looks like its reading the card from a newcamd server, even though none are installed?
 
f: user1 pass1 1 0 0 { 0:0:0 }
f: user2 pass2 1 0 { 0:0:0 }
f: user3 pass3 1 0 0 { 0:0:0 }

add that to the host cfg
i think that means only share local and no reshare but been a while since i played around with anything on mine

and on client 1 box add
c: ********.dyndns.org 12000 user1 pass1

and so on for user2 and user3

********'s being you dyndns address

PortForward.com - Free Help Setting up Your Router or Firewall
that will help with the port forwarding
 
Last edited:
if u set limits in the F:lines,eg. {0.0.1}, u must add yes or no at the end of the C line
eg.
C: ip/dyndns 12000 user pass yes or no
 
Last edited:
i threw this in

F: user1 pass1
F: user2 pass2
F: user3 user3
F: user4 user4
C: 127.0.0.1 user1 pass1
SERVER LISTEN PORT : 34055

and its working

its only a temp server to test something out on, but like this, i now have the local box running, and 2 other boxes, one on LAN and one on WAN, but in the same house (2 BB lines)

i think ill stick with newcs and newcamd lol, its much less complicated, the thought of someone being able to 'share their share' seems very unsecure to me, but this is something i had to test

is there a web interface for cccam?
 
what is it u want to do now,,,,,if its adding lines etc , try this

Cccam Lines Manager v1.3

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

Cccam Lines Manager v1.3

The program can quickly add lines C and F in CCcam.

When open, the program automatically connects to the FTP CCcam.cfg.
Then you can add lines C lines and F received to give more.

F lines are added CCcam.cfg and the C line will say you need to send in
your turn. Hop options, and Reshare EMU level are present.

After you add lines C and F can automatically save your file as.


I think this tool will help beginners in particular,
but also those "experts" can use to ease the exchange lines.

Version 1.3 :
Multiple bugs fixed.

View attachment 46874
 
Last edited:
Do you not think it would be decent to give credits to who actually wrote that info you copy and pasted?

Si
 
hmmm
credits to all who assisted

3boxx, amateurgrllf, amoali, aycag1, bod, bridge, caricola, carzio, duce, edwin272, EMatzi, gogo, hackoo, highflyer9, iosif, kobkobk, lt707, maskman_786, mazel, mhdalshami, michael*65, Nepodesiby, opincar, Photon, ravengate, righez, satspyvk, seca123, Skaver, spyglass3000, sweetdish, thefirstbreath, tinamia80, tomaso1962, toshepernik, totocalcio, tradesman, uploadz, v255666, vladimir2, zezzou, zsisous
 
All them people contributed to the CCcam.cfg howto, heres me thinking it was phuke over at rdi-board.

I am not knocking you mate but all you have done is copied post from other boards who have copied them from other boards. The info is great and all but the only bit you have not copied is

if u set limits in the F:lines,eg. {0.0.1}, u must add yes or no at the end of the C line
eg.
C: ip/dyndns 12000 user pass yes or no

Which has the wrong brace bracket formating.

Si
 
Back
Top