Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.133.148.222
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
/
home /
baltic /
web /
modules /
openid /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
login-bg.png
205
B
-rw-r--r--
openid-rtl.css
380
B
-rw-r--r--
openid.api.php
3.26
KB
-rw-r--r--
openid.css
1.02
KB
-rw-r--r--
openid.inc
26.2
KB
-rw-r--r--
openid.info
273
B
-rw-r--r--
openid.install
6.8
KB
-rw-r--r--
openid.js
1.79
KB
-rw-r--r--
openid.module
40.33
KB
-rw-r--r--
openid.pages.inc
3.69
KB
-rw-r--r--
openid.test
36.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : openid.js
(function ($) { Drupal.behaviors.openid = { attach: function (context) { var loginElements = $('.form-item-name, .form-item-pass, li.openid-link'); var openidElements = $('.form-item-openid-identifier, li.user-link'); var cookie = $.cookie('Drupal.visitor.openid_identifier'); // This behavior attaches by ID, so is only valid once on a page. if (!$('#edit-openid-identifier.openid-processed').length) { if (cookie) { $('#edit-openid-identifier').val(cookie); } if ($('#edit-openid-identifier').val() || location.hash == '#openid-login') { $('#edit-openid-identifier').addClass('openid-processed'); loginElements.hide(); // Use .css('display', 'block') instead of .show() to be Konqueror friendly. openidElements.css('display', 'block'); } } $('li.openid-link:not(.openid-processed)', context) .addClass('openid-processed') .click(function () { loginElements.hide(); openidElements.css('display', 'block'); // Remove possible error message. $('#edit-name, #edit-pass').removeClass('error'); $('div.messages.error').hide(); // Set focus on OpenID Identifier field. $('#edit-openid-identifier')[0].focus(); return false; }); $('li.user-link:not(.openid-processed)', context) .addClass('openid-processed') .click(function () { openidElements.hide(); loginElements.css('display', 'block'); // Clear OpenID Identifier field and remove possible error message. $('#edit-openid-identifier').val('').removeClass('error'); $('div.messages.error').css('display', 'block'); // Set focus on username field. $('#edit-name')[0].focus(); return false; }); } }; })(jQuery);
Close