Code

Discussion on Hide My WP - Amazing Security Plugin for WordPress!

Discussion on Hide My WP - Amazing Security Plugin for WordPress!

By
Cart 32,521 sales

wpWave supports this item

Supported

This author's response time can be up to 1 business day.

5595 comments found.

Tried to use this on 2 different sites and doesnt work at all. 500 errors when enbaled even with the light mode.

Can you please generate debug report (from HMWP start tab) and post it here (http://support.wpwave.com/) as private reply.

On a wamp box version 4.54 , the plugin works perfect except if you try to use the IDS system. The moment you enable it wp dies.

Fatal error: require_once(): Failed opening required ‘hmwp_ms/Utils.php’ (include_path=’C:/www/www.somedomain.com/www’) in C:\www\www.somedomain.com\www\wp-content\plugins\hide_my_wp\lib\mute-screamer\mute-screamer.php on line 42

It doesn’t appear to be prefixing /libraries properly, just gets dropped. I’d edit the code to fix it but if I ever install an update it will blow up again.

Hi, what’s the PHP version you are using? If it’s less than 5.4, then can you please try updating it to 5.4 or higher? You might need to contact your host for this. Let us know.

Hi, I am interested in purchasing your plugin. Would like to know if it is compatible with the following themes: The Retailer and Enfold. And is there any conflict with Premium SEO Pack – Wordpress Plugin? Look forward to your response.

Thank you

Hi, yes, HMWP is compatible with The Retailer and Enfold themes, and all other WP themes. It is compatible with Premium seo pack plugin.

hi, I have purchased your plugin and have activated it. I still see all theme info in page source. Please advise how to hide this info. Isn’t your plugin suppose to hide this info? Please respond soonest. Thank you

Hey, I have bought the plugin, but seems it don´t work anymore. Also i can´t make user to your forum (send link that don´t work). Can you contact me via email: steve@webberry.eu ? Thank you! username. lutsukomm

Hi, you can contact me via contact form in my profile page – http://codecanyon.net/user/namus25

PRE PURCHASE For Multisite Installation:

I’m interested in purchasing the plugin for my multisite installation and have few questions before making a purchase if you don’t mind.
  1. Do I have to make any changes on htacces :
  2. Do you have detail information on the files to be changed/modify on htaccess?
  3. Would you make the changes on htaccess for me after purchase and installation? Wouldn’t mind paying for this Thanks,

1) if htaccess file is not writeable then you’ll need to manually update htaccess file (steps mentioned in documentation)

2) yes, detailed steps mentioned in documentation

3) we do provide dedicated tech. support (http://support.wpwave.com/) if in case you have any problem with HMWP, and you need not pay for it :)

Hi, quick question, I have purchased this plugin before for a website. i am about to purchase again but does it have issue with wp super cache and cloud flare? thanking you

Hi, HMWP is compatible with super cache and cloud flare.

Thank you, I purchased it again.

Hello, I would like to buy this plugin, but i have few questions in my mind which are still not cleared from FAQs, 1) Does this completely changes the permalinks of post/pages and others which can affect seo? If yes, then is it necessary to use this option for security or I can keep it as it is without using it. 2) Does this plugin has separate permalink disable/enable option? 3) Does it affects website loading speed? 4) Can you provide assistance for implementing this plugin after purchase? in technical matters like editing codes in htacess and all. 5) If i disable the plugin any time will this cause any issue with site like permalinks or any other which can make my site unavailable or I have to again make the changes in htacess codes? or you have any option within the plugin to add code in htaccess and remove it from there only without accessing it from FTP. 6)Does this plugin completely hide my current theme name from view source including the theme name appears in ajax, javascript. for e.g in view source blossom-account-reg, blossom-new-user-account, “where the blossom is the theme name” Cause premium theme uses their name everywhere in all features & files, so can we hide theme name from view source completely. Thanks,

1) regarding SEO please check this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/16131

2) it doesn’t have separate permalink disable/enable option

3) regarding site speed – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/16071

4) yes, we do provide dedicated tech support (http://support.wpwave.com/)

5) you can disable/enable HMWP at any point of time. You’ll need to update htaccess file manually only if it’s not writeable.

6) if the theme uses it’s name for javascript variables and css class names then in such case it’s not recommended to replace such text/names (HMWP has option to replace any word/text in page source) as these names would have been used by theme internally and replacing those may affect site’s styling and or functioning.

Hi… Will this affect my SEO by any chance? and what about child themes? Is there any list of what plugins it will interfere with? we have a really big website and we use around 40 plugins! I am really excited about this plugin but would not want to waste any time or effort if its going to interfere with our working website…

Hi, regarding SEO please check this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/16131

HMWP works with all plugins, but with few plugins like W3TotalCache, Better WP Minify, etc. you’ll need to do manual settings (steps mentioned in FAQs). Many of our customers with big websites use HMWP :)

Hi,

I would like to ask you a few things about your plugin before buying it.

1)Do i have to buy a different licence for usage on different websites? 2)Does it hide completely both WP CMS and WP theme name? 3)Does it hide the theme from websites like http://www.wpthemedetector.com/ ?

Thanx in advance!

1) It’s one license one site. Hence you’ll need separate licenses for multiple websites. More details – http://codecanyon.net/licenses/standard

2) Yes, it hides both Wp CMS and WP theme

3) It hides the theme from detectors like wpthemedetector.com, whatwpthemeisthat.com, isitwp.com, etc.

hi, i wanted to see harmony between my plugins and HWP. What specific names am i supposed to add once i checked “Add plugins files to above list. Use this if you experience incompatibility with plugins.”; the plugin folder name or what? thank you.

Hi, it means the plugin’s PHP file that you want to access directly. For example, you should add this:

wp-content/plugins/YourPlugin/yourcode.php

Hi !

I’m using this plugin on a client Website but there few problems. This website run the Multisite of Wordpress, and when I add the line

define("ADMIN_COOKIE_PATH", "securedAdmin/");


My Wp login doesnt work anymore and I’m locked in a loop…
Also Urls generated contains double / eg http://mydomaine.com//template/
Have I done anything wrong in my config.. ?

In wp-config.php you need to add following line before require_once(...):

define(“ADMIN_COOKIE_PATH”, ”/securedAdmin”);

You also need to update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:

RewriteRule ^securedAdmin/(.*) /wp-admin/$1 [QSA,L]

Also, have you posted regarding this in our support forum too?

HI I am using woocommerce on my website, your plugin did good job hiding wordpress. When I tested site with http://builtwith.com/, it was saying that my site uses wordpress but after configuring this plugin it does not detect that I use wordpress and any other theme, but it says that you are using woocommerce as eCommerce platform, is there any way to hide the information related to woocommerce?

Hi, woocommerce plugin uses the word “woocommerce” in many of it’s CSS class names and script variables, and it’s not recommended to replace such CSS class names and script variable names as these have been used internally by plugin and doing so might break your site’s styling and/or functioning.

However, can you please let us know your website URL so that we can have a look at what can be replaced.

http://wncore.azerfon.az/wn.js?v=3

Isnt possible to use other website for CDN ? that is annoying

Hi, I didn’t exactly get the issue you are having with HMWP. Can you please explain?

Can you hide it so that when people right click they do not see the theme you are using. If you rename it, will you still be able to upgrade your theme or Wordpress?

Thanks

Hi, yes, HMWP will hide wordpress from page source and also from detectors like whatwpthemeisthat.com. You’ll be able to update wordpress, theme and plugins as usual.

Thank you, I will be definitely purchasing this plugin very soon!!

Hi there, I am interested in this plugin as my need is very very simple, I just want to be able to hide the theme name, nothing else. This should be pretty straightforward, yes? Its a small website hosted on Godaddy.

Cheers

Hi, yes, you simply have to activate HMWP plugin and apply a predefined settings.

Great! I will purchase now. Great reviews btw. :)

I am using your plug. However, I have a problem. I am using the theme of the child but the styles are taken from parent theme. At the inspection, the parties i see the name of the theme of which are collected styles. How do I fix that did not show the name of the theme?

https://drive.google.com/file/d/0B1xViQ7RdtSwTGNqaWFZck55T0E/view?usp=sharing

What could be the reason for this ? Why do I name a parent theme ?

Give me your email address and we will send the access data to the page.

Hi, you can send me the details using the contact form in my profile page – http://codecanyon.net/user/namus25

Can your plugin trick wpsniffer chrome extension https://chrome.google.com/webstore/detail/wpsniffer/kihhefcbenhkjgjhchanjfhhflaojldn to show the name of the theme forder from wp-content/themes if I use a child theme for my site?

Hi, yes, using HMWP plugin in your site will hide the fact that you are using wordpress and hide the theme you are using and tools like wpsniffer, whatwpthemeisthat.com. isitwp.com, etc. won’t be able to detect.

Hello, recently bought this plugin and need some time to figure out the whole lot of options well. However is it possible to just hide/ change theme name quickly? I am having a problem understanding from documentation so hope you can guide step by step.

Hi, please follow these steps:

- goto HMWP >> ‘Start’ Tab >> ‘Medium Privacy – More Compatibility’ scheme >> click ‘Save Settings’

Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable.

Hello, i am tried using plugin with med privacy- more compatibility but the site after is not showing well, al graphic disturbed and also in page details i can still see theme name as wp-content/themes/... Can you please guide how can I use this plugin? My concern still specificaly is hiding theme name.

Hello, i have an issue, im usin cloudfront so i have 6 cdn cnames, how i make it work? because only allow to put one.

Thanks

Hi-

In these case it’s require to use Replace in HTML to change each path:

I added a FAQ: http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/25771

Hey, sorry for bothering, but im not very skilled hahaha… where I need to put the code lines that do you say. I have to modify something?

Thanks!!! a lot!

Hi, can you please post into our support forum (http://support.wpwave.com/), your website’s backend login details (as private reply) so that we can set it up for you.

Hi – thanks for a great plugin. Where I know how to get rid of the ‘Powered by Visual Composer’ etc. it’s a bit of a thing for me that I could get rid of the ‘vc’ in the Page Source without corrupting the site. I totally understand that this is obviously easier said than done, but are there any plans on how we could replace vc and mask it without messing up the site? Cheers

Hi, you can use “replace in html” option under replace tools tab to replace any text in the site’s page source. Simply add the replacements there.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey