Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
options {
/* make named use port 53 for the source of all queries, to allow
* firewalls to block all ports except 53:
*/
// query-source port 53;
recursion no;
/* We no longer enable this by default as the dns posion exploit
has forced many providers to open up their firewalls a bit */
// Put files that named is allowed to write in the data/ directory:
directory "/var/named"; // the default
pid-file "/var/run/named/named.pid";
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
/* memstatistics-file "data/named_mem_stats.txt"; */
allow-transfer { "none"; };
};
logging {
channel default_log {
file "/var/log/named/named.log" versions 5 size 128M;
print-time yes;
print-severity yes;
print-category yes;
severity warning;
};
category default { default_log; };
category general { default_log; };
};
// All BIND 9 zones are in a "view", which allow different zones to be served
// to different types of client addresses, and for options to be set for groups
// of zones.
//
// By default, if named.conf contains no "view" clauses, all zones are in the
// "default" view, which matches all clients.
//
// If named.conf contains any "view" clause, then all zones MUST be in a view;
// so it is recommended to start off using views to avoid having to restructure
// your configuration files in the future.
view "localhost_resolver" {
/* This view sets up named to be a localhost resolver ( caching only nameserver ).
* If all you want is a caching-only nameserver, then you need only define this view:
*/
match-clients { 127.0.0.0/24; };
match-destinations { localhost; };
recursion yes;
zone "." IN {
type hint;
file "/var/named/named.ca";
};
/* these are zones that contain definitions for all the localhost
* names and addresses, as recommended in RFC1912 - these names should
* ONLY be served to localhost clients:
*/
include "/var/named/named.rfc1912.zones";
};
view "internal" {
/* This view will contain zones you want to serve only to "internal" clients
that connect via your directly attached LAN interfaces - "localnets" .
*/
match-clients { localnets; };
match-destinations { localnets; };
recursion yes;
zone "." IN {
type hint;
file "/var/named/named.ca";
};
// include "/var/named/named.rfc1912.zones";
// you should not serve your rfc1912 names to non-localhost clients.
// These are your "authoritative" internal zones, and would probably
// also be included in the "localhost_resolver" view above :
zone "mcr.ebc.lk" {
type master;
file "/var/named/mcr.ebc.lk.db";
};
zone "efm.lk" {
type master;
file "/var/named/efm.lk.db";
};
zone "resturent.lycatel.lk" {
type master;
file "/var/named/resturent.lycatel.lk.db";
};
zone "sbctv.online" {
type master;
file "/var/named/sbctv.online.db";
};
zone "sbc.lk" {
type master;
file "/var/named/sbc.lk.db";
};
zone "ebc.lk" {
type master;
file "/var/named/ebc.lk.db";
};
zone "swarnamahal.site" {
type master;
file "/var/named/swarnamahal.site.db";
};
zone "test.athavaneng.com" {
type master;
file "/var/named/test.athavaneng.com.db";
};
zone "liveatsrilanka.com" {
type master;
file "/var/named/liveatsrilanka.com.db";
};
zone "response.kendara.online" {
type master;
file "/var/named/response.kendara.online.db";
};
zone "monara12.com" {
type master;
file "/var/named/monara12.com.db";
};
zone "monara.com" {
type master;
file "/var/named/monara.com.db";
};
zone "oruvan.com" {
type master;
file "/var/named/oruvan.com.db";
};
zone "test.monaratv.lk" {
type master;
file "/var/named/test.monaratv.lk.db";
};
zone "promo.lycaproductions.lk" {
type master;
file "/var/named/promo.lycaproductions.lk.db";
};
zone "test.hotel" {
type master;
file "/var/named/test.hotel.db";
};
zone "hotelsapphirelk.com" {
type master;
file "/var/named/hotelsapphirelk.com.db";
};
zone "demo.sithafm.lk" {
type master;
file "/var/named/demo.sithafm.lk.db";
};
zone "swarnavahinilk.com" {
type master;
file "/var/named/swarnavahinilk.com.db";
};
zone "swarnavahini.lk" {
type master;
file "/var/named/swarnavahini.lk.db";
};
zone "sky.lk" {
type master;
file "/var/named/sky.lk.db";
};
zone "asset.lycatel.lk" {
type master;
file "/var/named/asset.lycatel.lk.db";
};
zone "dulux.swarnavahini.lk" {
type master;
file "/var/named/dulux.swarnavahini.lk.db";
};
zone "lycamobile.com" {
type master;
file "/var/named/lycamobile.com.db";
};
zone "e.ebc.lk" {
type master;
file "/var/named/e.ebc.lk.db";
};
zone "assets.benholdingslk.com" {
type master;
file "/var/named/assets.benholdingslk.com.db";
};
zone "teledrama.ebc.lk" {
type master;
file "/var/named/teledrama.ebc.lk.db";
};
};
view "external" {
/* This view will contain zones you want to serve only to "external" clients
* that have addresses that are not on your directly attached LAN interface subnets:
*/
recursion no;
additional-from-cache no;
// you'd probably want to deny recursion to external clients, so you don't
// end up providing free DNS service to all takers
// all views must contain the root hints zone:
zone "." IN {
type hint;
file "/var/named/named.ca";
};
// These are your "authoritative" external zones, and would probably
// contain entries for just your web and mail servers:
// BEGIN external zone entries
zone "mcr.ebc.lk" {
type master;
file "/var/named/mcr.ebc.lk.db";
};
zone "efm.lk" {
type master;
file "/var/named/efm.lk.db";
};
zone "resturent.lycatel.lk" {
type master;
file "/var/named/resturent.lycatel.lk.db";
};
zone "sbctv.online" {
type master;
file "/var/named/sbctv.online.db";
};
zone "sbc.lk" {
type master;
file "/var/named/sbc.lk.db";
};
zone "ebc.lk" {
type master;
file "/var/named/ebc.lk.db";
};
zone "swarnamahal.site" {
type master;
file "/var/named/swarnamahal.site.db";
};
zone "test.athavaneng.com" {
type master;
file "/var/named/test.athavaneng.com.db";
};
zone "liveatsrilanka.com" {
type master;
file "/var/named/liveatsrilanka.com.db";
};
zone "response.kendara.online" {
type master;
file "/var/named/response.kendara.online.db";
};
zone "monara12.com" {
type master;
file "/var/named/monara12.com.db";
};
zone "monara.com" {
type master;
file "/var/named/monara.com.db";
};
zone "oruvan.com" {
type master;
file "/var/named/oruvan.com.db";
};
zone "test.monaratv.lk" {
type master;
file "/var/named/test.monaratv.lk.db";
};
zone "promo.lycaproductions.lk" {
type master;
file "/var/named/promo.lycaproductions.lk.db";
};
zone "test.hotel" {
type master;
file "/var/named/test.hotel.db";
};
zone "hotelsapphirelk.com" {
type master;
file "/var/named/hotelsapphirelk.com.db";
};
zone "demo.sithafm.lk" {
type master;
file "/var/named/demo.sithafm.lk.db";
};
zone "swarnavahinilk.com" {
type master;
file "/var/named/swarnavahinilk.com.db";
};
zone "swarnavahini.lk" {
type master;
file "/var/named/swarnavahini.lk.db";
};
zone "sky.lk" {
type master;
file "/var/named/sky.lk.db";
};
zone "asset.lycatel.lk" {
type master;
file "/var/named/asset.lycatel.lk.db";
};
zone "dulux.swarnavahini.lk" {
type master;
file "/var/named/dulux.swarnavahini.lk.db";
};
zone "lycamobile.com" {
type master;
file "/var/named/lycamobile.com.db";
};
zone "e.ebc.lk" {
type master;
file "/var/named/e.ebc.lk.db";
};
zone "assets.benholdingslk.com" {
type master;
file "/var/named/assets.benholdingslk.com.db";
};
zone "teledrama.ebc.lk" {
type master;
file "/var/named/teledrama.ebc.lk.db";
};
};