MyBB notifier is a server and client that when used together allows the client to poll the site for new posts and notify the user
Version:
2.3.4
Date:
October, 2014
License:
No License / Open-Source

About

MyBB notifier is a server and client that when used together allows the client to poll the site for new posts. Basically this polls a script on your forum and then gets all new posts for chosen UID

1.6.0
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

1.5.0
Added load default browser directly to post
(showthread.php?tid=XXX&pid=XXX#pidXXX).
Requires you to re-enter the script path and web address.
Requires you to re-upload the new notifier.php script

1.4.0
Added auto update system
Added notification sound

1.3.0
fixes broken interval selector

1.2.0
Fixed small issue if settings were wrong on launch it wouldn't poll.

1.1.0
Added UID option

1.0.0
Initial Release

Both server script and client are included in download

 

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 workingn[hr]nyay yay",
"username":"test",
"tid":"143"
}
]

Back to Top
cross