Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 29 of 100 FirstFirst ... 41924272829303134395479 ... LastLast
Results 281 to 290 of 1000

Thread: Μοίρασμα κάρτας - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

  1. #281
    Peace Love Unity douros's Avatar
    Join Date
    08-11-2009
    Location
    /gtp
    Posts
    4,149
    Uploads
    21
    Likes
    7

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    ^Τι δουλειά έχουν τα confings irdeto με nds που είναι η HD+?
    Άλλα ντάλων γράφετε και μπερδεύεται το κόσμο

  2. Advertise Here
  3. #282
    Senior Member
    Join Date
    02-04-2005
    Posts
    339
    Uploads
    4
    Likes
    0

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    Quote Originally Posted by douros View Post
    ^Τι δουλειά έχουν τα confings irdeto με nds που είναι η HD+?
    Άλλα ντάλων γράφετε και μπερδεύεται το κόσμο
    Grafo gia irdeto an to n viothisei eipa den xero gia hd+

  4. #283
    Senior Member adamos_john's Avatar
    Join Date
    09-05-2009
    Location
    ASA
    Posts
    173
    Uploads
    2
    Likes
    0

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    Άρα πιο είναι το σωστό config;
    Με το γκοyγκλάρισμa βρίσκω μόνο για oscam και καθόλου για cccam/newscs.

  5. #284
    Senior Member
    Join Date
    02-04-2005
    Posts
    339
    Uploads
    4
    Likes
    0

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    Howto activate the cardreader of the 7025 7020 with NewCS


    NewCS (=Server)
    NewCs is a cardserver. This means that it activates the internal cardreaders of the dreambox and makes the cards in the cardreaders available over a network connection (TCP/UDP). Nothing less, nothing more. Doing just this doesn't mean that you can share your card... You also need a client application to connect to the server. This is the big difference between NewCS and CAMD3.
    CAMD3 can be client and server at the same time. NewCS is only a server. When started, he just waits in Standby-modus until a client asks for connection.

    evocamd/mgcamd (=Client)
    Very important!!!! You also need a client on the same box as the server who connects to the localhost

    Installation:

    You'll need following packages:

    1.NewCS
    blue button -> 2.Addons -> Download and install -> camd -> NewCS-v1.xx
    blue button -> 2. Addons -> Download and install-> camd-config -> NewCS-Config

    2.Evocamd
    blue button -> 2.Addons -> Download and install -> camd -> Evocamd-v2.xx complete
    blue button -> 2. Addons -> Download and install-> camd-config -> Evocamd-Config

    3.Mgcamd
    blue button -> 2.Addons -> Download and install -> camd -> Mgcamd-v1.xx complete
    blue button -> 2.Addons -> Download and install -> camd -> Mgcamd-Config


    Configuration:

    You will need an FTP programm like FlashFXP or SmartFTP to connect to your dreambox. The files can be changed with a text-editor like Notepad++ (don't use notepad from Windows)


    NewCS configuration:

    /var/tuxbox/config/newcs.xml

    <newCSconfig>
    <readers name="Card Readers">
    <device>
    <name>lower</name>
    <type>Sci</type>
    <node>/dev/sci0</node>
    <parity>even</parity>
    <export>yes</export>
    <enabled>yes</enabled>
    <blocksa>no</blocksa>
    <blockua>no</blockua>
    <blockga>no</blockga>
    <boxid></boxid>
    <PTShandshake>no</PTShandshake>
    <Seca-PPV>no</Seca-PPV>
    <crypto-special>no</crypto-special>
    <carddetect>no</carddetect>
    <newcamd_port>34000</newcamd_port>
    <autosid>yes</autosid>
    <priority>round</priority>
    </device>
    <device>
    <name>upper</name>
    <type>Sci</type>
    <node>/dev/sci1</node>
    <parity>even</parity>
    <export>yes</export>
    <enabled>yes</enabled>
    <blocksa>no</blocksa>
    <blockua>no</blockua>
    <blockga>no</blockga>
    <boxid></boxid>
    <PTShandshake>no</PTShandshake>
    <Seca-PPV>no</Seca-PPV>
    <crypto-special>no</crypto-special>
    <carddetect>yes</carddetect>
    <newcamd_port>34001</newcamd_port>
    <autosid>yes</autosid>
    <priority>round</priority>
    </device>

    <debug>
    <level>normal</level>
    <type>init</type>
    <output>console,udp,tcp</output>
    <logfile></logfile>
    <console_options></console_options>
    <file_options></file_options>
    <udp_host>192.168.0.100</udp_host> (Put here IP of the server)
    <udp_port>1000</udp_port>
    <udp_options></udp_options>
    <tcp_port>3001</tcp_port>
    <tcp_options></tcp_options>
    </debug>
    <newcamdserver>
    <enabled>yes</enabled>
    <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
    <name>newcs</name>
    <userfile>/tmp/users.txt</userfile>
    <user>
    <name>login1</name> (choose a login)
    <password>Passw1</password> (choose a password)
    <au>on</au>
    <allow>lower</allow>
    <allow>upper</allow>
    </user>
    </newcamdserver>
    </newCSconfig>

    Evocamd cofiguration

    following is the configuration if you want to connect to the newCS server with an Evocamd client. You have to do this on the same box as the server.
    This connection to the localhost lets you share and watch at the same time

    /var/keys/newcamd-client.txt

    [127.0.0.1]
    port = 34001
    key = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    username = login1
    password = passw1

    [127.0.0.1]
    port = 34000
    key = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    username = login1
    password = passw1

    When you prefer Mgcamd in stead of Evocam, change the following:
    /var/tuxbox/config/newcamd.conf
    CWS = 127.0.0.1 34000 login1 passw1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
    CWS = 127.0.0.1 34001 login1 passw1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs

    If you want to connect with camd3, change the following:
    /var/keys/camd3.config
    SLOT=localhost:4:1:1:1:34000:login1:pass w1:01020304050607080 91011121314
    SLOT=localhost:4:1:1:1:34001:login1:pass w1:01020304050607080 91011121314

    Sharing:
    Sharing with evocamd
    /var/keys/newcamd-client.txt (on the client box)
    [192.168.1.1] IP of your client box
    port = 34001
    key = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    username = login1
    password = passw1

    [192.168.1.1]
    port = 34000
    key = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    username = login1
    password = passw1

    Sharing with Mgcamd
    /var/tuxbox/config/newcamd.conf
    CWS = 192.168.1.1 34000 login1 passw1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
    CWS = 192.168.1.1 34001 login1 passw1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs

    Sharing with Camd3
    /var/keys/camd3.config
    SLOT=192.168.1.1:4:1:1:1:34000:login1:pa ssw1:010203040506070 8091011121314
    SLOT=192.168.1.1:4:1:1:1:34001:login1:pa ssw1:010203040506070 8091011121314

    Enjoy

  6. #285
    Senior Member adamos_john's Avatar
    Join Date
    09-05-2009
    Location
    ASA
    Posts
    173
    Uploads
    2
    Likes
    0

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    Quote Originally Posted by douros View Post
    ^Τι δουλειά έχουν τα confings irdeto με nds που είναι η HD+?
    Άλλα ντάλων γράφετε και μπερδεύεται το κόσμο
    και αν δεν κάνω λάθος δεν είναι NDS αλλά Nagravision.

  7. #286
    Senior Member
    Join Date
    03-10-2007
    Posts
    220
    Uploads
    4
    Likes
    1

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    η καρτα ειναι nagra αν ειναι απο την παλια παρτιδα 1830 provider

    δεν θα παιξει με newcs μονο με oscam αλλα και εκει χρειαζεσαι Boxkey & RSA της καρτας .
    με μια αναζητηση στο google πιστευω να τα καταφερεις και να τα βρεις

    οσο αναφορα το σεταρισμα της oscam

    Oscam Config:



    #
    # main configuration
    #

    [global]
    nice = -1
    WaitForCards = 1
    ClientTimeout = 5
    LogFile = stdout
    Level = 15
    CacheDelay = 120

    # monitor

    #[monitor]
    #port = 988
    #aulow = 120
    #monlevel = 1

    # protocols
    #[camd35]
    #Port = 3333

    [newcamd]
    key = 0102030405060708091011121314
    port = 34000@1830:003411



    Oscam Server



    [reader]
    label = HDplus
    Protocol = internal
    detect = CD
    device = /dev/sci0
    group = 1
    emmcache = 1,3,2
    n3_rsakey = xxx
    n3_boxkey = xxx
    mhz = 368

    Oscam User


    [account]
    user = user
    pwd = pass
    group = 1
    au = HDplus
    CAID = 1830


    καλη επιτυχια

  8. #287
    Senior Member adamos_john's Avatar
    Join Date
    09-05-2009
    Location
    ASA
    Posts
    173
    Uploads
    2
    Likes
    0

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    Ευχαριστώ όλα τα παιδιά για τις απαντήσεις τους.
    Θα έχουμε ξενύχτι σήμερα.
    Θα είναι μόνο σήμερα;
    Αλλά αυτή είναι η ευχαρίστηση ότι ποτέ δεν σταματάμε να πειραματιζόμαστε και να μαθαίνουμε.

  9. #288
    VIP Member satgeo's Avatar
    Join Date
    10-04-2009
    Posts
    3,408
    Uploads
    4
    Likes
    0

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    H HD+ eine nagra ke paei sfera ke me smargo ston 7020 me gemini 4,70 ke cccam 2.21 xoris kamia rithmisi
    ke sto reader fisika pezi ke sauto!!

  10. #289
    Senior Member adamos_john's Avatar
    Join Date
    09-05-2009
    Location
    ASA
    Posts
    173
    Uploads
    2
    Likes
    0

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    Quote Originally Posted by satgeo View Post
    H HD+ eine nagra ke paei sfera ke me smargo ston 7020 me gemini 4,70 ke cccam 2.21 xoris kamia rithmisi
    ke sto reader fisika pezi ke sauto!!

    Σε newscs θα παίξει κανονικά ή μόνο με το cccam 2.21;
    Και με τα εσωτερικά reader ;

  11. #290
    VIP Member satgeo's Avatar
    Join Date
    10-04-2009
    Posts
    3,408
    Uploads
    4
    Likes
    0

    Re: Μοίρασμα κάρτας [cs] - ΜΟΝΟ ΣΥΖΗΤΗΣΕΙΣ !

    Quote Originally Posted by adamos_john View Post
    Σε newscs θα παίξει κανονικά ή μόνο με το cccam 2.21;
    Και με τα εσωτερικά reader ;
    katarxin tin exeis aniksi tin karta?
    an oxei prpei na tin aniksis
    den dokimasa me newcs mono me cccam ,2.21 ta proigoumena den tin anagnrizan kan!
    prin ligo tin ewala ke sto kato reader ke tin diawase amesos ,xoris kanena config ,xoris midenika ,xoris tipota ,opos ke tin gnisia tis SKY ke tis viacces !!!

Advertise Here

Posting Permissions

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