Setting up cccam for white card

Mark_The_Yid

VIP Member
VIP Member
Joined
Jan 16, 2006
Messages
3,590
Reaction score
282
I have got a DM500 running on newcs/cccam with a white card inserted. Could someone please help to clarify what is needed exactly to get another box to connect. I understand in the 500 I need an f line and in the other box (dm800) I need a c line. Do I need newcs installed on the 800? If so how do I setup the newcs.xml file for the dm800?
 
first, is the 500 reading your card?
you'll need to open port in router to allow boxes to connect, port no. will be needed
you'll need to add boxkey to newscs xml
use pm if u need help
 
Last edited:
with a white card, c and f lines are not used

you need to add a user to the server receiver newcs.xml, and add an N: line to the client cccam receiver
 
How do I go about adding a user in newcs? Sorry if this is simple but I 've only just got my head around cccam and now I am trying to get the newcs thing.
 
first, is the 500 reading your card?
you'll need to open port in router to allow boxes to connect, port no. will be needed in C line
you'll need to add boxkey to newscs xml
use pm if u need help

I have forwarded port 12000 in router to the server address & The server reads the card ok. I made up the newcs.xml with the correct boxkey using config creater
 
first if you want to venture out on to the external network (internet) change your port of cccam.

if your 500 is working with the card do as bod says add a fline to the 500 and then a cline to the 800 cccam.cfg's.

or

does as digidude says just add another user in the 500s newcs.xml file and then add a nline to the dm800 cccam.cfg

its upto you, me personal i would have the 500 as the server and just have the dm800 act as a client.

Si
 
My newcs.xml is like this on my 500 (server)

<?xml version="1.0"?>
<!-- This file was made using the NewCS / CCcam Configuration Creator by B16MCC -->

<newCSconfig>
<globals>
<listening-ip>192.168.2.98</listening-ip>
</globals>
<readers name="Card Readers">


<device>
<name>Lower</name>
<type>Sci</type>
<node>/dev/sci0</node>
<mhz>357</mhz>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>yes</blockga>
<boxkey>*******</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>12000</newcamd_port>
<priority>round</priority>
</device>
</readers>

<radegastserver>
<enabled>No</enabled>
<port>16000</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>

<cache>
<emm>2</emm>
<ecm>3</ecm>
</cache>

<debug>
<password>NewCSpwd</password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<tcp_port>3001</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>DM800</name>
<password>dream1</password>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>No</spider>
</user>
</newcamdserver>



<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>admin</name>
<password>admin</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
</newCSconfig>

and my n line in the 800 (client) is like this

N: 192.168.2.98 12000 DM800 dream1 01 02 03 04 05 06 07 08 09 10 11 12 13 14

Nothing clearing on 800 though. Have I done anything wrong?
 
try this newcs.xml

Code:
You don't have permission to view the code content. Log in or register now.

With a Nline of this in you cccam.cfg

Code:
You don't have permission to view the code content. Log in or register now.

no need to port forward anything yet as you are in your internal network, you are using port 12000 in newcs when cccam uses 12000 by default.
 
Hi

Using that newcs.xml the server does not clear anything m8
 
goto the newcs webgui on port 8080 ( serverip:8080 ) pass/user is newcs/newcs see if newcs is started an reading the card.

I can assure you them configs are good.
 
lets break it down, list your ips for your boxes and what you have running in each. also what you want to have in the end.

i can then post you the actual ipdress correctly formated etc.
 
lets break it down, list your ips for your boxes and what you have running in each. also what you want to have in the end.

i can then post you the actual ipdress correctly formated etc.

server IP is 192.168.2.98 running newcs/CCcam 2.12
client IP is 192.168.2.99 running newcs 1.67/CCcam 2.12

Idea was to get to grips with these two boxes and then include some friends over net later.
 
on the box you want to use as a server (i recmomend the 500) have newcs1.67/cccam.

on the box you want as a client (dm800) just have cccam on it.

So on the dm500 Place the config i posted on for the newcs.xml

on the dm800 place the nline i posted in the cccam.cfg

this will have the dm500 as the server and the 800 connecting as a client once this is working we can add another user in the newcs.xml so the dm500 can use the card (even though its in its reader you still need a user for it)
 
Done that m8 but nothing clearing. It did not clear on the 500 as a client either. just a thought but when I use my newcs.xml it clears on the 500 and I have had breif very occasional times of cleared channel on the 800 too. Could it be a hardware prob with the 800?
 
sorry mate, made an error in the newcs.xml under the users section it says hostname 'localhost' just delete the localhost bit. as that user would be for the dm800 which is not localhost.
 
Last edited:
Hi m8. Deleted localhost so that line now just says <hostname></hostname>. Still no channels though


Is this file OK for white card?
 
Last edited:
just get internet explorer cant display page for both
 
Back
Top