Welcome to Cardshare.net


Your forum for everything about cardsharing.


  • Tutorials & How-to's
  • Ask for help with your setup
  • Share your cards and peers
  • Download files

We have everything!


YES! I want to register an account for free right now!


Results 1 to 3 of 3
Like Tree3Likes
  • 2 Post By Brian
  • 1 Post By anas958

Thread: Howto configure NewCs + cam accurate

  1. #1
    Brian is offline Member
    Join Date
    Mar 2008
    Posts
    60
    Downloads
    0
    Uploads
    0

    Default Howto configure NewCs + cam accurate

    1: Download and install NewCs from DM/Relook/Dbox bluepanel and Newcs config. NewCs.xml you can find from your box: var/tuxbox/config. For NewCs edit you use DCC (DreamBox Control Center). Do not edit it with Noteapad!!!

    Now here is correct configuration example of NewCs.xml

    2:
    <newCSconfig>
    <readers name="SCI">
    <device>
    <name>Lower Cardreader</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>0000000000</boxkey> -->
    <!-- <rsa>0000000000</rsa> -->
    <irdeto-camkey>0000000000000000</irdeto-camkey>
    <irdeto-camkey-data>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</irdeto-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 Cardreader</name>
    <type>sci</type>
    <mhz>357</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> -->
    <irdeto-camkey>0000000000000000</irdeto-camkey>
    <irdeto-camkey-data>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</irdeto-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>16000</port>
    <allow>
    <hostname>localhost</hostname>
    </allow>
    </radegastserver>
    <cache>
    <emm>20</emm>
    <ecm>-1</ecm>
    </cache>
    <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>user1</name>
    <password>user1</password>
    <hostname>localhost</hostname>
    <port>34000</port>
    <au>on</au>
    <sidoverride>off</sidoverride>
    <spider>No</spider>
    <allow>lower</allow>
    <rate>2</rate>
    </user>
    <user>
    <name>user2</name>
    <password>user2</password>
    <hostname>localhost</hostname>
    <port>34001</port>
    <au>on</au>
    <sidoverride>off</sidoverride>
    <spider>No</spider>
    <allow>Upper</allow>
    <rate>2</rate>
    </user>
    <user>
    <name>peer1</name>
    <password>peer1</password>
    <hostname>localhost</hostname>
    <port>34000</port>
    <au>on</au>
    <sidoverride>off</sidoverride>
    <spider>No</spider>
    <allow>lower</allow>
    <rate>2</rate>
    </user>
    <user>
    <name>peer2</name>
    <password>peer2</password>
    <hostname>localhost</hostname>
    <port>34001</port>
    <au>on</au>
    <sidoverride>off</sidoverride>
    <spider>No</spider>
    <allow>Upper</allow>
    <rate>2</rate>
    </user>
    </newcamdserver>
    </newCSconfig>
    3: Lower and upper Card Readers means which slot you're card is in. My example is made for both. DM500s/Relook200s uses always lower Card Reader settings. DM70xx/relook400s models have 2 card readers.

    4: you can change lower and upper Card Readers port (default is lower 34000 and upper 34001) what kind to u want but u can´t change it to port what CCcam use like 12000 !!!
    Lower card reader port: <newcamd_port>34000</newcamd_port>
    Upper card reader port: <newcamd_port>34001</newcamd_port>

    5: Users: user1 in my example is you're own account for lower Card Reader. Set user name and password what ever u like, but never use dummy/dummy because it is a security hole and easy to guess for anyone who wan't to try and hack into the server. Others can log into you're server and use dummy/dummy if they know your dns!

    6: Users: user2 in my example is you're own account for lower Card Reader. If Here too change from default username and password your own new one!

    user1 (lower) and user2 (upper) are made for Cam (CCcam,gBox,Mgcamd etc) what you run in your box over what card opens channels in your own box from
    NewCs.

    7: How to make a link line from Newcs to Cam over what can (example CCcam) read the card info from NewCs:
    Log with DCC to the box and go to var/etc/CCcam.cfg and edit there new N: line based from user1 (lower Card Reader) NewCs.xml account:

    For user1 (lower Card Reader) you do so CCcam.cfg:
    N: Dreamboxlan Ip 34000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    For user2 (upper Card Reader) you do so CCcam.cfg:
    N: Dreamboxlan Ip 34001 user2 user2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    And take please # away if u edit available empty N: line.

    For user1 (lower Card Reader) with Mgcamd/newcamd so:
    CWS= Dreamboxlan Ip 34000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    For user2 (upper Card Reader) with Mgcamd/newcamd so:
    CWS= Dreamboxlan Ip 34001 user2 user2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    Dreamboxlan Ip means that you put there your DM/relook/Dbox current LAN IP address like 192.168.120 or what you have there!!!

    8: Save CCcam.cfg and start CCcam+Newcs and wait for picture to appear. If everything went ok, there should be a picture now.

    9: Let's add some new peers to who you want give a new N: line.
    From my example you can see peer1 (lower card reader) and peer2 (upper card reader)

    10: But first log into your router, and make a new portforward rule for port 34000 to your box.
    If you are also using the second card reader, remember to also forward port 34001.

    11: Give you're peer's N: line like this:
    N: yourDNS/IP 34000 peer1 peer1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    N: yourDNS/IP 34001 peer2 peer2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    These N lines does not have to go in you're own CCcam.cfg. It's for you're peer.

    With Mgcamd/newcamd so:
    CWS= yourDNS/IP 34000 peer1 peer1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    CWS= yourDNS/IP 34001 peer2 peer2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    yourDNS/IP means: it is your outside IP addres or from your made DNS name to mask your real IP from others. Free DNS names you can create here: www.No-IP.com or https://www.dyndns.com

    12: Some cards do not work good with that <rate>2</rate>. That rate2 means how many times in 1 minute are ECM allowed to. If you card gets slow or picture freez rise that "2" higher and if it dos not help then delete that <rate>2</rate> from all your accounts lines in NewCs.xml. With my Viaccess 2.3 card i got problems and i deleted that rate line and no problems after that with my card.

    If you made correct your peers have access to your card/cards directly.
    You can add as many peers in Newcs.xml as you like. Until now there is no limit here.

    My NewCs.xml example is made with cards default speed 3.57mhz (357). If you want try to overclock the card then rise slow numbers like 400 means 4.00mhz and so one.
    Beware with card overclock you can damage your card permanently!!!


    Some people has asking from me Windows NewCs.xml configuration, here it is.
    <newCSconfig>
    <readers name="Phoenix">
    <device>
    <name>Phoenix Interface</name>
    <type>phoenix</type>
    <mhz>357</mhz>
    <node>COM1</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> -->
    <irdeto-camkey>0000000000000000</irdeto-camkey>
    <irdeto-camkey-data>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</irdeto-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>
    </readers>
    <radegastserver>
    <enabled>No</enabled>
    <port>16000</port>
    <allow>
    <hostname>localhost</hostname>
    </allow>
    </radegastserver>
    <cache>
    <emm>20</emm>
    <ecm>-1</ecm>
    </cache>
    <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>user1</name>
    <password>user1</password>
    <hostname>localhost</hostname>
    <port>34000</port>
    <au>on</au>
    <sidoverride>off</sidoverride>
    <spider>No</spider>
    <rate>2</rate>
    </user>
    <user>
    <name>peer1</name>
    <password>peer1</password>
    <hostname>localhost</hostname>
    <port>34000</port>
    <au>on</au>
    <sidoverride>off</sidoverride>
    <spider>No</spider>
    <rate>2</rate>
    </user>
    </newcamdserver>
    </newCSconfig>
    Most basics are same like my upper DM and co NewCs.xml.
    <node>COM1</node> is for external card reader devise and points to hadware port what you use (USB1/USB2/COM1/COM2 etc). But all others configuratsions are similar with DM/Rellok/Dbox etc config.

    Based from that tutorial you can run NewCs + NewCs.xml config with all know Cams.

    Happy sharing and good test run.
    tvt and Spookje like this.

  2. #2
    anas958 is offline Junior Member
    Join Date
    May 2008
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default RE: Howto configure NewCs + cam accurate

    thanks to all
    tvt likes this.

  3. #3
    komdmk is offline Junior Member
    Join Date
    Mar 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    What a great tutorial! Thank you!

 

 

Similar Threads

  1. Howto CCcam Sharing
    By Xzumi in forum Cccam Chat
    Replies: 5
    Last Post: 13th April 2012, 22:09
  2. Replies: 2
    Last Post: 30th September 2011, 05:27
  3. how to configure newcs
    By roland in forum Cwshare and Config Lines
    Replies: 0
    Last Post: 1st November 2008, 22:43
  4. HOWTO: Gbox with Mediaportal RC
    By Brian in forum GBox lines
    Replies: 0
    Last Post: 21st September 2008, 15:58
  5. Howto: CCcam.cfg
    By Brian in forum Guides / FAQ's
    Replies: 0
    Last Post: 25th March 2008, 19:43

Visitors found this page by searching for:

newcs irdeto

newcs config example

newcs au

newcs server setup

NEWCS XML

newcsconfig

ipurl free server newcs

config newcs

newcs ipk

newcs.xml irdeto

newcs.xml config

configure newcs

config newcs.xml

newcs sidoverride

newcs config

newcs blocksa

how to configure newcs

newcs spider

tutorial newCSirdeto newcsirdeto camkeynewcs xml confignewcs mhznewcs.xml mhz freezesnewcs.xml example

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBulletin® Version 4.1.10
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Search Engine Friendly URLs by vBSEO 3.6.0
Hacks por vBsoporte - vBulletin en Español
All times are GMT +2. The time now is 00:25.
vBulletin 4.0 skin by CompleteVB