Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 15 of 44

Thread: DOLCE in CCcam

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Happy fery21's Avatar
    Join Date
    18 Feb 2008
    Location
    Big Bang
    Posts
    2,550
    Mentioned
    8 Post(s)
    Rep Power
    86

    Default Re: DOLCE in CCcam

    depinde cum vrei sa folosesti
    cwshare+gbox+cccam? in cccam il folosesc cardul zaharos sa isi faca au
    ..::EGAMI TEAM::..

  2. #2
    Banned
    Join Date
    31 Jan 2007
    Posts
    4,224
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: DOLCE in CCcam

    Quote Originally Posted by gobi2000 View Post
    depinde cum vrei sa folosesti
    cwshare+gbox+cccam? in cccam il folosesc cardul zaharos sa isi faca au
    Doar CCcam si sa il bag in share.

  3. #3
    Happy fery21's Avatar
    Join Date
    18 Feb 2008
    Location
    Big Bang
    Posts
    2,550
    Mentioned
    8 Post(s)
    Rep Power
    86

    Default Re: DOLCE in CCcam

    1: seria boxului ultimile 10 cifre le pui in calculatorul de la pc (mai putin ultima cifra deci vei avea 9 cifre apoi transformi in hexa vei optine "7" caractere la toate acestea mai adaogi un "zero" in fata celor 7 optinand 8 caractere
    2: in var/tuxbox/config/ vei avea fisierul "newcs" in care pui serialul optinut
    3: configuratia o vei face in felul urmator:

    <?xml version="1.0"?>
    <!--

    For setup-issues, look in readme.txt!
    If there are other troubles, try different forums or irc channels around )

    -->



    <newCSconfig>

    <readers name="Card Readers">
    <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>
    <mhz>600</mhz>
    <boxkey>seria boxului</boxkey>
    <rsa></rsa>
    <PTShandshake>no</PTShandshake>
    <crypto-special>no</crypto-special>
    <carddetect>yes</carddetect>
    <newcamd_port>portul cardului</newcamd_port>
    <autosid>no</autosid>
    <priority>round</priority>
    <sid>
    <allow>
    <!-- valid value for id are:
    4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
    <id></id>
    </allow>
    <deny>
    <!-- valid value for id are:
    4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
    <id></id>
    </deny>
    </sid>
    </device>


    </readers>

    <radegastserver>
    <!-- valid value for enable are:
    0,1 - Enable or Disable radegast server. -->
    <enabled>no</enabled>

    <!-- valid value for port are:
    0,65535 - Which port to listen for incomming connections. -->
    <port>10001</port>

    <!-- valid value for allow are:
    ALL - Not active yet. -->
    <allow>
    <hostname>127.0.0.1</hostname>
    </allow>
    </radegastserver>
    <cache>
    <emm>20</emm>
    <ecm>-1</ecm>
    </cache>
    <debug>
    <!-- valid value for level are:
    normal, verbose, spam - How extensive debug should be. -->
    <level>normal</level>

    <!-- valid value for type are:
    Init, general, ecm, emm, net, all - Section of debug that should be displayed. -->
    <type>init,general</type>

    <!-- valid value for output are:
    Console, udp, tcp, file, all - Where to show debug. -->
    <output>tcp,all</output>

    <!-- console_options are so you can set own loglevel/type for console-logger:
    Should hold level and type-tags like above. -->
    <console_options>normal,init</console_options>

    <!-- valid value for logfile are:
    Path and filename - Where to write debug logs if file or all is chosed in output. -->
    <logfile></logfile>

    <!-- file_options are so you can set own loglevel/type for file-logger:
    Should hold level and type-tags like above. -->
    <file_options></file_options>

    <!-- valid value for udp_host are:
    IP-address or DNS-name - Where to send debug if udp or all is chosed in output. -->
    <udp_host>127.0.0.1</udp_host>

    <!-- valid value for udp_port are:
    0,65535 - Which port to send the udp packets. -->
    <udp_port>1000</udp_port>

    <!-- udp_options are so you can set own loglevel/type for udp-logger:
    Should hold level and type-tags like above. -->
    <udp_options>normal,init</udp_options>

    <!-- valid value for tcp_port are:
    0,65535 - Which port to listen for incomming tcp connections. -->
    <tcp_port>1001</tcp_port>

    <!-- tcp_options are so you can set own loglevel/type for tcp-logger:
    Should hold level and type-tags like above. -->
    <tcp_options>normal,init</tcp_options>

    </debug>
    <newcamdserver>
    <enabled>yes</enabled>
    <name>dolce</name>
    <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
    <userfile>/tmp/users.txt</userfile>
    <user>
    <name>un nume uzual la alegere</name>
    <password>o parola la alegere</password>
    <au>on</au>
    <spider>Yes</spider>
    <hostname></hostname>
    <port></port>

    </user>

    </newcamdserver>

    </newCSconfig>

    doar ce am scris cu rosu are nevoie de editare!
    ..::EGAMI TEAM::..

  4. #4
    Banned
    Join Date
    31 Jan 2007
    Posts
    4,224
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: DOLCE in CCcam

    Multumesc mult,voi incerca sa vedem ce imi iese.

  5. #5
    Happy fery21's Avatar
    Join Date
    18 Feb 2008
    Location
    Big Bang
    Posts
    2,550
    Mentioned
    8 Post(s)
    Rep Power
    86

    Default Re: DOLCE in CCcam

    daca pui var-ul iti mai ramane de editat acesta si e ok!
    ..::EGAMI TEAM::..

  6. #6
    Happy fery21's Avatar
    Join Date
    18 Feb 2008
    Location
    Big Bang
    Posts
    2,550
    Mentioned
    8 Post(s)
    Rep Power
    86

    Default Re: DOLCE in CCcam

    Quote Originally Posted by gobi2000 View Post
    2: in var/tuxbox/config/ vei avea fisierul "newcs"
    cam asta at fi!!!
    ..::EGAMI TEAM::..

  7. #7
    Banned
    Join Date
    31 Jan 2007
    Posts
    4,224
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: DOLCE in CCcam

    Quote Originally Posted by gobi2000 View Post
    cam asta at fi!!!
    Nu este,vroiam varianta cu pusul in cfg CCcamului cum e specificat aici;



    Originally Posted by simplul
    la mine cardul de dolce functioneaza in cccam doar cu boxkey-ul in cccam.cfg si merge fara nici o problema. nimeni din partenri de share nu mi-au spus ca asa avea probleme

  8. #8
    Banned
    Join Date
    31 Jan 2007
    Posts
    4,224
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: DOLCE in CCcam

    Quote Originally Posted by gobi2000 View Post
    cam asta at fi!!!
    Am reusit! am pus boxkeyul aici trec seria cardului?
    <newcamd_port>portul cardului</newcamd_port>
    Last edited by -minus; 02-07-08 at 00:19.

  9. #9
    Banned
    Join Date
    31 Jan 2007
    Posts
    4,224
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: DOLCE in CCcam

    Quote Originally Posted by gobi2000 View Post
    1: seria boxului ultimile 10 cifre le pui in calculatorul de la pc (mai putin ultima cifra deci vei avea 9 cifre apoi transformi in hexa vei optine "7" caractere la toate acestea mai adaogi un "zero" in fata celor 7 optinand 8 caractere
    2: in var/tuxbox/config/ vei avea fisierul "newcs" in care pui serialul optinut
    3: configuratia o vei face in felul urmator:

    <?xml version="1.0"?>
    <!--

    For setup-issues, look in readme.txt!
    If there are other troubles, try different forums or irc channels around )

    -->



    <newCSconfig>

    <readers name="Card Readers">
    <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>
    <mhz>600</mhz>
    <boxkey>seria boxului</boxkey>
    <rsa></rsa>
    <PTShandshake>no</PTShandshake>
    <crypto-special>no</crypto-special>
    <carddetect>yes</carddetect>
    <newcamd_port>portul cardului</newcamd_port>
    <autosid>no</autosid>
    <priority>round</priority>
    <sid>
    <allow>
    <!-- valid value for id are:
    4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
    <id></id>
    </allow>
    <deny>
    <!-- valid value for id are:
    4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
    <id></id>
    </deny>
    </sid>
    </device>


    </readers>

    <radegastserver>
    <!-- valid value for enable are:
    0,1 - Enable or Disable radegast server. -->
    <enabled>no</enabled>

    <!-- valid value for port are:
    0,65535 - Which port to listen for incomming connections. -->
    <port>10001</port>

    <!-- valid value for allow are:
    ALL - Not active yet. -->
    <allow>
    <hostname>127.0.0.1</hostname>
    </allow>
    </radegastserver>
    <cache>
    <emm>20</emm>
    <ecm>-1</ecm>
    </cache>
    <debug>
    <!-- valid value for level are:
    normal, verbose, spam - How extensive debug should be. -->
    <level>normal</level>

    <!-- valid value for type are:
    Init, general, ecm, emm, net, all - Section of debug that should be displayed. -->
    <type>init,general</type>

    <!-- valid value for output are:
    Console, udp, tcp, file, all - Where to show debug. -->
    <output>tcp,all</output>

    <!-- console_options are so you can set own loglevel/type for console-logger:
    Should hold level and type-tags like above. -->
    <console_options>normal,init</console_options>

    <!-- valid value for logfile are:
    Path and filename - Where to write debug logs if file or all is chosed in output. -->
    <logfile></logfile>

    <!-- file_options are so you can set own loglevel/type for file-logger:
    Should hold level and type-tags like above. -->
    <file_options></file_options>

    <!-- valid value for udp_host are:
    IP-address or DNS-name - Where to send debug if udp or all is chosed in output. -->
    <udp_host>127.0.0.1</udp_host>

    <!-- valid value for udp_port are:
    0,65535 - Which port to send the udp packets. -->
    <udp_port>1000</udp_port>

    <!-- udp_options are so you can set own loglevel/type for udp-logger:
    Should hold level and type-tags like above. -->
    <udp_options>normal,init</udp_options>

    <!-- valid value for tcp_port are:
    0,65535 - Which port to listen for incomming tcp connections. -->
    <tcp_port>1001</tcp_port>

    <!-- tcp_options are so you can set own loglevel/type for tcp-logger:
    Should hold level and type-tags like above. -->
    <tcp_options>normal,init</tcp_options>

    </debug>
    <newcamdserver>
    <enabled>yes</enabled>
    <name>dolce</name>
    <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
    <userfile>/tmp/users.txt</userfile>
    <user>
    <name>un nume uzual la alegere</name>
    <password>o parola la alegere</password>
    <au>on</au>
    <spider>Yes</spider>
    <hostname></hostname>
    <port></port>

    </user>

    </newcamdserver>

    </newCSconfig>

    doar ce am scris cu rosu are nevoie de editare!

    Nu reusesc,nu citeste cardul,unde gresesc?

  10. #10
    Standard RSP member simplul's Avatar
    Join Date
    31 Jan 2007
    Location
    Timisoara
    Posts
    59
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: DOLCE in CCcam

    ai incercat varianta trimisa de mine?
    (am incercat sa dau de tine pe mess)

  11. #11
    Banned
    Join Date
    31 Jan 2007
    Posts
    4,224
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: DOLCE in CCcam

    Quote Originally Posted by simplul View Post
    ai incercat varianta trimisa de mine?
    (am incercat sa dau de tine pe mess)
    Am incercat,am pus boxkeyul dar nu vrea,mai trebuie pus ceva?

  12. #12
    Standard RSP member simplul's Avatar
    Join Date
    31 Jan 2007
    Location
    Timisoara
    Posts
    59
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: DOLCE in CCcam

    Quote Originally Posted by spaniolul View Post
    Am incercat,am pus boxkeyul dar nu vrea,mai trebuie pus ceva?
    la mine am pus boxkey-ul si a mers din prima, ce am trimis mai devreme este configul meu, de unde am taiat doar linile si parolele. Cccam-ul l-ai instalat bine?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •