Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter geekboy_x

    (@geekboy_x)

    Do you want a copy of the plugin that was uploaded to my site? The header points to this page, but the plugin code is completely different. Someone is using you as the supposed source for their malware plugin:

    Plugin Name: Dos2Unix
    Plugin URI: http://ww.wp.xz.cn/extend/plugins/dos2unix/
    Description: These implementations of dos2unix and unix2dos have been modelled after dos2unix/unix2dos under SunOS/Solaris. The first versions were made by John Birchfield in 1989, and in 1995 rewritten from scratch by Benjamin Lin. Mac to Unix conversion was added by Bernd Johannes Wuebben in 1998, Unix to Mac conversion by Erwin Waterlander in 2010. 
    Author: Anton Skorobogatov <[email protected]>
    Contributor: Andrey Serebryakov <[email protected]>
    Contributor: Sergey Biryukov <[email protected]>
    Author URI: http://skorobogatov.ru/
    Version: 0.3
    Thread Starter geekboy_x

    (@geekboy_x)

    I searched the entire directory of theme files for the terms i used for the labels – got zero hits.

    Thread Starter geekboy_x

    (@geekboy_x)

    Those values are actually in lines 1525 to 1530 … and mine still have the original labels listed in the file:

    <<SNIP from comment-template.php>>

    ‘author’ => ‘<p class=”comment-form-author”>’ . ‘<label for=”author”>’ . __( ‘Name’ ) . ‘</label> ‘ . ( $req ? ‘<span class=”required”>*</span>’ : ” ) .
    ‘<input id=”author” name=”author” type=”text” value=”‘ . esc_attr( $commenter[‘comment_author’] ) . ‘” size=”30″‘ . $aria_req . ‘ /></p>’,
    ’email’ => ‘<p class=”comment-form-email”><label for=”email”>’ . __( ‘Email’ ) . ‘</label> ‘ . ( $req ? ‘<span class=”required”>*</span>’ : ” ) .
    ‘<input id=”email” name=”email” type=”text” value=”‘ . esc_attr( $commenter[‘comment_author_email’] ) . ‘” size=”30″‘ . $aria_req . ‘ /></p>’,
    ‘url’ => ‘<p class=”comment-form-url”><label for=”url”>’ . __( ‘Website’ ) . ‘</label>’ .
    ‘<input id=”url” name=”url” type=”text” value=”‘ . esc_attr( $commenter[‘comment_author_url’] ) . ‘” size=”30″ /></p>’,

    Thread Starter geekboy_x

    (@geekboy_x)

    Sadly, it doesn’t seem to be there. I’ve done a search of that file and I can’t find the new prompts I used. Nor are those words anywhere in any of the theme files. Huh.

    Thread Starter geekboy_x

    (@geekboy_x)

    The changes are sticky regardless of theme.

    Thread Starter geekboy_x

    (@geekboy_x)

    I tried the deactivation – i only have seven plugins running, and five more in inactive status, and none of them have anything to do with comments.

    And no, I didn’t get dirty in the core code – i constrain my editing to theme files only. I *did* re-install WP last night from the dashboard, but I will do a manual replacement of wp-admin and wp-includes now.

    EDIT: Did the manual upload of wp-admin and wp-includes from a FRESH download, and no dice. Still non-standard labels on the comment fields. And searching for “speak your piece” and “if you have an URL” in the theme files comes up with nothing.

    Thread Starter geekboy_x

    (@geekboy_x)

    Okay, I must be cracked them. But I know that i changed the main field label from “leave a comment” to “speak your piece”. and its not theme based, because it sticks from one theme to the next. As well, the “URL (if you have one)” is also something I changed. I know it! Really! Not cracked!!

    is there an old plug-in that i might have used and since discarded and forgotten about?

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