Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 3 of 26 FirstFirst 12345813 ... LastLast
Results 21 to 30 of 260

Thread: MultiCS r82-hellboy

  1. #21
    Super Moderator turbopower's Avatar
    Join Date
    02-07-2011
    Location
    Somewhere between the Streams
    Posts
    4,016
    Uploads
    129
    Likes
    303

    Re: MultiCS r82-hellboy

    Download link in the first post

    ## r82-hellboy-V26-beta-dirty
    - [ENH] Introduce a functionality to disable CRC control word checking for certain CAIDS that currently are not including any known cyclic redundancy checking capacity. To disable it just add to your configuration:
    DISABLECRCCWS_ONLY_FOR: 0500, 098c, 09c4
    That will disable CRC checking of control words for CAIDS 0500, 098c and 09c4
    - [ENH] Add action to failban page to allow removing all the rules from one point with single click
    - [FIX] Allow the following syntax for SID LIST:
    SID LIST:
    SID LIST!:
    SID LIST=
    SID LIST!=
    (without an space after the word LIST only the first case was working correctly)

  2. Advertise Here
  3. #22
    Member
    Join Date
    20-09-2009
    Posts
    58
    Uploads
    0
    Likes
    0

    Re: MultiCS r82-hellboy

    Спучайно да знаеш защо е банат от мултицс форума разработчика на версиите хелбой?

  4. #23
    Super Moderator turbopower's Avatar
    Join Date
    02-07-2011
    Location
    Somewhere between the Streams
    Posts
    4,016
    Uploads
    129
    Likes
    303

    Re: MultiCS r82-hellboy

    Сигурно е било някаква грешка или той е искал да го оставят на мира за известно време.
    Там си е и дори вече е супер мод, мисля че той е от Румъния и сега по празниците явно не му се занимава.
    Виж обаче и арабелите там тези са много зле.
    Все си мислех че по нашите ширини са най-много, пита но незнае за какво и как да попита, но тези са много по-зле.

  5. #24
    Member
    Join Date
    20-09-2009
    Posts
    58
    Uploads
    0
    Likes
    0

    Re: MultiCS r82-hellboy

    ДА. Определено е имало грешка или с цел да не го занимават. Следя ги подробно и се дъвчат елементарни неща по 5-6 страници едно и също. По нашите ширини останахме май тези които ни се занимава с интерес.

  6. #25
    Super Moderator turbopower's Avatar
    Join Date
    02-07-2011
    Location
    Somewhere between the Streams
    Posts
    4,016
    Uploads
    129
    Likes
    303

    Re: MultiCS r82-hellboy

    При теб как са нещата с германците, при мен повечето започнаха да променят версиите си на мулти но явно ще отнеме малко време. Аз започнах да им пиша съобщения през екстрата за пращане на съобщения от кеш линиите.

  7. #26
    Senior Member
    Join Date
    03-12-2011
    Posts
    105
    Uploads
    1
    Likes
    2

    Re: MultiCS r82-hellboy

    имам Multics R81 как да инсталирам
    HellBoy-опитвам като замествам сегашния с

    HellBoy но не тръгва

  8. #27
    Super Moderator turbopower's Avatar
    Join Date
    02-07-2011
    Location
    Somewhere between the Streams
    Posts
    4,016
    Uploads
    129
    Likes
    303

    Re: MultiCS r82-hellboy

    this version of multics will not let you start with invalid PROFILES!
    First time users should start it manually with putty and check the output if there are ERROR Message(s).
    All first users should correct their PROFILES before put it in your start scripts,
    the ERROR Message will contains the PROFILE name and the ERROR what should be corrected.
    Прочете ли първия пост? Тества ли си конфигурацията както ти отговорих на личното?
    Най-вероятно конфигурацията ти не е правилна, по специално providers виж първия пост там си пише кой caid с какъв provider трябва да е.

  9. #28
    Super Moderator turbopower's Avatar
    Join Date
    02-07-2011
    Location
    Somewhere between the Streams
    Posts
    4,016
    Uploads
    129
    Likes
    303

    Re: MultiCS r82-hellboy

    Very important version for Sky DE cache exchange.
    Update yours immediately!!!

    Download link in the first post


    ## r82-hellboy-V27
    - [ENH] Apply patch from oscam special for videoguard CAIDs to filter out bad CW. Can be disabled with DISABLEGERMANPATCH=yes in config file.
    - [ENH] Intelligent cache exchange funcionallity to try to stop bad cw in cache for caids 098c and 09c4. Cache peers with Hellboy version 27 onwards will exchange information on the CAIDS they have excluded from CW crc checking with option DISABLECRCCWS_ONLY_FOR.
    DISABLECRCCWS_ONLY_FOR: 0500, 098c, 09c4


    It's a nonsense to exchange cache for 098c, 09c4 and 0500 with peers that don't have disabled CRC CWS for those CAIDs.


    From HB 27 onwards peers will only send and accept received cache for CAIDs in the list of DISABLECRCCWS_ONLY_FOR from peers that have also put those CAIDs in the list.


    Examples:
    1- I have HB 27 with recommended setting of "DISABLECRCCWS_ONLY_FOR: 0500, 098c, 09c4" and I exchange with a peer that has HB 27 (o later) with the recommended "DISABLECRCCWS_ONLY_FOR: 0500, 098c, 09c4". --> All three CAIDs will be included in cache exchange with this peer. The rest of CAIDs are not affected.
    2- I have HB 27 with recommended setting of "DISABLECRCCWS_ONLY_FOR: 0500, 098c, 09c4" and I exchange with a peer that has HB 27 (o later) with the setting "DISABLECRCCWS_ONLY_FOR: 098c". --> From those three CAIDs only 098c will be excanged. The rest of CAIDs are not affected.
    3- I have HB 27 with recommended setting of "DISABLECRCCWS_ONLY_FOR: 0500, 098c, 09c4" and I exchange with a peer that doesn't have HB 27 (or later). You won't exchange cache for CAIDs 0500, 098c and 09c4 with that peer because it's nonsense.


    If people start moving to HB 27 (or later) with recommended setting of "DISABLECRCCWS_ONLY_FOR: 0500, 098c, 09c4" we hope that the cache will start progresivly to become more filtered of crap cw and that will benefit all.


    - [ENH] If no DISABLECRCCWS_ONLY_FOR setting present in config file include 0500, 098c and 09c4 as default.


    - [ENH] Extend 'shares' option functionality to define not only the cache sent to other peers but also the cache accepted from other peers. Before this version the 'shares' option especified the CAID:PROVID that the cache would send to other peer. In this version it also controls the cache that we receive from the peer. Keep in mind that incoming cache doesn't have a PROVID (only CAID in the cache protocol) so for incoming cache if you add for example 0100:004106 you will receive all the cache for CAID 0100 in all providers because of that protocol limitation. It will also happen with CAID 0500 that has lots of providers. The cache sent to other peers doesn't have this limitation if it's cache generated inside your server, because in this case the provider is known.


    - [ENH] New feature to show the current config that multics is using. It constructs a configuration with the right syntax from the values that are in memory. This can help:
    ++ To identify errors in configuration
    ++ To identify configuration parameters that are not used (they won't be shown)
    ++ To send the real configuration to other people for troubleshooting, without meaningless parameters and in a common order.
    This new feature is shown in the editor page. There's an option also to donwload the configuration as a text file.


    - [FIX] Give DCW failed to the client when there are no servers available to decode certain CAID instead of waiting DCW TIMEOUT
    - [FIX] Mipsel binary was giving bus error
    - [FIX] When oscam/csp tried to connect to an autoadd&autoenable cache it was disabled. If autoadd&autoenable is configured any peer should connect, including oscam/csp peers
    - [ENH] Send telegram message notifying cache SMS received

  10. #29
    Senior Member momkoto's Avatar
    Join Date
    16-04-2011
    Location
    In front of the TV
    Posts
    158
    Uploads
    1
    Likes
    0

    Re: MultiCS r82-hellboy

    Здравейте,
    поиграх си с тази версия на мултицс, но така и не можах да подкарам caid 098с да работи.
    Имам линия, която през cccam подава на оскам на приемника. Със съответната настройка на оскама-а линията работи и sly de се гледа нормално. Когато поставя същата линия в мултицс-а и подам от нея на приемника с оскам-а постоянно получава NOK отговори и съответно нищо не може да се гледа.
    Ако някой може да помогне. Това което искам е да поставя C линията в мултицс и оттам да подавам към приемник с оскам, на който е пуснато disablecrccws = 1 и disablecrccws_only_for = 0500:50F000;09C4:000000;098C:000000;098D :000000.
    Моля, някой да помогне с настройките на мултицс и оскам-а.
    Благодаря

  11. #30
    Member
    Join Date
    20-09-2009
    Posts
    58
    Uploads
    0
    Likes
    0

    Re: MultiCS r82-hellboy

    Quote Originally Posted by turbopower View Post
    При теб как са нещата с германците, при мен повечето започнаха да променят версиите си на мулти но явно ще отнеме малко време. Аз започнах да им пиша съобщения през екстрата за пращане на съобщения от кеш линиите.
    С последната версия 27 нещата са супер.

Page 3 of 26 FirstFirst 12345813 ... LastLast
Advertise Here

Similar Threads

  1. Replies: 0
    Last Post: 15-12-2016, 21:14:39
  2. Replies: 1
    Last Post: 26-07-2015, 15:57:30
  3. Exchange Multics Nline = CacheX Mode3 Multics
    By Ninoxy in forum MultiCS Exchange: Cache
    Replies: 0
    Last Post: 03-01-2015, 22:23:08
  4. Replies: 0
    Last Post: 31-08-2014, 14:43:06

Tags for this Thread

Posting Permissions

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