+ Konu Cevaplama Paneli
Sayfa 12 Toplam 26 Sayfadan
BirinciBirinci ... 2 10 11 12 13 14 22 ... SonuncuSonuncu
111 den 120´e kadar. Toplam 256 Sayfa bulundu

Konu: NewCS 1.67 ve eski sürümleri

  1. #111
    ONBASI
    amor is on a distinguished road amor - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2006
    Yaş
    41
    Mesajlar
    19
    Post Thanks / Like
    Teşekkür
    22
    Thanked 2 Times in 2 Posts
    Tecrübe Puanı
    38
    hocam çok büyük adamsın aylardır arıyorum server kurulumu ile ilgili bir belge bir döküman bulamadım herkes kendi kazancının peşinde paylaşımlarınız için çok sağolun saygılar...!

  2. #112
    tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2005
    Nerden
    r u know?
    Mesajlar
    7.308
    Post Thanks / Like
    Teşekkür
    468
    Thanked 3.072 Times in 1.204 Posts
    Tecrübe Puanı
    8181
    Alıntı yesilxx´isimli üyeden Alıntı Mesajı göster
    2 kart bağlama konusunda teşekürler usta, kartlara aynı portu verdiğim için ikikart bir arada çalışmıyormuş..kullanıcılara aynı xml dosyasında kart kısıtlaması yapabilirmiyim yani birini zilesin birini izlemesin gibi
    newcs.xml dosyanda 2 device sekmesi var farzedelim bunların adlarını değişik yazıyorsun zaten
    örnek olarak birinci device da
    <name>redlight</name>
    2nci device da
    <name>dorceltv</name>
    olsun
    buna göre üyeye bir tek redlight izletmek için
    Kod:
    <user>
    <name>tonytr</name>
    <password>tonypass</password>
    <au>Off</au>
    <readers>
    <allow>redlight</allow>
    </readers>
    </user>
    bir tek dorcel izletmek için
    Kod:
    <user>
    <name>tonytr</name>
    <password>tonypass</password>
    <au>Off</au>
    <readers>
    <allow>dorceltv</allow>
    </readers>
    </user>
    hem dorcel hem redlight izletmek için
    Kod:
    <user>
    <name>tonytr</name>
    <password>tonypass</password>
    <au>Off</au>
    <readers>
    <allow>redlight</allow>
    <allow>dorceltv</allow>
    </readers>
    </user>
    şeklinde erişimlerini ayarlayabilirsin
    Konu tonytr tarafından (19-12-2006 Saat 02:16 ) değiştirilmiştir.
    Yerel Platformların (Digiturk, D-Smart, NBA, e2, Discovery v.s.) İllegal izlenmesine yönelik şifre, bilgi v.s. veren arkadaşlar forumdan ömür boyu banlanacaktır. Forum Kurallarını Okuyalım JavaChat - Online Sohbet
    Güncel SoftCam.Key Güncel vkeys.db Güncel v_sids.db

  3. #113
    ONBASI
    amor is on a distinguished road amor - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2006
    Yaş
    41
    Mesajlar
    19
    Post Thanks / Like
    Teşekkür
    22
    Thanked 2 Times in 2 Posts
    Tecrübe Puanı
    38
    hocam ben ne yaptıysam newcs çalışmıyor newcs-default.xml dosyasının içindeki kod aşağıdaki gibi ama hala çalışmıyor bu dosyayı win32 dosyasına kopyaladım ama hala çalışmıyor lütfen yardım hocam saygılar...!



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

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

    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, pcsc (for own binary) or infinity(for own binary). -->
    <type>phoenix</type>

    <!-- valid value for mhz are:
    153(1.53mhz), 358(3.58mhz), 450(4.5mhz), 536(5.36mhz), 600(6.00mhz), 800(8.00mhz, 1000(10.00 mhz), 1071(10.71mhz)
    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>368</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>/dev/ttyUSB0</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>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 boxkey are:
    The boxkey of your nagra STB. -->
    <!-- <boxkey>0000000000</boxkey> -->

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

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

    <!-- valid value for camkey-data are:
    64byte hex -->
    <irdeto-camkey-data>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</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>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</ipk>

    <!-- valid value for ucpk are:
    64byte hex -->
    <ucpk>00000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 000000000000</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>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>
    <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>

    <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>
    <debug>
    <!-- valid value for password:
    Max 25 characters and minimum 8, this is case-sensitive. -->
    <password>NewCSpwd</password>

    <!-- 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>

    <!-- 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>
    </user>
    </newcamdserver>
    </newCSconfig>

  4. #114
    ONBASI
    amor is on a distinguished road amor - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2006
    Yaş
    41
    Mesajlar
    19
    Post Thanks / Like
    Teşekkür
    22
    Thanked 2 Times in 2 Posts
    Tecrübe Puanı
    38
    birde bu kod sanıyorum yanlış veya eksik lütfen yardım ne yapmam lazım saygılar...!

  5. #115
    tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2005
    Nerden
    r u know?
    Mesajlar
    7.308
    Post Thanks / Like
    Teşekkür
    468
    Thanked 3.072 Times in 1.204 Posts
    Tecrübe Puanı
    8181
    newcs.xml dosyası olcaka ismini değiştirin ve dosya soyadını kontrol edin
    windows ta klsör yönetiminden bilinen dosya soyadlarını gizle seçeneğini iptal edip dosya soyadlarına dikkat edin. ilk mesajda verdiğim newcs.xml dosyası ile çalışması lazım
    Yerel Platformların (Digiturk, D-Smart, NBA, e2, Discovery v.s.) İllegal izlenmesine yönelik şifre, bilgi v.s. veren arkadaşlar forumdan ömür boyu banlanacaktır. Forum Kurallarını Okuyalım JavaChat - Online Sohbet
    Güncel SoftCam.Key Güncel vkeys.db Güncel v_sids.db

  6. #116
    ONBASI
    amor is on a distinguished road amor - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2006
    Yaş
    41
    Mesajlar
    19
    Post Thanks / Like
    Teşekkür
    22
    Thanked 2 Times in 2 Posts
    Tecrübe Puanı
    38
    hocam çok sağol çalıştı server ilginiz için çok sağolun saygılar...!
    Konu amor tarafından (21-12-2006 Saat 11:06 ) değiştirilmiştir.

  7. #117
    ÇAVUŞ
    malkocoglu3 yararli uye malkocoglu3 yararli uye malkocoglu3 yararli uye malkocoglu3 yararli uye malkocoglu3 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Nov 2006
    Yaş
    55
    Mesajlar
    68
    Post Thanks / Like
    Teşekkür
    65
    Thanked 13 Times in 7 Posts
    Tecrübe Puanı
    118
    slm tony usta nihayet pc server kurdum bu sefer intern kartlara bakabiliyorum dreambox ile intern baglaniyorum ok disari gitmiyor

    newcs.xml böyle<?xml version="1.0"?>
    <newCSconfig>
    <readers name="Standard Phoenix on PC">
    <device>
    <name>Phoenix on Com2</name>
    <type>phoenix</type>
    <mhz>357</mhz>
    <node>COM2</node>
    <infinity_number>0</infinity_number>
    <slot>0</slot>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <boxkey>0000000000</boxkey>
    <rsa>0000000000</rsa>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>15051</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <priority>round</priority>
    </device>
    <device>
    <name>Phoenix on Com3</name>
    <type>phoenix</type>
    <mhz>600</mhz>
    <node>COM3</node>
    <infinity_number>0</infinity_number>
    <slot>0</slot>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <boxkey>0000000000</boxkey>
    <rsa>0000000000</rsa>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>15052</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <priority>round</priority>
    </device>
    <device>
    <name>Phoenix on Com4</name>
    <type>phoenix</type>
    <mhz>357</mhz>
    <node>COM4</node>
    <infinity_number>0</infinity_number>
    <slot>0</slot>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <boxkey>0000000000</boxkey>
    <rsa>0000000000</rsa>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>15053</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <priority>round</priority>
    </device>
    <device>
    <name>Phoenix on Com5</name>
    <type>phoenix</type>
    <mhz>357</mhz>
    <node>COM5</node>
    <infinity_number>0</infinity_number>
    <slot>0</slot>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <boxkey>0000000000</boxkey>
    <rsa>0000000000</rsa>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>15054</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <priority>round</priority>
    </device>
    <device>
    <name>Phoenix on Com6</name>
    <type>phoenix</type>
    <mhz>357</mhz>
    <node>COM6</node>
    <infinity_number>0</infinity_number>
    <slot>0</slot>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <boxkey>0000000000</boxkey>
    <rsa>0000000000</rsa>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>15055</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <priority>round</priority>
    </device>
    <device>
    <name>Phoenix on Com7</name>
    <type>phoenix</type>
    <mhz>357</mhz>
    <node>COM7</node>
    <infinity_number>0</infinity_number>
    <slot>0</slot>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <boxkey>0000000000</boxkey>
    <rsa>0000000000</rsa>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>15056</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <priority>round</priority>
    </device>
    </readers>
    <cache>
    <emm>20</emm>
    <ecm>20</ecm>
    </cache>
    <debug>
    <level>normal</level>
    <type>init</type>
    <output>console,tcp</output>
    <console_options>normal,init</console_options>
    <logfile>/hdd/newcs.txt</logfile>
    <file_options>spam,all</file_options>
    <udp_host>192.168.0.189</udp_host>
    <udp_port>1000</udp_port>
    <udp_options>normal,init</udp_options>
    <tcp_port>1001</tcp_port>
    <tcp_options>normal,init</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>/tmp/users.txt</userfile>
    <user>
    <name>user1</name>
    <password>pass1</password>
    <au>on</au>
    </user>
    <user>
    <name>user2</name>
    <password>pass2</password>
    <au>on</au>
    </user>
    <user>
    <name>dummy</name>
    <password>dummy</password>
    <au>on</au>
    </user>
    <user>
    <name>dummy2</name>
    <password>dummy2</password>
    <au>on</au>
    </user>
    <user>
    <name>city3</name>
    <password>fisch3</password>
    <au>on</au>
    </user>

    </newcamdserver>
    </newCSconfig>

    ewcamd route 0D00:dummy:192.168.0.123:10000:newcs EMM ON online
    newcamd route 0604:dummy:192.168.0.123:10001:newcs EMM ON online
    newcamd route 0628:dummy:192.168.0.189:15051:newcs EMM ON online
    newcamd route 0626:dummy:192.168.0.189:15052:newcs EMM ON online
    newcamd route 1801:dummy:192.168.0.189:15053:newcs EMM ON online
    newcamd route 0D00:dummy:192.168.0.189:15054:newcs EMM ON online
    newcamd route 0500:dummy:192.168.0.189:15055:newcs EMM ON online
    newcamd route 0500:dummy:192.168.0.189:15056:newcs EMM ON online

    intern baglaniyorum ok ama netten disariya baglanti olmuyor üstteki 10000-10001 portlarina baglanilabiliniyor net üzerinden ama diger 15051-15056 kadar olan portlardan yayin alinamiyor net üzerinden portlari tcp olarak actim

  8. #118
    tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2005
    Nerden
    r u know?
    Mesajlar
    7.308
    Post Thanks / Like
    Teşekkür
    468
    Thanked 3.072 Times in 1.204 Posts
    Tecrübe Puanı
    8181
    udp olarakta açıp dene
    Yerel Platformların (Digiturk, D-Smart, NBA, e2, Discovery v.s.) İllegal izlenmesine yönelik şifre, bilgi v.s. veren arkadaşlar forumdan ömür boyu banlanacaktır. Forum Kurallarını Okuyalım JavaChat - Online Sohbet
    Güncel SoftCam.Key Güncel vkeys.db Güncel v_sids.db

  9. #119
    ÇAVUŞ
    malkocoglu3 yararli uye malkocoglu3 yararli uye malkocoglu3 yararli uye malkocoglu3 yararli uye malkocoglu3 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Nov 2006
    Yaş
    55
    Mesajlar
    68
    Post Thanks / Like
    Teşekkür
    65
    Thanked 13 Times in 7 Posts
    Tecrübe Puanı
    118
    slm
    usta udp actim yine ayni intern pc serverden baglanti ok dreamden bütün paketler oluyor ama net olayi olmuyor 10000-10001 portlari dreambox 7020 ye acili ondan disari nete cikis var disardan baglanti oluyor ama 15051-15056 arasi olan portlardan baglanti olmuyor

  10. #120
    tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr taninmis sohret sahibi uye tonytr - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2005
    Nerden
    r u know?
    Mesajlar
    7.308
    Post Thanks / Like
    Teşekkür
    468
    Thanked 3.072 Times in 1.204 Posts
    Tecrübe Puanı
    8181
    pc nin local ip sine açıyorsun dimi pc windows ise windows güvenlik duvarından da aç başka firewall varsa ordan da aç linux ise linuxtaki firewall ayarlarından açman gerek
    Yerel Platformların (Digiturk, D-Smart, NBA, e2, Discovery v.s.) İllegal izlenmesine yönelik şifre, bilgi v.s. veren arkadaşlar forumdan ömür boyu banlanacaktır. Forum Kurallarını Okuyalım JavaChat - Online Sohbet
    Güncel SoftCam.Key Güncel vkeys.db Güncel v_sids.db

+ Konu Cevaplama Paneli
Sayfa 12 Toplam 26 Sayfadan
BirinciBirinci ... 2 10 11 12 13 14 22 ... SonuncuSonuncu

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Yetkileriniz

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
TOPlist TopSat.Org