設定 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 イベント Event IPアドレスのデータはありません No IP address data available. デバッグモード、コンソールの警告メッセージ Debug mode, console warning messages. 右クリックの警告メッセージ Right-click warning messages. 印刷、PDF保存の警告メッセージ Warning messages for printing and saving PDFs. コピー・カットした時に表示するメッセージ Message displayed when copying or 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 and protected. HTML保護時に一度限りの認証トークンが異常の場合に表示するメッセージ Message displayed if the one-time authentication token is abnormal during HTML protection. CookieやJavascriptが有効でない場合に表示するメッセージ Message displayed if cookies and Javascript are not enabled. 実際にはJavascriptが無効時のみ表示されます In practice, this is only visible 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 have de-obfuscation. HTML保護 HTML Protection HTML圧縮以上に最小限のHTMLしか出力せず、BODYタグ内の内容が全く出力されなくなります Only minimal HTML is output beyond HTML compression, and the content in the BODY tag is not output at all. view-source:の動作をされた時の記録もします It also records when the view-source: action is taken. 有効化した時は必ずリダイレクトが発生するため、SEOが落ちるかもしれません Whenever it is activated, there is a redirect, which may result in a drop in SEO 若干デザインが変わる可能性があります Design may change slightly. 画像の保護 Image protection. add_filterを使用して画像を保護 Protect images using add_filter wp_head~wp_footerの間をキャプチャして画像を保護 Capture and protect images between wp_head and wp_footer 画像をダウンロードから保護します Protects images from downloading. 画像データを保護した時にはほぼ完全なるダウンロードを阻止し、完全なるワンタイムURLを発行し、セッションに保存されたトークンで認証し、phpから画像を表示します、その為ほぼ完全な画像盗用を防ぎます Almost completely prevents downloading when the 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 on the next visit, which may result in a drop in 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タグの出力の選択を変更してください Note that images specified as eye-catching are spread as OGP and cannot be protected. If you must protect them, please change the selection of the output of the HEAD tag when protecting HTML in the advanced settings. OS標準搭載のスクリーンショット機能を保護することはできません The standard OS screenshot function cannot be protected 画像URLの保護 Protection of image URLs 即時読み込みをして有効 Effective with immediate loading. 遅延読み込みをして有効 Enabled 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ソース表示をした時に警告の意思を示すアスキーアートを表示します Display ASCII art indicating the intention to warn when HTML source is displayed. ログインしていないブラウザーでソース表示を行って確認して下さい Check by viewing the source in a non-logged-in browser デバッグモード Debug mode 妨害+記録のみ Interference + record only. 妨害+記録+表示+リダイレクト Intercept + record + display + redirect メニューからは操作できてしまいます It can be operated from the menu. ブラウザーコンソール Browser console 事実上デバッグモードから操作できてしまいます In effect, you can operate from debug mode. HTMLソース表示 HTML source display view-source:から始まるURLを入力すれば操作できてしまいます It can be operated by entering a URL starting with view-source:. 印刷 Printing 印刷阻止をするもものの、ブラウザによってはうまく動作しません Print blocking but does not work well in some browsers ページ保存 Page save 右クリック Right-click アドオンがインストールされていると操作できてしまいます It can be operated if add-ons are installed. コピー・カット Copy-cut あまりこのイベントに遭遇することはありません We don't encounter this event very often. テキスト選択 Text selection デバッガー妨害 Debugger interference デバッグモードの使い勝手を少し悪くします、ブラウザによってはこの挙動が止められてしまいます Makes debug mode a little less user-friendly, some browsers stop this behaviour リダイレクトするURL URL to redirect to 利用規約などのページに転送すると良いでしょう You may want to forward them to pages such as the Terms of Use. ソース表示を許可する権限 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 tags during HTML protection 出力しない No output TITLEタグのみ TITLE tag only WordpressのHEADタグより取得 Retrieved from the HEAD tag in Wordpress 企業用途の会員専用ページや社内ページなどでは「出力しない」、「TITLEタグのみ」で良いでしょう For corporate use, such as members-only or internal pages, 'no output' or 'TITLE tag only' is fine. WordpressのHEADタグから取得しないと、SNSのシェアでOGP画像が表示されません OGP images will not be displayed in social networking shares unless they are taken from the Wordpress HEAD tag 画像botをアクセス禁止にする Banning the image bot. 画像botをHTMLに対し避けることにより、画像検索から直接リンクされることによって守れなかったコンテンツを守ることができます Avoiding image bots vis-à-vis HTML protects content that could not be protected by direct links from image search. alertメッセージを表示する言語 Language in which the alert message is displayed. Wordpressの言語 Wordpress languages. ブラウザの設定言語 Browser setting language メッセージをカスタム設定されている場合は言語を変更できません Language cannot be changed if the message is customised view-sourceメッセージを表示する言語 Language in which view-source messages are displayed. 一時使用トークンの有効期限 Expiry date of temporary use tokens. 1分 One minute 2分 2 minutes 3分 3 min. 4分 4 min. 5分 5 mins. 6分 6 min. 7分 7 minutes 8分 8 min. 9分 9 min. 10分 10 mins. 15分 15 mins. 20分 20 minutes. 25分 25 minutes. 30分 30 minutes. 35分 35 minutes. 40分 40 minutes. 45分 45 minutes. 50分 50 minutes. 55分 55 minutes. 1時間 1 hour 画像URL情報の有効期限を設定します Sets the expiry date of the image URL information. 一度読み込まれると画像URL情報と一時使用トークンは無効化されます Once loaded, the image URL information and temporary use tokens are disabled 一時使用トークンのビット数 Number of bits in temporary use tokens 画像URL情報を暗号化するのに一時使用トークンをパスワードとして使用しますが、その強度を指定します Specifies the strength of the temporary use token used as a password to encrypt the image URL information ドロップダウンメニューの下に表示される選択肢にいくにつれて強度が強くなるものの、サーバーへの負荷が高くなります The intensity increases as you go to the options listed below the drop-down menu, but the load on the server increases ハッシュ化アルゴリズム Hashing algorithm 画像URL情報を暗号化するのに一時使用トークンをパスワードとして使用しますが、その時ハッシュ化が必要です、その強度を設定します Temporary tokens are used as passwords to encrypt the image URL information, but they must be hashed, set the strength of the hashing. 基本設定 Basic setting 高度な設定 Advanced settings 初期設定に戻す Resetting to default メッセージの設定 Message settings 右クリックやソースコード表示時に転送する URL を設定します Set the URL to be forwarded when right-clicking or viewing source code. 警告メッセージにはHTMLは使用できません HTML cannot be used for warning messages この画面で設定すると、高度な設定タブにある言語設定が無視されます If set on this screen, the language settings in the advanced settings tab are ignored 以下の文字列が使用できます The following strings can be used 改行 New line 押下されたキー Pressed key Neo HTML Protector 設定 Neo HTML Protector Settings このプラグインについて About this plugin. データをすべてクリアするには、プラグインをアンインストールしてから、インストールしなおして下さい To clear all data, uninstall the plug-in and then reinstall it Neo HTML Protectorについて About Neo HTML Protector このプラグインはあなたのWordpressから出力されるHTMLや画像等を保護し、コンテンツの不正利用から守ることを目的としています。 This plugin aims to protect the HTML, images, etc. output from your Wordpress and protect it from unauthorised use of its content. コンテンツを完璧に守ることはできません。しかし可能な限りの方法において警告し、もし何かがあった場合に備えて準備することにより国で定められている方法で解決することができるはずです。 Content cannot be perfectly protected. However, by warning them in every way possible and being prepared if something does happen, you should be able to resolve it in a nationally prescribed manner. もちろん、利用規約やサイトポリシーを充実させる必要があります。このプラグインは利用規約生成アプリではありませんが、そのヒントを与えることができます。 Of course, you will need to enhance your terms of use and site policies. This plugin is not a terms of use generation app, but it can give you a hint. 開発者: 夜桜 なの Developer: Nano Yozakura バージョン Version ビルド Build サポートページ Support page ISISちゃん ISIS chan Miss. 裏まにら氏歌唱 Miss. sung by Mr. Uramanira 支援のお願い Request for assistance. Neo HTML Protectorをご利用いただき、ありがとうございます! Thank you for using Neo HTML Protector! 本プラグインの開発と維持には多くの時間と知恵の絞りだしがかかっており、引き続き改善と更新を行っていくための資金を集めるために、もしご支援いただける方がいれば、寄付をお願いできればと思います。 A lot of time and wisdom has gone into the development and maintenance of this plugin, and we would be grateful for donations, if any, to help us raise funds for continued improvements and updates. 寄付について About donations 寄付は任意であり、強制ではありません。プラグインを無料でご利用いただけるように、どなたでも利用可能です。しかし、開発を継続するためにはご支援が大変ありがたく、少しでもご協力いただけると嬉しいです。 Donations are voluntary and not compulsory. It is open to everyone so that the plugin can be used free of charge. However, your support is very much appreciated to continue the development and we would be happy to help in any way we can. ご寄付は、下記のリンクから行っていただけます。日本の方であれば無料で寄付をすることも可能で、更にはアマゾンギフト券で気軽に寄付をすることが可能です。 Donations can be made via the link below. If you are from Japan, you can also donate for free, and furthermore, you can easily donate using Amazon gift vouchers. 寄付先 Donor 皆様のご支援があれば、今後も素晴らしいアップデートをお届けできるよう頑張ります! With your support, we will do our best to bring you great updates in the future! ご支援いただけることに感謝し、今後ともよろしくお願いいたします。 We thank you for 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 keys. リダイレクトをします Redirects. 右クリックは禁止されています Right-clicking is prohibited. 印刷、PDFへの保存は禁止されています Printing and saving to PDF is prohibited ページの保存は禁止されています Saving pages is prohibited. コピー、カットは禁止されています Copying or cutting is prohibited. あなたが起こしたイベント Events you caused. HTMLソース表示は禁止されています HTML source display is prohibited. 不正アクセスは禁止されています Unauthorised 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転送量が多くなることがあります Although the intensity increases as you go to the options listed below the drop-down menu, the load on the server is higher and the amount of HTML transferred may be higher JavaScriptにより遅延読まれますのでSEOに影響があります Delayed reading due to JavaScript, which affects SEO 画像を無理やりダウンロードして実際にダウンロードされるもの What is actually 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 occurs, which has an impact on SEO 画像データを保護した時には画像のキャッシュが効かないため、次回訪問時にサイトの読み込みが遅くなるため、SEOに影響があります When image data is protected, image caching does not work, so the site loads more slowly on the next visit, which affects SEO キャッシュプラグインを検出しました キャッシュプラグインが有効化されていると本プラグインは正しく動作しません Cache plugin detected This plugin will not work correctly if the cache plugin is enabled. スクリーンショット Screenshot OSやブラウザによっては妨害できず、もしくは検出しないことがあります Some operating systems and browsers may not be able to intercept or detect スクリーンショットの警告メッセージ Screenshot warning messages. ページ保存の警告メッセージ Page save warning message. スクリーンショットは禁止されています Screenshots are prohibited. OSやブラウザ、方法によっては妨害できず、もしくは検出しないことがあります May not be intercepted or detected depending on the operating system, browser and method 空欄にすると元のURLにリダイレクトをします If left blank, it will redirect to the original URL ライセンス Licence 本プラグインはオープンソースで開発されており、GPL2.0以降のバージョンのライセンスを適用しています。 The plug-in has been developed as open source and is licensed under GPL 2.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 in all HTML output 「imgタグが呼び出されるごとに画像を保護」の場合は、add_filterを使用し、imgタグの発行時にフィルタリングを行います、テーマによっては正しく動作しません For 'Protect image every time img tag is called', use add_filter and filter when publishing img tags, depending on the theme this may not work correctly 「出力される全HTMLのうち、Wordpressにアップロードされた画像をすべて保護」の場合は、Wordpressのほぼすべての動作をキャプチャし、コンテンツ内のimgタグについてすべて処理します。テーマによっては正しく動作しません 'Protect all images uploaded to Wordpress out of all HTML output' will capture almost all Wordpress activity and process everything about the img tags in the content. Some themes will not work correctly 設定が初期化されました Settings have been initialised. プラグインを初期化します なおIPログリーダーのデータはここでは削除されません Initialises the plugin Note that the IP log reader data is not deleted here. リダイレクトなし No redirect 1秒 1 second 2秒 2 sec. 3秒 3 sec. 4秒 4 sec. 5秒 5 sec. 6秒 6 sec. 7秒 7 sec. 8秒 8 sec. 9秒 9 sec. 10秒 10 sec. 15秒 15 seconds. 20秒 20 sec. 25秒 25 sec. 30秒 30 seconds. 35秒 35 seconds. 40秒 40 seconds. 45秒 45 seconds. 50秒 50 sec. 55秒 55 sec. リダイレクトまでの時間 Time to redirect. 対象アクションを起こした時の表示デザイン Display design when the target action is triggered. 黄色の背景の黒文字のベーシックデザイン Basic design with black letters on yellow background 黒色の背景の赤文字のホラー風デザイン Horror-style design with red text on black background. 対象アクションを起こした時のサウンド Sound when the target action is taken. なし Without サウンドなし Soundless 戦闘 - 40秒 Combat - 40 sec. おやじ - 3秒 Father - 3 seconds. レトロ風ファンファーレ - 2秒 Retro-style fanfare - 2 s. レトロ風オープン - 48秒 Retro-style open - 48 sec. デザイン・音の設定 Design and sound settings レトロ風オープン - 42秒 Retro-style open - 42 sec. おやじ ショート- 3秒 Father Short - 3 sec. おやじ ロング - 23秒 Father, long - 23 sec. ショパン エチュード Op.10-5 黒鍵 高速版 - 59秒 Chopin Etude, Op.10-5, black keys, fast version - 59 sec. スクリーンショットを取得しようとした動作を検出しました Movement detected attempting to take a screenshot. スクリーンショットの疑い Suspected screenshots. 上の項目の検出方法は完全ではありません、予防的に検出を行います The detection method for the above items is not perfect, preventive detection is used. このプラグインには有限会社イージェーが開発を行い、本プラグイン製作者が作曲した、スーパーファミコン非公認ゲーム「SM調教師瞳3」の楽曲を含んでおり、正式にライセンスされています This plug-in contains music from the unauthorised Super Nintendo Entertainment System ウェブサイトの操作において通常使用しないキーでの操作を検出しました Operation detected on keys not normally used in the operation of the website スクリーンショットの疑いの警告メッセージ Alleged screenshot warning message. ショパン エチュード Op.10-12 革命 高速版 - 59秒 Chopin Etude Op.10-12 Revolution, fast version - 59 sec. 1分10秒 1 min 10 sec. 1分20秒 1 min 20 sec. 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 a black background. スクリーンショット、デバッグモード等の起動は禁止されています Activation of screenshots, debug mode, etc. is prohibited. 警告表示中のBGMを選択します Select the background music during the warning display. 有効 音量小さ目 Enabled Low volume 有効 音量大き目 Enabled Loudest volume 警告表示中にすべてのキー・マウスイベントでビープ音を鳴らします Beeps on all key/mouse events during warning display 対象アクションを起こした時のBGM BGM when the target action is taken. 対象アクションを起こした時の警告音 Warning sound when target action is taken. 対象アクションを起こした時のマウスカーソルの消去 Erasing the mouse cursor when the target action is performed. 警告表示中にブラウザのエリアのマウスカーソルを消去します 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. あなたが押下したキー Key you pressed. 戦闘 - 39秒8 Combat - 39.8 seconds おやじ ショート- 3秒7 Father Short - 3.7 seconds. おやじ ロング - 22秒7 Father Long - 22.7 seconds 7 ショパン エチュード 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 seconds2 戦闘 - 39.8秒 Combat - 39.8 s. おやじ ショート- 3.7秒 Father Short - 3.7 seconds おやじ ロング - 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 s. レトロ風オープン - 41.2秒 Retro-style open - 41.2 sec. 本プラグインには以下で生成したアスキーアートのフォント、並びにフォントファイルを同梱しています This plug-in includes the font and font files for the ASCII art generated by マリンバの乱打 - 演奏版 - 37.8秒 Marimba Rampant - Performed version - 37.8 sec. パガニーニ 24の奇想曲より冒頭 - 演奏版 - 27.4秒 Paganini, beginning from 24 Caprices - Performed version - 27.4 sec. ショパン エチュード Op.10-5 黒鍵 打ち込み版 高速版 - 57.8秒 Chopin Etude, Op.10-5, black keys, struck version, fast version - 57.8 s. ショパン エチュード 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 s. Firefoxでは音声ブロックされます Firefox will block audio. Firefoxにおけるデバッグモード Debug mode in Firefox テキスト全選択 Full text selection テキストの選択は禁止されています Text selection is prohibited. テキスト全選択時の警告メッセージ Warning message when all text is selected. スクリーンショットだけではなく、デバッグモード等も検出します It detects screenshots as well as debug modes, etc. イベントの設定 Event configuration. メッセージ Message. デザイン・音 Design and sound 初期化 Initialisation view-sourceでHTMLソース表示をした時に警告の意思を示すアスキーアートを表示します Display ASCII art indicating the intention to warn when displaying HTML source with view-source. HTML保護と組み合わせることでコンテンツを保護することができます Combined with HTML protection, content can be protected 画像は遅延読み込みされますが、この指定した時間の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. 警告表示中に端末が暴走したかのような雰囲気を作ります Create an atmosphere as if the device has gone out of control during the warning display 本プラグインの設定によってはこのイベントにたどり着くことはほとんどない場合があります Depending on the configuration of this plug-in, this event may rarely be reached