VERY SIMPLE EVENTS LIST VERSION 1.01

Hi there! My name is Eric Kittell and this is my first PHP script. I wanted to learn PHP and also create a simple events list management application. The existing ones I had found were all to complicated.

REQUIREMENTS

The server I developed this on had PHP 4.4.2 and MySQL 5.0.16 but I'm sure it will work with some earlier versions as well.

INSTALLATION

1. Set up a MySQL database.

2. Edit config.php with database info and also the password you want to use for the admin page.

3. Upload the VESL directory to your server. When I did it the permissions on all files were automatically set to 644 which seems to work just fine. config.php can be set to 400 for more security

4. Run install.php (in your browser goto http://www.yourdomain.com/VESL/install.php) .

5. Login and start adding events. Goto index.php to see the list output. Customize appearance in styles.css.

So I think that's all you need to know. If you have any comments or suggestions please email me eric@ekittell.com

 

VERSIONS:

Mar 15, 2006 version 1.01 added minutes, option to hide time, and cleaned up code

 

Very Simple Events List v1.01
Copyright (C) 2006 Eric Kittell, eric@ekittell.com

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.