Custom URL shortener https://fwdkr.co/
Go to file
Florine W. Dekker 80df81142a
Add a new, special GoatCounter solution
2021-04-23 17:47:20 +02:00
.gitignore Add a new, special GoatCounter solution 2021-04-23 17:47:20 +02:00
LICENSE Implement basic service 2021-03-18 18:05:49 +01:00
README.md Add a new, special GoatCounter solution 2021-04-23 17:47:20 +02:00
goatcounter.php Add a new, special GoatCounter solution 2021-04-23 17:47:20 +02:00
index.php Add a new, special GoatCounter solution 2021-04-23 17:47:20 +02:00
links.php Add optional redirection confirmation 2021-04-13 19:18:33 +02:00
links.sql Add optional redirection confirmation 2021-04-13 19:18:33 +02:00
phpliteadmin.php Update pla defaults 2021-03-22 20:28:05 +01:00

README.md

fwdkr.co

A custom URL shortener.

Requirements

Development

# Run local PHP web server
$> php -S localhost:8080 ./index.php

Installation

Copy these files into the desired directory. There's a few hardcoded URLs in there that you'll have to fix yourself. One day I'll create a config file for that.

You may override settings from phpliteadmin.php in the file phpliteadmin.config.php. Add your GoatCounter API token with "Record pageviews" permission in the .goat.token file. The database at .links.db is automatically created when you visit the main page.