urlShort 2.0.0
http://mavrev.org/urlshort

urlShort is a free open source URL shortener built using PHP/MySQL complete with a full API, URL previews, simple installation and management, custom names/aliases, and more! Released under the GNU GPL by Maverick Revolution. For more information visit http://mavrev.org/urlshort

-----------------------------------------------------------------------

Automatic Install:

1. CHMOD 777 ./includes

2. Visit http://yourdomain.tld/install, fill in the data, and hit ok.

3. Delete the ./install directory.

You're up and running!


Manual Install:

1. Upload the files to your website thru FTP. 

2. CHMOD 777 ./includes

3. Create a MySQL database and user for urlShort.

4. Import the urlshort.sql file:

mysql -u <mysql_user> -p <mysql_db> < urlshort.sql

	Or using the import tab in phpMyAdmin

5. Edit the configuration file ./includes/config.php for your server and settings.

You're up and running! 

-----------------------------------------------------------------------

Changelog: 

Updated UI (css, logo, layout)
Automatic/easy installer
Updated bookmarklet (shortening only)
Basic statistics (track total clicks)
Anti-phishing checking with PhishTank API
Embedded media (optional for .FLV, .MP3, .GIF, .JPG, .PNG)
Copy to clipboard
Sub-directory accessibility (./1/exampledirectory.html)
Custom name filters/blacklist
Configurable install path and application name (via installer or config.php)
Bug fixes

-----------------------------------------------------------------------

Known Issues:

Currently will not work in a sub-directory.

./api.php?short=http://urlshort.com/1 returns 500 HTTP code, should be 200

-----------------------------------------------------------------------

Contributors:

mavrevmatt, giod, m0nkee 