• Hi everyone,
    I too was attacked by this new spam bot called texas holden and online poker. I will be installing the Wpblacklist suggested but I realized that it started at the same time as I signed up for Blogexplosion at https://www.blogexplosion.com/ which brings me to think that maybe the spam was caused by that.
    Maybe it’s just a coincidence, but I would like to ask anyone who has the same problem, if by any chance they had also signed up for this new Blogexplosion?
    Thanks
    Lise
    https://over-50-and-kicking.com

Viewing 7 replies - 31 through 37 (of 37 total)
  • Regarding previous code fix, I tried putting it into the original from my 1.0 and receiving one comment in moderation and:

    Fatal error: Call to undefined function: _e() in /home/nommune/public_html/wp-admin/moderation.php on line 161

    Moderator James Huff

    (@macmanx)

    TG’s code was only tested to work in WP v1.2.x. It was later included as part of WP v1.2.2.

    Used 10 lines of correction in moceration.php in a 1.0 version, tried several times from the original. Getting:

    Fatal error: Call to undefined function: _e() in /home/nommune/public_html/wp-admin/moderation.php on line 161

    Also checked in wikis. Is the code from 10-31 above good for 1.0?

    Is the code above good for 1.0 version?

    Getting:

    Fatal error: Call to undefined function: _e() in /home/nommune/public_html/wp-admin/moderation.php on line 161

    After several attempts into the original.

    Recent posts page in Troubleshooting and my profile indicates a similar post made earlier, but do not see it here, so posting again.

    My apologies for multiple posts. I was not familiar with second page and only noticed my posts were not appearing. Thought it might have something to do with error line. Meanwhile posted error line and code:

    https://phpfi.com/67489

    Moderator James Huff

    (@macmanx)

    TG’s code was only tested to work in WP v1.2.x. It was later included as part of WP v1.2.2. TG’s code as an external hack is no longer supported.

    This is the material attempted to put into 1.0 to change default from Do Nothing to Delete:

    Move the ‘checked=”checked”‘ value from ‘Do nothing’ to ‘Delete’:
    <input type=”radio” name=”comment[<?php echo $comment->comment_ID; ?>]” id=”comment[<?php echo $comment->comment_ID; ?>]-delete” value=”delete” checked=”checked” /> <label for=”comment[<?php echo $comment->comment_ID; ?>]-delete”><?php _e(‘Delete’) ?></label>
    <input type=”radio” name=”comment[<?php echo $comment->comment_ID; ?>]” id=”comment[<?php echo $comment->comment_ID; ?>]-nothing” value=”later”/> <label for=”comment[<?php echo $comment->comment_ID; ?>]-nothing”><?php _e(‘Do nothing’) ?></label>
    Now the default for comments awaiting moderation is “delete”, so you can clean them out with one click.

Viewing 7 replies - 31 through 37 (of 37 total)
  • The topic ‘Recent spam in comments’ is closed to new replies.