Results 1 to 5 of 5

Thread: [PHP] Chorelist Script

  1. #1
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default [PHP] Chorelist Script

    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

    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
    Last edited by magicyte; 12-22-2008 at 03:28 AM.

  2. #2
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    b u m p

  3. #3
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

    Default

    Both of the archives are corrupt. Please re-upload.

  4. #4
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    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

  5. #5
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •