Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Potential Spam Loop Hole

  1. #11
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Potential Spam Loop Hole

    The fix will be included in v2.9.3 which should be out in August.

  2. #12
    Thread Starter
    Junior Member
    Not a Verified Customer
    planetsean's Avatar
    Join Date
    Jun 2009
    Location
    USA
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Quote Originally Posted by dcowgill
    The fix will be included in v2.9.3 which should be out in August.
    So is the end of August a firm date for the v.2.9.3 release? You've mentioned in other threads that a blog post is coming soon on upcoming features and bug fixes. Having to wait for 2 months on a fix for this specific issue that's pretty major in regards to spam seems a little long IMHO.

  3. #13
    Amateur
    Not a Verified Customer
    roxie's Avatar
    Join Date
    May 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Quote Originally Posted by planetsean
    Quote Originally Posted by dcowgill
    The fix will be included in v2.9.3 which should be out in August.
    So is the end of August a firm date for the v.2.9.3 release? You've mentioned in other threads that a blog post is coming soon on upcoming features and bug fixes. Having to wait for 2 months on a fix for this specific issue that's pretty major in regards to spam seems a little long IMHO.
    I second that Planetsean...

  4. #14
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Potential Spam Loop Hole

    Alright guys, I realized the importance of this and came up with a fix which you can implement now if you don't want to wait until v2.9.3.

    Edit your single.php file and remove the following line below. (Make sure you create a back up of this file before proceeding in case you come across any issues.)

    Code:
    <input type="hidden" name="receiver_email" value="<?php email_spam(get_post_meta($post->ID, "email", true)); ?>" />
    That was the jumbled ad owner email address that you can view on ad pages.

    Now scroll up until you get to the following three lines and comment them out.

    Code:
    $receiver_email = strip_tags($_POST['receiver_email']);
    $receiver_email = str_replace("gd6j83ksl", "@", $receiver_email);
    $receiver_email = str_replace("m3gd0374h", ".", $receiver_email);
    Then paste this line of code below the commented out lines:

    Code:
    $receiver_email = trim(get_post_meta($post->ID, "email", true));
    Now test it and make sure everything works properly. You should no longer see the jumbled email address in the source code and ad owners will get the email inquiries.

  5. #15
    Thread Starter
    Junior Member
    Not a Verified Customer
    planetsean's Avatar
    Join Date
    Jun 2009
    Location
    USA
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Quote Originally Posted by dcowgill
    Alright guys, I realized the importance of this and came up with a fix which you can implement now if you don't want to wait until v2.9.3.

    Now test it and make sure everything works properly. You should no longer see the jumbled email address in the source code and ad owners will get the email inquiries.
    Seems to work nicely David. Thanks.

  6. #16
    Amateur
    Not a Verified Customer
    roxie's Avatar
    Join Date
    May 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Thanks

  7. #17
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Potential Spam Loop Hole

    Glad to hear it guys.

  8. #18
    christopher's Avatar
    Join Date
    Jul 2009
    Posts
    23
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: Potential Spam Loop Hole

    There is an antispambot() function built into WordPress that will partly encode email addresses.

    http://codex.wordpress.org/Protection_F ... Your_Email

    An interesting feature is it encodes only portions of an address, and does so randomly so the letters encoded are different each time the page loads, adding a little more firepower to the spam protection arsenal.

  9. #19
    Thread Starter
    Junior Member
    Not a Verified Customer
    planetsean's Avatar
    Join Date
    Jun 2009
    Location
    USA
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Quote Originally Posted by dcowgill
    Mon Jul 06, 2009 5:11 pm: The fix will be included in v2.9.3 which should be out in August.
    There is only one more day left in August so does that mean the new version is coming in the next 24-48 hours? If not, can we get a realistic release date on the next version? Thanks in advance.

  10. #20
    Marketplace Seller thesyndicate's Avatar
    Join Date
    Aug 2009
    Location
    The Matrix
    Posts
    1,842
    Thanks
    17
    Thanked 52 Times in 51 Posts

    Re: Potential Spam Loop Hole

    Today is the 1 September no 2.93 has been sighted. I really hope it is come soon.


    I love to help out you out but please read this first Have you tried to install in a root domain? Have you tried to Resave permalinks? Have you tried to disable all plug in? Have you tried the default theme of Wordpress?

    ++ If the issue is fixed consider closing the thread and change to solved, thank you for helping us helping you. ++

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Do you have problem with spam robots posting?
    By bastian in forum ClassiPress General Discussion
    Replies: 4
    Last Post: June 15th, 2009, 10:57 AM