include_once('../autoloader.php'); include_once('idn/idna_convert.class.php'); // Set your own configuration options as you see fit. $feed = new SimplePie(); $feed->set_feed_url(array('http://feeds.feedburner.com/autonews/BreakingNews','http://www.autoexpress.co.uk/car-news/feed','http://www.motortrend.com/widgetrss/motortrend-future.xml','http://www.automobilemag.com/rss/reviews/','http://www.tata.com/rss.aspx?sectid=21vxqwHGkoo=&tp=torXTeKrpXc=', )); $success = $feed->init(); $feed->set_output_encoding('utf-8'); // Set our paging values $start = (isset($_GET['start']) && !empty($_GET['start'])) ? $_GET['start'] : 0; // Where do we start? $length = (isset($_GET['length']) && !empty($_GET['length'])) ? $_GET['length'] : 10; // How many per page? $max = $feed->get_item_quantity(); // Where do we end? // When we end our PHP block, we want to make sure our DOCTYPE is on the top line to make // sure that the browser snaps into Standards Mode. ?>  АВТОТОР - Информационный сайт | Грузовые автомобили
Информационный сайт
Лента новостей автомобильного мира


News by Brand
Лента новостей

Зарубежные источники


Fatal error: Call to a member function error() on a non-object in /var/www/u0341360/data/www/info.avtotor.ru/new/ind.php on line 245