Cardsharing-x Forum

» CardSharing Section => General Sharing Discussion => » CS Help and Tutorials « => CCam Help => Topic started by: mircking on June 26, 2010, 11:14:33 PM

Title: need help with cccam
Post by: mircking on June 26, 2010, 11:14:33 PM
I have cccam + newcs set up but for some reason my server box is only picking up afew channels like the "viriety pack sky arts1 sky arts2 /stargold/starone" the box will not pick up no sports or movie channels from the card, does any 1 know what i am doing rong?
Title: Re: need help with cccam
Post by: mircking on June 27, 2010, 07:47:43 PM
problem solved, i will explain later how i got this set up for those of you who are stuck...

I NEED TO KNOW WHAT IS THE BEST IMAGE AND FASTEST AND SMALL IN SIZE FOR A SERVER SET UP ON A DM-500S?

any experienced people here who have tried all the images?
Title: Re: need help with cccam
Post by: Tirkic on June 27, 2010, 09:09:19 PM
Gemini
Title: Re: need help with cccam
Post by: mircking on June 27, 2010, 09:20:37 PM
Thanks admin!

on the geminie image i cant get the to work on http://192.168.1.x:8080/ (http://192.168.1.x:8080/)

any idears how to get it to work with cccam 2.1.3 + newcs 1.67
Title: Re: need help with cccam
Post by: Tirkic on June 27, 2010, 09:25:51 PM
Quote from: mircking any idears how to get it to work with cccam 2.1.3 + newcs 1.67

Online update a025
Title: Re: need help with cccam
Post by: mircking on June 27, 2010, 09:30:58 PM
i dont understand "online update" sorry

do u use the blue botton to update... to which file (name pls)?
Title: Re: need help with cccam
Post by: Tirkic on June 27, 2010, 09:45:36 PM
yes blue botton, than addons-gemini server-cams ......
Title: Re: need help with cccam
Post by: mircking on June 27, 2010, 09:48:45 PM
ok got it, but whats the file called that i update to, that will make the stats on 8080 work?
Title: Re: need help with cccam
Post by: Tirkic on June 27, 2010, 09:50:38 PM
I;m not sure. I have a pc server not tested on dm 500 ....
Title: Re: need help with cccam
Post by: mircking on June 27, 2010, 09:56:46 PM
ive tryed the cccam 2.1.4 + 2.1.3 on both files stats on :8080 dont work u think i should role back to an older version?
Title: Re: need help with cccam
Post by: kargo.25 on June 27, 2010, 10:38:54 PM
Quote from: mircking ive tryed the cccam 2.1.4 + 2.1.3 on both files stats on :8080 dont work u think i should role back to an older version?

yes, cccam 2.1.4 + 2.1.3 working dreambox 500s...
Title: Re: need help with cccam
Post by: mircking on June 28, 2010, 12:11:06 AM
Quote from: kargo.25
Quote from: mircking ive tryed the cccam 2.1.4 + 2.1.3 on both files stats on :8080 dont work u think i should role back to an older version?

yes, cccam 2.1.4 + 2.1.3 working dreambox 500s...


I know they work with dm500s but the config on http://192.168.1.x:8080/ does not load on both of them using newcs 1.67
Title: Re: need help with cccam
Post by: antox on June 28, 2010, 10:12:05 AM

if you have in newcs config:

8080
yes



newcs


newcs


admin


Title: Re: need help with cccam
Post by: kargo.25 on June 28, 2010, 11:37:39 AM
FIRST ACTIVATE YOUR NEW WHITE SKY CARD IN YOUR OFFICIAL SKY RECEIVER.

1. Install CCcam 2.1.4 , install NewCS 1.67 using the Pli download menu. For version like Gemini or Nabilo there are single files like this one - > CCcam 2.1.4 + NewCS 1.67

2. (for Pli Images Only) Blue Button > Softcam Setup >
Default SoftCam: CCcam 2.1.4
Cardserver: NewCS


3. Relace your NewCS.xml file from /var/tuxbox/ with this file only changing your boxkey.


<newCSconfig>
 
  <readers name=&quot;Card Readers&quot;>
    <device>
      <name>lower</name>
      <type>Sci</type>
      <node>/dev/sci0</node>
      <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>10001</newcamd_port>
      <priority>round</priority>
 
    </device>
 
    <device>
      <name>upper</name>
      <type>Sci</type>
      <node>/dev/sci1</node>
      <export>yes</export>
      <enabled>yes</enabled>
      <blocksa>yes</blocksa>
      <blockua>no</blockua>
      <blockga>yes</blockga>
 <boxkey>****</boxkey>
      <PTShandshake>no</PTShandshake>
      <crypto-special>no</crypto-special>
      <carddetect>yes</carddetect>
      <newcamd_port>10000</newcamd_port>
      <priority>round</priority>
 
    </device>
  </readers>
 
  <radegastserver>        
      <enabled>no</enabled>    
  </radegastserver>
  <cache>
    <emm>10</emm>
    <ecm>10</ecm>
  </cache>
 
  <newcamdserver>
    <enabled>yes</enabled>
    <name>cardserver</name>
    <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
    <userfile>/tmp/users.txt</userfile>
  <user>
        <spider>off</spider>
        <rate>1</rate>
        <sidoverride>off</sidoverride>
        <status>access</status>
    <name>newcs</name>
    <password>newcs</password>
    <au>on</au>
    <allow>lower</allow>  
    <allow>upper</allow>  
    </user>
 
 
  </newcamdserver>
 
</newCSconfig>

4. Add this to you CCcam.cfg file in var/etc


N: 127.0.0.1 10001 newcs newcs 01 02 03 04 05 06 07 08 09 10 11 12 13 14 1 4
N: 127.0.0.1 10000 newcs newcs 01 02 03 04 05 06 07 08 09 10 11 12 13 14 1 4
5.To get your boxkey find your sky serial number in the menu. On your Sky Menu there should be a 10 digit serial number. DELETE THE FIRST 2 Digits and use a Dec to hex converter which will result in 7 digits hex. Add a 0 to the front and you got your BOXKEY!.


Restart server now and should be sorted.

If you want to see your entitlement and the NewCS stuff add this to your NewCS.xml under the :




   
      8080
      yes
   

   
      newcs
      newcs
      admin
   

 

Then login 192.168.1.x:8080 :) Then click entitlement .