Web2035 AUCTION - web based auction systems ===================================== #/////////////////////////////////////////////////////// #// COPYRIGHT 2004 Phpauction.org ALL RIGHTS RESERVED// #/////////////////////////////////////////////////////// Cron.php execution ====================== Web2035 AUCTIONneeds cron.php to run regularly to check expired auctions and close them updating the database and sending e-mails to sellers and winners. Under *nix this is simple since you can run the script using a cron job, for example once a dayor to have the feel of a real time auction site you may set this to run every 5 minutes or so.. You may find additional information in the FAQs http://phpauction.org/faqs.php If you don't know what a cron job is go here for more information: http://uwsg.iu.edu/usail/automation/cron.html Under Windows things are not so simple. Marcello Scacchetti wrote a C utility you can use to run cron periodically. It is in the "cron" directory in the distribution. There's a README file which explains how to use it. Please Note that if you plan on calling cron.php directly, it must be parsed by a php capable web server, most likely via a web browser. Simply trying to execute cron.php from a command line is generally only going to result in failure. See the FAQs at PHPAUCTION.org for more information.