sURLL Code
Status: Beta
Brought to you by:
trmanco
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