Download Latest Version source_unzipit.zip (50.9 MB)
Email in envelope

Get an email when there's a new version of Scramble!

Home / TinyLinkServer
Name Modified Size InfoDownloads / Week
Parent folder
README 2011-03-21 581 Bytes
index.php 2011-03-21 2.0 kB
Totals: 2 Items   2.6 kB 0
Instructions for installation:
1. Place the index.php and .htaccess files at the desired location.
2. Create a MySQL database with collation utf8_general_ci
3. Edit the database name, host, username and password in the beginning of the index.php file
4. Execute the following SQL query:
CREATE TABLE `store` (
  `id` int(11) NOT NULL auto_increment,
  `text` longtext NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

This configuration uses the mod_rewrite functionality of the Apache httpd. Without the .htaccess file, the nice and short URLs will not work.
Source: README, updated 2011-03-21