PHPBB independent.co.uk BOT
independent.co.uk haber sitesinden ingilizce olarak haber içeriklerini almanıza ve phpbb de belirlediğiniz foruma başlık açmayı sağlayan bot. function getData($data,$startTag,$finishTag){ $data= explode($startTag,$data); $data= $data[1]; $data= explode($finishTag,$data); $data= $data[0]; return $data; } $site = "http://www.independent.co.uk/googlenewssitemap"; $data = file_get_contents($site); preg_match_all('/<url>.*?>.*?<\/url>/si', $data, $download); define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpbb_admin_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); include($phpbb_root_path . 'includes/functions_posting.' . $phpEx); include($phpbb_root_path . 'includes/functions_display