I have seen many new members lately on this forum. At the same time many similar questions have been raised over and over again.
I’m writing this just to make it easier for new members to find answers for their questions about cardsharing.
I will focus on the use of a Dreambox as Sharing receivers and the CCcam protocol.
Remember that a newbie is just an inexperienced expert
ATTENTION! All this information is for test purpose and should only be used within your own household. No one except yourself is responsible for any damage this can cause or any law you might break.
What hardware you’ll need is based on how your house looks like, where you want to watch TV, how big server you want to have and so on.
What we all need is a Dreambox of some kind.
A computer with internet connection.
If you have the computer in one room and the Dreambox in another room far away you will need either a long Ethernet cable or use another solution to connect your PC to your Dreambox.
I can recommend the use of 2 Homeplugs, it’s a really user friendly alternative.
Read more about Homeplugs here: HomePlug Powerline Alliance – Wikipedia, the free encyclopedia
If you want to be able to handle a large number of peers you need a pc as server, more about that later.
Not much to say here.
Put your Dreambox in a suitable place by your TV.
Make sure you have enough space around it to let the air circulate freely and cool down the Dreambox.
Connect the cable from your satellite dish (if you use a satellite dish) to your Dreambox tuner.
Connect the network cable to the Dreambox.
Connect power cord.
Switch on.
To be able to share with another CCcam server or even many servers you need to set up an network.
First of all you need a static ip in some way. Either you have one from your ISP or you can set one up for yourself.
Follow this link for static ip: PortForward.com – Free Help Setting up Your Router or Firewall
Now you are ready to setup the ip of your Dreambox.
You should have all information needed if you did step 4.1.
For example
PC ip = 192.168.1.141
Dreambox ip =192.168.1.142
subnet mask = 255.255.255.0
Default gateway = 192.168.1.1
DNS Server = 216.104.63.7
Remember to switch DHCP OF
Now you need to port forward all traffic trough one port to the Dreambox ip.
Default port is 12000 but this can be changed in the config (CCcam.cfg).
For more information about port forwarding go here: PortForward.com – Free Help Setting up Your Router or Firewall
Now we need to have the software to make the Dreambox work properly.
First we flash an image to the Dreambox.
There are different images to choose from and it’s up to you what you prefer.
But let’s chose a PLI image for this guide.
Search this site for the newest image.
When you have downloaded the newest image you need to flash it to your Dreambox.
Instructions can be found here:
7025/7025+
Dream-Multimedia-Tv GmbH
800
Dream-Multimedia-Tv GmbH
600
Dream-Multimedia-Tv GmbH
500+
Dream-Multimedia-Tv GmbH
Next step is to install CCcam
Remember that this might change on newer images but the basics will probably be the same.
In the today’s most recent image:
Go to menu/plugins
Click green button
then click softcams and chose CCcam and install.
Remember to change your default cam to CCcam.
There aren’t really any software that you have to install but there are some that makes everything easier.
This is more or less an must have.
An DNS Updater is a software that constantly checks your public ip and links it to your static ip.
Many ISP have dynamic ip’s which means that you’ll get a public ip that will change once in a while.
It doesn’t mater if you’ll set a static ip in your PC, you’ll still have a public ip that will change.
Therefore you will use a DNS Updater to fix this problem and always link your DNS servername which you will register for to your static ip.
There are a few to chose from but I will recommend two:
DynDNS
Register here
DynDNS Services: DNS, Domain Names, EMail Routing
Download updater here
http://cdn.dyndns.com/windows/DynUpSetup.exe
or if that link does not work you will find it here
DynDNS Support
No-ip
Register for a standard free account here
No-IP™ Free – Free Dynamic DNS – DDNS
Or if you want to see all services look here
Enterprise Managed DNS and Mail Services, 100% DNS Uptime, Domain Registration No-IP™
Download updater here
Download a Free Dynamic DNS Update client for your dynamic IP
You can use this to edit your CCcam.cfg.
This is pretty easy, just open the program and insert the ip for your router and Dreambox.
You can change the language to English.
This is a software to get statistics and info about your peers and your server.
Now download the latest CCcamInfoPHP from this forum.
Open CCcamInfoPHP_v0.8.2\htdocs\config.php in notpad and change the line you see below to match your server info.
If you haven’t changed your webinterface port or your Dreambox login all you have to do is type in your Dreambox ip.
Code:
$CCCamWebInfo[] = array("192.168.1.xxx","16001","root","dreambox"); // for CCcam webinterface with user and pass
Now open the file located in CCcamInfoPHP_v0.8.2\server\Apache\php.ini
Find this section
Code:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
and change the line:
max_execution_time = 30 <---- Change this to a higher value like 60
Now you can start CCcamInfoPHP by clicking on CCcamInfoPHP v0.8.2.exe (or CCcamInfoPHP vX.X.X.exe).
6.3.2 Versions before 0.8.2
If you use a windows PC you need to install some server that can handle PHP.
WAMP server is one that does that. Download it here: http://www.en.wampserver.com/
Install WAMPserver in C:\wamp
The zipped file should include a lot of folders and files
extract CCcamInfoPHP to C:\wamp\www\
Now you should find a file in the www folder called config.php.
Open that file in a text editor like notpad.
In that file you will find this lines:
Code:
//examples of server definitions
$CCCamWebInfo[] = array("IP","PORT","USER","PASS"); // for CCcam webinterface with user and pass
$CCCamWebInfo[] = array("IP","PORT"); // for CCcam webinterface with different port than default and without user and pass
$CCCamWebInfo[] = array("IP");
Here you should edit IP to your dreambox ip.
Port to webinterface port.
User and pass to your Dreambox username and pass.
Default Port is 16001
Default username is root
Default pass is dreambox
If you have many peers you might need to change some parameters in
Code:
\wamp\Apache2\bin\php.ini
If you don’t have that file, try this one
Code:
\wamp\bin\apache\apache2.2.6\bin\php.ini
Find this lines in that file (you can open the file in notpad).
Code:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time =
max_input_time =
;max_input_nesting_level =
memory_limit =
Make sure you have at least this values:
Code:
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
Now all you have to do is make sure WAMP server is running and open your web browser and browse to:
http://localhost/index.php
or
http://localhost/somefolder/index.php
Now you need to have someone to cardshare with.
If you don’t already have you can try to find someone in the free section here:
Remember to read the rules before posting.
When you have found someone to cardshare with you need to exchange C- and Flines.
Let’s go through the basic with Flines and Clines
The CCcam.cfg file is located in your Dreambox.
You can access it from your PC with DCC.
FTP to location:
Right click on CCcam.cfg and chose edit.
The Fline is basically the same as creating a user account on your server.
The Fline consists of a Username and Password
In your config you have a Friend section that is the part where you should add the Flines.
The Cline is more like a connection string that you give to your peers so that they can connect to your server.
To be able to connect they need to have an account on your server (the Fline).
F: [username] [password] additional info
F: myfriend abc123 3 0 0 { 0:0:3 }
The part behind the password is privileges and restrictions.
3 0 0 { 0:0:3 }
This user gets all cards at a maximum of 3 hops away from us,
and get’s to share them down two further levels beyond his own level.
C: [server] [port] [Fline username] [Fline password] additional info
C: biocide.******.org 12000 myfriend abc123 no { 0:0:3, 100:3, 100:4 }
no { 0:0:3, 100:3, 100:4 }
no = don’t receives friends emus
{ 0:0:3 = how many hops down you want to receive cards from that server
, 100:3, 100:4 } = here you can block cards from that server
Summary of Clines and Flines
in your config
F: myfriend abc123 3 0 0 { 0:0:3 }
C: the Cline that were sent to you.
In your peers config
F: an Fline that match the Cline that was sent to you
C: your.server.org 12000 myfriend abc123 no { 0:0:3, 100:3, 100:4 }
There are much more you can do in the Cline and Fline but this is the basic that I think everyone should know about.
There are a lot of fake and old cards that are being shared and slowing down the servers, therefore you need to block all those cards.
Here is a list with old and fake cards:
First of all I want to say that using the method below will block all cards that you don’t choose to receive.
This also means that you will only share the cards that you decide to receive.
Remember that your peers might want cards that you don’t receive because you blocked them, and therefore they can see you as a not so interesting peer.
After every Cline you’ll add:
no { 0:0:1 } This means that you take all cards on hop1.
If you want any card on hop2 you’ll add:
no { 0:0:1, 90f:0:2, b00:0:2, anycard, anycard, anycard }
In this example I chose to get
90f:0 = “Viasat (5E/75E/1W)” on hop2
b00:0 = “Focus(1W) / C+Nordic(1W) / DigiAlb(16E) / MTV(19.2E)” on hop2
The last number is hop:
90f:0:2
Tags: "free test line", $config_line = "$cccamwebinfo[] = array("".$server."","".$port."","".$user."","".$pass."");";, 10 examples of cline, 100 examples of cline, 100% active c line card sharing, 100% free cardsharing lines, 16e, 1w, 2 cccam server port forwarding, active c line, active c line free, active c line servers, active c lines, active c-lines cardsharing, add cline dreambox, add cline in dreambox, add cline to dreambox, adding cline, adding cline to dreambox, aktive c-line, añadir cline a dreambox, another port than 12000 dreambox, anywhere any free cline for dreambox 500s, art, c cline dreambox free, c line active or not, c line card sharing, c line cccam, c line dreambox, c line example dreambox, c line for dreambox, c line test cccam, c line test free, c line test server, c line viasat, c lines dreambox, c lines free test, c lines with ip, c linija, c linija za card share, c test lines cardsharing, c-line cardsharing, c-line test, c-line test tool, c-line test tool download, c-line zum testen, c-lines cccam, C1, c: skytelevision.no-ip.info 26000 spider13 cmm98 no, can i use same user connect cardsharing server, can i used same cardsharing cam on in two dreambox, card share c line, card share dreambox 7025 free c:line, card share free test, card share free test lines, card share hops, card share test line, card share.free test line, card sharing c line test, card sharing cline, card sharing clines, card sharing free c lines, card sharing hops, card sharing how many flines, card sharing static ip, card sharing test c line, card sharing test line, card sharing test lines, card sharing wiki, cardserver testline, cardshar, cardshare, cardshare 2 dreambox with same ip, cardshare cline, cardshare clines, cardshare dreambox testlines, cardshare free test line, cardshare freezing, cardshare hops, cardshare test, cardshare test clines, cardshare test line, cardshare testline, cardsharen c-line, Cardsharing, cardsharing c line, cardsharing c lines, cardsharing c-line für dreambox einrichten, cardsharing c-line test, cardsharing cccam with two dreambox in the same house, cardsharing cline, cardsharing cline fline, cardsharing cline test, cardsharing clines, cardsharing dreambox testline, cardsharing fake card, cardsharing fixed ip, cardsharing flines, cardsharing forward, cardsharing free test, cardsharing free test c-line, cardsharing free test cline, cardsharing free test line, cardsharing free test lines, cardsharing freezing, cardsharing hops, cardsharing line test, cardsharing lines, cardsharing lines test, cardsharing pli image, cardsharing port forward, cardsharing protocol, cardsharing server 1w test line free, cardsharing server in korea, cardsharing test cline, cardsharing test clines, cardsharing test line, cardsharing test lines, cardsharing testline, cardsharing testserver, cardsharing wiki, cardsharing without dish, cardsharing-server test line, cardssharing server four lines free, carsharing lines, cc, ccam, ccam clines, ccam lines test, ccam server, Cccam, cccam c line f line config, cccam c lines, cccam c-line test, cccam change, cccam change cline, cccam cline, cccam cline free, cccam cline test, cccam cline test download, cccam clines, cccam clines download, cccam clines for test, cccam clines test, cccam config switcher, cccam dreambox 600 test line, cccam for test purpose, cccam line test, cccam lines active cline, cccam lines test, cccam port forwarding, cccam prio file dish 119, cccam server, cccam switch, cccam switch download, cccam switch plugin, cccam switch server, cccam test, cccam test cline, cccam.cfg, cccam.cfg file, cccam.cfg freecardsharing, cccam.cfg nss6, cccam.cfg viasat, cccam.prio file, cccaminfophp, cccaminfophp vx.x.x.exe, cccaminfophp_v0.8.2, cccamswitch, cccan c line free, ccline test, ccline uk cardsharing, cfg dreambox bestand, change default 12000 port cccam, change default http port dreambox, change port on dm500, change web port dreambox, change web port on dreambox, check cline info on dreambox, cline, cline card share, cline card sharing, cline cardshare, cline cardshare tests, cline cardsharing, cline cardsharing download, cline cardsharing dreambox, cline cardsharing server test, cline cardsharing test, cline cccam download, cline dreambox, cline dreambox download, cline dreambox example, cline dreambox free, cline edit, cline example, cline example dreambox, cline example(english), cline examples, cline for dreambox, cline for dreambox 800, cline for dreambox free, cline free, cline free dreambox, cline free test, cline in cccam switch, cline test, cline test free, cline test free now, cline test server, Clines, clines card sharing, clines cardshare, clines cccam, clines cccam free, clines dreambox, clines example, clines for dreambox, clines for pli image, clines free test, come si carica il cccam.cfg nel dreambox 100s, como sharing pour dreambox, como testeo todas las card .dreambox, connect 2 dreambox at the same server, connect two dreambox, Cord Switch, cs link, dangle istar@kora, dcc, def, default port on dreambox, Digi, digialb, dir-300 comp not in dhcp-list, dish, dlink dir-300 dreambox, dm500 tring, dm500s user change, dns dreambox, dns server dreambox, download, download software iclss9797, download the latest cccaminfophp, dream, dream box c install codes, dream multimedia card sharing, dream multimedia cccam, Dreambox, dreambox 500s cardsharing cccam tutorial, dreambox 800 dns, dreambox 800 hd c line, dreambox 800 hd dns, dreambox 800 port forward, dreambox 800 ready to cardsharing, dreambox 800 server, dreambox account, dreambox account server, dreambox add cline, dreambox c line free, dreambox c line severs, dreambox c lines, dreambox c-line, dreambox c:line, dreambox cardsharing einrichten, dreambox cardsharing server, dreambox cardsharing server for dn, dreambox cardsharing server port 12000, dreambox cccam c-line, dreambox cccam c-line test, dreambox cccam c-line test download, dreambox cccam server, dreambox cccam server maximum sharing, dreambox cfg, dreambox cfg file, dreambox cfg file c line, dreambox change http port, dreambox change port 12000 to another port, dreambox cline downloads, dreambox cline editor, dreambox cline free, dreambox cline server, dreambox cline with f, dreambox clines, dreambox d'link dir 300 not appearing in dhcp list, dreambox default port, dreambox default ports, dreambox dm500 cline, dreambox dm500 clines, dreambox dm500s how to input ccline, dreambox dns, dreambox dns server, dreambox forum c-line viasat, dreambox free c lines, dreambox free cline, dreambox freezing today, dreambox hops, dreambox how to add cline, dreambox how to exchange cline, dreambox http server port, dreambox including serverbconnection, dreambox interface port, dreambox line, dreambox line sharing, dreambox log, dreambox max, dreambox max peers, dreambox peers, dreambox port, dreambox port change, dreambox port forward, dreambox port forwarding, dreambox server viasat, dreambox severs voor testen, dreambox share, dreambox share account, dreambox share port, dreambox sharing account, dreambox sharing c:, dreambox sharing testline, dreambox test line, dreambox test lines, dreambox test server, dreambox tring, dreambox viasat, dreambox viasat cardsharing, dreambox web interface folder, dreambox web interface port, dreambox where can i get free clines, dreambox without a dish, dreambox without dish, dreamboxfree cline, dreamboxpeers, dreamboxtest server, easy way to put cline in dm500, edit cline dreambox, edit cline within dreambox, elines for dreambox, emulador cardsharing, enter search here..., entitlement stats cccam, Ethernet Cable, example cline cardshare, example dreambox, example of cline, example of cline in english, example of clines, examples of cline, examples of cline in english, examples of clines in english, exemple cline, exemple cline dreambox, Expert Attention, file c line cardsharing, find cardsharing file dreambox, fix on sky italia on dreambox 2011, forward port dreambox, free 12.2010 free cccam cline, free accound dreambox, free active c line, free active c line dreambox, free active c lines, free c line card sharing, free c line for test, free c line nordic, free c line test, free c line test dm500s, free c lines dreambox, free c lines for dreambox, free c-line download, free c-line dreambox, free caerdshare server f line, free card share c cline, free card share test line, free card sharing, free card sharing c linesa, free card sharing cccam.cfg, free card sharing server c lines, free cardshare clines, free cardshare clines testing, free cardshare test c lines, free cardsharing, free cardsharing c line, free cardsharing c line insert, free cardsharing c lines, free cardsharing cline, free cardsharing server, free cardsharing skylink, free cardsharing test line, free cccam, free cccam c lines, free cccam cline, free cccam cline test, free cccam clines, free cccam config ready servers, free cccam file, free cccam file image, free cccam lines test, free cccam.cfg, free cccam.cfg file, free cline, free cline cardshare, free cline dreambox, free cline for dreambox, free cline for testing, free cline full, free cline test, free clines cardsharing, free clines dreambox, free clines for dreambox, free clines test, free dreambox cline, Free Encyclopedia, free line dreambox, free lines card sharing, free test c line, free test c lines, free test card sharing, free test ccam line, free test cccam line, free test cline, free test clines, free test clines lists, free test line for dreambox, free test lines for dreambox, free test lines for dreambox servers, free test lines for viasat, freecardsharing for skylink, freecardsharing skylink, freecccam usa, freelines dreambox, g, get free c-lines for dreambox, gratis test c line, hops dreambox, host, how can i share that single c line for both dm500, how do i add a cline to a dreambox 800hd?, how i can configure c lines for dreambox sharing card, how many c lines active, how many c there is in cccam?, how many cline can be input in dm500s, how many cline on the dreambox, how many clines can i add, how many clines can you make on dm500s server, how many clines do i need, how many hops on dreambox befor freezing, how many peers on one cardshare before freezing, how many peers server card sharing, how put clines in dreambox, how set dns server dreambox, how sharing two dreambox, how to add a cline, how to add a cline to dreambox, how to add c line dreambox, how to add c line dreambox 800 hd, how to add c line to dreambox 800, how to add cline, how to add cline dreambox, how to add cline in dreambox, how to add cline to dreambox, how to add cline to dreambox 800, how to add clines dreambox, how to add clines to dreambox, how to c line indreambox, how to change cline dreambox, how to change port 12000 on dreambox, how to cline in dreambox, how to connect dreambox 800 to a free server, how to connect my dm 800 with free cccam server, how to connect new clines of a server, how to create a cline, how to create cline for dreambox, how to do cline in dreambox, how to edit a cline, how to edit cline, how to forward port dreambox ip, how to get, how to get a line for a dreambox, how to get dish without cardshare, how to get free cline for dreambox, how to get test cline, how to input c and f lines on dm500, how to input clines on dreambox, how to insert a c.line into dreambox, how to insert a cline, how to insert c line cardsharing, how to insert c line on dreambox, how to insert free cardsharing dreambox, how to insert new account in dreambox, how to install cccam on dm800, how to install cline onto dreambox 800, how to make cline, how to make clines, how to put c line into dreambox, how to put c lines into dreambox, how to put cardsharing line in dreambox, how to put cline in dm500, how to put cline in dreambox, how to put cline in dreambox 800, how to put cline on dreambox, how to put cline onto dreambox, how to put clines in dreambox, how to put fline and cline in dreambox 800, how to put software in breambox 800, how to see cline on dreambox, how to set up you pli image for, how to share a cline, how to share cccam file with others, how to share cline two dreanbox, how to share dreambox, how to share same account in 2 dreambox, how to test cline, how to test your card sharing from another pc, how to use sky italia card in dreambox 800 hd, how to watch f dreambox on pc, how to watch with dreambox tring for free, http://home58.dyndns.org, http://localhost/somefolder/index.php, http://www.satlover.com, http://www.satlover.com/forum/, http://www.satlover.com/forum/free-cardsharing-servers/, information satlover forum, insert c line into dreambox guide, install c line server in dreambox, Internet Connection, is satlovers off air, is there any way to use 2 cfg files in dreambox 800 hd, Isp, isp cardsharing, istar kora, istar-korea, just card sharing test, korea card sharing dragon, korea cccam, lig, make a dm500 server, max servers on dreambox 800, maximum number of peers on dreambox server, meo, Mtv, nds, need a cline test now, need test clines, Network Cable, Newbie, Nordic, on, one account in 2 dreambox how to, one ip on one account dreambox, Peers, peers cardsharing, peers dreambox, phoenix receiver satellite withe card dish, pli cardshare, pli cardshring, pli dreambox 500s tring fta, pli image, pli image card sharing, plugin e² cccam switch, Plugins, port forward card sharing, port forward for 2 dreambox, port forward for card sharing, port forwarding cardsharing, port forwarding dreambox, port forword dreambox to see tv, portforward dreambox, portforwarding for cccam server, Power Cord, prio file, prio file fake cards, program, Protocol, put server into dreambox, receiver, Receivers, Router, sample cline, sample cline dreambox, sample of clines, sample of how to connect to a free card sharing server via cccam, sat lover forum free cardsharing servers cccam may new clines all mem, sat lover forum free cardsharing servers sep new clines all members, satellite card sharing free test lines, Satellite Dish, satlover down, satlover forum, satlover forums, satlover is down, satlover.com down, script satlover, server peers dreambox, server sky italia 2011 dreambox 800 downloads free, server test dreambox, set up a viasat card dreambox, setting dns dreambox hd 800, share cline dreambox, sharing cline, sharing files dreambox, sky cccam test line, sky italia card in dm500, sky italia dreambox 800, skylink, slow switching time with many peers in cardsharing, soft, Softcam, software dm800, software dm800 insert cccam, software dreambox cardshare, software dreambox cccam c-line test, software server dreambox cline, starsat sr1000hd, start, Static Ip, stringa cardsharing, stringhe cline cardsharing, Suitable Place, sun direct card sare with dream box, sun direct card slot dreambox, receivers, cardsharing, switch for card sharing, telecharger dreambox creat file cccam, test, test c line, test c lines, test c-line dreambox, test cccam, test cline, test cline cardsharing, test cline cccam, test cline server, test clines, test line cardsharing, test line für dreambox, Test Purpose, test server dreambox, tested cline cadsharing, testline cardsharing, the way to successful cardsharing i have seen, Tring, tring dreambox, two dreamboxes with the same cline, ups, use one account many dreambox cardsharing server, version, Viasat, viasat c line, viasat c lines, viasat cccam, viasat cccam.cfg, viasat dreambox, viasat nordic c line test, viasat server c line, video kinect showing blocked#sclient=psy, web, web port for cccam server, webinterface dreambox standaard port, what are hops in cardsharing, what does it mean hops in dbox cline, what files are needed to create a cccam.cfg file, what is cline dreambox, what is hops 1 card sharing, what ports do i need to open for cards sharing, where do i enter a cline on dreambox, where do i find c line card sharing, where do i insert a cline dreambox, where is satlover, where to enter the cline in cardsharing, where to put cccam.cfg file in dreambox 800hd, where to put cline, where to put cline in dreambox 800hd, wiki "local cards" satellite, wiki cardsharing, Wikipedia, xx, Xxx
April 4th, 2011 at 18:04
muziki
August 30th, 2011 at 16:47
I am a fresshy i no understand this