{source}<?php
error_reporting(0);
ECHO '<div class="currence">';
$url = 'https://nationalbank.kz/rss/rates_all.xml?switch=russian';
$rss = simplexml_load_file($url);
foreach ($rss->channel->item as $item) {
if (($item->title=='USD') OR ($item->title=='EUR') OR ($item->title=='RUB'))
{
ECHO '<div class="currence-name">';
ECHO '<div class="currence-title-second">'; echo '<img src="/images/'.$item->title.'.png" class="img-cur">';
echo ''.$item->title.' ';
ECHO ' ';
ECHO '';
echo $item->description;
ECHO '<span class="currence-symbol">₸</span>';
ECHO '</div>';
ECHO '</div>';
}
}
ECHO '</div>';
?>
{/source}

{source}<?php
$content = file_get_contents('https://api.openweathermap.org/data/2.5/weather?q=oral,kz&appid=3fd30c29e6747f4db3b9df1c189bee4d');
$pos = strpos($content, '{"temp":');
$content = substr($content, $pos);
$pos = strpos($content, ',"feels_like"');
$content = substr($content, 8, $pos-8);
$content = str_replace('.',',', $content);

$content_ico = file_get_contents('https://api.openweathermap.org/data/2.5/weather?q=oral,kz&appid=3fd30c29e6747f4db3b9df1c189bee4d');
$pos_ico = strpos($content_ico, '"icon":"');
$content_ico = substr($content_ico, $pos_ico);
$pos_ico = strpos($content_ico, '"}],"');
$content_ico = substr($content_ico, 8, $pos_ico-8);

echo 'Uralsk '.round($content-273.15).'°C <img src="http://openweathermap.org/img/wn/'.$content_ico.'.png">';
?>
{/source}
ENG
 
Previous Next

The building of the former Russian-Kyrgyz / Kazakh / craft school, now the building of the Regional Museum of History and Local Lore

The building was built in 1879 specifically for the Russian-Kyrgyz (Kazakh) school. The school taught boys, in addition to reading and writing, carpentry, turning, carpentry, blacksmithing and locksmithing. The school was a two-year school with elementary classes attached to it. At the end of 1919, this building housed the regional military registration and enlistment office, and in the 20-30s there was the Ural vocational school with classrooms, a boarding school, a canteen, and a club. Then the building was occupied by GPTU-75. In 1963, it was transferred to the West Kazakhstan Agricultural Institute. Currently, it houses the Regional Museum of Local History.

West Kazakhstan region, Uralsk, Nursultan Nazarbayev Ave., 184.

 

 
info@visit-uralsk.kz
+7 7112 510751
Department of Entrepreneurship and Industrial-Innovative Development of West Kazakhstan region

Today 167

Yesterday 321

This week 488

This month 167

Total 187654

Kubik-Rubik Joomla! Extensions