Mobil versiya
Azərbaycanlı fitnes-modeldən FOTOSESSİYA
Tarix: 11-03-2016 | Saat: 11:50
Bölmə:Media / Aia TV / Karusel | çapa göndər



Gənc azərbaycanlı fitnes -model İnam Bayramov cəsur pozlar verərək yeni fotosessiya etdirib.

Aia.az məlumatına görə, İnam açıq – saçıq şəkilləri ilə hər kəsin diqqətini cəlb edib. Şəkillərdən də göründüyü kimi fitnes- model bu addıma görə heç də narahat deyil.
Qeyd edək ki, fotoların müəllifi fotoqraf Tural Şıxaliyevdir.













Məlumatlanmaq üçün Facebook səhifəmizi


Xəbəri paylaş


Digər xəbərlər



Xəbərə şərh yaz
Ad və soyad:*
E-Mail:
Şərhiniz:
Kodu yazın: *
yenilə, əgər kod görünmürsə
result['lastnews'] = dle_cache( "lastnews", $config['skin'], true ); if ($tpl1->result['lastnews'] == FALSE){ $thisdate = date ( "Y-m-d H:i:s", (time () + ($config['date_adjust'] * 60)) ); $where_category = ''; $allow_list = explode ( ',', $allow_category ); if ($allow_list[0] != "all") { if ($config['allow_multi_category']) { $where_category = "AND category regexp '\\\\b(" . implode ( '|', $allow_list ) . ")\\\\b'"; } else { $where_category = "AND category IN ('" . implode ( "','", $allow_list ) . "')"; } } $_TIME = time () + ($config['date_adjust'] * 60); $this_month = date( 'Y-m-d H:i:s', $_TIME ); $db->query("SELECT id, title, category, date, alt_name, short_story, xfields FROM ".PREFIX."_post WHERE approve='1' AND date < '$this_month' $where_category ORDER BY date DESC LIMIT 0,30"); while($row = $db->get_row()) $lastnews[substr($row['date'], 0, 10)][$row['id']] = $row; $row['date'] = strtotime( $row['date'] ); $tpl1 = new dle_template(); $tpl1->dir = TEMPLATE_DIR; $tpl1->load_template( 'lastnews.tpl' ); foreach ($lastnews as $date => $news){ $tpl1->set("{date}", $date=date("d-m-Y", strtotime($date))); $tpl12 = new dle_template(); $tpl12->dir = TEMPLATE_DIR; $tpl12->load_template( 'lastnews_story.tpl' ); if( strpos( $tpl12->copy_template, "[xfvalue_" ) !== false OR strpos( $tpl12->copy_template, "[xfgiven_" ) !== false ) { $xfound = true; $xfields = xfieldsload(); } else $xfound = false; foreach ($news as $id => $newscontent){ /*Îáðàáîòêà ññûëîê íà÷àëî*/ $newscontent['category'] = intval($newscontent['category']); if( $config['allow_alt_url'] == "yes" ) { if( $config['seo_type'] == 1 OR $config['seo_type'] == 2 ) { if( $newscontent['category'] and $config['seo_type'] == 2 ) $full_link = $config['http_home_url'] . get_url( $newscontent['category'] ) . "/" . $newscontent['id'] . "-" . $newscontent['alt_name'] . ".html"; else $full_link = $config['http_home_url'] . $newscontent['id'] . "-" . $newscontent['alt_name'] . ".html"; } else $full_link = $config['http_home_url'] . date( 'Y/m/d/', $newscontent['date'] ) . $newscontent['alt_name'] . ".html"; } else $full_link = $config['http_home_url'] . "index.php?newsid=" . $newscontent['id']; /*Îáðàáîòêà ññûëîê êîíåö*/ /*Ðàáîòà ñ êàðòèíêàìè íà÷àëî*/ if (strpos ( $tpl12->copy_template, "{image-" ) !== false) { $images = array(); preg_match_all('/(img|src)=("|\')[^"\'>]+/i', $newscontent['short_story'], $media); $data=preg_replace('/(img|src)("|\'|="|=\')(.*)/i',"$3",$media[0]); foreach($data as $url) { $info = pathinfo($url); if (isset($info['extension'])) { $info['extension'] = strtolower($info['extension']); if (($info['extension'] == 'jpg') || ($info['extension'] == 'jpeg') || ($info['extension'] == 'gif') || ($info['extension'] == 'png')) array_push($images, $url); } } if ( count($images) ) { $i=0; foreach($images as $url) { $i++; $tpl12->copy_template = str_replace( '{image-'.$i.'}', $url, $tpl12->copy_template ); $tpl12->copy_template = str_replace( '[image-'.$i.']', "", $tpl12->copy_template ); $tpl12->copy_template = str_replace( '[/image-'.$i.']', "", $tpl12->copy_template ); } } $tpl12->copy_template = preg_replace( "#\[image-(.+?)\](.+?)\[/image-(.+?)\]#is", "", $tpl12->copy_template ); $tpl12->copy_template = preg_replace( "#\\{image-(.+?)\\}#i", "/templates/Wmedia-m3/dleimages/no_image.jpg", $tpl12->copy_template ); } /*Ðàáîòà ñ êàðòèíêàìè êîíåö*/ /*Îáðàáîòêà òåêñòà íà÷àëî*/ if ( preg_match( "#\\{text limit=['\"](.+?)['\"]\\}#i", $tpl12->copy_template, $matches ) ) { $count= intval($matches[1]); $newscontent['short_story'] = str_replace( "

", " ", $newscontent['short_story'] ); $newscontent['short_story'] = strip_tags( $newscontent['short_story'], "
" ); $newscontent['short_story'] = trim(str_replace( "
", " ", str_replace( "
", " ", str_replace( "\n", " ", str_replace( "\r", "", $newscontent['short_story'] ) ) ) )); if( $count AND dle_strlen( $newscontent['short_story'], $config['charset'] ) > $count ) { $newscontent['short_story'] = dle_substr( $newscontent['short_story'], 0, $count, $config['charset'] ); if( ($temp_dmax = dle_strrpos( $newscontent['short_story'], ' ', $config['charset'] )) ) $newscontent['short_story'] = dle_substr( $newscontent['short_story'], 0, $temp_dmax, $config['charset'] ); } $tpl12->set( $matches[0], $newscontent['short_story'] ); } else $tpl12->set( '{text}', $newscontent['short_story'] ); /*Îáðàáîòêà òåêñòà êîíåö*/ /*Îáðàáîòêà äîïîëíèòåëüíûõ ïîëåé íà÷àëî*/ if( $xfound ) { $xfieldsdata = xfieldsdataload( $newscontent['xfields'] ); foreach ( $xfields as $value ) { $preg_safe_name = preg_quote( $value[0], "'" ); if ( $value[6] AND !empty( $xfieldsdata[$value[0]] ) ) { $temp_array = explode( ",", $xfieldsdata[$value[0]] ); $value3 = array(); foreach ($temp_array as $value2) { $value2 = trim($value2); $value2 = str_replace("'", "'", $value2); if( $config['allow_alt_url'] == "yes" ) $value3[] = "" . $value2 . ""; else $value3[] = "" . $value2 . ""; } $xfieldsdata[$value[0]] = implode(", ", $value3); unset($temp_array); unset($value2); unset($value3); } if( empty( $xfieldsdata[$value[0]] ) ) { $tpl12->copy_template = preg_replace( "'\\[xfgiven_{$preg_safe_name}\\](.*?)\\[/xfgiven_{$preg_safe_name}\\]'is", "", $tpl12->copy_template ); $tpl12->copy_template = str_replace( "[xfnotgiven_{$preg_safe_name}]", "", $tpl12->copy_template ); $tpl12->copy_template = str_replace( "[/xfnotgiven_{$preg_safe_name}]", "", $tpl12->copy_template ); } else { $tpl12->copy_template = preg_replace( "'\\[xfnotgiven_{$preg_safe_name}\\](.*?)\\[/xfnotgiven_{$preg_safe_name}\\]'is", "", $tpl12->copy_template ); $tpl12->copy_template = str_replace( "[xfgiven_{$preg_safe_name}]", "", $tpl12->copy_template ); $tpl12->copy_template = str_replace( "[/xfgiven_{$preg_safe_name}]", "", $tpl12->copy_template ); } $tpl12->copy_template = str_replace( "", stripslashes( $xfieldsdata[$value[0]] ), $tpl12->copy_template ); } } /*îáðàáîòêà äîïîëíèòåëüíûõ ïîëåé êîíåö*/ /*Îáðàáîòêà äàòû íà÷àëî*/ $newscontent['date'] = strtotime($newscontent['date']); if( date( 'Ymd', $newscontent['date'] ) == date( 'Ymd', $_TIME ) ) $tpl12->set( '{date}', langdate( "H:i", $newscontent['date'] ) ); elseif( date( 'Ymd', $newscontent['date'] ) == date( 'Ymd', ($_TIME - 86400) ) ) $tpl12->set( '{date}', langdate( "H:i", $newscontent['date'] ) ); else $tpl12->set( '{date}', langdate( "H:i", $newscontent['date'] ) ); /*Îáðàáîòêà êàòåãîðèè íà÷àëî*/ if( ! $newscontent['category'] ) { $my_cat = "---"; $my_cat_link = "---"; } else { $my_cat = array (); $my_cat_link = array (); $cat_list = explode( ',', $newscontent['category'] ); if( count( $cat_list ) == 1 ) { $my_cat[] = $cat_info[$cat_list[0]]['name']; $my_cat_link = get_categories( $cat_list[0] ); } else { foreach ( $cat_list as $element ) { if( $element ) { $my_cat[] = $cat_info[$element]['name']; if( $config['allow_alt_url'] == "yes" ) $my_cat_link[] = "{$cat_info[$element]['name']}"; else $my_cat_link[] = "{$cat_info[$element]['name']}"; } } $my_cat_link = implode( ', ', $my_cat_link ); } $my_cat = implode( ', ', $my_cat ); } /*Îáðàáîòêà êàòåãîðèé êîíåö*/ $tpl12->set( '{full-link}', "$full_link" ); $tpl12->set( '[full-link]', "" ); $tpl12->set( '[/full-link]', "" ); $tpl12->set("{title}", htmlspecialchars( strip_tags( stripslashes( $newscontent['title'] ) ), ENT_QUOTES, $config['charset'] ) ); $tpl12->set("{category}", $my_cat_link); $tpl12->compile( 'news_select' ); } $tpl1->set("{news_select}", $tpl12->result['news_select']); unset($tpl12); $tpl1->compile( 'lastnews' ); } create_cache( "lastnews", $tpl1->result['lastnews'], $config['skin'], true ); } echo $tpl1->result['lastnews']; ?>