https://github.com/liambaloh/ss13tools
The various web tools for ss13.
https://github.com/liambaloh/ss13tools
byond byond-dmi byond-game-engine database dmi dmi-files dreammaker image-generator images php space-station-13 ss13 statistics tgstation xampp
Last synced: about 1 month ago
JSON representation
The various web tools for ss13.
- Host: GitHub
- URL: https://github.com/liambaloh/ss13tools
- Owner: liambaloh
- License: mit
- Created: 2017-01-12T22:11:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T19:51:31.000Z (over 8 years ago)
- Last Synced: 2025-04-10T20:18:55.923Z (8 months ago)
- Topics: byond, byond-dmi, byond-game-engine, database, dmi, dmi-files, dreammaker, image-generator, images, php, space-station-13, ss13, statistics, tgstation, xampp
- Language: PHP
- Size: 1.83 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SS13Tools
The various web tools for ss13.
There are only two things you should know about this repository...
* It was never meant to be public and thus was coded absolutely atrociously.
* It predates bootstrap :)
# Remake
You might want to also look at the following remake attempt for these tools: https://github.com/nfreader/newSS13tools
At the time of writing, not all tools have been recreated though.
# Included tools
- Ban overview page
- Connection lookup (aka "How much time have I wasted")
- Death heatmap image
- Do admins play
- Game stats
- Ingame poll results
- Examine poll (needs repair)
- Book club
- Player migration
- Privacy poll results (needs repair)
- Achievements generator
- Advice assistant
- Character image generator
- Moodlet generator
- Passport generator
- Userbar generator
# Licensing
- Code licensed under MIT license aka "Do whatever you want with it"
- SS13 art licensed under Creative Commons 3.0 BY-SA or whatever they're using right now. More info: https://github.com/tgstation/tgstation
# Installation
## Tools:
- Have a server running https://github.com/tgstation/tgstation code, with a database connection set up. Play a few games, run a few polls, ban a few players (just so you ahve data to show with these tools)
- Have a web server running some not-completely-obsolete version of PHP (5.4+ should work)
- Copy-paste these files to some folder on your web server (At minimum analytics.php, db.php, the php file for tool of your choice and all the directories)
- Open db.php and fill in the required information (database host, port, username, password and db name + website login username and password - these two are used for tools that require a sign-in like the book club)
## Image generators:
- Have a web server running PHP 5.4+
- Copy paste the entire folder for the image generator you want onto your web server
- You might need to add permissions (chmod) the 'w' and 'saves' folders so the php scripts are allowed to save generated images.