THIS BLOG IS ARCHIVED AND THUS NO LONGER MAINTAINED, SOME PAGES MIGHT NOT WORK PROPERLY
26 06 2007

Notifyme & Useronline Bug Fixes


bug.jpgI released updates for the Notifyme and Useronline plugin, they’re available at the download page.

In Notifyme I fixed the following bugs/issues:

  • Bugfix: Recipients can no longer see all of the other recipients in the e-mail.
  • Bugfix: Mails are only send once to every person.
  • Bugfix: the Blog-author variable should now be working in the template
  • Correction: Changed Configurate to Configure (yea I know..)

And for Useronline the following was fixed:

  • Bugfix: Useronline should now show up as a widget.
  • Bugfix: The MySQL error “Duplicate entry ‘32767′ for key 1” has been fixed and should no longer appear (unless you are celebrating your 100.000.000.000th visitor :p)

That’s it for now, thanks to anyone that reported these bugs :)

6 Responses to “Notifyme & Useronline Bug Fixes”

  1. Jonathan
    12:56 pm on June 28th, 2007

    I just installed your PageActivity plugin — and it’s great!

    One note though to improve it:

    have you thought about trying to implement AJAX into it? Maybe trying to implement it in the sense of something like this: http://digg.com/spy

    Might work great so someone can just sit back and watch the traffic on their site : )

    Another feature request is this:

    Be able to decipher between bots and real people.

    Even further to enhance it,

    be able to recognize people by their cookies if they have commented before or not and actually show who they are.

    Thanks again so much, keep up the great work!!

    Jonathan

  2. Jonathan
    12:59 pm on June 28th, 2007

    And just to clarify,

    I mean have a separate section for the bots and the actual guests.

    I do see it recognizes members (at least that are logged in), that’s good.

    Thanks again!

  3. Nathan
    12:01 pm on June 29th, 2007

    [quote comment="11"]

    I just installed your PageActivity plugin — and it’s great!

    One note though to improve it:

    have you thought about trying to implement AJAX into it? Maybe trying to implement it in the sense of something like this: http://digg.com/spy

    Might work great so someone can just sit back and watch the traffic on their site : )

    Another feature request is this:

    Be able to decipher between bots and real people.

    Even further to enhance it,

    be able to recognize people by their cookies if they have commented before or not and actually show who they are.

    Thanks again so much, keep up the great work!!

    Jonathan

    [/quote]
    [quote comment="12"]And just to clarify,

    I mean have a separate section for the bots and the actual guests.

    I do see it recognizes members (at least that are logged in), that’s good.

    Thanks again![/quote]

    It does actually check if people have visited your site before, but the function is still a bit buggy and needs fine tuning,
    As for the AJAX, awesome idea! I can’t believe I never thought of that myself ;) Will certainly include that in future versions.

  4. Steve
    1:38 am on July 1st, 2007

    I found a flaw with the Notify Me plugin. If someone enters a ‘ in the Name field it causes a database error and displays the whole sql code with everyone’s name and address.

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Cousin);xxxx@xxx.com;,Name2;xxx@xxx;,Name3;spun' at line 1]
    UPDATE naatan_notifyme SET people=’Test;xxx@xxx.com;,Valerie (Gina’s Cousin);xxx@xxx.com;,Name2;xxx@xxx.com;,Name3;xxx@xxx.com;,Name4;xxx@xxx.com;Website URL,’ WHERE id=’2′

  5. Steve
    1:44 am on July 1st, 2007

    Also - the link on the plugin page says “http://www.naatan.com/?page_id=58″

    That doesn’t work. You may want to change it to link to “http://www.naatan.com/index.php/2007/06/26/notifyme-useronline-bug-fixes/” instead.

    :)

  6. Nathan
    12:00 pm on July 1st, 2007

    [quote comment="16"]I found a flaw with the Notify Me plugin. If someone enters a ‘ in the Name field it causes a database error and displays the whole sql code with everyone’s name and address.

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Cousin);xxxx@xxx.com;,Name2;xxx@xxx;,Name3;spun' at line 1]
    UPDATE naatan_notifyme SET people=’Test;xxx@xxx.com;,Valerie (Gina’s Cousin);xxx@xxx.com;,Name2;xxx@xxx.com;,Name3;xxx@xxx.com;,Name4;xxx@xxx.com;Website URL,’ WHERE id=’2′[/quote]
    [quote comment="17"]Also - the link on the plugin page says “http://www.naatan.com/?page_id=58″

    That doesn’t work. You may want to change it to link to “http://www.naatan.com/index.php/2007/06/26/notifyme-useronline-bug-fixes/” instead.

    :)[/quote]

    Thanks for letting me know, I will fix this in the next version :)