Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. mysql {
  2. # MySQL logger is ment to log train place, destroy, color, create and explode events to your local MYSQL server.
  3. # This will NOT send any information elsewhere.
  4. # Logged events can be used on webpage (if you know how to program in PhP or any other WEB scripting language)
  5. # to track history of every train or just track, who has done something recently.
  6. # This ONLY works on dedicated servers, ONLY the OWNER of the SERVER must setup the url, the username and password for his mysql server where stats will be sent
  7. # That means this system DOESN'T have access to ANY of the CLIENT informations
  8. # The url will be handled like so in the code: String url ='jdbc:mysql://' +ConfigHandler.MYSQL_URL;
  9. # If you have questions about this code please contact
  10. # Spitfire4466 and/or DragonBornSR (author of the mysql part and owner of thesociety.eu Traincraft server: http://forum.thesociety.eu)
  11. B:MYSQL_ENABLE=false
  12. S:MYSQL_PASSWORD=your password
  13. S:MYSQL_URL=some url
  14. S:MYSQL_USER=your username
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement