Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
sarg /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
509
B
-rw-r--r--
backup_config.pl
584
B
-rwxr-xr-x
charsets
157
B
-rw-r--r--
config
62
B
-rw-r--r--
config-Ubuntu-Linux-10.10-ALL
56
B
-rw-r--r--
config-debian-linux-3.1-ALL
57
B
-rw-r--r--
config-mandrake-linux
56
B
-rw-r--r--
config-openmamba-linux
62
B
-rw-r--r--
config-pardus-linux
76
B
-rw-r--r--
config.info
149
B
-rw-r--r--
config.info.ca
179
B
-rw-r--r--
config.info.ca.UTF-8
184
B
-rw-r--r--
config.info.de
194
B
-rw-r--r--
config.info.de.UTF-8
194
B
-rw-r--r--
config.info.es
107
B
-rw-r--r--
config.info.es.UTF-8
107
B
-rw-r--r--
config.info.fa
115
B
-rw-r--r--
config.info.fr
0
B
-rw-r--r--
config.info.nl
173
B
-rw-r--r--
config.info.nl.UTF-8
173
B
-rw-r--r--
config.info.no
154
B
-rw-r--r--
config.info.no.UTF-8
154
B
-rw-r--r--
edit_log.cgi
1.63
KB
-rwxr-xr-x
edit_report.cgi
3.53
KB
-rwxr-xr-x
edit_sched.cgi
1.25
KB
-rwxr-xr-x
edit_style.cgi
1.55
KB
-rwxr-xr-x
generate.cgi
1.01
KB
-rwxr-xr-x
generate.pl
417
B
-rwxr-xr-x
index.cgi
2.06
KB
-rwxr-xr-x
install_check.pl
369
B
-rwxr-xr-x
languages
194
B
-rw-r--r--
log_parser.pl
426
B
-rwxr-xr-x
module.info
190
B
-rw-r--r--
module.info.ca
165
B
-rw-r--r--
module.info.ca.UTF-8
179
B
-rw-r--r--
module.info.cz
32
B
-rw-r--r--
module.info.cz.UTF-8
40
B
-rw-r--r--
module.info.de
127
B
-rw-r--r--
module.info.de.UTF-8
139
B
-rw-r--r--
module.info.es
56
B
-rw-r--r--
module.info.es.UTF-8
62
B
-rw-r--r--
module.info.ms_MY
137
B
-rw-r--r--
module.info.ms_MY.UTF-8
149
B
-rw-r--r--
module.info.nl
40
B
-rw-r--r--
module.info.nl.UTF-8
46
B
-rw-r--r--
module.info.no
31
B
-rw-r--r--
module.info.no.UTF-8
37
B
-rw-r--r--
sarg-lib.pl
12.27
KB
-rwxr-xr-x
save_log.cgi
1.23
KB
-rwxr-xr-x
save_report.cgi
1.94
KB
-rwxr-xr-x
save_sched.cgi
1.36
KB
-rwxr-xr-x
save_style.cgi
1.51
KB
-rwxr-xr-x
view.cgi
1.64
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_report.cgi
#!/usr/bin/perl # Show options for report style require './sarg-lib.pl'; $conf = &get_config(); &ui_print_header(undef, $text{'report_title'}, ""); print &ui_form_start("save_report.cgi", "post"); print &ui_table_start($text{'report_header'}, "width=100%", 4); $config_prefix = "report_"; print &config_select($conf, "report_type", [ [ "topusers", $text{'report_topusers'} ], [ "topsites", $text{'report_topsites'} ], [ "sites_users", $text{'report_sites_users'} ], [ "users_sites", $text{'report_users_sites'} ], [ "date_time", $text{'report_date_time'} ], [ "denied", $text{'report_denied'} ], [ "auth_failures", $text{'report_auth_failures'} ], [ "site_user_time_date", $text{'report_site_user_time_date'} ], [ "downloads", $text{'report_downloads'} ] ], $text{'report_all'}, 3); print &ui_table_hr(); print &config_yesno($conf, "resolve_ip", undef, undef, undef, 3); print &config_yesno($conf, "user_ip", undef, undef, undef, 3); print &config_radio($conf, "records_without_userid", [ [ "ignore", $text{'report_ignore'} ], [ "ip", $text{'report_ip'} ], [ "everybody", $text{'report_everybody'} ] ], 3); print &ui_table_hr(); print &config_sortfield($conf, "user_sort_field", [ "USER", "CONNECT", "BYTES", "TIME" ]); print &config_sortfield($conf, "topuser_sort_field", [ "SITE", "CONNECT", "BYTES", "TIME" ]); print &config_sortfield($conf, "topsites_sort_order", [ "CONNECT", "BYTES" ], [ [ "A", $text{'report_sorta'} ], [ "D", $text{'report_sortd'} ] ]); print &config_radio($conf, "index_sort_order", [ [ "A", $text{'report_sorta'} ], [ "D", $text{'report_sortd'} ] ], 3); print &ui_table_hr(); print &config_opt_textbox($conf, "exclude_users", 40, 3); print &config_opt_textbox($conf, "exclude_hosts", 40, 3); print &config_opt_textbox($conf, "exclude_codes", 40, 3); print &config_opt_textbox($conf, "usertab", 40, 3); print &config_colons($conf, "include_users", ":", $text{'report_nostrings'}, 3); print &config_colons($conf, "exclude_string", ":", $text{'report_allusers'}, 3); print &ui_table_hr(); print &config_yesno($conf, "index", undef, undef, [ [ "only", $text{'report_only'} ] ], 3); print &config_yesno($conf, "overwrite_report", undef, $text{'report_overno'}, undef, 3); print &config_yesno($conf, "use_comma", undef, undef, undef, 3); print &config_opt_textbox($conf, "topsites_num", 5, 3); print &config_opt_textbox($conf, "topuser_num", 5, 3); print &config_opt_textbox($conf, "max_elapsed", 5, 3); print &config_yesno($conf, "long_url", undef, undef, undef, 3); print &config_radio($conf, "date_time_by", [ [ "bytes", $text{'report_bytes'} ], [ "elap", $text{'report_elap'} ] ], 3); print &config_radio($conf, "site_user_time_date_type", [ [ "table", $text{'report_table'} ], [ "list", $text{'report_list'} ] ], 3); print &config_radio($conf, "displayed_values", [ [ "bytes", $text{'report_bytes2'} ], [ "abbreviation", $text{'report_abbrev'} ] ], 3); print &config_opt_textbox($conf, "user_invalid_char", 10, 3); print &ui_table_hr(); print &config_yesno($conf, "privacy", undef, undef, undef, 3); print &config_opt_textbox($conf, "privacy_string", 25, 3); print &config_opt_textbox($conf, "privacy_string_color", 20, 3); print &ui_table_hr(); print &config_range($conf, "weekdays", 0, 6, 3); print &config_range($conf, "hours", 0, 23, 3); print &ui_table_end(); print &ui_form_end([ [ 'save', $text{'save'} ] ], "100%"); &ui_print_footer("", $text{'index_return'});
Close