share
9 years ago
.htaccess
11 years ago
anti_malware.php
5 years ago
class-coupon.php
7 months ago
class-email-sodium.php
1 month ago
class-firewall-log.php
1 month ago
class-helpers.php
9 months ago
class-import-export.php
5 months ago
class-ip.php
5 months ago
class-nfw-database.php
7 months ago
class-nfw-session.php
1 month ago
class-php-session.php
1 year ago
class-plugin-upgrade.php
1 month ago
class_mail.php
1 month ago
event_updates.php
11 months ago
firewall.php
5 months ago
fw_centlog.php
1 month ago
fw_fileguard.php
5 months ago
fw_livelog.php
1 year ago
help.php
1 month ago
helpers.php
1 month ago
i18n-extra.php
1 month ago
i18n.php
1 year ago
index.html
13 years ago
init_update.php
2 years ago
install.php
1 year ago
install_default.php
7 months ago
loader.php
7 months ago
mail_template_firewall.php
1 year ago
mail_template_plugin.php
2 months ago
scheduled_tasks.php
3 years ago
settings_dashboard.php
2 months ago
settings_dashboard_about.php
1 month ago
settings_dashboard_statistics.php
2 months ago
settings_event_notifications.php
2 months ago
settings_events.php
2 months ago
settings_firewall_options.php
2 months ago
settings_firewall_policies.php
1 month ago
settings_login_protection.php
2 months ago
settings_logs.php
2 months ago
settings_logs_firewall_log.php
1 month ago
settings_logs_live_log.php
2 months ago
settings_monitoring.php
1 month ago
settings_monitoring_file_check.php
2 months ago
settings_monitoring_file_guard.php
2 months ago
settings_network.php
2 months ago
settings_security_rules.php
2 months ago
settings_security_rules_editor.php
2 months ago
settings_security_rules_update.php
1 month ago
sign.pub
7 years ago
thickbox.php
4 years ago
widget.php
3 years ago
wpplus.php
5 months ago
anti_malware.php
41 lines
| 1 | <?php |
| 2 | /* |
| 3 | +---------------------------------------------------------------------+ |
| 4 | | NinjaFirewall (WP Edition) | |
| 5 | | | |
| 6 | | (c) NinTechNet - https://nintechnet.com/ | |
| 7 | +---------------------------------------------------------------------+ |
| 8 | | This program is free software: you can redistribute it and/or | |
| 9 | | modify it under the terms of the GNU General Public License as | |
| 10 | | published by the Free Software Foundation, either version 3 of | |
| 11 | | the License, or (at your option) any later version. | |
| 12 | | | |
| 13 | | This program is distributed in the hope that it will be useful, | |
| 14 | | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 15 | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 16 | | GNU General Public License for more details. | |
| 17 | +---------------------------------------------------------------------+ i18n++ / sa |
| 18 | */ |
| 19 | |
| 20 | if (! defined( 'NFW_ENGINE_VERSION' ) ) { die( 'Forbidden' ); } |
| 21 | |
| 22 | ?> |
| 23 | <div class="wrap"> |
| 24 | <h1><img style="vertical-align:top;width:33px;height:33px;" src="<?php echo plugins_url( '/ninjafirewall/images/ninjafirewall_32.png' ) ?>"> <?php esc_html_e('Anti-Malware', 'ninjafirewall') ?></h1> |
| 25 | |
| 26 | <div class="card"> |
| 27 | <p><?php esc_html_e('Oops...! We have removed the "Anti-Malware" from NinjaFirewall. Instead, we have now a brand new and much better antivirus plugin:', 'ninjafirewall') ?></p> |
| 28 | <center><img src="<?php echo plugins_url() ?>/ninjafirewall/images/ninjascanner.png"></center> |
| 29 | <p><?php esc_html_e('It is awesome and includes many great features:', 'ninjafirewall' ) ?> <a href="https://blog.nintechnet.com/ninjascanner-powerful-antivirus-scanner-for-wordpress/" target="_blank"><?php esc_html_e('check it out!', 'ninjafirewall') ?></a></p> |
| 30 | <p><a href="https://wordpress.org/plugins/ninjascanner/" target="_blank"><?php esc_html_e('Download it from wordpress.org!', 'ninjafirewall') ?></a></p> |
| 31 | <br /><hr /><br /> |
| 32 | <p><?php esc_html_e('After installing NinjaScanner, click on "NinjaScanner > Settings > Advanced Users Settings" and enable the "Integrate NinjaScanner with NinjaFirewall" option. That will replace this page with NinjaScanner\'s own menu instead:', 'ninjafirewall') ?></p> |
| 33 | <br /> |
| 34 | <center><img src="<?php echo plugins_url() ?>/ninjafirewall/images/ns_integration.png"></center> |
| 35 | <br /> |
| 36 | </div> |
| 37 | </div> |
| 38 | <?php |
| 39 | /* ------------------------------------------------------------------ */ |
| 40 | // EOF |
| 41 |