Forum Replies Created

Viewing 15 posts - 196 through 210 (of 623 total)
  • Author
    Posts
  • in reply to: Question regarding the Replace Tools #3476
    Hassan
    Post 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.

    in reply to: How replace cache url #3464
    Hassan
    Post count: 955

    I 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.php

    Search 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.
    Hassan
    Post count: 955

    It was already solved!

    I re-checked it for you, just make sure your use latest version!

    in reply to: ERROR on install plugin #3461
    Hassan
    Post count: 955

    Hi-

    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!

    in reply to: Images disappearing for only some webpages #3457
    Hassan
    Post count: 955

    Your 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] .. / ../ uploads

    If 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.

    in reply to: Still visible in ISITWP and also Wappalyzer #3314
    Hassan
    Post count: 955

    Glade 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.

    in reply to: Still visible in ISITWP and also Wappalyzer #3306
    Hassan
    Post count: 955

    Hi-

    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.php

    Then try again and let us know the result. Revert thing back after the test.

    in reply to: Can't login in Our Admin Site – Please help !! #3299
    Hassan
    Post count: 955

    I 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.

    in reply to: Can't login in Our Admin Site – Please help !! #3290
    Hassan
    Post count: 955

    Hi-

    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!

    in reply to: Question regarding the Replace Tools #3272
    Hassan
    Post count: 955

    Hi 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.
    in reply to: 500 error #3264
    Hassan
    Post count: 955
    This reply has been marked as private.
    in reply to: 500 error #3261
    Hassan
    Post count: 955

    I 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!

    in reply to: WP-Rocket minification #3125
    Hassan
    Post count: 955

    It’s more helpful if you could provide login details as a private reply!

    in reply to: Question regarding the Replace Tools #3119
    Hassan
    Post count: 955

    Thanks 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.
    in reply to: Will not activate—fatal error #3117
    Hassan
    Post count: 955

    You can also change $this to self ($this::url to self::url) on lines 1048 and 1065 manually.

    Let us know if it solve the problem.

    • This reply was modified 9 years, 6 months ago by Hassan.
Viewing 15 posts - 196 through 210 (of 623 total)