lukexf / simplelinkshortener
A simple but sweet link shortener.
Requires
- php: >=2.5.7
README
I got asked if I could make a super simple link shortner. But saw potential to make it much more useful; Feel free to fork, knife or spoon my code. Using MIT Licensing. If you have any suggestions or issues with the any of the projects then feel free to raise an issue or a request a pull of the fixed version.
Quick Download
- Latest Released File Download: V1.1 - e572348
- Latest Released Database Download: V2.1 - 92fada1 - suggested download
Check Help and install guide for any issues you come across.
The most simple shortner is extremely easy to use. All that is needed to get this working is a quick download and dump it on the deployment zone of your choice. As this is a very short script the only downside is that to add links you must place them inside links.ini using a FTP program or editor, but you could improve upon it to allow trusted users to edit the page or add new lines to it.
Requirmenets
- PHP 2.5.7 or higher
- Ability to use .htaccess files
- File acces to be able to edit links.ini
- Ability to upload files
Release | Description | Download Link |
---|---|---|
V1.0 | Extreme Barebones download | b62ee29 |
V1.1 | Reccomended Styling | e572348 |
The version is personally what I expect most people to use. It allows end users to submit their own links for submission and to a point where it allows people to select their own customised link. Once they created it is stored into a database and as long as the database stays up all will be well. V2.3 Allows cname support (subdomains) using a wildcard DNS.
Requirmenets
- PHP 2.5.7 or higher
- Ability to use .htaccess files
- Ability to upload files
- Access and use to a MySQL database
- (optional) Wildcard DNS.
Release | Description | Usages | Download Link |
---|---|---|---|
V2.0 | No front end access | DB only | Coming Soon |
V2.1 | Allows users to submit their own links - Recommended | DB + Web link creation | 92fada1 |
V2.2 | Users can submit own links with custom endings | DB + Custom links | Coming Soon |
V2.3 | Users can submit own links with custom subdomains | DB + Custom DNS | Coming Soon |