Log in

View Full Version : [PHP] Chorelist Script



magicyte
12-19-2008, 08:13 PM
1) CODE TITLE: [PHP] Chorelist Script

2) AUTHOR NAME/NOTES: magicyte (aka 'Chris')

3) DESCRIPTION: I created this a couple of days ago, and it took me a couple of days to make! This was created for families (actually for mine) who want an organized chore list that will last for a week. If you don't want it for chores, you can always customize it on your own for something else.

4) URL TO CODE: PHP Chorelist Script (http://localhostr.com/files/8a14d0/chores1.zip)

and ATTACHED BELOW (see #3 in guidelines below)

The password is found in 'variables.php'. You change it. It is currently 'chris123'. Any comments and suggestions are acceptable. I know that sometimes if you click the back button, the script automatically saves the checkmarks and erases everything sometimes. Still working on that...

Also, in 'variables.php', simply add names to the $name variable and add chores to the $chores variable.

Note that you must open the index.php on your server. Check out http://www.php.net/manual/en/install.general.php for more details. To open your server once it is installed, simply open your web browser and enter in http://localhost/.

-magicyte

magicyte
01-03-2009, 03:32 PM
b u m p

techietim
01-03-2009, 05:03 PM
Both of the archives are corrupt. Please re-upload.

magicyte
01-03-2009, 08:09 PM
They aren't corrupt for me. Besides, there is an attachment there. If you can't download them, I don't know what's wrong, cuz I can download them...?

-magicyte

techietim
01-03-2009, 09:05 PM
BUGS:
-When password hint has single-quotes, the javascript alert breaks
-When using E_ALL error reporting mode, you get a whole page of undefined variable notices
-The script sets too many cookies.

IDEAS:
-Users should not have to confirm the password when they enter it
-Data should be stored on the server so the form can be used on multiple computers
-Should add a login button instead of being required to press enter