All Projects → azetrix → ShortLink

azetrix / ShortLink

Licence: GPL-3.0 License
𝓢𝓱𝓸𝓻𝓽𝓛𝓲𝓷𝓴 is a simple (yet powerful) URL Shortening script 🔥💥⚡

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ShortLink

redir
🧭 Full-featured, self-hosted URL shortener.
Stars: ✭ 61 (+144%)
Mutual labels:  url-shortener, link-shortener
Bon
🍮 A small, simple/minimal self hosted URL shortener written in Go (Golang).
Stars: ✭ 12 (-52%)
Mutual labels:  url-shortener, link-shortener
trym
🔗 A modern URL shortener
Stars: ✭ 29 (+16%)
Mutual labels:  url-shortener, link-shortener
urlzap
⚡️ Your own static URL shortener
Stars: ✭ 57 (+128%)
Mutual labels:  url-shortener, link-shortener
url-shortener
A golang URL Shortener
Stars: ✭ 35 (+40%)
Mutual labels:  url-shortener
gobo.icu
URL Shortener For Scratch
Stars: ✭ 14 (-44%)
Mutual labels:  url-shortener
outbound-go
URL shortener and Redirection As A Service
Stars: ✭ 21 (-16%)
Mutual labels:  url-shortener
gow
URL shortener for evlfctry.pro
Stars: ✭ 29 (+16%)
Mutual labels:  url-shortener
djanurl
Django URL shortener project
Stars: ✭ 22 (-12%)
Mutual labels:  url-shortener
jlik.me
URL Shortener project.
Stars: ✭ 31 (+24%)
Mutual labels:  url-shortener
Base62
PHP Base62 encoder and decoder for integers and big integers with Laravel 5 support.
Stars: ✭ 16 (-36%)
Mutual labels:  url-shortener
supaflare
URL shortener / redirection service powered by Supabase, Cloudflare Workers, Workers KV and Cloudflare Pages.
Stars: ✭ 51 (+104%)
Mutual labels:  url-shortener
idy
👓 An ID obfuscator for ActiveRecord
Stars: ✭ 15 (-40%)
Mutual labels:  url-shortener
bitlyshortener
High-volume Bitly V4 URL shortener with in-memory cache
Stars: ✭ 20 (-20%)
Mutual labels:  url-shortener
klein
the minimalist URL shortener
Stars: ✭ 40 (+60%)
Mutual labels:  url-shortener
gitio
create short / vanity github urls from the terminal
Stars: ✭ 32 (+28%)
Mutual labels:  url-shortener
go-url
Url Shortener for use inside organisation
Stars: ✭ 18 (-28%)
Mutual labels:  url-shortener
purl
Purl (Petite URL) is an open source project with the goal of providing you with your own private URL shortener!
Stars: ✭ 47 (+88%)
Mutual labels:  url-shortener
gas-url-shortener
A URL Shortening service powered by Google Apps Script.
Stars: ✭ 43 (+72%)
Mutual labels:  url-shortener
tall
Promise-based, No-dependency URL unshortner (expander) module for Node.js
Stars: ✭ 56 (+124%)
Mutual labels:  url-shortener

ShortLink

GitHub release AUR Donate

ShortLink is a simple URL Shortening script powered purely by PHP. Check ShortLink: https://azetrix.xyz/

~ REINVENTING THE WHEEL ~

Update: We currently have no funding to support the development of this application. We are suspending its development until further notice. This might take weeks in duration. (6/9/2017)

Update: The development of this project is now active. We have reconstructed everything to comply with the common modern-PHP coding practices. (11/23/2018)

Features

  • It can create up to 15.625 billion unique URLs in 6 or less characters.
  • It has the ability to create custom links up to 20 Characters.
  • It has a beautiful modern UI. Powered by Bulma CSS.
  • Domain blacklist with shell wildcard support.
  • ShortLink blacklist with shell wildcard support.
  • Predefined blacklist for inappropriate domains and custom ShortLinks.
  • Google reCAPTCHA integration is now built-in.
  • Supports link preview and force redirection.

Prerequisites

  • MySQL Database
  • PHP
  • Apache Server

Installation

  1. Upload all files to your web root.
  2. Rename sample.htaccess to .htaccess if you're using Apache Server.
  3. Create new MySQL Database.
  4. Set your MySQL credentials at inc/vars.php.
  5. Set your web root in SHORTLINK_PREFIX at inc/vars.php.
  6. Set your contact email in CONTACT_EMAIL at inc/vars.php.
  7. Optionally, you can modify the $kw_blacklist (keyword blackist) and $dom_blacklist (domain blacklist) at inc/vars.php to suit your needs.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].