FileCal

Features | Usage | Demo | Download

Intro:

FileCal calendar that schedules events based off of files you upload via ftp without using a mysql backend. This is useful for anyone without access or knowledge of mysql and just looking for something they can just drag and drop files over their preferred FTP client to create events. Integrated Lightwindow support makes viewing banners, text files, html, images and flash documents beautiful and seamless.

The calendar is an expanded model of what is described here.

Features:

Front of Cal FTP based event management

Drag and drop flyers or banners into the correct folder in FTP and the event will automatically be added. For example – A birthday scheduled for March 12, 2008 would be named 12_Birthday Party.jpg into the events/2008/3/ folder. You can use spaces in your file names and even have multiple events for each day!

The size and layout is skinnable via CSS, all you have to change is the “width:580px;” value for the table and the rest of the calendar will conform.


Usage:

Simply place this code into any .php document as described with the files included in the .zip file placed in the same directory:

Place into the <HEAD> of the document:
<?
include ‘includes/filecalincludes.php’;
echo $filecalheaders;
?>

Place into where you want the calendar to output:
<?
echo showMonth($_GET["m"], $_GET["y"], ‘XXX‘);
?>
Replace ‘XXX‘ with the path of the file the calender is on. (Ex. calendar.php)

Demo:

The demo is available here

Download:

FileCal v0.0.2 | Download (86kb)
FileCal v0.0.1 | Download (109kb)

Browse all builds here

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Reddit
  • Slashdot
  • StumbleUpon

Leave a Reply