Lee Offenberger - 2002-05-23

Simply place the files on your server, with the directory structure as it is in the zip file.

Edit index.php and change the variables at the start of the file to information that suits your needs.

To send a card, call the script as follows:

{url_to_cards}/index.php?image={url_to_image_to_use_for_card}

This will invoke the oCards script with a thumbnail of the image you provided to it. All data used to send the card is stored in a mySQL database, but the image must remain where it was called from until the card has been viewed.

You can trim out old cards manually by the following:

{url_to_cards}/index.php?maint=purge

If you have the capability, I would suggest you add a cron job to perform the maintenance.