Menu

Tree [605790] master /
 History

HTTPS access


File Date Author Commit
 includes 2009-07-03 Tony Manco Tony Manco [a85a61] Added better version system
 js 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 templates 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 .gitignore 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 .htaccess 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 AUTHORS 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 CHANGELOG 2009-07-03 Tony Manco Tony Manco [2af09c] Changelog modifications
 LICENSE 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 README 2009-07-02 Tony Manco Tony Manco [20c9af] Change bug and support link to reflect the move
 TODO 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 contact.php 2009-07-03 Tony Manco Tony Manco [605790] Added missing meta tags on contact page
 favicon.png 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 index.php 2009-07-03 Tony Manco Tony Manco [a85a61] Added better version system
 privacy.php 2009-07-03 Tony Manco Tony Manco [a85a61] Added better version system
 random.php 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 surll.sql 2009-07-02 Tony Manco Tony Manco [f89fed] Merge branch 'master' of ssh://trmanco@...
 terms.php 2009-07-03 Tony Manco Tony Manco [a85a61] Added better version system

Read Me

sURLL is a fork of lilURL which was a simple PHP/MySQL app that works basically 
like tinyurl.com, allowing you to create shortcuts on your own server.

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

Minimum requirements:
    - PHP 5
    - MySQL 4
    - Apache 2

To install:

1. Create a MySQL database and user.

2. Import the sURLL.sql file

3. Edit the configuration file includes/conf.php to suit your needs.
    3.1 Don't forget to get the public and private API keys from 
        http://recaptcha.net/ if you want the contact page to work properly.

4. Set up mod_rewrite, if necessary pasting these lines into .htaccess

                RewriteEngine On
                RewriteRule ^terms terms.php
                RewriteRule ^privacy privacy.php
                RewriteRule ^contact contact.php
                RewriteRule ^random random.php
                RewriteRule ^(.[1-9a-z]*)$ index.php?id=$1 [L]
		
--------------------------------------------------------------------------------
Found a bug? Please take some time to report them:
	- http://sourceforge.net/tracker/?group_id=267933&atid=1140150
	
Have any questions? Need any help?:
	- http://sourceforge.net/projects/surll/support