Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 1.85 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.85 KB

Index Librorum Prohibitorum

License Web Preview What's the reference

Index Librorum Prohibitorum (or Index) is a URL shortener/masker. The URL identifier is only 6 digits long.

🖥️ Installation

This website requires some software to work correctly:

  • PHP 7.2
  • Apache2
  • MySQL

PHP requires curl extension to be installed.

Other software like nginx or alternative PHP versions may cause an unexpected behaviour.

🔩 Configuration

config.php contains all the information relative to the MySQL configuration. You should replace the following lines with the right values:

// Database connection
define('MYSQL_HOST', '<HOST>');
define('MYSQL_USER', '<USER>');
define('MYSQL_PASS', '<PASS>');
define('MYSQL_DB', '<DATABASE>');
define('MYSQL_TABLE', '<TABLE>');

You can also enable the debug mode to get reports from notices and warnings.

🐙 Support the developer!

Everything I do and publish can be used for free whenever I receive my corresponding merit.

Anyway, if you want to help me in a more direct way, you can leave me a tip by clicking on this badge:


PayPal Donation