Anti-Malware Admin

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 686 total)
  • Author
    Posts
  • in reply to: Site OFFLINE – Error 503 #1645

    Anti-Malware Admin
    Key Master

    If your sites are offline then the scan will not be working either. Check your server’s error_log files to get more info about those 503 errors or ask your hosting provider why your sites are all offline.

    in reply to: Brute-force Protection Not Installed #1641

    Anti-Malware Admin
    Key Master

    I’m glad your web hosting company responded with a solution and it is working now.

    I am posting their response here in case it might help others who have the same problem.

    In Plesk, in the WordPress security menu, you activated “wp-content folder security”, which prevents accessing it directly.

    I have disabled this.

    Aloha, Eli

    in reply to: Brute-force Protection Not Installed #1639

    Anti-Malware Admin
    Key Master

    Thanks for your donation, I’m glad my plugin was helpful in stopping that attack.

    I would like to help you resolve error on your server that is causing the “no response” message on the JS/Session test.

    If you are willing to send me your wp-admin login then I can debug this issue on your site, other wise please check your browser’s Error Console for JavaScript errors and the error_log files on your server for PHP Errors and let me know what you find.

    in reply to: No response from server #1638

    Anti-Malware Admin
    Key Master

    I am not getting that same result so I think you must have put more code in there from the index.php file. I am trying to debug and isolate the exact conditions that are not being met for the if statement to produce that error you are getting. Would it be possible for you to create an admin login for me so that I can login to this site and debug the code in-place?

    If so, You can email the login details dorectly to me: eli AT gotmls.net

    in reply to: No response from server #1633

    Anti-Malware Admin
    Key Master

    Ah, yes. Now try changing the .htaccess file in that directory so that it redirects to test.php instead on index.php and then call up that gotmls.js path in your browser.

    in reply to: No response from server #1629

    Anti-Malware Admin
    Key Master

    That does seem to work as I expected, so I’m not really sure why the rewrite is not working correctly.

    The next step would be to put this code in your test.php file:
    < ?php
    if (preg_match('|(.*?/gotmls\.js\?SESSION=0)|', GOTMLS_script_URI, $match))
    print_r(array(GOTMLS_script_URI=>$match));
    else
    print GOTMLS_script_URI;
    ?>

    in reply to: No response from server #1624

    Anti-Malware Admin
    Key Master

    Yes, there is no gotmls.js located in that directory, but there is a rewrite rule in the .htaccess file that is in that directory which should allow it to generate dynamic JavaScript content (not “image/gif” content).

    Can you test something for me? Can you make a new file called test.php in that same directory and put this code in that file:
    REQUEST_URI=
    < ?php echo htmlspecialchars($_SERVER["REQUEST_URI"], ENT_QUOTES); ?>

    Then call up that file in your browser and tell me what it says?

    in reply to: No response from server #1620

    Anti-Malware Admin
    Key Master

    Check your browser’s Error Console to see if there are any JavaScript errors on the page when you get the “No response from server” error message. Then check your servers’s error_log files to see if there is any indication as to what exactly is not working right.

    in reply to: No response from server #1618

    Anti-Malware Admin
    Key Master

    Does your new server run nginx or apache? rewrite rules only work in apache so my brute-force patch does not work in nginx.

    in reply to: Schedule scanners #1615

    Anti-Malware Admin
    Key Master

    Yes, I am working on this feature. I will let you know when I have something ready for testing.

    in reply to: donation #1612

    Anti-Malware Admin
    Key Master

    Yes, just register all your sites with the same email address and your donation will count for all of them ;-)

    in reply to: Anti-Malaware for vtigercrm #1606

    Anti-Malware Admin
    Key Master

    Yes, My plugin can scan and clean all subdirectories with your WordPress root install.

    in reply to: Blackhat SEO Hack Google Results #1603

    Anti-Malware Admin
    Key Master

    If you quarantined the threats then you may just need to request a review in Google Webmaster tools. It will take a little while before the search results are re-indexed to reflect the changes you have made. You don’t need to delete the quarantine records, but if google comes back and says there is still malware on the site or the site is still actively redirecting then you need to keep looking for more threats.

    in reply to: IFTTT recipe can't connect to wordpress #1599

    Anti-Malware Admin
    Key Master

    That URL looks fine to me and I don’t think my plugin would block that unless you need XMLRPC access. If that is the problem you can unblock access to your xmlrpc.php file on the Firewall Settings page in your admin or you and add the remote IP of the server that needs access to the whitelist array in you .htaccess file. But I have a feeling it’s not my plugin at all that is causing that error you got. Let me know if you figure it out ;-)


    Anti-Malware Admin
    Key Master

    Sometimes Google reacts to cached pages they crawled in past, even if the live site is clean. What are the dates on the URLs that Google Webmaster Tools says are compromised?

Viewing 15 posts - 406 through 420 (of 686 total)