This project is on planning stages, might not work yet and docs will change.
flickThing is a GPLv2-licensed php-script that keeps catalogs of your movies and tracks who you lend your copy of Star Wars DVD and how long ago.
The software is has no interface protection, but is ready to be used with simple-auth by Athletics — so just drop in the simple-auth-by-athletics.php and it will be added to the loop.
Uses famfamfam's Silk-icons. More info about the Silk-set here.
SVN access is limited to web-based only at the time, but from there you can find the newest revisions. Just locate your browser to our svn-repositories browser and select flickThing from the list, then grab your copy in a nice package.
Latest copy from our Subversion repository as .tar.gz Browse the repository
ft-config.php.new in your favorite editor
— Coda is my favorite, but Editor++, TextMate or similar does just fine —
and configure your MySQL database settings. You get the details from your service provider.
ft-config.php.new you edited as ft-config.php.flickThing adds 3 database tables, h13_ft_movies, h13_ft_loans & h13_ft_loaners. These 3 tables look like this:
| field | type | comment |
|---|---|---|
| h13_ft_movies | ||
| id | int(200) | unique identifier for every item in the table |
| movie_title | varchar(255) | Movie title, 255 characters or less. |
| movie_year | int(4) | Movie details: Year |
| movie_purchase | date | Date you purchased your copy (YYYY-mm-dd) |
| movie_type | enum('dvd', 'vhs', 'rip', 'other') | Type of copy: DVD, VHS, Self-burned or Other |
| movie_desc | text | Large description for the item |
| movie_imdb | varchar(255) | IMDB.com link to the items details |
Maintained and developed by darkmind/mr. Vuorinen
Rev 2 - darkmind (6 file(s) modified)Documentation effort, function listing, consistancy in formats~ /trunk/functions.php
~ /trunk/index.php
~ /trunk/_admin.php
~ /trunk/_bystatus.php
~ /trunk/_stats.php
~ /trunk/_view.php
Rev 1 - darkmind (20 file(s) modified)First commit, still broken and doesn't do much but look ...+ /trunk
+ /trunk/flickthing.css
+ /trunk/functions.php
+ /trunk/img
+ /trunk/img/add.png
+ /trunk/img/bg.png
+ /trunk/img/cart.png
+ /trunk/img/ft.png
+ /trunk/img/ft_hover.png
+ /trunk/img/inshelf.png
+ /trunk/img/loaned.png
+ /trunk/img/slide.png
+ /trunk/img/table.png
+ /trunk/img/world.png
+ /trunk/img/wrench.png
+ /trunk/index.php
+ /trunk/_admin.php
+ /trunk/_bystatus.php
+ /trunk/_stats.php
+ /trunk/_view.php