Log MyAnimeList username changes. Made with PHP and MySQL.
The purpose of this project is to make converting MAL usernames to unique user IDs easier (and vice versa) as well as finding MAL profiles from old usernames, especially those of who often change their usernames.
- Any webserver
- PHP
- MySQL server (or any MySQL-compatible DBMS)
- Install prerequisites.
- Place project files in any directory your webserver can serve.
- Create the tables in any database in your database server using the commands in
setup.sql. - Create a file containing your database server credentials as in
sql-key-example.phpand place it in the project directory as "sql-key.php"
Attention: Make sure to deny public access to the credentials file in your webserver configuration.