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 /
vgetty /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
backup_config.pl
923
B
-rwxr-xr-x
config
63
B
-rw-r--r--
config.info
109
B
-rw-r--r--
config.info.ca
127
B
-rw-r--r--
config.info.ca.UTF-8
131
B
-rw-r--r--
config.info.cz
121
B
-rw-r--r--
config.info.cz.UTF-8
124
B
-rw-r--r--
config.info.de
119
B
-rw-r--r--
config.info.de.UTF-8
119
B
-rw-r--r--
config.info.es
139
B
-rw-r--r--
config.info.es.UTF-8
139
B
-rw-r--r--
config.info.hu
119
B
-rw-r--r--
config.info.hu.UTF-8
127
B
-rw-r--r--
config.info.ms_MY
111
B
-rw-r--r--
config.info.ms_MY.UTF-8
111
B
-rw-r--r--
config.info.nl
113
B
-rw-r--r--
config.info.nl.UTF-8
113
B
-rw-r--r--
config.info.no
108
B
-rw-r--r--
config.info.no.UTF-8
108
B
-rw-r--r--
config.info.pl
129
B
-rw-r--r--
config.info.pl.UTF-8
133
B
-rw-r--r--
config.info.ru.UTF-8
169
B
-rw-r--r--
config.info.ru_RU
115
B
-rw-r--r--
config.info.ru_RU.UTF-8
169
B
-rw-r--r--
config.info.ru_SU
115
B
-rw-r--r--
config.info.uk_UA
120
B
-rw-r--r--
config.info.uk_UA.UTF-8
169
B
-rw-r--r--
delete.cgi
1.31
KB
-rwxr-xr-x
edit_options.cgi
4.85
KB
-rwxr-xr-x
edit_vgetty.cgi
2.78
KB
-rwxr-xr-x
email.pl
1018
B
-rwxr-xr-x
index.cgi
1.41
KB
-rwxr-xr-x
install_check.pl
387
B
-rwxr-xr-x
list_messages.cgi
2.48
KB
-rwxr-xr-x
list_received.cgi
1.87
KB
-rwxr-xr-x
list_vgetty.cgi
1.18
KB
-rwxr-xr-x
listen.cgi
511
B
-rwxr-xr-x
log_parser.pl
749
B
-rwxr-xr-x
module.info
172
B
-rw-r--r--
module.info.ca
115
B
-rw-r--r--
module.info.ca.UTF-8
128
B
-rw-r--r--
module.info.cz
25
B
-rw-r--r--
module.info.cz.UTF-8
31
B
-rw-r--r--
module.info.de
91
B
-rw-r--r--
module.info.de.UTF-8
103
B
-rw-r--r--
module.info.es
45
B
-rw-r--r--
module.info.es.UTF-8
51
B
-rw-r--r--
module.info.hu
27
B
-rw-r--r--
module.info.hu.UTF-8
34
B
-rw-r--r--
module.info.ms_MY
126
B
-rw-r--r--
module.info.ms_MY.UTF-8
138
B
-rw-r--r--
module.info.nl
25
B
-rw-r--r--
module.info.nl.UTF-8
31
B
-rw-r--r--
module.info.no
25
B
-rw-r--r--
module.info.no.UTF-8
31
B
-rw-r--r--
module.info.pl
31
B
-rw-r--r--
module.info.pl.UTF-8
38
B
-rw-r--r--
module.info.ru.UTF-8
57
B
-rw-r--r--
module.info.ru_RU
34
B
-rw-r--r--
module.info.ru_RU.UTF-8
60
B
-rw-r--r--
module.info.ru_SU
34
B
-rw-r--r--
save_options.cgi
3.9
KB
-rwxr-xr-x
save_vgetty.cgi
3.09
KB
-rwxr-xr-x
upload.cgi
1.78
KB
-rwxr-xr-x
vgetty-lib.pl
4.3
KB
-rwxr-xr-x
vgetty_apply.cgi
228
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_options.cgi
#!/usr/bin/perl # edit_options.cgi # Display options for the entire voicemail server require './vgetty-lib.pl'; &ui_print_header(undef, $text{'options_title'}, ""); @conf = &get_config(); print "<form action=save_options.cgi method=post>\n"; print "<table border width=100%>\n"; print "<tr $tb> <td><b>$text{'options_header'}</b></td> </tr>\n"; print "<tr $cb> <td><table width=100%>\n"; $rings = &find_value("rings", \@conf); if ($rings =~ /^\//) { open(TF, $rings); chop($rc = <TF>); close(TF); } else { $rc = $rings; } print "<tr> <td><b>$text{'options_rings'}</b></td>\n"; print "<td nowrap><input name=rings size=5 value='$rc'></td>\n"; printf "<td colspan=2><input type=checkbox name=rings_port value=1 %s> %s\n", $rings =~ /^\// ? "checked" : "", $text{'options_perport'}; print "</td> </tr>\n"; $ans = &find_value("answer_mode", \@conf); if ($ans =~ /^\//) { open(TF, $ans); chop($rc = <TF>); close(TF); } else { $rc = $ans; } print "<tr> <td><b>$text{'options_ans'}</b></td>\n"; print "<td nowrap>",&answer_mode_input($rc, "ans"),"</td>\n"; printf "<td colspan=2><input type=checkbox name=ans_port value=1 %s> %s\n", $ans =~ /^\// ? "checked" : "", $text{'options_perport'}; print "</td> </tr>\n"; print "<tr> <td><b>$text{'options_maxlen'}</b></td>\n"; printf "<td><input name=maxlen size=8 value='%s'> %s</td>\n", &find_value("rec_max_len", \@conf), $text{'options_secs'}; print "<td><b>$text{'options_minlen'}</b></td>\n"; printf "<td><input name=minlen size=8 value='%s'> %s</td> </tr>\n", &find_value("rec_min_len", \@conf), $text{'options_secs'}; $silence = &find_value("rec_remove_silence", \@conf); print "<tr> <td><b>$text{'options_silence'}</b></td>\n"; printf "<td nowrap><input type=radio name=silence value=1 %s> %s\n", $silence =~ /true/i ? "checked" : "", $text{'yes'}; printf "<input type=radio name=silence value=0 %s> %s</td>\n", $silence =~ /true/i ? "" : "checked", $text{'no'}; print "<td><b>$text{'options_thresh'}</b></td>\n"; printf "<td><input name=thresh size=3 value='%s'> %%</td> </tr>\n", &find_value("rec_silence_threshold", \@conf); $rgain = &find_value("receive_gain", \@conf); print "<tr> <td><b>$text{'options_rgain'}</b></td>\n"; printf "<td nowrap><input type=radio name=rgain_def value=1 %s> %s\n", $rgain == -1 ? "checked" : "", $text{'default'}; printf "<input type=radio name=rgain_def value=0 %s>\n", $rgain == -1 ? "" : "checked"; printf "<input name=rgain size=4 value='%s'> %%</td>\n", $rgain == -1 ? "" : $rgain; $tgain = &find_value("transmit_gain", \@conf); print "<td><b>$text{'options_tgain'}</b></td>\n"; printf "<td nowrap><input type=radio name=tgain_def value=1 %s> %s\n", $tgain == -1 ? "checked" : "", $text{'default'}; printf "<input type=radio name=tgain_def value=0 %s>\n", $tgain == -1 ? "" : "checked"; printf "<input name=tgain size=4 value='%s'> %%</td> </tr>\n", $tgain == -1 ? "" : $tgain; $keep = &find_value("rec_always_keep", \@conf); print "<tr> <td><b>$text{'options_keep'}</b></td>\n"; printf "<td nowrap><input type=radio name=keep value=1 %s> %s\n", $keep =~ /true/i ? "checked" : "", $text{'yes'}; printf "<input type=radio name=keep value=0 %s> %s</td>\n", $keep =~ /true/i ? "" : "checked", $text{'no'}; $light = &find_value("do_message_light", \@conf); print "<td><b>$text{'options_light'}</b></td>\n"; printf "<td nowrap><input type=radio name=light value=1 %s> %s\n", $light =~ /true/i ? "checked" : "", $text{'yes'}; printf "<input type=radio name=light value=0 %s> %s</td> </tr>\n", $light =~ /true/i ? "" : "checked", $text{'no'}; print "<tr> <td><b>$text{'options_owner'}</b></td>\n"; printf "<td><input name=owner size=8 value='%s'> %s</td>\n", &find_value("phone_owner", \@conf), &user_chooser_button("owner"); print "<td><b>$text{'options_group'}</b></td>\n"; printf "<td><input name=group size=8 value='%s'> %s</td> </tr>\n", &find_value("phone_group", \@conf), &user_chooser_button("group"); print "<tr> <td><b>$text{'options_mode'}</b></td>\n"; printf "<td><input name=mode size=4 value='%s'></td>\n", &find_value("phone_mode", \@conf); $prog = &find_value("message_program", \@conf); $mode = !$prog ? 0 : $prog eq "$module_config_directory/email.pl" ? 1 : 2; print "<tr> <td valign=top><b>$text{'options_prog'}</b></td> <td colspan=3>\n"; printf "<input type=radio name=prog_mode value=0 %s> %s<br>\n", $mode == 0 ? "checked" : "", $text{'options_prog0'}; printf "<input type=radio name=prog_mode value=1 %s> %s\n", $mode == 1 ? "checked" : "", $text{'options_prog1'}; printf "<input name=email size=30 value='%s'><br>\n", $mode == 1 ? $config{'email_to'} : ""; printf "<input type=radio name=prog_mode value=2 %s> %s\n", $mode == 2 ? "checked" : "", $text{'options_prog2'}; printf "<input name=prog size=30 value='%s'></td> </tr>\n", $mode == 2 ? $prog : ""; print "</tr>\n"; print "</table></td></tr></table>\n"; print "<input type=submit value='$text{'save'}'></form>\n"; &ui_print_footer("", $text{'index_return'});
Close