Anonym.to Clone 1.0


This piece of software script is written only meant to be used to fulfill educational purposes,
such as teaching of how the original anonym.to site works. It should not be used on a production
enviroment, as legal issues regarding copyright compatibility with www.anonym.to might occur.

This was originally written by Wissam Idrissi <http://www.wissamidrissi.com>, but due to the lack
of licensing I hereby release it modified and improved under the GNU GPL Version 3.0.

You are hereby completely free to modify this to suit your needs, as the license permits it.


Before using:
- Make sure that you have chmod'ed log/logfile.txt to 777, or whatever mode that will make it
  writable by the webserver user. To completely disable logging, open up index.php using a text
  editor, and change $config['log'] to 0, instead of the 1.
- You can also change the waiting time. If you want to, open up index.php using a text editor
  and change $config['time'] to the number of seconds you want the user to wait; default is 1 sec.
- In order for the script to work correctly, you must specify the script URL inside config.php,
  again by opening up an editor and setting $site_url to what your script URL path is. In that
  file you can also change the site name, and caption. You must also change the variable site_url
  in both of the javascript files located in js/ to what you set the same variable in config.php.
- For anything else, you can either ask me for help, or just play around with the script a little!




Author        : Stathis Oureilidis
Author Website: http://stathis.ch/
Author e-mail : stathis@stathis.ch
Licensed under: GPLv3, you can find a copy
                 under the filename gpl-3.0.txt
Release date  : 23 Dec 2008