Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
POST IT NOTES (php version) any one?
sprockett
New
I'd like to have a post it notes functionality on my site (as a replacement for shoutbox).
Does anyone have a nice PHP version? I saw a python version that was really quite neat, but i do not want to have to convert it to php....
THANKS GUYZ!!
0
This discussion has been closed.
Comments
After spending a few minutes in a room that wasn't overrun by spam, I realized that all it needs is the username prepended to input, reverse the order that comments are added, limit the frequency and size of input, and it would be a great shoutbox.
Sounds complicated but the code is just a page or two.