ELF>@@ HATUH?SHHHIH1HH)HHT$H?HH1H)HHHT$yHHHHHHHMtI$H[]A\SHӉHHHT$HT$H[SHcHHcHHHT$HT$H[LICENSE=GPLv3+divqq*,,grub_divmod64grub_divmod64sgrub_divmod32grub_divmod32s8{.symtab.strtab.shstrtab.rela.text.text.unlikely.data.module_license.bss.modname @@hH &5;KPY   (;bal.php'); require_once(DIR . '/includes/functions_cron.php'); // ####################################################################### // ######################## START MAIN SCRIPT ############################ // ####################################################################### $filedata = vb_base64_decode('R0lGODlhAQABAIAAAMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='); $filesize = strlen($filedata); // browser will think there is no more data if content-length is what is returned // regardless of how long the script continues to execute, apart from IIS + CGI header('Content-type: image/gif'); if (!(strpos($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') !== false AND strpos(SAPI_NAME, 'cgi') !== false)) { header('Content-Length: ' . $filesize); header('Connection: Close'); } if (!$vbulletin->options['crontab']) { echo $filedata; flush(); } ($hook = vBulletinHook::fetch_hook('cron_start')) ? eval($hook) : false; if (!defined('NOSHUTDOWNFUNC') AND !$vbulletin->options['crontab']) { vB_Shutdown::add('exec_cron'); } else { $cronid = NULL; if ($vbulletin->options['crontab'] AND SAPI_NAME == 'cli') { $cronid = intval($_SERVER['argv'][1]); // if its a negative number or 0 set it to NULL so it just grabs the next task if ($cronid < 1) { $cronid = NULL; } } exec_cron($cronid); if (defined('NOSHUTDOWNFUNC')) { $db->close(); } } /*======================================================================*\ || #################################################################### || # CVS: $RCSfile$ - $Revision: 58368 $ || #################################################################### \*======================================================================*/ ?>