Download Latest Version qchan-0.7.zip (126.8 kB)
Email in envelope

Get an email when there's a new version of Qchan Image Hosting

Home / qchan-0.x
Name Modified Size InfoDownloads / Week
Parent folder
qchan-0.7.zip 2012-12-24 126.8 kB
README.txt 2012-05-02 3.2 kB
qchan-0.6.1.zip 2012-05-02 115.7 kB
qchan-0.6.zip 2012-03-08 115.5 kB
qchan-0.5.zip 2012-02-22 97.3 kB
qchan-0.5.1.zip 2012-02-22 134.1 kB
qchan-0.1.zip 2012-02-22 14.9 kB
qchan-0.2.zip 2012-02-22 79.4 kB
qchan-0.3.zip 2012-02-22 123.1 kB
qchan-0.4.zip 2012-02-22 124.5 kB
Totals: 10 Items   934.7 kB 0
========================================================================
                  README FILE FOR QCHAN IMAGE HOSTING
========================================================================
                       How to install Qchan?

1. Copy or rename config-template.php to config.php.
2. Edit the config.php file.
3. Upload all files to your site directory.
4. Enjoy it!

PS: Your server/hosting must support PHP 5, and must enable the GD
    library. You must not set safe mode of PHP if you want to manage
    uploaded file . No need of database.

PS2: The application must have permission to write the directories
     'uploads' and 'thumbs' (if you don't change these in config.php).

========================================================================
                     How to edit config.php?

* There are few properties here. Each inside the define() function
  have two argument. The first is the property name, the second is
  property value.

* For example, you want to set administrator's user name to 'god', just
  change 
    define('ADMIN_NAME', 'admin'); 
  to 
    define ('ADMIN_NAMR', god);

========================================================================
                        How to manage images?

1. Vist 'manage.php' of Qchan, you will see the login page. Insert the
   admin name and password you set in config.php, then 'Login'.
2. Then the page will guide you view the files via years, months.
3. If you see a image isn't satisfying you, click on the 'Delete' and
   it will gone (with thumbnail too.)
4. 'Clear woring' is for clear the URL uploading working folder.

PS: If you want to delete a file, you server/hosting must not disable
    the 'unlink()' function.

========================================================================
                              Changelog?
Version:0.6.1
* UI fix: Change URL upload textarea width from 190px to 188px to avoid scroll bar on Windows.
* Bug fix: The problem that URL upload will ignore contents following empty line.
* UI fix: Drag and Drop uploading title.

Version:0.6
* New User Interface.
* Add thumbnail generating switch.
* Bug fix.

Version:0.5.1
* Add thumbnail size setting.
* Bug fix.

Version:0.5
* Add the URL uploading. You can upload a file via URL.
* Improve Manage Page expirences.
* No more Specific character replacement, all of them is encode in URL
  code.
* Some security improvement.
* No more include jQuery Library, use Microsoft CDN instead.

Version:0.4
* Change of drag'n'drop script, better support new Firefox beta and IE
  10.
* Replace specific character with '_' in file name, avoiding visiting
  problem.
* Improve database efficiency is impossible, this application need no
  database.

Version:0.3
* Drag'n'drop andh ajax uploading, supports only images.
* Some UI changes, switch between normal and drag'n'drop uploading,
  some notice.
* Improve database efficiency is impossible, this application need no
  database.

Version:0.2
* Can now generate thumbnails.
* Manage page now works.
* 404.jpg supported.
* Some UI changes, to make better user experiences.
* Improve database efficiency is impossible, this application need no
  database.

Version:0.1
* The first release.
Source: README.txt, updated 2012-05-02