Skip to content

CeriseGoutPelican/SimpleRedirectionPhp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleRedirectionPhp

Version 1.1 Maintenance Maintaner made-with-php made-with-php

Screenshots

1 2 3 4

Setup

Installation

There are no dependencies or databases. To start, you just have to clone this repository!

$ https://github.com/CeriseGoutPelican/SimpleRedirectionPhp.git
$ [email protected]:CeriseGoutPelican/SimpleRedirectionPhp.git

Configuration

First, from the ./data/ folder, you need to edit the logins.php.default and redirections.json.default files by removing the `.default'.

In the logins.php file, you need to edit the login by adding yours. By default, the admin login is [email protected] and passsword.

ℹ️ The password needs to by hashed with SHA-256.

$logins = [
	'[email protected]' 
		=> '5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8',
];

Serveur adress

Your domain name must not point to the root of the project but to the ./public folder.

Licence

Creative Commons Attribution 4.0 licensebuttons by

Versions

Changes

Version 1.1

  • Tracking clicks by IP address
  • Chart of the number of clicks over the last 30 days
  • Improvement of the mobile version

Next improvements

  • Cleaning Tailwind to improve performance
  • Adding a menu of options to enable or disable ip tracking

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published