Go to file
2019-05-05 00:02:04 -07:00
application Update to support PHP 7 2019-05-05 00:02:04 -07:00
favicons Sync repo with current state of code on prod (circa 2011) 2017-10-05 22:13:15 +11:00
modules Update to support PHP 7 2019-05-05 00:02:04 -07:00
res More work for custom domains - Ability to use autogenerated aliases for URLs shortened with a custom domain 2011-06-13 11:23:07 +10:00
system@17ab347777 Update to support PHP 7 2019-05-05 00:02:04 -07:00
.gitignore Sync repo with current state of code on prod (circa 2011) 2017-10-05 22:13:15 +11:00
.gitmodules Update to support PHP 7 2019-05-05 00:02:04 -07:00
.htaccess Initial import 2010-02-26 12:53:37 +00:00
favicon.ico Initial import 2010-02-26 12:53:37 +00:00
index.php Sync repo with current state of code on prod (circa 2011) 2017-10-05 22:13:15 +11:00
README.md Add README 2011-01-16 15:55:35 +11:00
robots.txt Sync repo with current state of code on prod (circa 2011) 2017-10-05 22:13:15 +11:00
zurl.sql More work for custom domains - Ability to use autogenerated aliases for URLs shortened with a custom domain 2011-06-13 11:23:07 +10:00

zURL - A URL shortening service

By Daniel15

zURL is a URL shortening service.

Don't expect this code to work "out-of-the-box", as I've had no time to write an installer or anything like that. It's provided as an example of how to code a URL shortener, for anyone that might be interested in that. You'll have to edit some of the code in order to get it working - There's hardcoded references to "zurl.ws" in some of the files, and unfortunately I don't have time to clean all that up :(.