The two files pseudo-cron.inc.php and pseudo-cron-image.php must be in the same directory on the server. The advantage of using this script is that pseudocron is called in a separate request and thus does not slow down output of the main page as it would if called from there. ***************************************************************************/ Header("Content-Type: image/gif"); echo base64_decode("R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); include("pseudo-cron.inc.php"); ?>