incrementing / URLShortener

An open-source URLShortener website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLShortener

Abandoned
Yeah... I really wouldn't use this If I was you. I made this when I first started doing PhP. It's very poorly made and not at all safe. How I called it "clean and simple" I really dont know.

A lightweight, clean and simple web-based url shortener. Image of Homepage

Introduction

The very creatively named URLShortener is a simple project that allows you to easily host your own URL shortening website! Feel free to edit this project in anyway, it's simply a one-page skeleton site that is meant to be edited. I only ask that you credit me and link to this GitHub project.

Uses

  • php
  • libapache2-mod
  • mysql (the php script is written with mysqli php driver)
  • apache2 (feel free to use any web-server but the nice url formatting from the .htaccess file won't work and you'll have to change the way urls are created in the shortener.php file)
  • Font Awesome
  • Bootstrap
  • Bootstrap Material Design by FezVrasta

To-do list

  • Make the project public
  • Add logging
  • Create stats page (with above logged info)
  • Support other web-server software (eg; nginx)
  • Make detailed set-up instructions
  • Finish the document I was writing about how I created the project.

License

Licensed under the GNU General Public License, version 3 (GPL-3.0). GNU
By looking at, downloading or sharing the code in this project you're agreeing to the terms of the license.

About

An open-source URLShortener website

License:GNU General Public License v3.0


Languages

Language:CSS 71.8%Language:HTML 24.0%Language:PHP 4.2%Language:Ruby 0.0%