gochart420 / TSSSaver

An online interface for TSSChecker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSSSaver

An online interface/frontend for TSSChecker.

Preview: https://tsssaver.1conan.com

Features

  • Download to ZIP
  • Save to Google Drive
  • Save to Dropbox
  • Instant blob saving
  • Google Recaptcha

Requirements

  • MySQL/MariaDB
  • PHP 5.5+ (7+ Recommended)
  • PHP-pdo-mysql
  • shell_exec()
  • TSSChecker
  • img4tool
  • Cron (Optional)

Installation


Coming soon.

How to get the auto index stuff

I used nginx with fancyindex module for that. Here is the config for it.

location /shsh {
	index index.php;
	fancyindex on;
	fancyindex_exact_size off;
	fancyindex_header "/index/header.html";
	fancyindex_footer "/index/footer.html";
	fancyindex_localtime on;

}

License


Licensed under MIT Exceptions in the licensing:
@jakeajames, @nstuj, or "Arshia Shojaian" is not allowed to use any of the code here.

About

An online interface for TSSChecker.

License:MIT License


Languages

Language:PHP 86.6%Language:CSS 9.1%Language:HTML 4.3%