Questo sito utilizza COOKIE, anche di terze parti. Se vuoi saperne di più o negare il consenso a tutti o ad alcuni cookie clicca qui.
Chiudendo questo banner, scorrendo questa pagina o cliccando qualunque suo elemento acconsenti all’uso dei cookie.

Sky su PC con Abbonamento, NewCS e WinCSC

Come collegare una smartcard con abbonamento al PC

Messaggioda siriuxs » sab ott 11, 2008 12:05 am

Salve a tutti, spero tanto che riusciate ad aiutarmi perchè sto sbattendo la testa da un sacco di tempo e non mi funziona il collegamento tra newcs e wincsc.

Sto provando sia con progdvb che con dvbdream.

Utilizzo NewCS 1.62 e WinCSC 1.4.0.2579.

Ho configurato il file newcs.xml come da prima pagina, e ve lo riporto di seguito:

Codice: Seleziona tutto
<?xml version="1.0"?>
<!--

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

The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.
-->

<newCSconfig>
   <globals>
      <!-- valid value for listening-ip are:
            IPv4 adress of local interface.  -->
      <listening-ip>127.0.0.1</listening-ip>
   </globals>
   <readers name="Standard Phoenix on PC">
      <device>
         <!-- valid value for name are:
             Any name of your choice, just to name the device for you to read.   -->
         <name>Phoenix on Com1</name>

         <!-- valid value for type are:
             phoenix, dbox, sci, dragon, sc8, mp35, smartreader, pcsc (for own binary) or infinity(for own binary).   -->
         <type>phoenix</type>

         <!-- valid value for mhz are:
             153(1.53mhz), 358(3.58mhz), 368(3,68Mhz), 450(4.5mhz), 536(5.36mhz), 600(6.00mhz), 715(7.15 mhz), 800(8.00mhz)
             1000(10.00 mhz), 1071(10.71mhz), 1200 (12.00mhz), 1431(14.31 mhz), 1600 (16.00mhz)
             This setting is now IMPORTANT, normal phoenix usually have 3.57mhz, and can usually 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.
             For PC/SC this is just 0, 1 ,2 and so on (reader number)   -->
         <node>COM3</node>

         <!-- valid value for infinity_number are number of device, if you have multiple, only used in infinity binary,
              0, 1 ...   -->
         <infinity_number>0</infinity_number>

         <!-- 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>none</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>No</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>Yes</blocksa>

         <!-- valid value for blockua are:
             Yes, No - block unique address emm to card.   -->
         <blockua>Yes</blockua>

         <!-- valid value for blockga are:
             Yes, No - block group address emm to card.   -->
         <blockga>Yes</blockga>

         <!-- valid value for boxkey are:
             The boxkey/boxid of your nagra/nds STB.   -->
         <!-- <boxkey>0000000000</boxkey>  -->

         <!-- valid value for rsa are:
             The RSA key from your nagra STB.   -->
         <!-- <rsa>0000000000</rsa> -->

         <!-- valid value for camkey are:
              0 - Europe, 1 - Oz   -->
         <irdetomode>0</irdetomode>

         <!-- valid value for irdeto-camkey are:
              8byte hex.   -->
         <irdeto-camkey>0000000000000000</irdeto-camkey>

         <!-- valid value for camkey-data are:
              64byte hex   -->
         <irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</irdeto-camkey-data>

         <!-- 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 ipk are:
              64byte hex   -->
         <ipk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ipk>

         <!-- valid value for ucpk are:
              64byte hex   -->
         <ucpk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ucpk>

         <!-- 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 newcamd_port are:
             0,65535 - Which port newcamd server will listen for incomming connections. -->
         <newcamd_port>15050</newcamd_port>

         <!-- valid value for autosid are:
             Yes, No - Let NewCS decide which sids should be allowed/denied based on card answers. -->
         <autosid>Yes</autosid>

         <!-- valid value for Seca-PPV are:
             Yes, No - Let NewCS decide which sids should be allowed/denied based on card answers. -->
         <Seca-PPV>no</Seca-PPV>

         <!-- valid value for Pincode are:
             0000, 9999 - For f.ex PPV on Conax, also for parental lock on conax and cryptoworks. -->
         <pincode>0000</pincode>

         <!-- 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></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>
         <!-- 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>
   <radegastserver>
         <!-- valid value for enable are:
             Yes, No - 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>

         <allow>
            <!-- valid value for hostname are:
                all, IP-address or DNS-name.   -->
            <hostname>localhost</hostname>
         </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.
                                 -1    - Dynamic ECM Cache.   -->
         <ecm>-1</ecm>
   </cache>
   <httpd>
      <server> <!-- Port to accept connections on -->
         <port>8080</port>
         <enabled>yes</enabled>
      </server>
      <user>
         <!-- valid value for userfile are:
              Any username you'd like - Used for browser to logon (its case sensitive).   -->
         <name>newcs</name>
         
         <!-- valid value for password are:
              Any password you'd like - Used for browser to logon (its case sensitive).   -->
         <password>newcs</password>
         
         <!-- valid value for accesslevel are:
              admin, stats - Define what rights the user has in the web-console   -->
         <accesslevel>admin</accesslevel>
      </user>
   </httpd>
   <debug>
         <!-- valid value for password:
             Max 25 characters and minimum 8, this is case-sensitive.   -->
         <password>NewCSpwd</password>

         <!-- valid value for mode:
              simple, advanced - Set TCP-Console to advanced mode to get access to
              potentially dangerous features.-->
         <mode>simple</mode>
         
         <!-- 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>xx xx xx ........</deskey>

         <!-- 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 sidoverride are:
                 On,Off - Wheather the client are allowed to override the SID-filter.   -->
            <sidoverride>off</sidoverride>

            <!-- valid value for readers are device name,
               if one <allow> present, other readers will be disabled! -->
            <readers>
               <allow>Phoenix on Com1</allow>
            </readers>

            <!-- valid value for spider are:
                Yes,No - Wheather the client are allowed to be newcamd Cardspider.   -->
            <spider>No</spider>

                                <!-- valid value for rate are:
                                         1-60 - number of seconds between each ecm     -->
                                <rate>2</rate>

            <!-- valid value for cardlevel are:
                1   - If its set Mgcamd will use all cards over the same port.   -->
                                <cardlevel>1</cardlevel>
         </user>
   </newcamdserver>
        <chameleon2>
                <server>
                        <!-- valid value for tcp_port are:
                                 0,65535 - Which port to listen for incomming tcp connections.  -->
                        <port>1234</port>
                        <!-- enable or disable the server, valid values are yes/no -->
                        <enabled>yes</enabled>

                        <!-- What Realm server will report to clients -->
                        <realm>myShares</realm>
                </server>
                <peer>  <!-- Connect to remote Chamelon server with the below credentials -->
                        <hostname>localhost</hostname>
                        <!-- valid value for tcp_port are:
                                 0,65535 - Which port to listen for incomming tcp connections.  -->
                        <port>1234</port>
                        <!-- valid value for userfile are:
                                         Any username you'd like - Used for client to logon (its case sensitive).       -->
                        <name>myname</name>
                        <!-- valid value for password are:
                                    Any password you'd like - Used for client to logon (its case sensitive).    -->
                        <password>mypassword</password>

                        <!-- What Realm client has access to on server -->
                        <realm>myShares</realm>
                </peer>
                <user>
                        <!-- valid value for userfile are:
                                         Any username you'd like - Used for client to logon (its case sensitive).       -->
                        <name>myname</name>
                        <!-- valid value for password are:
                                    Any password you'd like - Used for client to logon (its case sensitive).    -->
                        <password>mypassword</password>
                        <!-- Not yet implemented, this will be how chameleon will connect to more than one network -->
                        <realm>myShares</realm>
                </user>
        </chameleon2>
</newCSconfig>


Ovviamente ho oscurato la key. Lo avvio e sembra andare tutto correttamente:

ImmagineImmagine

Poi apro progdvb, mi posiziono su un canale sky con la scheda regolarmente abbonata e non va niente:

E' come se non si collegasse proprio al server locale... eppure col mio router adsl alice ho anche aperto la porta 15050...

ImmagineImmagine

Dove avrò sbagliato? Vi prego, help me...
siriuxs
Nuovo Iscritto
Nuovo Iscritto
 
Messaggi: 14
Iscritto il: gio gen 25, 2007 8:08 pm

Sponsor

Sponsor
 

Messaggioda P13r0 » sab ott 11, 2008 4:17 pm

E' difficile aiutare da remoto, in questi casi. Comunque... sappi che:
a- da quel che vedo, nèwcs non è affatto partito correttamente;
b- il tuo router lascialo pure perdere. Non ha senso aprire porte se usi l'ambaradan in locale, e comunque il parametro export nel tuo xml è a "no".

Saluti
P13r0
Membro Attivo
Membro Attivo
 
Messaggi: 122
Iscritto il: ven ago 25, 2006 12:06 am

Messaggioda scaistar » sab ott 11, 2008 9:28 pm

infatti mi pare di leggere NAGRA card.. e non mi pare che c'entri qualcosa con le card di Sky :roll:
Avatar utente
scaistar
AMMINISTRATORE
 
Messaggi: 7728
Iscritto il: gio gen 01, 1970 12:00 am

Messaggioda siriuxs » sab ott 11, 2008 10:05 pm

e come mai?
siriuxs
Nuovo Iscritto
Nuovo Iscritto
 
Messaggi: 14
Iscritto il: gio gen 25, 2007 8:08 pm

Messaggioda P13r0 » dom ott 12, 2008 8:01 am

Eh, "come mai"... per questo ti dicevo che è difficile aiutare da remoto.
Ci vorrebbe la sfera di cristallo ;)
Comunque: da quel che si vede, nèwcs non ha letto correttamente l'ATR della càrtà... sperando che questa risposta ti dica qualcosa :)
Poi... partendo dal presupposto che com3 non è una porta che normalmente sia presente su un pc, probabilmente usi un adattatore usb/seriale o qualcosa del genere... che potrebbe avere dei problemi nell'interfaccia con nèwcs. Comunqe: per cominciare lascia perdere il player DVB, e lavora per far sì che le ultime righe del log di nèwcs siano più o meno così:
[ hh:mm:ss ] [ Loader ] Card 09xx on port (porta) ready
[ hh:mm:ss ] [ Loader ] Starting Nèwcàmd Sèrvèr on port (quelcheè)
[ hh:mm:ss ] [ NèwCS ] Ready to GO! :)


Saluti
P13r0
Membro Attivo
Membro Attivo
 
Messaggi: 122
Iscritto il: ven ago 25, 2006 12:06 am

Messaggioda snovite17 » dom nov 02, 2008 3:23 pm

Salve ma se volessi utilizzare la cam inclusa nella technotrend nel settaggio di newcs al posto di COM1 cosa dovrei scrivere ,o da dove nel sistema potrei rilevare il percorso?
snovite17
Nuovo Iscritto
Nuovo Iscritto
 
Messaggi: 2
Iscritto il: dom ott 26, 2008 12:32 pm

Messaggioda scaistar » dom nov 02, 2008 3:58 pm

non credo NEWCS sia in grado di leggere attraverso lo SLOT CAM.. :?
Avatar utente
scaistar
AMMINISTRATORE
 
Messaggi: 7728
Iscritto il: gio gen 01, 1970 12:00 am

Messaggioda snovite17 » lun nov 03, 2008 6:24 pm

Effettivamente non riesco a fargli accettare il percorso ,proverò con un newcs più vecchio e lo sm
snovite17
Nuovo Iscritto
Nuovo Iscritto
 
Messaggi: 2
Iscritto il: dom ott 26, 2008 12:32 pm

Messaggioda hws999 » mer nov 05, 2008 2:41 pm

x siriuxs

prova cambiando queste impostazioni di newcs

<parity>even</parity>
<priority>hard</priority>

prova sia con newcs-1.62 che con newcs-1.5

che lettore di card usi???
un phoenix oppure uno smartmouse in modalita' phoenix???

elimina le sezioni
<radegastserver>
<chameleon2>
hws999
 
Messaggi: 1
Iscritto il: mer nov 05, 2008 2:21 pm

Chi mi aiuta con newcs?

Messaggioda ken87 » gio nov 27, 2008 8:57 am

Ho configurato newcs per il mio lettore pc/sc è omnkey card man usb.
L ho configurato cosi
<newCSconfig>
<readers name="card man1">
<device>
<name>Card man</name>
<type>pcsc</type>
<mhz>368</mhz>
<node>pcci</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<parity>odd</parity>

<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxid>0000000000</boxid>
<rsa>0000000000</rsa>
<crypto-special>Yes</crypto-special>
<PTShandshake>Yes</PTShandshake>
<carddetect>yes</carddetect>
<crypto-special>No</crypto-special>
<PTShandshake>Yes</PTShandshake>
<carddetect>Yes</carddetect>
<newcamd_port>15000</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>No</Seca-PPV>
<sid>
<allow>
<id></id>
</allow>
<deny>
<id></id>
</deny>
</sid>
<priority>round</priority>


</device>

Metto la scheda nds2 di sky tutto ok
Metto la scheda Nds3 mi scrive int nds... poi tenta di caricare le chiavi col vecchio caid 0900 invece che 093b e rimane ciclando...
Cosa ho sbagliato o secondo voi c'e qualche icompatibilità con i lettore?

Grazie mille... :roll:
ken87
Nuovo Iscritto
Nuovo Iscritto
 
Messaggi: 25
Iscritto il: mar gen 31, 2006 9:31 am

Dimenticavo

Messaggioda ken87 » gio nov 27, 2008 9:00 am

Ho usato la versione 1.62 e la 1.50 ma fa sempre la stessa cosa
ken87
Nuovo Iscritto
Nuovo Iscritto
 
Messaggi: 25
Iscritto il: mar gen 31, 2006 9:31 am

Messaggioda Doraemon » sab mar 07, 2009 12:24 am

Ciao a tutti vorrei un chiarimento. Ho un abbonamento NDS3 da ieri, ho provato la configurazione NewCS+WinCSC e, sebbene con qualche squadrettamento che spero di risolvere, funziona. Avendo due PC nella mia stanza, entrambi con SS2 collegati in rete LAN tramite un router (con IP fissi), vorrei (semplicemente per curiosità) vedere l'abbonamento anche sul 2°PC. Ma non ci sono riuscito. Ciò che ho fatto è quella di mettere al posto di localhost nella riga "<hostname>localhost</hostname>" l'IP del 2°PC e naturalmente "yes" su "export" e disabilitato firewall e antivirus. Nel 2°PC in WinCSC ho messo nel campo "Host" l'indirizzo IP del 1°PC. Diamo per scontato che user password e porte corrispondano. Ma quando vado a collegarmi mi dà login error. É giusto ciò che ho fatto? Ciao e grazie
Doraemon
Membro Attivo
Membro Attivo
 
Messaggi: 166
Iscritto il: gio mag 13, 2004 9:16 pm

Messaggioda madman » sab mar 07, 2009 1:10 pm

ciao devi creare una user e una password per ogni pc, non puoi usare la stessa.
madman
 
Messaggi: 1
Iscritto il: mer ago 18, 2004 9:24 am

Messaggioda hyuma » lun mar 09, 2009 10:10 pm

Sul router occorre aprire la 12000 e la 15050 in TCP/UDP in caso si voglia uscire dalla LAN?
hyuma
Nuovo Iscritto
Nuovo Iscritto
 
Messaggi: 10
Iscritto il: dom dic 26, 2004 4:22 am

Messaggioda fr3nk2000 » gio apr 23, 2009 6:24 pm

Salve a tutti,nn ho visto 1 sezione x le presentazioni...cmq sono nuovo e volevo provare ad utilizzare newcs con la skystar 2,ma ho dei problemi con la configurazione di newcs 1.65;è giorni che c provo e quando lo lancio mi continua a dare errori...quello + frequente è :newcamd:main loop come mai?come posso risolvere?



qst è il mio newcs.xml

<newCSconfig>

<readers name="Card Readers">
<device>
<name>phoenix</name>
<type>Phoenix</type>
<node>COM1</node>
<mhz>357</mhz> <!-- or 357 -->
<parity>odd</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>Yes</blocksa>
<blockua>Yes</blockua>
<blockga>Yes</blockga>
<!-- <boxkey>0000000000</boxkey> -->
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>Yes</carddetect>
<newcamd_port>15050</newcamd_port>
<priority>round</priority> <!-- hard is default -->
<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>10</emm>
<ecm>10</ecm>
</cache>
<debug>
<level>normal</level>
<type>init</type>
<output>all</output>
<logfile></logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.1.10</udp_host>
<udp_port>1000</udp_port>
<udp_options></udp_options>
<tcp_port>3001</tcp_port>
<tcp_options></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>
<userfile></userfile>
<user>
<name>dummy</name>
<password>dummy</password>
<au>on</au>
</user>
</newcamdserver>
</newCSconfig>



grazie
fr3nk2000
 
Messaggi: 1
Iscritto il: gio apr 23, 2009 6:11 pm

PrecedenteProssimo

Torna a Infinity USB Smart e Phoenix/Smartmouse

Chi c’è in linea

Visitano il forum: Nessuno e 7 ospiti

cron
Free business joomla templates