Plugin Directory

Changeset 1947909


Ignore:
Timestamp:
09/27/2018 08:59:01 AM (8 years ago)
Author:
unoapp
Message:

+fixes permission issues
+improve plugin seo

Location:
unoapp-protects-wp-admin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • unoapp-protects-wp-admin/trunk/readme.txt

    r1925650 r1947909  
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Website admin allows access for you only by URL changed and access on IP based.
     12unoapp protect wp admin allows access for you only by URL change and access on IP based.
    1313
    1414== Description ==
    1515
    16 Many time sites hacked by admin access because it's common URL for all wp-admin, this plugin gives advanced security against hackers.
     16Many time sites hacked by admin access because it's common URL for all wp-admin, this unoapp protect wp admin gives advanced security against hackers.
    1717
    1818Are you seeing a lot of attacks on your WordPress admin area? Protecting the admin area from unauthorized access allows you to block many common security threats
    19 unoapp protects WP-Admin helps solve this problem by allowing webmasters to customize their admin panel URL and access allows only selected ips.
     19unoapp protect wp admin helps solve this problem by allowing webmasters to customize their admin panel URL and access allows only selected ips.
    2020
    21 After installed and configured unoapp protects WP-Admin plugin, administrator able to change the "sitename.com/wp-admin" link into "sitename.com/custom-admin".
     21After installed and configured unoapp protect wp admin plugin, administrator able to change the "sitename.com/wp-admin" link into "sitename.com/custom-admin".
    2222
    2323The plugin also restrict admin access by multiple ips based
     
    3939Manually: follow these steps:
    4040
    41  * 1) Upload "unoapp protects wp-admin" folder to the `/wp-content/plugins/` directory.
     41 * 1) Upload "unoapp protect wp admin" folder to the `/wp-content/plugins/` directory.
    4242 * 2) Activate the plugin.
    4343 * 3) Go to Settings "WP-Admin Advanced Security" and configure the plugin settings.
  • unoapp-protects-wp-admin/trunk/unoapp-protects-wp-admin.php

    r1893481 r1947909  
    66  Author: Unoapp
    77  Author URI: http://www.unoapp.com/
    8   Version: 1.0
     8  Version: 1.1
    99 */
    1010/*
     
    9292                    <!-- General Setting -->   
    9393                    <div class="first unopwa-tab" id="div-unopwa-general">
    94                         <p><label>Enable: </label><input type="checkbox" id="unopwa_active" name="unopwa_active" value='1' <?php
     94                        <p><label>Enable: </label><input type="checkbox" id="unopwa_active" name="unopwa_active" value='1'                          <?php
    9595                            if (get_option('unopwa_active') != '') {
    9696                                echo ' checked="checked"';
     
    104104                    <span><?php echo get_submit_button('Save Settings', 'button-primary', 'submit', '', ''); ?></span>
    105105
    106                     <p >2) Please put below two lines code in your wp-config.php file.</p>
     106                    <p >2) Please put below two lines code in your wp-config.php file above of <b>Absolute path (ABSPATH)</b>.</p>
    107107                    <p><?php echo "define('WP_ADMIN_DIR', '" . esc_attr(get_option('unopwa_before_rewrite_text')) . "'); "; ?></p>
    108108                    <p><?php echo "define('ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR);"; ?></p>
     
    128128                <p ><strong style="color:red;" >Note!:</strong> If you lost your ip or insert wrong ip you can update option "unopwa_ips" into database directly.</p>
    129129
    130                 <p ><strong style="color:red;" >Note!:</strong> Once you unchecked enable option, don't forget to update config.php and .htaccess files.</p>
     130                <?php if (get_option('unopwa_active') != '') {?><p ><strong style="color:red;" >Note!:</strong> If you want to disable plugin, don't forget to remove code in config.php and .htaccess files, Some time it will not remove automatically due to some permission issues.</p> <?php } ?>
    131131                <span>
    132132                    <?php echo get_submit_button('Save IP Settings', 'button-primary', 'submit', '', ''); ?></span><script>function UnopwaValidateIPs(inputText)
Note: See TracChangeset for help on using the changeset viewer.