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.158
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 /
authentic-theme /
[ HOME SHELL ]
Name
Size
Permission
Action
extensions
[ DIR ]
drwxr-xr-x
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
unauthenticated
[ DIR ]
drwxr-xr-x
401.cgi
342
B
-rwxr-xr-x
403.cgi
342
B
-rwxr-xr-x
404.cgi
342
B
-rwxr-xr-x
CHANGELOG.md
75.1
KB
-rw-r--r--
FUNDING.yml
102
B
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
THEME.pgp
3.04
KB
-rw-r--r--
authentic-funcs.pl
28.43
KB
-rw-r--r--
authentic-init.pl
63.63
KB
-rw-r--r--
authentic-lib.pl
100.42
KB
-rw-r--r--
authentic.pl
49.24
KB
-rw-r--r--
config
139
B
-rw-r--r--
config.cgi
6.52
KB
-rwxr-xr-x
config_save.cgi
2.14
KB
-rwxr-xr-x
index.cgi
309
B
-rwxr-xr-x
manifest-virtualmin.json
1006
B
-rw-r--r--
manifest-webmin.json
998
B
-rw-r--r--
manifest.template
920
B
-rw-r--r--
mconfig.cgi
6.57
KB
-rwxr-xr-x
mconfig_save.cgi
1.69
KB
-rwxr-xr-x
navigation-lib.pl
54.58
KB
-rw-r--r--
pam_login.cgi
6.71
KB
-rwxr-xr-x
password_form.cgi
4.07
KB
-rwxr-xr-x
postinstall-usermin.pl
264
B
-rwxr-xr-x
postinstall.pl
645
B
-rwxr-xr-x
service-worker.js
141
B
-rw-r--r--
session_login.cgi
8.55
KB
-rwxr-xr-x
settings-backgrounds.cgi
3.61
KB
-rwxr-xr-x
settings-backgrounds_save.cgi
1.16
KB
-rwxr-xr-x
settings-editor_favorites_read...
897
B
-rwxr-xr-x
settings-editor_favorites_writ...
574
B
-rwxr-xr-x
settings-editor_read.cgi
2.4
KB
-rwxr-xr-x
settings-editor_write.cgi
973
B
-rwxr-xr-x
settings-favorites_save.cgi
632
B
-rwxr-xr-x
settings-lib.pl
651
B
-rw-r--r--
settings-logos.cgi
4.61
KB
-rwxr-xr-x
settings-logos_save.cgi
1.75
KB
-rwxr-xr-x
stats.cgi
8.38
KB
-rwxr-xr-x
sysinfo.cgi
6.45
KB
-rwxr-xr-x
tconfig-lib.pl
33.41
KB
-rw-r--r--
tconfig.cgi
6.1
KB
-rwxr-xr-x
theme-update.sh
8.08
KB
-rwxr-xr-x
theme.info
493
B
-rw-r--r--
theme.info.no
24
B
-rw-r--r--
uconfig.cgi
6.27
KB
-rwxr-xr-x
uconfig_save.cgi
1.99
KB
-rwxr-xr-x
uninstall-usermin.pl
170
B
-rwxr-xr-x
uninstall.pl
346
B
-rwxr-xr-x
xhr-lib.pl
10.22
KB
-rw-r--r--
xhr.cgi
355
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : settings-logos.cgi
#!/usr/bin/perl # # Authentic Theme (https://github.com/authentic-theme/authentic-theme) # Copyright Ilia Rostovtsev <ilia@virtualmin.com> # Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE) # use strict; our (%in, $theme_webprefix, $current_theme, $config_directory, $get_user_level, %theme_text); do($ENV{'THEME_ROOT'} . "/authentic-lib.pl"); &webmin_user_is_admin() || &error($theme_text{'theme_error_access_not_root_user'}); &ui_print_header(undef, $theme_text{'theme_xhred_settings_right_theme_logos_title'}, undef, undef, undef, 1); my $lga = $config_directory . "/$current_theme/logo.png"; my $lgg = $config_directory . "/$current_theme/logo_welcome.png"; print '' . $theme_text{'settings_right_logos_title'} . ' <p></p>'; print &ui_form_start("settings-logos_save.cgi", "form-data"); print ' <div class="table-responsive"> <table class="table table-striped table-condensed table-subtable"> <thead><tr><th class="table-title"><b>' . $theme_text{'theme_xhred_config_configurable_options'} . '</b></th></tr></thead> <tbody> <tr> <td> <table class="sub_table_container table-hardcoded" width="100%"> <tbody> <tr class="atshover"> <td class="col_label"><b>' . $theme_text{'settings_right_logo_authenticated_users'} . '</b></td> <td class="col_value">' . ui_yesno_radio("authenticated_logo", (-r $lga ? "1" : "0"), "1", "0") . '</td> <td class="col_value"> <button class="btn btn-default chooser_button file_chooser_button_preview' . (!-r $lga && ' disabled') . '" type="button"' . (-r $lga && ' data-image-lga data-image="data:image/png;base64,' . encode_base64(read_file_contents($lga)) . '"') . '> <i class="fa fa-fw fa-eye text-muted"></i> </button> <input class="ui_upload' . (!-r $lga && ' disabled') . '" type=file name="authenticated_logo_file" accept=".png" size="40" > </td> </tr> <tr class="atshover"> <td class="col_label"><b>' . $theme_text{'settings_right_logo_unauthenticated_users'} . '</b></td> <td class="col_value" >' . ui_yesno_radio("unauthenticated_logo", (-r $lgg ? "1" : "0"), "1", "0") . '</td> <td class="col_value"> <button class="btn btn-default chooser_button file_chooser_button_preview' . (!-r $lgg && ' disabled') . '" type="button"' . (-r $lgg && ' data-image-lgg data-image="data:image/png;base64,' . encode_base64(read_file_contents($lgg)) . '"') . '> <i class="fa fa-fw fa-eye text-muted"></i> </button> <input class="ui_upload' . (!-r $lgg && ' disabled') . '" type=file name="unauthenticated_logo_file" accept=".png" size="40"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <table class="ui_form_end_buttons" width="100%"> <tr> <td> <button class="btn btn-info file-editor-saved' . ($in{'saved'} ne 1 && ' hidden') . '" type="submit" name="save" id="saved"><i class="fa fa-fw fa-check-square-o"></i> ' . $theme_text{'settings_right_saved'} . ' </button> <button class="btn btn-success file-editor-save page_footer_ajax_submit' . ($in{'saved'} eq 1 && ' hidden') . '" type="submit" name="save" id="save"><i class="fa fa-fw fa-floppy-o"></i> ' . $theme_text{'theme_xhred_global_save'} . ' </button> </td> <td align="right"> <a class="btn btn-default page_footer_ajax_submit" href="' . $theme_webprefix . '/settings-editor_read.cgi"><i class="fa fa-fw fa-file-code-o"> </i> ' . $theme_text{'settings_right_theme_extensions'} . ' </a> <a class="btn btn-default page_footer_ajax_submit" href="' . $theme_webprefix . '/settings-backgrounds.cgi"><i class="fa fa-fw fa-image"> </i> ' . $theme_text{'theme_xhred_settings_right_theme_bgs'} . ' </a> </td> </tr> </table> </form>'; &ui_print_footer("tconfig.cgi", $theme_text{'right_return_theme_options'});
Close