Changeset 2247105
- Timestamp:
- 02/19/2020 07:49:10 PM (6 years ago)
- Location:
- bad-ip-wp
- Files:
-
- 26 added
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from bad-ip-wp/trunk)
-
tags/1.0.9/README.txt (modified) (2 diffs)
-
tags/1.0.9/admin/class-bad_ip_wp-admin.php (modified) (1 diff)
-
tags/1.0.9/admin/partials/bad_ip_404_hook.php (added)
-
tags/1.0.9/admin/partials/bad_ip_admin_dashboard_page.php (added)
-
tags/1.0.9/admin/partials/bad_ip_admin_menu_actions.php (added)
-
tags/1.0.9/admin/partials/bad_ip_admin_settings_page.php (added)
-
tags/1.0.9/admin/partials/bad_ip_head_hook.php (added)
-
tags/1.0.9/admin/partials/bad_ip_login_hook.php (added)
-
tags/1.0.9/admin/partials/class-bad_ip_actions.php (added)
-
tags/1.0.9/admin/partials/views (added)
-
tags/1.0.9/admin/partials/views/base.twig (added)
-
tags/1.0.9/admin/partials/views/page-dashboard.twig (added)
-
tags/1.0.9/admin/partials/views/page-settings.twig (added)
-
tags/1.0.9/admin/partials/views/partials (added)
-
tags/1.0.9/admin/partials/views/partials/notifications.twig (added)
-
tags/1.0.9/admin/views (deleted)
-
tags/1.0.9/bad_ip_wp.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-bad_ip_wp-admin.php (modified) (1 diff)
-
trunk/admin/partials/bad_ip_404_hook.php (added)
-
trunk/admin/partials/bad_ip_admin_dashboard_page.php (added)
-
trunk/admin/partials/bad_ip_admin_menu_actions.php (added)
-
trunk/admin/partials/bad_ip_admin_settings_page.php (added)
-
trunk/admin/partials/bad_ip_head_hook.php (added)
-
trunk/admin/partials/bad_ip_login_hook.php (added)
-
trunk/admin/partials/class-bad_ip_actions.php (added)
-
trunk/admin/partials/views (added)
-
trunk/admin/partials/views/base.twig (added)
-
trunk/admin/partials/views/page-dashboard.twig (added)
-
trunk/admin/partials/views/page-settings.twig (added)
-
trunk/admin/partials/views/partials (added)
-
trunk/admin/partials/views/partials/notifications.twig (added)
-
trunk/admin/views (deleted)
-
trunk/bad_ip_wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bad-ip-wp/tags/1.0.9/README.txt
r2247079 r2247105 4 4 Requires at least: 3.0.1 5 5 Tested up to: 5.3.2 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 56 = 1.0.9 = 57 * Patch 58 * Regular refactoring and optimisation 59 56 60 = 1.0.8 = 57 61 * Regular refactoring and optimisation -
bad-ip-wp/tags/1.0.9/admin/class-bad_ip_wp-admin.php
r2247079 r2247105 123 123 require BAD_IP_WP_DIR.'/admin/partials/bad_ip_head_hook.php'; 124 124 125 ?> 126 <script> 127 console.log(`%c 128 Protected by 129 130 888 888 d8b 131 888 888 Y8P 132 888 888 133 88888b. 8888b. .d88888 888 88888b. 134 888 "88b "88b d88" 888 888 888 "88b 135 888 888 .d888888 888 888 888 888 888 136 888 d88P 888 888 Y88b 888 888 888 d88P 137 88888P" "Y888888 "Y88888 88888888 888 88888P" 138 888 139 888 140 888 141 `, "font-family:monospace"); 142 // console.log('<?php //echo $user_ip; ?>'); 143 // console.log('<?php //echo $_rsp->code; ?>'); 144 //console.error('<?php //echo $bodyRSP; ?>//'); 145 //console.error('<?php //echo json_encode($_rsp); ?>//'); 146 //console.error('<?php //echo json_encode($data); ?>//'); 147 </script> 148 <?php 125 149 126 150 } -
bad-ip-wp/tags/1.0.9/bad_ip_wp.php
r2247079 r2247105 11 11 * Plugin URI: https://bad-ip.info 12 12 * Description: Protecting from malicious IP addresses visiting and trying to exploit your website with addition to block Tor endpoints 13 * Version: 1.0. 813 * Version: 1.0.9 14 14 * Author: Iridium Intelligence 15 15 * Author URI: https://iridiumintel.com … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'BAD_IP_WP_VERSION', '1.0. 8' );37 define( 'BAD_IP_WP_VERSION', '1.0.9' ); 38 38 define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/')); 39 39 define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) )); -
bad-ip-wp/trunk/README.txt
r2247079 r2247105 4 4 Requires at least: 3.0.1 5 5 Tested up to: 5.3.2 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 56 = 1.0.9 = 57 * Patch 58 * Regular refactoring and optimisation 59 56 60 = 1.0.8 = 57 61 * Regular refactoring and optimisation -
bad-ip-wp/trunk/admin/class-bad_ip_wp-admin.php
r2247079 r2247105 123 123 require BAD_IP_WP_DIR.'/admin/partials/bad_ip_head_hook.php'; 124 124 125 ?> 126 <script> 127 console.log(`%c 128 Protected by 129 130 888 888 d8b 131 888 888 Y8P 132 888 888 133 88888b. 8888b. .d88888 888 88888b. 134 888 "88b "88b d88" 888 888 888 "88b 135 888 888 .d888888 888 888 888 888 888 136 888 d88P 888 888 Y88b 888 888 888 d88P 137 88888P" "Y888888 "Y88888 88888888 888 88888P" 138 888 139 888 140 888 141 `, "font-family:monospace"); 142 // console.log('<?php //echo $user_ip; ?>'); 143 // console.log('<?php //echo $_rsp->code; ?>'); 144 //console.error('<?php //echo $bodyRSP; ?>//'); 145 //console.error('<?php //echo json_encode($_rsp); ?>//'); 146 //console.error('<?php //echo json_encode($data); ?>//'); 147 </script> 148 <?php 125 149 126 150 } -
bad-ip-wp/trunk/bad_ip_wp.php
r2247079 r2247105 11 11 * Plugin URI: https://bad-ip.info 12 12 * Description: Protecting from malicious IP addresses visiting and trying to exploit your website with addition to block Tor endpoints 13 * Version: 1.0. 813 * Version: 1.0.9 14 14 * Author: Iridium Intelligence 15 15 * Author URI: https://iridiumintel.com … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'BAD_IP_WP_VERSION', '1.0. 8' );37 define( 'BAD_IP_WP_VERSION', '1.0.9' ); 38 38 define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/')); 39 39 define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) ));
Note: See TracChangeset
for help on using the changeset viewer.