Ga naar inhoud


Aanbevolen berichten

Geplaatst:

Hallo,

 

Heeft iemande een werkende newcs.xml voor mij voor de DM500? Ik heb 'm wel op de PC lopen maar hopelijk kan iemand mij het gepuzel besparen om er een voor de DM500 te maken. Die kon ik bij de gemini 2.40 nergens downloaden.

____________________________________________________

Visiosat Bisatellite. Sky Digibox, DM7020S(120GB) en een DM600PVR(120GB). Sky Movieworld/CDS Family+Versatel/TVVLaanderen


Geplaatst:

Oh ja, ik gebruik NewCS 1.09 beta

____________________________________________________

Visiosat Bisatellite. Sky Digibox, DM7020S(120GB) en een DM600PVR(120GB). Sky Movieworld/CDS Family+Versatel/TVVLaanderen

Geplaatst:

Niemand? Iemand moet het toch werkend hebben. Oke, dit is wat ik tot nu toe heb:

 

<?xml version="1.0"?>

<newCSconfig>

<readers name="dbreader">

<device>

<!-- valid value for name are:

Any name of your choice, just to name the device for you to read. -->

<name>dbreader</name>

 

<!-- valid value for type are:

phoenix, dbox, sci, dragon, sc8, mp35 or infinity(for own binary). -->

<type>dbox</type>

 

<!-- valid value for mhz are:

358(3.58mhz), 450(4.5mhz), 536(5.36mhz), 600(6.00mhz), 800(8.00mhz, 1000(10.00 mhz), 1071(10.71mhz)

(not yet used on dreambox/dragon).

This setting is now IMPORTANT, normal phoenix usually have 3.57mhz, and can be overclocked

to 6mhz. For the others you probably need extra crystal (be careful). -->

<mhz>358</mhz>

 

<!-- valid value for node are full path to device, f.ex /dev/tts/0,

/dev/sciX (for dreambox), /dev/cardreaderX (for dragon),

/dev/tts/USBX (for a usb2serial device).

COMx on Win32, COM1, COM2 etc. -->

<node>/dev/sci0</node>

 

<!-- valid value for slot are:

0-7 (only used on Sc8). -->

<slot>0</slot>

 

<!-- valid value for parity are:

Odd, Even, None (ignored on sci and dragon).

This is only used on serial BEFORE ATR is recieved. -->

<parity>odd</parity>

 

<!-- valid value for reset are:

normal, inverse (ignored on sci and dragon).

normal is phoenix, inverse is smartmouse -->

<reset>normal</reset>

 

<!-- valid value for export are:

Yes,No - if not exported only localhost can connect. -->

<export>Yes</export>

 

<!-- valid value for enabled are:

Yes,No - if not enabled it cant be used. -->

<enabled>Yes</enabled>

 

<!-- valid value for blocksa are:

Yes, No - block shared address emm to card. -->

<blocksa>No</blocksa>

 

<!-- valid value for blockua are:

Yes, No - block unique address emm to card. -->

<blockua>No</blockua>

 

<!-- valid value for blockga are:

Yes, No - block group address emm to card. -->

<blockga>No</blockga>

 

<!-- valid value for boxid are:

Currently not used, not needed on NDS. -->

<boxid>0000000000</boxid>

 

<!-- valid value for crypto-special are:

Yes, No - Used to enable/disable real-time mosc on Cryptoworks. -->

<crypto-special>No</crypto-special>

 

<!-- valid value for PTShanshake are:

Yes, No - Used to enable/disable real-time HighBaud on Cryptoworks and Viacess. -->

<PTShandshake>No</PTShandshake>

 

<!-- valid value for carddetect are:

Yes, No - Used to try to detect if card is present in you cardreader. -->

<carddetect>yes</carddetect>

 

<!-- valid value for port are:

0,65535 - Which port newcamd server will listen for incomming connections. -->

<newcamd_port>15050</newcamd_port>

 

<!-- Notes about Service ID's:

There are some points worth mentioning:

1. If you allow a sid, all others will be rejected for that caid.

2. When you deny a sid, all others then the denied will be let through to that caid.

3. If you dont specify a reader, all sid's will get let through.

4. Put as many provider-sections in sid as you'd like, and as many id-sections under allow/deny as you want.

5. Deny is the stronger one, will always override allow.

6. If you want to add several sid's at once, do <id>0000:0010</id>, this will add all ten to list. -->

<sid>

<allow>

<!-- valid value for id are:

4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->

<id>0000</id><id>0001</id><id>0002</id>

</allow>

<deny>

<!-- valid value for id are:

4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->

<id>0000</id><id>0001</id><id>0002</id>

</deny>

</sid>

<!-- valid value for priority are:

hard, round, fifo - hard is lower userid, higher priority(gets ECM through before user with higher id),

round, there is an equal chance for all users to get ECM through, fifo, first sendt ECM gets through. -->

<priority>round</priority>

</device>

</readers>

<xmlserver>

<!-- valid value for enabled are:

Yes, No - Enable or Disable xmlserver. -->

<enabled>No</enabled>

 

<!-- valid value for port are:

0,65535 - Which port to listen for incomming connections. -->

<port>10000</port>

 

<!-- valid value for allow are:

ALL - Not active yet. -->

<allow>ALL</allow>

 

<!-- valid value for administrator are:

Any username you'd like - Not active yet. -->

<administrator>Master</administrator>

 

<!-- valid value for password are:

Any ascii char - Not active yet. -->

<password>123456</password>

</xmlserver>

<radegastserver>

<!-- valid value for enable are:

Yes, No - Enable or Disable radegast server. -->

<enabled>Yes</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>ALL</allow>

</radegastserver>

<cache>

<!-- valid value for emm are:

0-255 - Number of EMM's to cache. -->

<emm>20</emm>

 

<!-- valid value for ecm are:

0-255 - Number of ECM's to cache. -->

<ecm>20</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</type>

 

<!-- valid value for output are:

Console, udp, tcp, file, all - Where to show debug. -->

<output>console,tcp</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>/hdd/newcs.txt</logfile>

 

<!-- file_options are so you can set own loglevel/type for file-logger:

Should hold level and type-tags like above. -->

<file_options>spam,all</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>192.168.1.10</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>

<!-- valid value for enabled are:

Yes, No - Enable or Disable newcamd server. -->

<enabled>Yes</enabled>

 

<!-- valid value for name are:

Any name - Used to identify server to remote clients,

if the remote client isnt newcamd, this field have no purpouse. -->

<name>newcs</name>

 

<!-- valid value for deskey are:

any 14x2 numbers - Used to encrypt the communication between

the client and the server. -->

<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>

 

<!-- valid value for userfile are:

Path and filename - Where newcs will store the users added with

tcp-commands. -->

<userfile>/tmp/users.txt</userfile>

 

<!-- Notes about users:

The first user doesnt have au without beeing it set to on (unlike newcamd cardserver).

You can add as many user-sections as you want, just put them under eachother. -->

<user>

<!-- valid value for userfile are:

Any username you'd like - Used for client to logon (its case sensitive). -->

<name>dummy</name>

 

<!-- valid value for password are:

Any password you'd like - Used for client to logon (its case sensitive). -->

<password>dummy</password>

 

<!-- valid value for hostname are:

IP-address or DNS-name - Used for reverse login to the client. -->

<hostname>localhost</hostname>

 

<!-- valid value for port are:

0-65535 - Which port reverse login to the client. -->

<port>12000</port>

 

<!-- valid value for au are:

On,Off - Wheather the client are allowed to send EMM to the server. -->

<au>on</au>

 

<!-- valid value for readers are device name,

if one <allow> present, other readers will be disabled! -->

<readers>

<allow>dbreader</allow>

</readers>

 

<!-- valid value for spider are:

Yes,No - Wheather the client are allowed to be newcamd Cardspider. -->

<spider>No</spider>

</user>

</newcamdserver>

</newCSconfig>

____________________________________________________

Visiosat Bisatellite. Sky Digibox, DM7020S(120GB) en een DM600PVR(120GB). Sky Movieworld/CDS Family+Versatel/TVVLaanderen

Geplaatst:

gebruik de config file met de ext .sci die in de configs dir staat van de complete package voor newcs.

Deze heb ik ook in gebruik voor mijn dm500..werkt prima..

Geplaatst:

Kan je aub je config posten want mij lukt het met die config namelijk absoluut niet. Ben er al uren mee bezig geweest. Hij start newcs wel op maar als ik kijk via tcp naar de users is het leeg en naar de kaarten dan ook. Ik zie hem ook de kaart gewoon niet initialiseren.

____________________________________________________

Visiosat Bisatellite. Sky Digibox, DM7020S(120GB) en een DM600PVR(120GB). Sky Movieworld/CDS Family+Versatel/TVVLaanderen

Geplaatst:

Probleem inmiddels opgelost. De werkende config is te downloaden via blue panel inmiddels.

____________________________________________________

Visiosat Bisatellite. Sky Digibox, DM7020S(120GB) en een DM600PVR(120GB). Sky Movieworld/CDS Family+Versatel/TVVLaanderen

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...