Current Path: > home > transcarter > public_html > > > > > wp-includes > > js > tinymce
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
langs | Directory | - | - | |
plugins | Directory | - | - | |
skins | Directory | - | - | |
themes | Directory | - | - | |
utils | Directory | - | - | |
license.txt | File | 26441 bytes | May 08 2017 04:32:46. | |
tiny_mce_popup.js | File | 15988 bytes | September 26 2017 20:15:48. | |
tinymce.min.js | File | 365570 bytes | November 10 2020 10:44:08. | |
wp-tinymce.js | File | 671482 bytes | May 14 2024 15:49:10. | |
wp-tinymce.php | File | 1042 bytes | February 06 2020 06:33:12. |
<?php /** * Not used in core since 5.1. * This is a back-compat for plugins that may be using this method of loading directly. */ /** * Disable error reporting * * Set this to error_reporting( -1 ) for debugging. */ error_reporting( 0 ); $basepath = __DIR__; function get_file( $path ) { if ( function_exists( 'realpath' ) ) { $path = realpath( $path ); } if ( ! $path || ! @is_file( $path ) ) { return false; } return @file_get_contents( $path ); } $expires_offset = 31536000; // 1 year. header( 'Content-Type: application/javascript; charset=UTF-8' ); header( 'Vary: Accept-Encoding' ); // Handle proxies. header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + $expires_offset ) . ' GMT' ); header( "Cache-Control: public, max-age=$expires_offset" ); $file = get_file( $basepath . '/wp-tinymce.js' ); if ( isset( $_GET['c'] ) && $file ) { echo $file; } else { // Even further back compat. echo get_file( $basepath . '/tinymce.min.js' ); echo get_file( $basepath . '/plugins/compat3x/plugin.min.js' ); } exit;
SILENT KILLER Tool