Current Path: > home > codekrsu > > ameliagraphics.com > wp-includes > js > > > tinymce
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 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 09:32:46. | |
tiny_mce_popup.js | File | 15988 bytes | September 27 2017 01:15:48. | |
tinymce.min.js | File | 365570 bytes | November 10 2020 15:44:08. | |
wp-tinymce.js | File | 671433 bytes | March 17 2025 20:16:26. | |
wp-tinymce.php | File | 1042 bytes | February 06 2020 11: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