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
/** * Attempt to re-color SVG icons used in the admin menu or the toolbar * * @output wp-admin/js/svg-painter.js */ window.wp = window.wp || {}; wp.svgPainter = ( function( $, window, document, undefined ) { 'use strict'; var selector, painter, colorscheme = {}, elements = []; $( function() { wp.svgPainter.init(); }); return { init: function() { painter = this; selector = $( '#adminmenu .wp-menu-image, #wpadminbar .ab-item' ); painter.setColors(); painter.findElements(); painter.paint(); }, setColors: function( colors ) { if ( typeof colors === 'undefined' && typeof window._wpColorScheme !== 'undefined' ) { colors = window._wpColorScheme; } if ( colors && colors.icons && colors.icons.base && colors.icons.current && colors.icons.focus ) { colorscheme = colors.icons; } }, findElements: function() { selector.each( function() { var $this = $(this), bgImage = $this.css( 'background-image' ); if ( bgImage && bgImage.indexOf( 'data:image/svg+xml;base64' ) != -1 ) { elements.push( $this ); } }); }, paint: function() { // Loop through all elements. $.each( elements, function( index, $element ) { var $menuitem = $element.parent().parent(); if ( $menuitem.hasClass( 'current' ) || $menuitem.hasClass( 'wp-has-current-submenu' ) ) { // Paint icon in 'current' color. painter.paintElement( $element, 'current' ); } else { // Paint icon in base color. painter.paintElement( $element, 'base' ); // Set hover callbacks. $menuitem.on( 'mouseenter', function() { painter.paintElement( $element, 'focus' ); } ).on( 'mouseleave', function() { // Match the delay from hoverIntent. window.setTimeout( function() { painter.paintElement( $element, 'base' ); }, 100 ); } ); } }); }, paintElement: function( $element, colorType ) { var xml, encoded, color; if ( ! colorType || ! colorscheme.hasOwnProperty( colorType ) ) { return; } color = colorscheme[ colorType ]; // Only accept hex colors: #101 or #101010. if ( ! color.match( /^(#[0-9a-f]{3}|#[0-9a-f]{6})$/i ) ) { return; } xml = $element.data( 'wp-ui-svg-' + color ); if ( xml === 'none' ) { return; } if ( ! xml ) { encoded = $element.css( 'background-image' ).match( /.+data:image\/svg\+xml;base64,([A-Za-z0-9\+\/\=]+)/ ); if ( ! encoded || ! encoded[1] ) { $element.data( 'wp-ui-svg-' + color, 'none' ); return; } try { xml = window.atob( encoded[1] ); } catch ( error ) {} if ( xml ) { // Replace `fill` attributes. xml = xml.replace( /fill="(.+?)"/g, 'fill="' + color + '"'); // Replace `style` attributes. xml = xml.replace( /style="(.+?)"/g, 'style="fill:' + color + '"'); // Replace `fill` properties in `<style>` tags. xml = xml.replace( /fill:.*?;/g, 'fill: ' + color + ';'); xml = window.btoa( xml ); $element.data( 'wp-ui-svg-' + color, xml ); } else { $element.data( 'wp-ui-svg-' + color, 'none' ); return; } } $element.attr( 'style', 'background-image: url("data:image/svg+xml;base64,' + xml + '") !important;' ); } }; })( jQuery, window, document );