/*
Plugin Name: news.yandex.ru WordPress RSS2.0
Plugin URI: https://saintist.ru/
Description: Support XML-based (https://www.w3.org/TR/REC-xml) RSS 2.0 (/tech/rss) from Yandex.
Author: Khrapach Pavel {saintist}.
Version: 0.2.4.1
*/
if ('news-yandex-ru.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not access this file directly. Thanks!');
define('NEWS_YANDEX_RU_VERSION', '0.2.4.1');
define('NEWS_YANDEX_RU_FOLDER_NAME', dirname(plugin_basename(__FILE__)));
define('NEWS_YANDEX_RU_PATH', ABSPATH.'wp-content/plugins/' . NEWS_YANDEX_RU_FOLDER_NAME);
define('NEWS_YANDEX_RU_URL', get_option('url').'/wp-content/plugins/' . NEWS_YANDEX_RU_FOLDER_NAME);
class news_yandex_ru
{
var $cfg=array();
function news_yandex_ru()
{
//remove_action('do_feed_news.yandex.ru', 'do_feed_news.yandex.ru');
add_action('do_feed_news.yandex.ru', array(&$this,'feed'),1);
add_action('init', array(&$this,'init'));
add_action('activate_news-yandex-ru/news-yandex-ru.php',array(&$this,'activate'));
add_action('deactivate_news-yandex-ru/news-yandex-ru.php',array(&$this,'deactivate'));
add_action('admin_menu', array(&$this,'menu'));
}
function feed($comments)
{
if (!$comments)
{
global $wp_query;
if($wp_query->query_vars['feed']=='news.yandex.ru')
{
/*выводим за последние 7 дней*/
function filter_where($where = '') {
$today_date = get_the_date('Y-m-d');
//posts between publish date of wrap-up and 7 days prior
$where .= " AND post_date >= '" . date('Y-m-d', strtotime('-7 days')) . "' AND post_date <= '" . date('Y-m-d', strtotime('+1 days')) . "'";
return $where;
}
add_filter('posts_where', 'filter_where');
load_template( NEWS_YANDEX_RU_PATH.'/template.php');
//exit;
}
}
}
function category($categoryId=false){
$full=false;
$ret='
';
if($ret!='')
{
$full=$ret;
}
if(!$categoryId)
{
$ret=''.$ret.'
';
}
return $ret;
}
function init()
{
$this->cfg=get_option('news_yandex_ru');
if(is_admin() && !empty($_POST['news_yandex_ru_update']))
{
if(!empty($_POST['news_yandex_ru_category']))
{
$this->cfg['category'] = $_POST['news_yandex_ru_category'];
}
else
{
$this->cfg['category']=array();
}
if(!empty($_POST['news_yandex_ru']))
{
if(!empty($_POST['news_yandex_ru']['url']) && trim($_POST['news_yandex_ru']['url'])!=$this->cfg['url'])
{
$this->cfg['url']=trim($_POST['news_yandex_ru']['url']);
}
elseif(empty($_POST['news_yandex_ru']['url']))
{
$this->cfg['url']='';
}
if(!empty($_POST['news_yandex_ru']['alt']) && trim($_POST['news_yandex_ru']['alt'])!=$this->cfg['alt'])
{
$this->cfg['alt']=trim($_POST['news_yandex_ru']['alt']);
}
elseif(empty($_POST['news_yandex_ru']['alt']))
{
$this->cfg['alt']='';
}
if(!empty($_POST['news_yandex_ru']['link']) && trim($_POST['news_yandex_ru']['link'])!=$this->cfg['link'])
{
$this->cfg['link']=trim($_POST['news_yandex_ru']['link']);
}
elseif(empty($_POST['news_yandex_ru']['link']))
{
$this->cfg['link']='';
}
if(!empty($_POST['news_yandex_ru']['count']) && trim($_POST['news_yandex_ru']['count'])!=$this->cfg['count'])
{
$this->cfg['count']=trim($_POST['news_yandex_ru']['count']);
}
elseif(empty($_POST['news_yandex_ru']['count']))
{
$this->cfg['count']=0;
}
}
update_option( 'news_yandex_ru', $this->cfg);
$this->cfg=get_option('news_yandex_ru');
}
}
function activate()
{
$cfg=array(
'url'=>'',
'alt'=>get_bloginfo('name'),
'link'=>get_bloginfo('url'),
'category'=>array()
);
add_option( 'news_yandex_ru', $cfg);
}
function deactivate()
{
delete_option('news_yandex_ru');
}
function menu()
{
add_options_page('Параметры news.yandex.ru WordPress RSS2.0', 'news.yandex.ru', 10, __FILE__, array(&$this,'config'));
}
function config()
{
include "config.php";
}
}
$news_yandex_ru = new news_yandex_ru();
?>
Ukrainian Peugeot Club » andrew405
https://peugeot-club.in.ua
Sat, 07 Jun 2014 11:36:01 +0000
ru-RU
hourly
1
-
Стальной лев 2 (Предварительная красота)
https://peugeot-club.in.ua/blogi/stal-noj-lev-2-predvaritel-naya-krasota.html
https://peugeot-club.in.ua/blogi/stal-noj-lev-2-predvaritel-naya-krasota.html#comments
Fri, 05 Apr 2013 06:18:01 +0000
andrew405
https://peugeot-club.in.ua/?p=2006
https://peugeot-club.in.ua/blogi/stal-noj-lev-2-predvaritel-naya-krasota.html/feed
11
-
Ремонт педали сцепления пежо 405
https://peugeot-club.in.ua/blogi/remont-pedali-stsepleniya-pezho-405.html
https://peugeot-club.in.ua/blogi/remont-pedali-stsepleniya-pezho-405.html#comments
Wed, 27 Mar 2013 11:58:09 +0000
andrew405
https://peugeot-club.in.ua/?p=1945
https://peugeot-club.in.ua/blogi/remont-pedali-stsepleniya-pezho-405.html/feed
11
-
Пежо 405 (Стальной лев 2) Начало
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/pezho-405-stal-noj-lev-2-nachalo.html
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/pezho-405-stal-noj-lev-2-nachalo.html#comments
Mon, 18 Feb 2013 22:01:29 +0000
andrew405
https://peugeot-club.in.ua/?p=1819
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/pezho-405-stal-noj-lev-2-nachalo.html/feed
16
-
Замена мотора 1,6 бензин на 1,9 турбодизель
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/zamena-motora-1-6-benzin-na-1-9-turbodizel.html
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/zamena-motora-1-6-benzin-na-1-9-turbodizel.html#comments
Wed, 19 Dec 2012 09:06:37 +0000
andrew405
https://peugeot-club.in.ua/?p=1499
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/zamena-motora-1-6-benzin-na-1-9-turbodizel.html/feed
1
-
Ремонт ГБЦ двигателя RHR (DW10BTED4)
https://peugeot-club.in.ua/blogi/tehnichka/remont-gbts-dvigatelya-rhr-dw10bted4.html
https://peugeot-club.in.ua/blogi/tehnichka/remont-gbts-dvigatelya-rhr-dw10bted4.html#comments
Wed, 05 Dec 2012 12:00:39 +0000
andrew405
https://peugeot-club.in.ua/?p=1444
https://peugeot-club.in.ua/blogi/tehnichka/remont-gbts-dvigatelya-rhr-dw10bted4.html/feed
0
-
Стальной лев 4, лечим передние лапки
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/stal-noj-lev-4-lechim-perednie-lapki.html
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/stal-noj-lev-4-lechim-perednie-lapki.html#comments
Sun, 28 Oct 2012 18:19:37 +0000
andrew405
https://peugeot-club.in.ua/?p=1106
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/stal-noj-lev-4-lechim-perednie-lapki.html/feed
2
-
Стальной ЛЕВ. Часть III: «красота — страшная сила»
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/stal-noj-lev-ch-3.html
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/stal-noj-lev-ch-3.html#comments
Wed, 24 Oct 2012 13:13:55 +0000
andrew405
https://peugeot-club.in.ua/?p=1024
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/stal-noj-lev-ch-3.html/feed
5
-
Продолжение про льва
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/prodolzhenie-pro-l-va.html
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/prodolzhenie-pro-l-va.html#comments
Thu, 11 Oct 2012 07:52:49 +0000
andrew405
https://peugeot-club.in.ua/?p=467
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/prodolzhenie-pro-l-va.html/feed
5
-
Установка мотора XU9TE вместо ХU5M продолжение
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/ustanovka-motora-xu9te-vmesto-hu5m-prodolzhenie.html
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/ustanovka-motora-xu9te-vmesto-hu5m-prodolzhenie.html#comments
Wed, 10 Oct 2012 17:05:21 +0000
andrew405
https://peugeot-club.in.ua/?p=494
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/ustanovka-motora-xu9te-vmesto-hu5m-prodolzhenie.html/feed
3
-
Мой стальной лев
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/moj-stal-noj-lev.html
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/moj-stal-noj-lev.html#comments
Thu, 04 Oct 2012 11:30:32 +0000
andrew405
https://peugeot-club.in.ua/?p=312
https://peugeot-club.in.ua/blogi/bortovoj-zhurnal/moj-stal-noj-lev.html/feed
1