Building an special software for a client I realize I need a way to transform a numeric ID into short alphanumeric case sensitive ID, after looking into the web I found a great script that accomplish that purpose, I know YouTube and many other services for URL Shortening use this technique so then I ask myself “it wouldn’t be great if anyone can have a personal URL Shortener in their site?” and in just 4 hours I make a little clone of a very famous URL Shortener service. It’s not a perfect clone, but works great:
I have done most of the end-user side (front-end) but I didn’t make any admin side (back-end), so if you want to contribute and make a good admin to see statics or add more functionality like an admin panel to add, modify, remove anything and block IPs you are welcome, I just don’t have the time right now and I use a SQL GUI for this purpose.
If you want this software first you need a server that runs:
Then you can follow these instructions:
Contribute
Help improving this software, right now I’m using Google Code to host this project so you can join anytime. http://code.google.com/p/php-url-shortener/
It looks like an awesome script. thanks..i’m going to try it out now. been looking for something like this. nice job.
Thanks for this wonderful script, it could be great if you could add the ability to delete url’s that are not used for say 100days automatically.
Thankyou again
Interesting. A spammer on Twitter was abusing it. The links didn’t work, but they led me here. Now I want to play with it