ask your webhoster if cron jobs are supported.
this is a (UNIX,Linux) scheduler, and since PHP provides a commandline
version of php, it's possible to execute a processing script every minute
or every hour or so
any other solution is imo not reliable
(a script would check a sql-table for passed auctions and then
execute the appropriate actions)