flickThing

v.0.2 beta

This project is on planning stages, might not work yet and docs will change.

Description

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.

Requirements

Download

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

Installation

  1. Make yourself a nice cup of coffee, tea or anything hot you like to drink.
  2. After extracting the files, open 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.
  3. Save ft-config.php.new you edited as ft-config.php.
  4. Upload the files to a folder of your choice on your server.
  5. Open your flickThing-installation in your browser — it'll automagically takes care of adding the needed database tables to your server.
  6. Go get some more hot delicious beverages, next part will be the hardest!
  7. Are you ready? Start adding your movies to flickThing!

Technical

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

Development

Maintained and developed by darkmind/mr. Vuorinen

Development feed

2009-01-23: Documentation effort, function listing,...
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
2009-01-21: First commit, still broken and doesn't do much but...
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
The news are live feed from our lovely svn repository of the project.
back to apps.hollow13.net