Changeset 1947909
- Timestamp:
- 09/27/2018 08:59:01 AM (8 years ago)
- Location:
- unoapp-protects-wp-admin/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
unoapp-protects-wp-admin.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
unoapp-protects-wp-admin/trunk/readme.txt
r1925650 r1947909 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Website admin allows access for you only by URL changedand access on IP based.12 unoapp protect wp admin allows access for you only by URL change and access on IP based. 13 13 14 14 == Description == 15 15 16 Many time sites hacked by admin access because it's common URL for all wp-admin, this plugin gives advanced security against hackers.16 Many 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. 17 17 18 18 Are 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 protect s WP-Admin helps solve this problem by allowing webmasters to customize their admin panel URL and access allows only selected ips.19 unoapp protect wp admin helps solve this problem by allowing webmasters to customize their admin panel URL and access allows only selected ips. 20 20 21 After installed and configured unoapp protect s WP-Admin plugin, administrator able to change the "sitename.com/wp-admin" link into "sitename.com/custom-admin".21 After installed and configured unoapp protect wp admin plugin, administrator able to change the "sitename.com/wp-admin" link into "sitename.com/custom-admin". 22 22 23 23 The plugin also restrict admin access by multiple ips based … … 39 39 Manually: follow these steps: 40 40 41 * 1) Upload "unoapp protect s wp-admin" folder to the `/wp-content/plugins/` directory.41 * 1) Upload "unoapp protect wp admin" folder to the `/wp-content/plugins/` directory. 42 42 * 2) Activate the plugin. 43 43 * 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 6 6 Author: Unoapp 7 7 Author URI: http://www.unoapp.com/ 8 Version: 1. 08 Version: 1.1 9 9 */ 10 10 /* … … 92 92 <!-- General Setting --> 93 93 <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' <?php94 <p><label>Enable: </label><input type="checkbox" id="unopwa_active" name="unopwa_active" value='1' <?php 95 95 if (get_option('unopwa_active') != '') { 96 96 echo ' checked="checked"'; … … 104 104 <span><?php echo get_submit_button('Save Settings', 'button-primary', 'submit', '', ''); ?></span> 105 105 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> 107 107 <p><?php echo "define('WP_ADMIN_DIR', '" . esc_attr(get_option('unopwa_before_rewrite_text')) . "'); "; ?></p> 108 108 <p><?php echo "define('ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR);"; ?></p> … … 128 128 <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> 129 129 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 } ?> 131 131 <span> 132 132 <?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.