Mikopet / InSSpector

Ultimate tool for inspecting various game's user screenshots! Written in Silex :-)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InSSpector

Ultimate tool for inspecting various game's player screenshots! Written in Silex :-)

For use this tool, first you need to install it.

There are 2 versions you can do that.

  1. Using GIT
  2. Download zip

ZIP will be created later, so you can use only git yet:

git clone https://github.com/Mikopet/InSSpector.git
cd InSSpector
composer install

Okay, we have the working code now, set up the webserver:

Apache

need to enable mod_rewrite. I dont use apache, so it's not implemented yet, but look the config here

nginx

Use default Silex config

Configuring

Make a config.yml in the app directory (near composer files), and fill out like this:

servers:
    sd:
        name: Search & Destroy
        shots_dir: /path/to/your/shots/
    tdm:
        name: Team Deathmatch
        shots_dir: /path/to/other/shots/

Troubleshoot: if doesn't work, check permissions on dir, and files

Additional features (not fully implemented)

In config YAML you can use a few plus features, like image covering, or shame wall. For this, you can simply define cover: true or shame_wall: true

you need to add a path for your servers, the shame_dir like you did with shots_dir

About

Ultimate tool for inspecting various game's user screenshots! Written in Silex :-)


Languages

Language:HTML 49.4%Language:PHP 31.6%Language:CSS 19.0%