Copy Paste Shorten
The URL Shortening Application is a tool that turns long web addresses into short and easy-to-share ones. This way, you can share the links you want with less characters on platforms such as social media, email or messaging.
Warning: The link will be deleted after 1 hour, and it does not keep statistics because it is a test application.
Easy to install, download, put files on server, upload to sql database, update db.php, ready.
- Clone the repo
git clone https://github.com/EW-EndWall/SHORT.git
- Enter your DB in
db.php
$servername = "localhost";
$database = "short";
$username = "root";
$password = "";
- Install sql
phpmyadmin import short.sql
Distributed under the Apache-2.0 License. See LICENSE for more information.