MyBB Community Forums

Full Version: MyBB Notifier - Client And Server - Windows Application - Instant Post Notifications
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
[Image: news.php?product=MyBB_Notifier]
Hey guys well here is a quick application and script i have been working on it's based on the idea by this guy here http://community.mybb.com/thread-123744.html .

However his code was very "unsafe" there and was no API style system to prevent unauthorized access to his script.

Now before i start i'm not very good at PHP so this could possibly be improved but either way here is my work Smile

The old version by the guy above allowed you to get your salt, md5 and more from UID 1 just by visiting http://DOMAIN.TLD/poll.php

Basically this polls a script on your forum and then g ets all new posts for chosen UID



Screenshots UPDATED!
[Image: Heni04E.png][Image: oqIHCI1.png]
[Image: 7a0ed7c187.jpg][Image: 91f9ba288c.jpg][Image: 0ee141bf91.jpg]


Features
  • Custom interval

  • Notification count

  • Table of new posts

  • API key usage for security
           
  • Only gets fields it needs
           
  • Uses MyBB database functions
           
  • Outputs JSON


JSON Output
[
   {
      "subject":"RE: BETA Release: XBMC Remote Keyboard",
      "message":"yayay tyay",
      "username":"test",
      "tid":"123"
   },
   {
      "subject":"RE: [WIP] - VSX Remote",
      "message":"ok so i got the instant notifier working\n[hr]\nyay yay",
      "username":"test",
      "tid":"143"
   }
]



Changelog
http://cyanlabs.net/raw/changelog.php?pr...B_Notifier

Downloads
Always Latest - http://cyanlabs.net/mydownloads.php?acti...cat&cid=14

Official Forum / Support
http://cyanlabs.net/Forum-MyBB-Notifier

Source Code
http://github.com/cyanlabs/mybbnotifier


Added auto update system and notification sound, download only available on my website in link above
This forum seems kind of dead is there a better place i should have posted this thread? like plugins or something?
any one have any suggestions for new features?
This sounds interesting!
(2014-08-21, 07:28 PM)alv4 Wrote: [ -> ]This sounds interesting!

Appreciate it Smile
Why is that just a browser plugin while it could be a core feature of MyBB 1.8.0 or a MyBB plugin?
Mybb could use desktop and mobile notifications. Unfortunately I don't believe that this route is the correct route. I won't download additional software to run on my machine just to get these notifications. If there was a plugin that utilized HTML and Javascript, I'd be one of the first to pick it up. The one advantage this would have is that you wouldn't have to be running the forum in the web browser to get the notifications. But I'm not sure I want to be constantly bothered anyway.
(2014-08-25, 04:21 PM)jpninside Wrote: [ -> ]Why is that just a browser plugin while it could be a core feature of MyBB 1.8.0 or a MyBB plugin?
Good question, but its not a browser plugin as such its a windows application and i could make it a MyBB plugin but to be honest it already does what it needs to, it uses MyBB functions to access the database etc.

(2014-08-25, 07:08 PM)HolyPhoenix Wrote: [ -> ]Mybb could use desktop and mobile notifications. Unfortunately I don't believe that this route is the correct route. I won't download additional software to run on my machine just to get these notifications. If there was a plugin that utilized HTML and Javascript, I'd be one of the first to pick it up. The one advantage this would have is that you wouldn't have to be running the forum in the web browser to get the notifications. But I'm not sure I want to be constantly bothered anyway.

Well using a native application is the best way to accomplish desktop notifications and i like it, i use it all the time and my community love my fast responses. Each to their own though. I could easily make this a webpage but then what would be different than just going to your "MyAlerts" or "Subcribed Threads"?

Any way new version available both new server side script and new application version, adds the ability to double click the item from the list to view it in your default browser.

http://cyanlabs.net/mydownloads.php?acti...cat&cid=14

update removed temporary
Update 1.5.0 Live Again!
New Version Released
[Image: Heni04E.png]
[Image: oqIHCI1.png]

[Image: news.php?product=MyBB_Notifier]
Changed UI, Moved settings to separate window
Added Google SEO support ?action/&action
Added optional setting for notification sound
Added option to add to startup


Download
Pages: 1 2 3