INCLUDE
syntax INCLUDE: "<path><filename>"
with this option you can include other files ex: ( INCLUDE: "/var/etc/cccam.cfg" or INCLUDE: "/var/etc/baddcw.lst" ) and so on.
FILE CHANNELINFO
syntax FILE CHANNELINFO: "<path><filename>"
with this option you can include CCcam.channelinfo file ex: ( FILE CHANNELINFO: "/var/etc/CCcam.channelinfo" ).
FILE PROVIDERINFO
syntax FILE PROVIDERINFO: "<path><filename>"
with this option you can include CCcam.profivers file ex: ( FILE PROVIDERINFO: "/var/etc/CCcam.providers" ).
FILE IP2COUNTRY
syntax FILE IP2COUNTRY: "<path><filename>"
with this option you can include ip2vountry database file ex: ( FILE IP2COUNTRY: "/var/etc/ip2country.csv" ).
FILE STYLESHEET
syntax FILE STYLESHEET: "<path><filename>"
with this option you can include css style for your web interface ex: ( FILE STYLESHEET: "/var/etc/style.css" ).
FILE JAVASCRIPT
syntax FILE JAVASCRIPT: "<path><filename>"
with this option you can include own javascript file ex: ( FILE JAVASCRIPT: "/var/etc/myscript.js" ).
N
syntax N: <hostname or ip> <port> <user> <pass> <deskey>
with this option you can add N lines (newcamd) ex: ( N: 1.2.3.4 678 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 ).
R
syntax R: <hostname or ip> <port> <caid> <provider list>
with this option you can add R lines (radegast) ex: ( R: localhost 5421 0100 3311 3315 ).
NEWCAMD CLIENTID
syntax NEWCAMD CLIENTID: <clientid>
with this option you can tell your newcamd server how to introduce himself for all his clients ex: ( NEWCAMD CLIENTID: 6576 # Mgcamd(6D67).newcs(6E73).Evocamd(6576).C Ccam(4343) ).
NEWCAMD DCW CHECK
syntax NEWCAMD DCW CHECK: <YES or NO>
NEWCAMD KEEPALIVE
syntax NEWCAMD KEEPALIVE: <YES or NO>
NEWCAMD PORT
syntax NEWCAMD PORT: <port>
with this option you have to set your newcamd server port ex: ( NEWCAMD PORT: 1234 ).
NEWCAMD KEY
syntax NEWCAMD KEY: <deskey>
with this option you can set your newcamd deskey for your server ex: ( NEWCAMD KEY: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 ).
CAMD35 PORT
syntax CAMD35 PORT: <port>
with this option you can set the camd35 setver listening port.
CAMD35 USER
syntax CAMD35 USER: <user> <pass>
with this option you can set client for camd35 server.
CS378X PORT
syntax CS378X PORT: <port>
wiht this option you can set the listening port to your cs378x server.
CS378X USER
syntax CS378X USER: <user> <pass>
with this option you can add client for the current cs378x server
CS378X USER EXT: ## Give cacheex AIO user
CS378X SERVER EXT: ## Connect to AIO cacheex server
CS378X SERVER
CS378X KEEPALIVE
L
LOGLEVEL
TELNET PORT
syntax TELNET PORT: <port>
with this option you can set the telnet server port to listen.
TELNET USER
syntax TELNET USER: <user>
with this option you can set the username for your telnet server.
TELNET PASS
syntax TELNET PASS> <pass>
with this option you can set the password for your telnet server.
Supported commands:
help: show commands list
uptime: show execution time
stat: show number of different servers
cccam: display cccam servers connections status
mgcamd: display mgcamd servers connections status
debug: display latest debug lines
loadavg: display cpu load average
cpuinfo: display cpu info
meminfo: display memory info
exit: disconnect from server
quit: disconnect from server
restart: restart your multics server
TELEGRAM ENABLE
syntax TELEGRAM ENABLE: <YES or NO>
with this option you can be notified via telegram on server start/reboot and if enabled FAILBAN then you can be notified about intruders.
TELEGRAM TOKEN
syntax TELEGRAM TOKEN: "xxxxxxxxxxxxxxxxxxxxxxxxxx"
with this option you have to specify the token you get from telegram bot.
TELEGRAM CHATID
syntax TELEGRAM CHATID: "12345678"
with this option zou have to specify the chatid you get from telegram bot.
The chatid in your telephone for the conversation with the telegram bot
To create a telegram bot and obtain token and chatid you can look for multiple guides on the Internet like
https://www.shellhacks.com/telegram-...ification-bot/
TELEGRAM CCCAM: 1 - this will send you messages from CCcam
TELEGRAM CACHE: 1 - sale as the first one just for Cache ans so on till system
TELEGRAM MGCAMD: 1
TELEGRAM CS378X: 1
TELEGRAM NEWCAMD: 1
TELEGRAM CAMD35: 1
TELEGRAM SYSTEM: 1 - by this option you will get the message if someone tried to login to your webif but invalid credentials and also the SMS send
Note: all line options except system, are only active if you have also the firewall (FAILBAN) active, because it would be too much messages and if a user would get banned trought FAILBAN then it comes only once.
FAILBAN ENABLE
syntax FAILBAN ENABLE: <ON or OFF>
FAILBAN ENABLE: ON ## Enable failban on all protocols (default: OFF) and will block all ports.
with this option you can activate the failban firewall and ban all users with invalid credentials. This option is valid for all protocols.
It uses IPTABLES and you have to add iptables binary to sudoers or run as root.
FAILBAN ENABLE: 0 96 become also a threshold counter for occurrence and this will be applied for all options if set
FAILBAN SYSTEM: 1 13 -> this means like in TELEGRAM for SYSTEM, now included only WebIF failed logins. The counter after is for occurrence threshold, until get banned
FAILBAN CCCAM: 1 40 (1-255)
FAILBAN MGCAMD: 1 15
FAILBAN NEWCAMD: 0
FAILBAN CACHE: 1 3
so after enable the option for failban and you want to give a limit for occurrence for Client 'xxxx' just connected, new connection closed,
simple write like upper mentioned FAILBAN NEWCAMD: 1 25 -> if 25 times occurred it will be banned.
This option available for CCCAM, MGCAMD, NEWCAMD and CACHE -> here the limit is applied for "cache: Alert! unknown peer"
HTTP PORT
syntax HTTP PORT: <port>
with this option you can set the listening port for HTTP server. (default: 5500)
HTTP USER
syntax HTTP USER: <user>
with this option you can set the username for your web interface.
HTTP PASS
syntax HTTP PASS: <pass>
with this option you can set the password for your web interface.
HTTP CACHE
syntax HTTP CACHE: <YES or NO>
with this option you can enable or disable to show cache page from web interface.
HTTP CACHEEX
syntax HTTP CACHEEX: <YES or NO>
with this option you can enable or disable to show cacheex page from web interface.
HTTP NEWCAMD
syntax HTTP NEWCAMD: <YES or NO>
with this option you can enable or disable to show newcamd page from web interface.
HTTP MGCAMD
syntax HTTP MGCAMD: <YES or NO>
with this option you can enable or disable to show mgcamd page from web interface.
HTTP CCCAM
syntax HTTP CCCAM: <YES or NO>
with this option you can enable or disable to show cccam page from web interface.
HTTP SERVERS
syntax HTTP SERVERS: <YES or NO>
with this option you can enable or disable to show servers page from web interface.
HTTP PROFILES
syntax HTTP PROFILES: <YES or NO>
with this option you can enable or disable to show profiles page from web interface.
HTTP DEBUG
syntax HTTP DEBUG: <YES or NO>
with this option you can enable or disable to show debug page from web interface.
HTTP EDITOR
syntax HTTP EDITOR: <YES or NO>
with this option you can enable or disable to show editor page from web interface.
HTTP RESTART
syntax HTTP RESTART: <YES or NO>
with this option you can enable or disable to show restart page from web interface.
HTTP AUTOREFRESH OFF
syntax HTTP AUTOREFRESH OFF
with this option you can disable autorefresh on web interface.
HTTP AUTOREFRESH
syntax HTTP AUTOREFRESH: <1-600>
with this option you can set autorefresh interval in seconds for web interface.
HTTP TITLE
syntax HTTP TITLE: "MultiCS HB"
with this option you can set the page title of web interface.
HTTP FILE
syntax HTTP FILE: "<path><file>", "<path>", "<type>"
download/show filepath in your browser by entring the url: http://your_server_hostname:<http_port>/url
HTTP FILE: "/var/tmp/multics.log", "/log", "text/plain"
# show log file in your browser, mime is specified as the file doesnt have a known extention
HTTP FILE: "/var/etc/compressed.rar", "/download.rar"
# download file "/var/etc/compressed.rar" from your browser as "download.rar"
HTTP FILE: "/var/www/mypage.html", "/mypage.html"
# show the page "/var/www/mypage.html"
HTTP FILE: "/var/www/background.jpg", "/background.jpg"
# show the image "/var/www/background.jpg"
HTTP FILE: "/var/www/favicon.png", "/favicon.png"
BAD-DCW
sytnax BAD-DCW: FD FF FF FB FD FF FF FB FD FF FF FB FD FF FF FB
with this option you can add fake or bad dcw to the filter list.
DEFAULT KEY
syntax DEFAULT KEY: <deskey>
with this option you can set the default deskey (default = 01 02 03 04 05 06 07 08 09 10 11 12 13 14) ex:
DEFAULT KEY: 02 AA 34 F0 34 23 C1 B1 4A 8F 31 14 13 12
DEFAULT PORT
DEFAULT DCW TIMEOUT
syntax DEFAULT DCW TIMEOUT: <300-9999>
with this option you can set the delay after that if no cw returned from servers, multics would send decode failed to client. ex:
DEFAULT DCW TIMEOUT: 3500
DEFAULT DCW MAXFAILED
syntax DEFAULT DCW MAXFAILED: <1-100>
with this option you can set the maximum of successive decode failed returned from a card on a channel to block sending ecm requests to this card. ex:
DEFAULT DCW MAXFAILED: 10
DEFAULT DCW RETRY
syntax DEFAULT DCW RETRY: <1-5>
with this option you can set the retry limit to ask again for the same dcw on servers if not found.
DEFAULT DCW CHECK
syntax DEFAULT DCW CHECK: <YES or NO>
with this option you can check and filter wrong dcw for all profile if the client sending request has dcwcheck enabled (default=0).
DEFAULT SERVER TIMEOUT
syntax DEFAULT SERVER TIMEOUT: <300-10000>
with this option you can set the max time in ms. for selecting servers to decode one ecm request it must be greater than "SERVER INTERVAL"
DEFAULT SERVER MAX
syntax DEFAULT SERVER MAX: <1-10>
with this option you can set the max server to use for decoding one ecm request.
DEFAULT SERVER INTERVAL
syntax DEFAULT SERVER INTERVAL: <100-3000>
with this option you can set the interval in ms. between sending ecm request to servers.
first server will be requested at receiving ecm request from client,
the second request will be done after "SERVER INTERVAL" has been elapsed and so ...
DEFAULT SERVER VALIDECMTIME
syntax DEFAULT SERVER VALIDECMTIME: <1-5000>
with this option you can set to disable sending ecmrequest to cards with ecmtime greater than ex.2000ms.
DEFAULT SERVER FIRST
syntax DEFAULT SERVER FIRST: <1-5>
with this option you can set the number of servers to send ecm upon receiving request.
DEFAULT SERVER ECMTIME | DEFAULT SERVER TIMEPERECM
DEFAULT SERVER THRESHOLD
syntax DEFAULT SERVER THRESHOLD: <1-5>
with this option you can set to accept every DCW only if it is received from 5 (in our ex.) or more peers, (default=1).
DEFAULT RETRY NEWCAMD
syntax DEFAULT RETRY NEWCAMD: <1-3>
with this option you can sat the number of retries for newcamd servers.
DEFAULT RETRY CCCAM
syntax DEFAULT RETRY CCCAM: <1-10>
with this option you can set the number of retries for CCcam servers if we got decode failed.
DEFAULT CACHEEX VALIDECMTIME
syntax DEFAULT CACHEEX VALIDECMTIME: <1-7000>
with this option you can disable sending ecmrequest to cards with ecmtime greater than 2000ms (default=0,all card are accepted).
DEFAULT CACHEEX MAXHOP
syntax DEFAULT CACHEEX MAXHOP: <1 or 2>
with this option you can set the max hop of shares on cacheex protocol.
DEFAULT CACHE TIMEOUT
syntax DEFAULT CACHE TIMEOUT: <1-5000>
with this option you can set the maximum time in ms. to wait cw from cache after that ecm will be sent to servers.
DEFAULT CACHE SENDREQ
DEFAULT CACHE STATIC
DEFAULT CACHE RESENDREQ
DEFAULT CACHE SENDREP
DEFAULT ACCEPT NULL SID
DEFAULT ACCEPT NULL CAID
DEFAULT ACCEPT NULL PROVIDER
DEFAULT DISABLE CCCAM
syntax DEFAULT DISABLE CCCAM: <YES or NO>
with this option you can set to disable sending ecm requests to newcamd servers.
DEFAULT DISABLE NEWCAMD
DEFAULT DISABLE RADEGAST
DEFAULT DISABLE CACHE
DEFAULT DISABLE CAMD35
DEFAULT DISABLE CS378X
DEFAULT DISABLE CACHEEX
DEFAULT ENABLE CCCAM
DEFAULT ENABLE NEWCAMD
DEFAULT ENABLE RADEGAST
DEFAULT ENABLE CACHE
DEFAULT ENABLE CAMD35
DEFAULT ENABLE CS378X
DEFAULT ENABLE CACHEEX
C
syntax C: <hostname/ip> <port> <username> <password>
with this option you can add connections to other CCcam Servers. ex:
C: host.dnsdynamic.com \ # Server Hostname
12345 \ # CCcam Server Port
user \ # Username
pass # Password
# get all shares from server with reshare or not.
{ label=xxx } # max length 64
# OPTION 'profiles'
C: host.dnsdynamic.com 12345 user1 pass1 { profiles=5501,5502,5503 }
# use this server only for profiles with newcamd ports (5501,5502,5503)
# OPTION 'shares'
C: host.dnsdynamic.com 12345 user2 pass2 { shares= 0:0:2 }
# ignore shares more than 2 uphops away (0:0:2)
C: host.dnsdynamic.com 12345 user3 pass3 { shares= 0:0:3, 0100:3311:1 }
# ignore shares more than 3 uphops away (0:0:3) and accept share 0100:3311 only from their locals
C: host.dnsdynamic.com 12345 user4 pass4 { shares= 0:0:0, 0500:32830:2 }
# ignore all shares (0:0:0) but accept share 0500:32830 less than 2 uphops away
# OPTION 'sids'
C: host.dnsdynamic.com 12345 user5 pass5 { shares=0:0:0,0500:23800:1; sids=0385,038B,038F,03DE,36B2,36B3,36B8, 36B9 }
# accept only locals for share(0500:23800) and send ecm request only for channels specified in sid list
F
syntax F: <user> <pass> <resharelev>
with this option you can define CCcam client to the current CCcam Server. ex:
# Reshares(DownHops)
F: user1 pass1 # share all profiles with no reshare
F: user2 pass2 1 # share all profiles with 1 reshare
F: user3 pass3 2 # share all profiles with 2 reshare
# Option: Profiles ( Option list can be separated by comma or by space, options are separated only by ';' )
F: user4 pass4 { profiles=5502,5504,5510 } # share only 3 profiles identified by their ports as locals with no reshare
F: user5 pass5 1 { profiles=5502 5504 5510 } # share only 3 profiles identified by their ports with 1 reshare
# Option: Name
F: user7 pass7 { \
profiles=5502,5504,5510; \ # Profiles
name=my dreambox; \ # Full Name
} # share only 3 profiles identified by their ports as locals with no reshare
# Option: Host
F: user8 pass8 { \
name = my dreambox; \ # Full Name
host = 192.168.1.81 \ # user8 is only allowed to connect from the host 192.168.1.81
}
# Option: Shares (ShareLimtis)
F: user11 pass11 { \
shares=0500:42800:0; \ # Send profiles to user10 but not the share (0500:042800)
}
F: user12 pass12 { \
shares=0:0:0,0604:0:1; \ # Send only share (0604:0) to client.
}
F: user13 pass13 { \
shares=0100:0:0; \ # Send profiles to client but not seca shares.
}
CCCAM VERSION
syntax CCCAM VERSION: <x.x.x>
with this option you can select the version number of CCcam Server (default: 2.0.11). ex:
CCCAM VERSION: 2.3.0
CCCAM DCW CHECK
syntax CCCAM DCW CHECK: <YES or NO>
with this option you can enable/disable dcw cycle check for CCcam clients.
CCCAM SERVER -> see C
CCCAM USER -> see F
CCCAM PORT
syntax CCCAM PORT: <port>
with this option you have to set the port number to listen your CCcam Server.
CCCAM PROFILES
syntax CCCAM PROFILES: <portfprofile, portfprofile>
with this option you can set default profiles for CCcam Server to share with clients (profiles are identified by their newcamd port). ex:
CCCAM PROFILES: 5501, 5502
CCCAM KEEPALIVE
syntax CCCAM KEEPALIVE: <YES or NO>
with this option you can set enable/disable keepalive for incoming CCcam connections (clients).
CCCAM STEALTHMODE
syntax CCCAM STEALTHMODE: <YES or NO>
with this option you can set to report your version as original CCcam.
MG | MGUSER
syntax MGUSER: <username> <password> { <options> }
with this option you can add mguser client ex:
MGUSER: user1 pass1 # send cards of all profiles.
MGUSER: user3 pass3 { profiles=5504, 5510 } # send cards of 2 selected profiles.
MGCAMD PORT
syntax MGCAMD PORT: <port>
with this option you can set the listen port for your mgcamd server.
MGCAMD USER
MGCAMD KEY
syntax MGCAMD KEY: <81 82 83 84 85 86 87 88 89 80 81 82 83 84>
with this option you have to set the deskey for your mgcamd server. ex:
MGCAMD KEY: 81 82 83 84 85 86 87 88 89 80 81 82 83 84
MGCAMD DCW CHECK
syntax MGCAMD DCW CHECK: <YES or NO>
with this option you can set enable/disable dcw cycle check for mgcamd clients.
MGCAMD PROFILES
syntax MGCAMD PROFILES
with this option you can set the default profiles available for mgcamd clients. ex:
MGCAMD PROFILES: 5501, 5503, 5504
MGCAMD KEEPALIVE
syntax MGCAMD KEEPALIVE: <YES or NO>
with this option you can set enable/disable keepalive for incoming mgcamd connections (clients).
CACHEEX VALIDECMTIME
syntax CACHEEX VALIDECMTIME: <1-7000>
with this option you can disable sending ecmrequest to cards with ecmtime greater than 2000ms (default=0,all card are accepted).
CACHEEX MAXHOP # max 2
syntax CACHEEX MAXHOP: <1 or 2>
with this option you can set the max hop of shares on cacheex protocol.
CACHE PORT
syntax CACHE PORT: <port>
with this option you can set the port to listen your cache (clustercache MCS).
CACHE PEER
syntax CACHE PEER: <host> <port>
with this option you can add a cache peer. ex:
CACHE PEER: <host> <port> { csp=1; cspsendcache=1 } #To send cache from multics to oscam (without filtering)
#To filter cache sent from the multics to other peer (multics or oscam) now you can use "shares" with the syntax:
# CAID1:pROVID1&PROVID2,CAID2:pROVID1
#- Filter only for sending cache only from 1810:000000 to a oscam peer:
CACHE PEER: host port { csp=1; cspsendcache=1; shares=1810:000000 }
#- Filter for sending cache only from 1810:000000, 0100:004106 and 0100:00006A to a multics peer:
CACHE PEER: host port { shares=1810:000000,0100:004106&00006A }
# Exclude a peer from disable for mininum replies and minimum hits
CACHE PEER: host port { nominreplies=1; nominhits=1 }
CACHE TIMEOUT
CACHE MINREPLIES
syntax CACHE MINREPLIES: <number>
with this option you can set a minimum replies to your cache requests.
Every hour multics will check that the replies sent by each cache peer divided between
the number of hours uptime of the server exceeds or equals the value setting of CACHE MINREPLIES.
If it doesn't the cache peer will be disabled.
You can add an exception to certain peers with the parameter nominreplies, for instance:
CACHE PEER: <hostname> <port> { nominreplies=1 } # exclude this cache peer from disable
CACHE MINHITS
syntax CACHE MINHITS: <number>
with this option you can set a number of minimum hits from your cache requests. ex:
CACHE MINHITS: 0 # No effect. It will disable the check.
CACHE MINHITS: 1 # At least 1 hit per hour. So after 6 hours (when the task run for the first time) each peer should have at least 6 hits (adding Cache Hits and Instant Hits), after 12 hours (when the task runs for the second time) each peer should have at least 12 hits...
CACHE MINHITS: 10 # At least 10 hits per hour
CACHE PEER: <hostname> <port> { nominhits=1 } # exclude this cache peer from disable
CACHE ALIVETIME
syntax <1-45>
with this option you can set the minimum number of peers sending same DCW to be accepted (default=45 seconds and the min. value if is set is 5 max. is 45).
CACHE THRESHOLD
syntax CACHE THRESHOLD: <1-5>
with this option you can set to accept every DCW only if it is received from 5 (in our ex.) or more peers, (default=1).
Applicable only in profiles.
CACHE FILTER
syntax CACHE FILTER <YES or NO>
with this option you can filter all non cycling DCW from incoming cache/cacheex data (default=ON).
CACHE FILTER TIME
syntax CACHE FILTER TIME <1-10>
with this option you can filter all non cycling DCW from incoming cache/cacheex data by time seconds (default=0).
CACHE TIME # between 1 - 10
CACHE DCWCHECK2
CACHE FORWARD
CACHE SENDREQ
CACHE STATIC
CACHE RESENDREQ
CACHE SENDREP
CACHE MAXPING: 100 # value is in milliseconds (default = 100 max 200)
CAID
syntax CAID: <caid>
with this option you have to set the caid for your profile. ex:
CAID: 0100 or CAID 0500 and so on.
PROVIDERS
syntax PROVIDERS: <provider,provider>
with this option you have to set the provider(s) for your profile. ex:
PROVIDERS: 000000 or PROVIDERS: 003B00 there is possbile to add more coma separated but most cases it should contains only a single provider.
USER
sytnax USER: <user> <pass>
with this option you can set global users, must be defined before the first profile! ex:
USER: guser1 gpass1 # for all profiles
USER: guser1 gpass1 { 5501, 5502 } # selected profiles by port list
ECM LENGTH
ECM CHECK LENGTH
DCW TIMEOUT
DCW MAXFAILED
DCW RETRY
DCW CHECK
DCW HALFNULLED
DCW SWAP
SERVER TIMEOUT
syntax SERVER TIMEOUT: <300-10000>
with this option you can set max time in ms. for selecting servers to decode one ecm request it must be greater than "SERVER INTERVAL"
SERVER MAX
syntax SERVER MAX: <1-10>
with this option you can set max server number to use for decoding one ecm request.
SERVER INTERVAL
syntax SERVER INTERVAL: <100-3000>
with this option you can set interval between sending ecm request to servers.
First server will be requested at receiving ecm request from client, the second request will be done after "SERVER INTERVAL" has been elapsed and so ...
SERVER VALIDECMTIME
syntax SERVER VALIDECMTIME: <1-5000>
with this option you can set disable sending ecmrequest to cards with ecmtime greater than 2000ms (default=0,all card are accepted).
SERVER FIRST
syntax SERVER FIRST: <1-5>
with this option you can set the number of servers to send ecm upon receiving request (default=0, one server).
SERVER ECMTIME | TIMEPERECM
SERVER THRESHOLD
syntax SERVER THRESHOLD: <1-5>
with this option you can set to accept every DCW only if it is received from 5 (in our ex.) or more peers, (default=1).
RETRY NEWCAMD
syntax RETRY NEWCAMD: <1-3>
with this option you can set the number of retries for newcamd servers (default=0(no retry);max=3).
RETRY CCCAM
syntax RETRY CCCAM: <1-10>
with this option you can set the number of retries for Cccam servers (default=0;max=10).
ACCEPT NULL SID
ACCEPT NULL CAID
ACCEPT NULL PROVIDER
DISABLE CCCAM
DISABLE NEWCAMD
DISABLE RADEGAST
DISABLE CACHE
DISABLE CACHEEX
ENABLE CCCAM
ENABLE NEWCAMD
ENABLE RADEGAST
ENABLE CACHE
ENABLE CACHEEX
SHARE CCCAM
SHARE NEWCAMD
SHARE MGCAMD
BLOCK COUNTRY
syntax BLOCK COUNTRY: <XX,XX>
with this option you can block the clients connections from countrycode using file ip2country.csv ex:
BLOCK COUNTRY: TN # Block all clients connecting from Tunisia
BLOCK COUNTRY: FR,DE # Block all clients connecting from France or Germany
SID LIST
syntax SID LIST: <sid:chid>
with this option you can set to accept only requests for your (profiles cardsystem like irdeto if CAID: 0604), channels within next (sid:chid) list. ex.
SID LIST: 02c2:00cc 02c4:00cd 02c5:009c 02bf:0020 02c1:0086
SID DENYLIST
syntax SID DENYLIST: <YES or NO>
with this option you can set to deny all ecm requests for channels witch are listed in SID LIST: ex:
SID LIST: 20D2,20D3,20D4,20D5,20D6,20D7,20D8,20D9, 20DB,20DC
SID DENYLIST: 1 # YES
SID FILE CHANNELINFO
SIDSSKIPEXTRACRC, with this option you can skip CRC Check for CW if there on same caid,provid also same sid but different Provider
ECM HEADERWLST: 0102030405,0102030406 and this way we can filter ECM requests with wrong header. This options should (must) be set on all profiles
SIDSWCRC, where you can add your SID'(s) list for those Profile'(s) where DISABLECRCCWS enabled but some of SID'(s) need CRCCheck like 48Bit by 09C4 and maybe other Provider'(s) as well
## SID's list where CWSCRC will be calculated for, will be take place only if the CAID and or PROVID for the profile where included is DISABLED the CWSCRC
SIDSWCRC: 20D2,20D3,20D4,20D5,20D6,20D7,20D8,20D9, 20DB,20DC




Reply With Quote

