stat.ink

https://stat.ink/

MIT License

Stars
278
Committers
36

stat.ink

Source codes for https://stat.ink/

SquidTracks, splatnet2statink, IkaLog, s3s Splatoon 1, 2, 3

This software will save your Splatoon 1, 2, 3 battle results and get statistics by integrating with "supported software" such as SquidTracks, splatnet2statink, IkaLog, s3s, etc., or your own app.

BUG REPORT

I'll accept your bug report in English or Japanese. The administrator is not goot at English. Please use easy English and do not use idioms or slangs.

Use a private channel if it is a security issue.

REQUIREMENTS

  • PHP 8.2 or PHP 8.3
    • PHP 8.18.2
      Doesn't work with 8.1 or lower. (Uses statements and constants added in v8.2)
    • Argon2PHPRemirepoPHPphp-sodium
      You should build/install with Argon2. Install php-sodium if you use remirepo's PHP
  • PostgreSQL 11
    • PgSQL 1011
      Doesn't work with 10 or lower. (Uses features added in v11)
  • ImageMagick (convert)
  • Node.js (npm)
    • Recommended: latest release or latest LTS
  • jpegoptim
  • MaxMind's account

https://stat.ink/ works with:

MaxMind's Account

stat.inkGeoIP MaxMind

Stat.ink uses the GeoIP database for purposes such as detecting the user's time zone. You need to register an account on MaxMind to download the database (No additional cost required).

  1. MaxMind Sign up for MaxMind account (or just log in)

  2. My License KeyGenerate new license key Access to "My License Key" page and click "Generate new license key."

  3. License key description Fill in "License key description" and issue a license key.

  4. Note the license key. The license key won't be displayed again.

GEOIP_LICENSE_KEY bash~/.bashrc

After issuing the license key, set the license key to the environment variable "GEOIP_LICENSE_KEY". If you are using bash, you may want to add the following to your ~/.bashrc:

export GEOIP_LICENSE_KEY=ABCDEFGHIJKLMNOP

.bashrc source ~/.bashrc

After editing .bashrc, reopen the shell or remember source ~/.bashrc.

Branches

2 master dev

We have 2 main branches. The one is master and the other is dev.

master branch

dev

This branch is deployed to the server. Changes are merged from the dev branch at irregular intervals.

When you contribute to us, you should not request changes to this branch.

master

The word master is just an identifier. There are no political or discriminatory intentions.

dev branch

The development of the app takes place on this branch.

/

If you think you're going to make a pull request, make the change from this branch.

HOW TO USE (DEVELOPER)

We are switching from CentOS 7 to RockyLinux 9 and cannot set up the system in the way shown here.

SETUP

Recommend: Setup with Vagrant

Another way: How to setup a development environment

Note: Docker way is abandoned.

UPDATE

git fetch --all && \
  git merge --ff-only origin/master && \
  ./composer.phar install --prefer-dist && \
  make && \
  ./yii asset/up-revision

API

stat.ink API See the pages below for APIs to post and retrieve data from stat.ink.

CODING STANDARDS

Language Coding Standards
PHP PSR-12-based, See phpcs.xml
PHP (views) Indent with 2 spaces
JavaScript semistandard
SCSS / CSS Sass Guidelines-based, See .stylelintrc

LICENSE

The MIT License (MIT)

Copyright (c) 2015-2024 AIZAWA Hina <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

LICENSE (App Template)

The Yii framework is free software. It is released under the terms of
the following BSD License.

Copyright  2008 by Yii Software LLC (http://www.yiisoft.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
 * Neither the name of Yii Software LLC nor the names of its
   contributors may be used to endorse or promote products derived
   from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

LICENSE (DOCUMENTS)

Creative Commons - 4.0

Documents of stat.ink project are licensed under a Creative Commons Attribution 4.0 International License.