geekboy_x
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Plus Authorship] This looks to have been resurrected as malwareDo 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.3Forum: Fixing WordPress
In reply to: Custom labels for the fields on the comment form?I searched the entire directory of theme files for the terms i used for the labels – got zero hits.
Forum: Fixing WordPress
In reply to: Custom labels for the fields on the comment form?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>’,Forum: Fixing WordPress
In reply to: Custom labels for the fields on the comment form?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.
Forum: Fixing WordPress
In reply to: What happened to the options to change labels on the comment fields?The changes are sticky regardless of theme.
Forum: Fixing WordPress
In reply to: What happened to the options to change labels on the comment fields?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.
Forum: Fixing WordPress
In reply to: What happened to the options to change labels on the comment fields?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?