Simple description
Allows you to store when the player was first seen (by the plugin), when he was last seen and whether he/she is online.
Database
It basically stores it in a database (currently I only provide support for MySQL but others should work as well) You can of course get all information out of the database and put it on your website (I have an example using PHP since that is still the most common back-end language it also uses jquery and jquery.timeago)
Setup
Place the plugin in your plugins folder, start the server once. It will generate a config.yml file (inside plugins/LastSeenDatabase/). Edit the following items:
- url (default: jdbc:mysql://localhost:3306/bukkitserver) format: driver://host:port/database (jdbc:mysql is the mysql database driver)
- username: the username for the database
- password: the password for the user of the database
- enabled: set this to true to start using the plugin (default: false) You may change the formats but for the sake of usage with jquery.timeago I don't recommend it.
Web-setup
The zip contains a simple php and jquery script that gives you a good example of how to use it (mysql support only) I am also willing to help you implement it on your own website. I am even prepared to fully put in on your website so you don't have to worry about it (don't know for how many people I will do it, but feel free to ask)
Well I hope this is enough information if you have any questions feel free to ask.
-wesley009

