Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


ShortLink - Simplest URL Shortener PHP
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

ShortLink - Simplest URL Shortener PHP

aspaciopaspaciop Member
edited June 2017 in General

ShortLink

GitHub release
AUR
Maintenance
Donate

ShortLink is a simple URL Shortening script powered purely by PHP.

availale in GitHub: https://github.com/azetrix/ShortLink as an opensource project. :D

~ REINVENTING THE WHEEL ~

Screenshot

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: other servers will be supported soon

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.
Thanked by 1hanoi

Comments

Sign In or Register to comment.