設定 Setting IPログリーダー IP Log Reader IPアドレスログ IP address log 全クリア All clear IPログが全て削除されました All IP logs have been deleted. ID ID タイムスタンプ Time-stamping IPアドレス IP address ユーザーエージェント User agent イベント Events IPアドレスのデータはありません No IP address data available デバッグモード、コンソールの警告メッセージ Debug mode, console warning messages 右クリックの警告メッセージ Right-click warning message 印刷、PDF保存の警告メッセージ Warning messages for printing and saving PDFs コピー・カットした時に表示するメッセージ Message to be displayed when copying/cutting HTMLソース表示時に表示するメッセージ Message to be displayed when displaying HTML source HTML難読化・保護時にソースの先頭に表示するメッセージ Message to be displayed at the beginning of the source when HTML is obfuscated/protected HTML保護時に一度限りの認証トークンが異常の場合に表示するメッセージ Message displayed when one-time authentication token is abnormal during HTML protection CookieやJavascriptが有効でない場合に表示するメッセージ Message displayed when cookies and Javascript are not enabled 実際にはJavascriptが無効時のみ表示されます In fact, it is only displayed when Javascript is disabled 画像保護時に画像がダウンロードされ、その画像に表示するメッセージ 英語のみ Message displayed on the image when the image is downloaded and the image is protected English only HTML難読化 (圧縮) HTML obfuscation 無効 Invalid 有効 Validity 一般的なHTML圧縮です、難読化解除のサイトもあります General HTML compression, some sites offer de-obfuscation HTML保護 HTML Protection HTML圧縮以上に最小限のHTMLしか出力せず、BODYタグ内の内容が全く出力されなくなります More than HTML compression, only minimal HTML is output, and the content in the BODY tag is not output at all. view-source:の動作をされた時の記録もします It also records when the view-source: operation is performed. 有効化した時は必ずリダイレクトが発生するため、SEOが落ちるかもしれません SEO may drop because of redirects whenever they are activated 若干デザインが変わる可能性があります Design may change slightly. 画像の保護 Image Protection add_filterを使用して画像を保護 Protect images using add_filter wp_head~wp_footerの間をキャプチャして画像を保護 Capture between wp_head and wp_footer to protect images 画像をダウンロードから保護します Protects images from downloading 画像データを保護した時にはほぼ完全なるダウンロードを阻止し、完全なるワンタイムURLを発行し、セッションに保存されたトークンで認証し、phpから画像を表示します、その為ほぼ完全な画像盗用を防ぎます Almost completely prevents downloading when image data is protected, issues a complete one-time URL, authenticates with a token stored in the session, and displays the image from php, thus almost completely preventing image theft 画像データを保護した時には画像のキャッシュが効かないため、次回訪問時にサイトの読み込みが遅くなるため、SEOが落ちるかもしれません Image caching does not work when image data is protected, so the site will load slower the next time you visit, which may result in lower SEO 画像データを保護した時には、データベースの負荷が高くなる可能性があります Database load may be higher when image data is protected add_filterを使用した方式はimgタグの発行時にフィルタリングを行い、wp_head~wp_footerを使用した方式はコンテンツ内のimgタグについてすべて処理します。テーマによっては正しく動作しません The method using add_filter filters img tags when they are published, while the method using wp_head to wp_footer processes all img tags in the content. なお、アイキャッチに指定した画像はOGPとして拡散されますので保護できません。どうしても保護すべき場合は高度な設定でHTML保護時のHEADタグの出力の選択を変更してください Please note that images specified as eye catchers will be spread as OGP and cannot be protected. If you must protect them, please change the output selection of the HEAD tag when HTML is protected in the advanced settings. OS標準搭載のスクリーンショット機能を保護することはできません The OS standard built-in screenshot function cannot be protected 画像URLの保護 Image URL Protection 即時読み込みをして有効 Effective with immediate loading 遅延読み込みをして有効 Effective with delayed loading. 画像の保護と組み合わせて使用します、単体では意味がありません Used in combination with image protection, it is not meaningful on its own JavaScriptにより動的に読まれますのでSEOに影響があります It is read dynamically by JavaScript, which affects SEO. HTML難読化・保護時のHTMLソースコードのアスキーアートの出力 Output of ASCII art in HTML source code during HTML obfuscation and protection 表示なし No indication HTMLソース表示をした時に警告の意思を示すアスキーアートを表示します Displays ASCII art to indicate warning intent when HTML source is displayed ログインしていないブラウザーでソース表示を行って確認して下さい Please confirm by viewing the source in a non-logged-in browser デバッグモード Debug mode 妨害+記録のみ Disturbance + record only 妨害+記録+表示+リダイレクト Intercept + Record + Display + Redirect メニューからは操作できてしまいます It can be operated from the menu. ブラウザーコンソール Browser Console 事実上デバッグモードから操作できてしまいます In effect, it can be operated from debug mode! HTMLソース表示 HTML source display view-source:から始まるURLを入力すれば操作できてしまいます You can operate it by entering a URL that starts with "view-source:". 印刷 Printing 印刷阻止をするもものの、ブラウザによってはうまく動作しません Some browsers do not work well, although they prevent printing ページ保存 Page save 右クリック Right click アドオンがインストールされていると操作できてしまいます If add-ons are installed, they can be operated コピー・カット Copy-cut あまりこのイベントに遭遇することはありません We don't run into this event very often. テキスト選択 Text selection デバッガー妨害 Debugger interference デバッグモードの使い勝手を少し悪くします、ブラウザによってはこの挙動が止められてしまいます Makes debug mode a little less usable, some browsers will stop this behavior リダイレクトするURL URL to redirect 利用規約などのページに転送すると良いでしょう You may want to forward it to the Terms of Use and other pages ソース表示を許可する権限 Authority to allow source display ADMINログイン時のみ通常のソース出力 Normal source output only at ADMIN login USERログインで通常のソース出力 Normal source output with USER login 通常のHTML出力を管理者のみかユーザーログインかを選択します Select whether normal HTML output is for administrators only or user login HTML保護時のHEADタグの出力 Output of HEAD tag during HTML protection 出力しない No output TITLEタグのみ TITLE tag only WordpressのHEADタグより取得 Retrieved from Wordpress HEAD tag 企業用途の会員専用ページや社内ページなどでは「出力しない」、「TITLEタグのみ」で良いでしょう For corporate use, such as members-only pages or internal pages, "No output" or "TITLE tag only" is fine. WordpressのHEADタグから取得しないと、SNSのシェアでOGP画像が表示されません OGP images will not show up in SNS shares unless they are taken from the Wordpress HEAD tag 画像botをアクセス禁止にする Ban the image bot 画像botをHTMLに対し避けることにより、画像検索から直接リンクされることによって守れなかったコンテンツを守ることができます By avoiding image bots for HTML, you can protect content that could not be protected by direct links from image searches. alertメッセージを表示する言語 Language in which alert messages are displayed Wordpressの言語 Wordpress Language ブラウザの設定言語 Browser Preference Language メッセージをカスタム設定されている場合は言語を変更できません Language cannot be changed if the message is set to custom view-sourceメッセージを表示する言語 Language in which view-source messages are displayed 一時使用トークンの有効期限 Expiration date of temporary use tokens 1分 One minute 2分 2 minutes 3分 3 minutes 4分 4 minutes 5分 5 min. 6分 6 minutes 7分 7 minutes 8分 8 minutes 9分 9 minutes 10分 10 min. 15分 15 min. 20分 20 min. 25分 25 min. 30分 30 min. 35分 35 min. 40分 40 min. 45分 45 min. 50分 50 minutes 55分 55 min. 1時間 1 hour 画像URL情報の有効期限を設定します Sets the expiration date of the image URL information 一度読み込まれると画像URL情報と一時使用トークンは無効化されます Once loaded, the image URL information and temporary use token will be disabled 一時使用トークンのビット数 Number of bits in temporary use token 画像URL情報を暗号化するのに一時使用トークンをパスワードとして使用しますが、その強度を指定します Specifies the strength of the temporary use token used as a password to encrypt the image URL information ドロップダウンメニューの下に表示される選択肢にいくにつれて強度が強くなるものの、サーバーへの負荷が高くなります The intensity increases as you move down the drop-down menu, but the load on the server increases ハッシュ化アルゴリズム Hashing algorithm 画像URL情報を暗号化するのに一時使用トークンをパスワードとして使用しますが、その時ハッシュ化が必要です、その強度を設定します Set the strength of the temporary tokens used as passwords to encrypt the image URL information, which must be hashed. 基本設定 Basic setting 高度な設定 Advanced Settings 初期設定に戻す Restore default settings メッセージの設定 Message Settings 右クリックやソースコード表示時に転送する URL を設定します Set the URL to be forwarded when right-clicking or viewing source code 警告メッセージにはHTMLは使用できません HTML is not allowed in warning messages この画面で設定すると、高度な設定タブにある言語設定が無視されます Setting on this screen ignores the language settings on the Advanced tab 以下の文字列が使用できます The following strings can be used 改行 New line 押下されたキー Pressed key Neo HTML Protector 設定 Neo HTML Protector Settings このプラグインについて About this Plug-in データをすべてクリアするには、プラグインをアンインストールしてから、インストールしなおして下さい To clear all data, uninstall the plugin and install it again Neo HTML Protectorについて About Neo HTML Protector このプラグインはあなたのWordpressから出力されるHTMLや画像等を保護し、コンテンツの不正利用から守ることを目的としています。 This plugin is intended to protect the HTML, images, etc. output from your Wordpress and to protect your content from unauthorized use. コンテンツを完璧に守ることはできません。しかし可能な限りの方法において警告し、もし何かがあった場合に備えて準備することにより国で定められている方法で解決することができるはずです。 We cannot protect the content perfectly, but we can warn people in every possible way and be prepared if something happens. However, by warning them in every way possible and being prepared for any eventuality, they should be able to resolve it in a nationally mandated manner. もちろん、利用規約やサイトポリシーを充実させる必要があります。このプラグインは利用規約生成アプリではありませんが、そのヒントを与えることができます。 Of course, you will need to enhance your Terms of Use and Site Policies. This plugin is not a terms of use generation application, but it can give you a hint. 開発者: 夜桜 なの Developer: Nano Yozakura バージョン Version ビルド Build サポートページ Support Page ISISちゃん ISIS chan Miss. 裏まにら氏歌唱 Miss. Uramanira sings 支援のお願い Request for Support Neo HTML Protectorをご利用いただき、ありがとうございます! Thank you for using Neo HTML Protector! 本プラグインの開発と維持には多くの時間と知恵の絞りだしがかかっており、引き続き改善と更新を行っていくための資金を集めるために、もしご支援いただける方がいれば、寄付をお願いできればと思います。 The development and maintenance of this plugin has taken a lot of time and wisdom, and we would appreciate a donation, if any, to help us raise funds for continued improvements and updates. 寄付について About Donations 寄付は任意であり、強制ではありません。プラグインを無料でご利用いただけるように、どなたでも利用可能です。しかし、開発を継続するためにはご支援が大変ありがたく、少しでもご協力いただけると嬉しいです。 Donations are voluntary and not mandatory. Anyone is welcome to use the plugin free of charge. However, your support is greatly appreciated to continue development and we would be happy to help in any way we can. ご寄付は、下記のリンクから行っていただけます。日本の方であれば無料で寄付をすることも可能で、更にはアマゾンギフト券で気軽に寄付をすることが可能です。 Donations can be made by clicking on the link below. If you are in Japan, you can also donate for free, and furthermore, you can easily donate with Amazon gift certificates. 寄付先 Donations 皆様のご支援があれば、今後も素晴らしいアップデートをお届けできるよう頑張ります! With your support, we will do our best to bring you great updates in the future! ご支援いただけることに感謝し、今後ともよろしくお願いいたします。 We appreciate your support and look forward to working with you in the future. 無効なIPアドレス Invalid IP address このWebサイトはCookieとJavaScriptが有効でないと閲覧することはできません This website can only be viewed with cookies and JavaScript enabled デバッグモード、コンソールの起動は禁止されています Debug mode and console activation is prohibited 以下の情報がサーバーに送信されました The following information has been sent to the server あなたのIPアドレス Your IP address あなたの端末とブラウザ Your device and browser あなたの押下したキー Your pressed key リダイレクトをします Redirects. 右クリックは禁止されています Right-clicking is prohibited 印刷、PDFへの保存は禁止されています Printing and saving to PDF is prohibited ページの保存は禁止されています Saving pages is prohibited コピー、カットは禁止されています Copying or cutting is prohibited あなたが起こしたイベント Events you have caused HTMLソース表示は禁止されています HTML source display is prohibited 不正アクセスは禁止されています Unauthorized access is prohibited. アラビア語 Arabic ブルガリア語 Bulgarian チェコ語 Czech デンマーク語 Danish ドイツ語 German 現代ギリシア語 Modern Greek 英語 English イギリス英語 British English アメリカ英語 American English スペイン語 Spanish エストニア語 Estonian フィンランド語 Finnish フランス語 French ハンガリー語 Hungarian インドネシア語 Indonesian イタリア語 Italian 日本語 Japanese 朝鮮語 Korean リトアニア語 Lithuanian ラトビア語 Latvian ノルウェー語 Norwegian オランダ語 Dutch ポーランド語 Polish ポルトガリア語 Portuguese ブラジルポルトガル語 Brazilian Portuguese ヨーロピアンポルトガル語 European Portuguese ルーマニア語 Romanian ロシア語 Russian スロバキア語 Slovak スロベニア語 Slovenian スウェーデン語 Swedish トルコ語 Turkish ウクライナ語 Ukrainian 中国語 Chinese 簡体中国語 Simplified Chinese 繁体中国語 Traditional Chinese 画像が見つかりません Image not found ドロップダウンメニューの下に表示される選択肢にいくにつれて強度が強くなるものの、サーバーへの負荷が高くなり、HTML転送量が多くなることがあります The intensity increases as you move down the drop-down menu, but the load on the server increases and the amount of HTML transferred may be higher JavaScriptにより遅延読まれますのでSEOに影響があります JavaScript causes lazy reading, which affects SEO. 画像を無理やりダウンロードして実際にダウンロードされるもの What actually gets downloaded by forcing the image to be downloaded PNG形式で黄色い背景の警告画面 Warning screen with yellow background in PNG format GIF形式で1×1ピクセルの透過画像 1 x 1 pixel transparent image in GIF format 意味のないHTMLドキュメント Meaningless HTML documents 有効化した時は必ずリダイレクトが発生するため、SEOに影響があります Whenever it is activated, a redirect will occur, which will affect SEO 画像データを保護した時には画像のキャッシュが効かないため、次回訪問時にサイトの読み込みが遅くなるため、SEOに影響があります When image data is protected, image caching does not work, so the site will load slower on the next visit, which affects SEO キャッシュプラグインを検出しました キャッシュプラグインが有効化されていると本プラグインは正しく動作しません Cache plugin detected This plugin will not work properly if cache plugin is enabled スクリーンショット Screenshot OSやブラウザによっては妨害できず、もしくは検出しないことがあります Some OS and browsers may not interfere or detect スクリーンショットの警告メッセージ Screenshot warning message ページ保存の警告メッセージ Page save warning message スクリーンショットは禁止されています Screenshots are not allowed OSやブラウザ、方法によっては妨害できず、もしくは検出しないことがあります (Depending on the OS, browser, or method, it may not be intercepted or detected. 空欄にすると元のURLにリダイレクトをします If left blank, it will redirect to the original URL ライセンス License 本プラグインはオープンソースで開発されており、GPL2.0以降のバージョンのライセンスを適用しています。 This plug-in is developed as open source and is licensed under GPL2.0 or later versions. 本プラグインには以下のライブラリを同梱しています The following libraries are included with this plug-in その他本プラグインの開発にRaspberry Pi5とChatGPTとdeeplを使用しています Other Raspberry Pi5, ChatGPT and deepl are used in the development of this plugin imgタグが呼び出されるごとに画像を保護 Protect the image each time the img tag is called 出力される全HTMLのうち、Wordpressにアップロードされた画像をすべて保護 Protect all images uploaded to Wordpress out of all HTML output 「imgタグが呼び出されるごとに画像を保護」の場合は、add_filterを使用し、imgタグの発行時にフィルタリングを行います、テーマによっては正しく動作しません For "protect image each time img tag is called", use add_filter to filter when img tag is issued, some themes do not work correctly 「出力される全HTMLのうち、Wordpressにアップロードされた画像をすべて保護」の場合は、Wordpressのほぼすべての動作をキャプチャし、コンテンツ内のimgタグについてすべて処理します。テーマによっては正しく動作しません For "Protect all images uploaded to Wordpress out of all HTML output", it captures almost all Wordpress actions and handles everything about img tags in the content. Some themes will not work correctly 設定が初期化されました Settings have been initialized. プラグインを初期化します なおIPログリーダーのデータはここでは削除されません Initialize the plugin. Note that the IP log reader data will not be deleted here. リダイレクトなし No redirect 1秒 1 second 2秒 2 seconds 3秒 3 seconds 4秒 4 seconds 5秒 5 sec. 6秒 6 seconds 7秒 7 seconds 8秒 8 sec. 9秒 9 sec. 10秒 10 sec. 15秒 15 sec. 20秒 20 sec. 25秒 25 sec. 30秒 30 sec. 35秒 35 sec. 40秒 40 sec. 45秒 45 seconds 50秒 50 sec. 55秒 55 sec. リダイレクトまでの時間 Time to redirect 対象アクションを起こした時の表示デザイン Display design when the target action is taken 黄色の背景の黒文字のベーシックデザイン Basic design with black letters on yellow background 黒色の背景の赤文字のホラー風デザイン Horror-style design with red text on black background 対象アクションを起こした時のサウンド Sound when the target action is taken なし Nashi 戦闘 - 40秒 Combat - 40 sec. おやじ - 3秒 Father - 3 sec. レトロ風ファンファーレ - 2秒 Retro-style fanfare - 2 sec. レトロ風オープン - 48秒 Retro-style open - 48 sec. デザイン・音の設定 Design and sound settings サウンドなし No sound レトロ風オープン - 42秒 Retro-style open - 42 sec. おやじ ショート- 3秒 Father Short - 3 sec. おやじ ロング - 23秒 Oyaji Long - 23 sec. ショパン エチュード Op.10-5 黒鍵 高速版 - 59秒 Chopin Etude, Op.10-5, black keys, fast version - 59 sec. スクリーンショットを取得しようとした動作を検出しました Motion detected attempting to take a screenshot スクリーンショットの疑い Suspicion of screenshots 上の項目の検出方法は完全ではありません、予防的に検出を行います The detection method for the above items is not perfect, we will detect them prophylactically. このプラグインには有限会社イージェーが開発を行い、本プラグイン製作者が作曲した、スーパーファミコン非公認ゲーム「SM調教師瞳3」の楽曲を含んでおり、正式にライセンスされています This plug-in contains music from the unofficial Super Nintendo Entertainment System ウェブサイトの操作において通常使用しないキーでの操作を検出しました Unusual keystrokes were detected in the operation of the website スクリーンショットの疑いの警告メッセージ Suspected screenshot warning message ショパン エチュード Op.10-12 革命 高速版 - 59秒 Chopin Etude Op.10-12 Revolution, fast version - 59 sec. 1分10秒 1 minute 10 seconds 1分20秒 1 minute 20 seconds 1分30秒 1 minute 30 seconds 1分40秒 1 minute 40 seconds 1分50秒 1 minute 50 seconds ショパン エチュード Op.10-12 革命 高速版 - 1分57秒 Chopin Etude Op.10-12 Revolution, fast version - 1 min 57 sec 黒色の背景の赤文字の光る文字のデザイン Design of glowing red letters on black background スクリーンショット、デバッグモード等の起動は禁止されています Activation of screenshots, debug mode, etc. is prohibited 警告表示中のBGMを選択します Select BGM during warning display 有効 音量小さ目 Enabled Low volume 有効 音量大き目 Enabled Loud 警告表示中にすべてのキー・マウスイベントでビープ音を鳴らします Beeps on all key/mouse events during warning display 対象アクションを起こした時のBGM BGM when the target action is taken 対象アクションを起こした時の警告音 Warning sound when target action is taken 対象アクションを起こした時のマウスカーソルの消去 Clear mouse cursor when target action is taken 警告表示中にブラウザのエリアのマウスカーソルを消去します Clear mouse cursor in browser area during warning display このウェブサイトはCookieとJavaScriptが有効でないと閲覧することはできません This website can only be viewed with cookies and JavaScript enabled 通常とは異なる方法でのアクセスや操作が検出されました Unusual methods of access or operation have been detected セキュリティ並びにコンテンツ保護のため一部の機能を制限しています Some functions are restricted for security and content protection. コンテンツ保護のため一部の機能を制限しています Some functions are restricted to protect content あなたが押下したキー The key you pressed 戦闘 - 39秒8 Combat - 39.8 seconds おやじ ショート- 3秒7 Father Short- 3.7 seconds おやじ ロング - 22秒7 Father Long - 22.7 seconds ショパン エチュード Op.10-5 黒鍵 高速版 - 57秒8 Chopin Etude, Op.10-5, black keys, fast version - 57.8 seconds ショパン エチュード Op.10-12 革命 高速版 - 1分54秒9 Chopin Etude Op.10-12 Revolution, fast version - 1:54:9 レトロ風ファンファーレ - 2秒2 Retro style fanfare - 2 sec. 2 レトロ風オープン - 41秒2 Retro-style open - 41.2 sec. 戦闘 - 39.8秒 Combat - 39.8 sec. おやじ ショート- 3.7秒 Oyaji Short - 3.7 sec. おやじ ロング - 22.7秒 Father Long - 22.7 sec. ショパン エチュード Op.10-5 黒鍵 高速版 - 57.8秒 Chopin Etude, Op.10-5, black keys, fast version - 57.8 sec. ショパン エチュード Op.10-12 革命 高速版 - 1分54.9秒 Chopin Etude Op.10-12 Revolution, fast version - 1 min 54.9 sec レトロ風ファンファーレ - 2.2秒 Retro-style fanfare - 2.2 sec. レトロ風オープン - 41.2秒 Retro-style open - 41.2 sec. 本プラグインには以下で生成したアスキーアートのフォント、並びにフォントファイルを同梱しています This plug-in includes the ASCII art fonts and font files generated by the following マリンバの乱打 - 演奏版 - 37.8秒 Marimba Rampant - Performed Version - 37.8 sec. パガニーニ 24の奇想曲より冒頭 - 演奏版 - 27.4秒 Beginning from Paganini 24 Caprices - Performed version - 27.4 sec. ショパン エチュード Op.10-5 黒鍵 打ち込み版 高速版 - 57.8秒 Chopin Etude, Op.10-5, black keys, typed version, fast version - 57.8 sec. ショパン エチュード Op.10-12 革命 打ち込み版 高速版 - 1分54.9秒 Chopin Etude Op.10-12 Revolution, typed version, fast version - 1 min 54.9 sec ショパン スケルツォ 変ロ短調 Op2 打ち込み版 高速短縮版 - 1分46.1秒 Chopin Scherzo in B flat minor, Op2, typed version, fast shortened version - 1 min 46.1 sec ファンファーレ - 19.3秒 Fanfare - 19.3 sec. Firefoxでは音声ブロックされます Firefox will block audio Firefoxにおけるデバッグモード Debug mode in Firefox テキスト全選択 Text select all テキストの選択は禁止されています Text selection is prohibited テキスト全選択時の警告メッセージ Warning message when all text is selected スクリーンショットだけではなく、デバッグモード等も検出します Detects screenshots as well as debug mode, etc. イベントの設定 Event Setup メッセージ Message デザイン・音 Design & Sound 初期化 Initialization view-sourceでHTMLソース表示をした時に警告の意思を示すアスキーアートを表示します Display ASCII art to indicate warning intention when HTML source is displayed in view-source HTML保護と組み合わせることでコンテンツを保護することができます Can be combined with HTML protection to protect content 画像は遅延読み込みされますが、この指定した時間の30秒前に強制的に画像が読み込まれます The image will be loaded lazily, but the image will be forced to be loaded 30 seconds before this specified time 有効化した時は必ずリダイレクトが発生するため、著しくSEOに影響があります Whenever it is activated, a redirect occurs, which significantly affects SEO びっくりするような雰囲気を作ります Create a Surprising Atmosphere 対象アクションを起こした時のビープ音 Beep sound when target action is taken 警告表示中に端末が暴走したかのような雰囲気を作ります Creates an atmosphere as if the terminal has gone out of control during the warning display 本プラグインの設定によってはこのイベントにたどり着くことはほとんどない場合があります Depending on the configuration of this plug-in, you may rarely reach this event