Plugin Directory

Changeset 2247105


Ignore:
Timestamp:
02/19/2020 07:49:10 PM (6 years ago)
Author:
iridiumintel
Message:

version 1.0.9

Location:
bad-ip-wp
Files:
26 added
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bad-ip-wp/tags/1.0.9/README.txt

    r2247079 r2247105  
    44Requires at least: 3.0.1
    55Tested up to: 5.3.2
    6 Stable tag: 1.0.8
     6Stable tag: 1.0.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56= 1.0.9 =
     57* Patch
     58* Regular refactoring and optimisation
     59
    5660= 1.0.8 =
    5761* Regular refactoring and optimisation
  • bad-ip-wp/tags/1.0.9/admin/class-bad_ip_wp-admin.php

    r2247079 r2247105  
    123123        require BAD_IP_WP_DIR.'/admin/partials/bad_ip_head_hook.php';
    124124
     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
    125149       
    126150    }
  • bad-ip-wp/tags/1.0.9/bad_ip_wp.php

    r2247079 r2247105  
    1111 * Plugin URI:        https://bad-ip.info
    1212 * Description:       Protecting from malicious IP addresses visiting and trying to exploit your website with addition to block Tor endpoints
    13  * Version:           1.0.8
     13 * Version:           1.0.9
    1414 * Author:            Iridium Intelligence
    1515 * Author URI:        https://iridiumintel.com
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'BAD_IP_WP_VERSION', '1.0.8' );
     37define( 'BAD_IP_WP_VERSION', '1.0.9' );
    3838define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/'));
    3939define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) ));
  • bad-ip-wp/trunk/README.txt

    r2247079 r2247105  
    44Requires at least: 3.0.1
    55Tested up to: 5.3.2
    6 Stable tag: 1.0.8
     6Stable tag: 1.0.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56= 1.0.9 =
     57* Patch
     58* Regular refactoring and optimisation
     59
    5660= 1.0.8 =
    5761* Regular refactoring and optimisation
  • bad-ip-wp/trunk/admin/class-bad_ip_wp-admin.php

    r2247079 r2247105  
    123123        require BAD_IP_WP_DIR.'/admin/partials/bad_ip_head_hook.php';
    124124
     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
    125149       
    126150    }
  • bad-ip-wp/trunk/bad_ip_wp.php

    r2247079 r2247105  
    1111 * Plugin URI:        https://bad-ip.info
    1212 * Description:       Protecting from malicious IP addresses visiting and trying to exploit your website with addition to block Tor endpoints
    13  * Version:           1.0.8
     13 * Version:           1.0.9
    1414 * Author:            Iridium Intelligence
    1515 * Author URI:        https://iridiumintel.com
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'BAD_IP_WP_VERSION', '1.0.8' );
     37define( 'BAD_IP_WP_VERSION', '1.0.9' );
    3838define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/'));
    3939define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) ));
Note: See TracChangeset for help on using the changeset viewer.