Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jahoerr

    (@jahoerr)

    So I emailed Arvixe support and they sent back the following:

    I found below errors under log. Could you please check and let us know why you are trying to code injection ? So that we can investigate it for you.

    ~~~~~~~~~~~~
    [Tue Jun 30 16:09:03 2015] [error] [client 71.58.176.130] ModSecurity: Access denied with code 501 (phase 2). Pattern match “(?:\\\\b(?:(?:n(?:et(?:\\\\b\\\\W+?\\\\blocalgroup|\\\\.exe)|(?:map|c)\\\\.exe)|t(?:racer(?:oute|t)|elnet\\\\.exe|clsh8?|ftp)|(?:w(?:guest|sh)|rcmd|ftp)\\\\.exe|echo\\\\b\\\\W*?\\\\by+)\\\\b|c(?:md(?:(?:32)?\\\\.exe\\\\b|\\\\b\\\\W*?\\\\/c)|d(?:\\\\b\\\\W*?[\\\\\\\\/]|\\\\W*?\\\\.\\\\.)|hmod.{0,40}? …” at REQUEST_COOKIES:od. [file “/usr/local/apache/conf/modsec2.user.conf”] [line “111”] [id “959006”] [msg “System Command Injection”] [data “cd\\x5c”] [severity “CRITICAL”] [tag “WEB_ATTACK/COMMAND_INJECTION”] [hostname “blog.blytheelizabeth.com”] [uri “/favicon.ico”] [unique_id “VZMhj2yvlIIAAF4hSrAAAAAF”]
    ~~~~~~~~~~~~

    I’m trying to make sense of this, but my knowledge of such things is almost nonexistent. Is this something I can fix? Could this be from an installed theme or plugin?

    Thread Starter jahoerr

    (@jahoerr)

    This is what my .htaccess file currently looks like:

    # AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
    
    # BEGIN WordPress
    
    # END WordPress

    Should I replace it with what you have?

    Thread Starter jahoerr

    (@jahoerr)

    Arvixe. I’m assuming the best course of action, then, would be to contact Arvixe’s support?

    Thread Starter jahoerr

    (@jahoerr)

    Figured it out!

    May be different for different themes, but I found the element class (entry-footer) with Chrome’s “inspect element” feature, and then just hid it using CSS.

    Just add this in the main stylesheet:
    footer.entry-footer {display: none;}

Viewing 4 replies - 1 through 4 (of 4 total)