A small project to provide a web interface for reading comics and webnovels int he CBZ and CBR format.
ajax | ||
comics | ||
core | ||
cron | ||
css | ||
img | ||
install | ||
js | ||
thumbs | ||
.gitignore | ||
.htaccess | ||
authfunctions.php | ||
downloadcomic.php | ||
functions.php | ||
header.php | ||
htmlfooter.php | ||
htmlheader.php | ||
index.php | ||
logout.php | ||
README.md | ||
sess.php | ||
variables-dist.php |
Comics Viewer
This small project provides a web based viewer for comics in the CBZ and CBR formats. Bear in mind that much of the code in this project is very old and has had lots of "just get it working" updates over the decades (not kidding) to keep up with changing PHP API requirements. It is sooooo not pretty (but should be safe).
This project requires
- PHP ImageMagick
- PHP RAR (PECL)
Don't forget to:
- Make sure the web server can read the folder than contains your comic book/novel archives
- Create a MySQL/MariaDB database for the app with privileges granted to a user
- Import the
install/initial_db_mysql.sql
database structure - Change the ownership of the
comics/
andthumbs/
folders to the web server user - Copy the
variables-dist.php
file tovariables.php
and edit that file appropriately - Set up the cron job for things in cron/