Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.136
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
libexec /
webmin /
virtualmin-awstats /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
newfeatures
[ DIR ]
drwxr-xr-x
tmp
[ DIR ]
drwxr-xr-x
CHANGELOG
2.11
KB
-rw-r--r--
LICENSE
34.32
KB
-rw-r--r--
README.md
1.59
KB
-rw-r--r--
awstats.pl
962
B
-rwxr-xr-x
cgi_args.pl
469
B
-rwxr-xr-x
config
116
B
-rw-r--r--
config-debian-linux
199
B
-rw-r--r--
config-freebsd
137
B
-rw-r--r--
config-mandrake-linux-10.0-*
106
B
-rw-r--r--
config-redhat-linux-10.0-*
208
B
-rw-r--r--
config-suse-linux-9.3-*
116
B
-rw-r--r--
config.cgi
4.2
KB
-rwxr-xr-x
config.info
642
B
-rw-r--r--
config.info.nl
713
B
-rw-r--r--
config.info.no
655
B
-rw-r--r--
config.info.tr
642
B
-rw-r--r--
config_save.cgi
2.14
KB
-rwxr-xr-x
defaultacl
48
B
-rw-r--r--
edit.cgi
3.5
KB
-rwxr-xr-x
generate.cgi
1.28
KB
-rwxr-xr-x
icon.cgi
533
B
-rwxr-xr-x
index.cgi
1.61
KB
-rwxr-xr-x
install-type
4
B
-rw-r--r--
module.info
123
B
-rw-r--r--
module.info.af.auto
30
B
-rw-r--r--
module.info.ar.auto
29
B
-rw-r--r--
module.info.be.auto
26
B
-rw-r--r--
module.info.bg.auto
26
B
-rw-r--r--
module.info.ca.auto
25
B
-rw-r--r--
module.info.cs.auto
26
B
-rw-r--r--
module.info.da.auto
29
B
-rw-r--r--
module.info.de
28
B
-rw-r--r--
module.info.el.auto
31
B
-rw-r--r--
module.info.es.auto
28
B
-rw-r--r--
module.info.eu.auto
32
B
-rw-r--r--
module.info.fa.auto
27
B
-rw-r--r--
module.info.fi.auto
28
B
-rw-r--r--
module.info.fr.auto
25
B
-rw-r--r--
module.info.he.auto
27
B
-rw-r--r--
module.info.hr.auto
26
B
-rw-r--r--
module.info.hu.auto
29
B
-rw-r--r--
module.info.it.auto
26
B
-rw-r--r--
module.info.ja.auto
28
B
-rw-r--r--
module.info.ko.auto
22
B
-rw-r--r--
module.info.lt.auto
42
B
-rw-r--r--
module.info.lv.auto
26
B
-rw-r--r--
module.info.ms.auto
26
B
-rw-r--r--
module.info.mt.auto
29
B
-rw-r--r--
module.info.nl
27
B
-rw-r--r--
module.info.no
29
B
-rw-r--r--
module.info.pl.auto
29
B
-rw-r--r--
module.info.pt.auto
30
B
-rw-r--r--
module.info.pt_BR.auto
33
B
-rw-r--r--
module.info.ro.auto
27
B
-rw-r--r--
module.info.ru.auto
29
B
-rw-r--r--
module.info.sk.auto
26
B
-rw-r--r--
module.info.sl.auto
27
B
-rw-r--r--
module.info.sv.auto
29
B
-rw-r--r--
module.info.th.auto
44
B
-rw-r--r--
module.info.tr.auto
29
B
-rw-r--r--
module.info.uk.auto
26
B
-rw-r--r--
module.info.ur.auto
31
B
-rw-r--r--
module.info.vi.auto
26
B
-rw-r--r--
module.info.zh.auto
22
B
-rw-r--r--
module.info.zh_TW.auto
25
B
-rw-r--r--
run-all-awstats.pl
748
B
-rwxr-xr-x
save.cgi
3.48
KB
-rwxr-xr-x
view.cgi
1.25
KB
-rwxr-xr-x
virtual_feature.pl
22.55
KB
-rwxr-xr-x
virtualmin-awstats-lib.pl
13.77
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.cgi
#!/usr/bin/perl # Show a form for editing AWStats config file settings use strict; use warnings; our (%text, %in); require './virtualmin-awstats-lib.pl'; &ReadParse(); my $conf = &get_config($in{'dom'}); &can_domain($in{'dom'}) || &error($text{'edit_ecannot'}); my $d; if (&foreign_check("virtual-server")) { &foreign_require("virtual-server", "virtual-server-lib.pl"); $d = &virtual_server::get_domain_by("dom", $in{'dom'}); } &ui_print_header($d ? &virtual_server::domain_in($d) : undef, $text{'config_title'}, "", undef, undef, $in{'linked'} ? 1 : undef); print &ui_form_start("config_save.cgi", "post"); print &ui_hidden("dom", $in{'dom'}); print &ui_hidden_table_start($text{'config_header'}, "width=100%", 2, "main", 1); # Do DNS lookups? my $dnslookup = &find_value("DNSLookup", $conf); print &ui_table_row($text{'config_dnslookup'}, &ui_select("dnslookup", $dnslookup, [ [ '', $text{'default'} ], [ 0, $text{'config_dnslookup0'} ], [ 1, $text{'config_dnslookup1'} ], [ 2, $text{'config_dnslookup2'} ] ])); # Allow full-year view? my $year = &find_value("AllowFullYearView", $conf); print &ui_table_row($text{'config_year'}, &ui_select("year", $year, [ [ '', $text{'default'} ], [ 0, $text{'config_year0'} ], [ 1, $text{'config_year1'} ], [ 2, $text{'config_year2'} ], [ 3, $text{'config_year3'} ] ])); # Client hosts to skip my $skiphosts = &find_value("SkipHosts", $conf); print &ui_table_row($text{'config_skiphosts'}, &ui_opt_textbox("skiphosts", $skiphosts, 40, $text{'config_none'})); # Browsers to skip my $skipagents = &find_value("SkipUserAgents", $conf); print &ui_table_row($text{'config_skipagents'}, &ui_opt_textbox("skipagents", $skipagents, 40, $text{'config_none'})); # Files to skip my $skipfiles = &find_value("SkipFiles", $conf); print &ui_table_row($text{'config_skipfiles'}, &ui_radio("skipfiles_def", $skipfiles ? 0 : 1, [ [ 1, $text{'config_none'} ], [ 0, $text{'config_below'} ] ])."<br>\n". &ui_textarea("skipfiles", join("\n", split(/\s+/, $skipfiles)), 5, 60)); # File types to exclude my $notpage = &find_value("NotPageList", $conf); print &ui_table_row($text{'config_notpage'}, &ui_opt_textbox("notpage", $notpage, 60, $text{'default'}." (css js class gif jpg jpeg png bmp ico)<br>")); # HTTP codes to include my $httpcodes = &find_value("ValidHTTPCodes", $conf); print &ui_table_row($text{'config_httpcodes'}, &ui_opt_textbox("httpcodes", $httpcodes, 40, $text{'default'}." (200 304)")); # Framed report UI my $frames = &find_value("UseFramesWhenCGI", $conf); print &ui_table_row($text{'config_frames'}, &ui_select("frames", $frames, [ [ undef, $text{'default'} ], [ 0, $text{'no'} ], [ 1, $text{'yes'} ] ])); print &ui_table_hr(); # Detection levels foreach my $dt ("LevelForRobotsDetection", "LevelForBrowsersDetection", "LevelForOSDetection", "LevelForRefererAnalyze") { my $v = &find_value($dt, $conf); my $n = lc($dt); $n =~ s/^LevelFor//i; print &ui_table_row($text{'config_'.$n}, &ui_select($n, $v, [ [ '', $text{'default'} ], [ 0, $text{'config_level0'} ], [ 1, $text{'config_level1'} ], [ 2, $text{'config_level2'} ] ])); } print &ui_hidden_table_end(); # Enabled plugins my @plugins = &find_values("LoadPlugin", $conf); my @allplugins = &list_all_plugins(); if (@allplugins) { print &ui_hidden_table_start($text{'config_plugins'}, "width=100%", 2, "plugins", 0); my @table = ( ); foreach my $p (@allplugins) { push(@table, [ { 'type' => 'checkbox', 'name' => 'p', 'value' => $p, 'checked' => &indexof($p, @plugins) >= 0 }, $p, &get_plugin_desc($p), ]); } print &ui_table_row(undef, &ui_columns_table([ $text{'config_penabled'}, $text{'config_pname'}, $text{'config_pdesc'} ], "100%", \@table), 2); print &ui_hidden_table_end(); } print &ui_submit($text{'save'}); print &ui_submit($text{'config_regen'}, 'gen'); print " " . &ui_checkbox('wipe', 1, $text{'config_wipe'}, 0); print &ui_hidden("linked", $in{'linked'} ? 1 : 0); print &ui_form_end(); !$in{'linked'} && &ui_print_footer("", $text{'index_return'});
Close