Kayıtlar

yandex etiketine sahip yayınlar gösteriliyor

PHPBB brightside.me Yandex Translate BOT

Yandex translate kullanarak başlıkları türkçeye çevirmek ve phpbb ye açmak. $api = ‘<yandex api kod>’; yandex api kodu set_time_limit(0); function getData($data,$startTag,$finishTag){ $data= explode($startTag,$data); $data= $data[1]; $data= explode($finishTag,$data); $data= $data[0]; return $data; } $site = "http://brightside.me/thebest/page1/"; $data = file_get_contents($site); preg_match_all('/<h3 class="al-title">.*?>.*?<\/h3>/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 . 'include