Forum Replies Created
-
AuthorPosts
-
HassanPost count: 955
Try this one:
Do a simple change and save it!
If it doesn’t work click refresh buttons several times
if it doesn’t work again wait for 12 to 48 hours (ISP companies have caching system, too)
If not again, this is not a cache problem.
HassanPost count: 955I checked that out!
Unfortunately, WPFC do not provide an API to modify its behavior.
Instead, you need to modify it manually:
1) Open wp-fastest-cache/inc/cache.phpSearch for this line:
$this->createFolder($cachFilePath, $content);and add following RIGHT BEFORE it:
`if (class_exists(‘HideMyWP’)){
$h= new HideMyWP();
$content = $h->global_html_filter($content);
}`2) Now you can use Replace URL (Not HTML because it’s URL) to change those URLs. Use this rule:
wp-content/cache/wpfc-minified/ => new_cache/I hope we can find an easier way in future version of WPFC!
- This reply was modified 9 years, 6 months ago by Hassan.
July 9, 2015 at 3:53 pm in reply to: Sender Email of message sent through Contact Form 7 is incorrect. #3463HassanPost count: 955It was already solved!
I re-checked it for you, just make sure your use latest version!
HassanPost count: 955Hi-
It was due to using an older version of PHP.
Here’s fixed version:
Unable to activate plugin: Parse error hide-my-wp.php on line 1048
Official update will release soon!
HassanPost count: 955Your theme uses TimThumb. The solution is in FAQ page:
Does it works with TimThumb image resizer?
Sure, but please note you need to use “relative” URLs for it. You can use Replace in HTML feature to convert current image URLs to relative URLs. If timthumb.php location is similar to following pattern:
wp-content/(themes OR plugins)/PLUGIN_OR_THEME_NAME/timthumb.php
Using following rule for Replace in HTML should solve the problem (DELETE ALL SPACES).
timthumb.php?src [equal] http://YOUR_SITE.com/NEW_UPLOAD_PATH = timthumb.php? src [equal] .. / ../ uploadsIf timthumb file is located in a deeper path you need more ’.. /’ as an example for wp-content/themes/mytheme/includes/timbthumb.php you should have 3 ’.. /’ in your rule.
PS:
– NEW_UPLOAD_PATH is your current upload path e.g. “file” – Base on locations and files name it may have little differences in your site. So check out your source code carefully.
– Make sure you disabled avoid direct access to PHP files or added TimThumb file or theme folder to white list.HassanPost count: 955Glade to hear that!
As I said I just disabled custom 404 page! That line is now a part of Hide My WP 4.51 so you don’t need to use it individually!
It checks signs to know whether the visitor is isitwp or not. It do nothing with Wappalyzer.
HassanPost count: 955Hi-
I have triad Wappalyzer and it couldn’t find WP. (Screenshot has been attached)
The strange thing is that it isitwp can’t find WordPress in our demo page but can find it in your site. I disabled custom 404 page and changed a line in the source code which may help.
I added ‘www’ and isitwp couldn’t find WP but can do that without WP.
I think it’s a cache problem. Let’s do a test, use FTP and rename these files in WP directory for a moment:
index.php ==> index0.php
wp-login.php ==> wp-login0.phpThen try again and let us know the result. Revert thing back after the test.
HassanPost count: 955I meant renaming login related plugins!
Let me explain more: one plugin secure wp-login address by adding wpe-login=btcuser and another one secure it with amin=61102! These can’t work together!
You should disable one of them by renaming Hide My WP Folder or that plugin (Maybe M Ajax Login & Register or Remove Dashboard Access), then you can login and disable that specific feature in one of them. For example disable ‘Hide wp-login.php’ in Hide My WP settings page.
HassanPost count: 955Hi-
I couldn’t test it because of CAPTCHA language but it seems you use several login plugins at once it’s usually not a problem unless you enable same security features in both.
First of all disable one of them by renaming its folder at wp-content/plugins (use FTP or host file manager) Then you can login and choose the right one or disable one of those features!
HassanPost count: 955Hi Barbell,
– Changing CSS classes doesn’t necessarily destroy the design it depends on theme or plugins. Sometimes they just used that classes for reference.
– Maybe, the problem was caused by one of these features: Clean up menu/post/body classes.
-In case of CDN Path Tool, it just uses replace in HTML to replace theme, plugins and other files path. There’s no plan for multiple CDN support,however, you still can have different pathes for different folders. For example following rule can be used to change some of JS files:
yourdomain.com/skin/js/ ==> cdnthemejs1.maxcdn.com/skin/js/– Thanks for your report, I could fix that bug so replace tools now can be restored by reverting settings. New version has been attached. (v4.51 RC2)
Attachments:
You must be logged in to view attached files.HassanPost count: 955This reply has been marked as private.HassanPost count: 955I finally could solve the problem!
It was due to using an older version of Apache. Update to v4.51 RC to solve the problem.
I also noticed Simple XML (PHP module) is not available in your server. In order to have a better protection with IDS please request your host company to activate it for you!
Let me know if you have any problem with new version!
HassanPost count: 955It’s more helpful if you could provide login details as a private reply!
HassanPost count: 955Thanks for the report!
It was increased to 25 for each section (totally 50)
HMWP v4.51 will be released in next few days!
Here is beta version
Attachments:
You must be logged in to view attached files. -
AuthorPosts