Menu

Tree [r35] /
 History

HTTPS access


File Date Author Commit
 upload 2009-09-07 mavrevmatt [r35] bookmarklet updated
 readme.txt 2009-09-03 giod [r1] Added version 1.2.0

Read Me

urlShort 1.2.0 http://urlshort.sourceforge.net

urlShort is a simple PHP/MySQL script for creating shortened URLs similar to TinyURL. urlShort offers custom short names and an API for creating shortened URLs. urlShort requires PHP/MySQL and supports mod_rewrite. It is released under the GNU GPL.

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

Changelog: (thanks m0nkee, of GNY.ME!)
URL Preview/Warning functionality
Cross Site Scripting (XSS) vulnerability fixed
SQL Injection vulnerability fixed

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

Known Issues:

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

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

To install:

1. Upload the files to your website. It should either be in your root public_html directory or a subdomain.

2. Create a MySQL database and user for urlShort. 

3. Import the urlshort.sql file:

      ((
      
         mysql -u <urlshort_user> -p <urlshort_db> < urlshort.sql
      
      ))

Or using the import tab in phpMyAdmin

4. Edit the configuration file includes/conf.php for your server.

5. Enjoy!