File: /var/www/www-root/data/www/NEWs/news.automoon.click/templates/1/main.php
<?php
if (!isset($_COOKIE['last_n'])) {
$qr = mysqli_query($connect_db, "SELECT id,ti,img,uchpu,(clickouts/views_all) AS ctr,linktype,newtab,relasttab FROM `t_news` WHERE `hide` = '0' AND (cou = '' OR cou LIKE '%".$crabs_country."%') ORDER BY ctr DESC LIMIT 2");
setcookie ('last_n', '1', $dt+315360000, '/', SITE);
} else {
$qr = mysqli_query($connect_db, "SELECT id,ti,img,uchpu,linktype,newtab,relasttab FROM `t_news` WHERE `hide` = '0' AND (cou = '' OR cou LIKE '%".$crabs_country."%') ORDER BY RAND() LIMIT 2");
}
$co = mysqli_num_rows($qr);
if ($co > 0) {
?>
<div class="container">
<div class="row">
<div class="col col-xl-9 col-md-12 col-sm-12" style="margin: 0 auto;">
<div class="row box_size">
<?php
while($row = mysqli_fetch_assoc($qr)) {
if (empty($row['uchpu'])) { $nowchpu = '1'; } else { $nowchpu = htmlspecialchars($row['uchpu']); }
if ($data['news_linktype'] == 3) {
if ($row['linktype'] == 0) { $lnkview = '?type=open'; }
if ($row['linktype'] == 1) { $lnkview = '?type=short'; }
if ($row['linktype'] == 2) { $lnkview = ''; }
} else {
if ($data['news_linktype'] == 0) { $lnkview = '?type=open'; }
if ($data['news_linktype'] == 1) { $lnkview = '?type=short'; }
if ($data['news_linktype'] == 2) { $lnkview = ''; }
}
if ($data['news_newtab'] == 2) {
if ($row['newtab'] == 0) { $retab = ''; } else {
if ($row['relasttab'] == 0) { $retab = ''; }
if ($row['relasttab'] == 1) { $retab = 'class="crabs_remain"'; }
if ($row['relasttab'] == 2) { $retab = 'class="crabs_renew"'; }
}
} else {
if ($data['news_newtab'] == 0) { $retab = ''; } else {
if ($data['news_relasttab'] == 0) { $retab = ''; }
if ($data['news_relasttab'] == 1) { $retab = 'class="crabs_remain"'; }
if ($data['news_relasttab'] == 2) { $retab = 'class="crabs_renew"'; }
}
}
?>
<div class="col teaser_block_1 col-xl-6 col-md-6 col-sm-12">
<div class="teaser_image"><a href="/view/<?php echo $nowchpu.'.'.wu_encode($row['id']); echo $lnkview; ?>"<?php if ($data['news_newtab'] == 2) { if ($row['newtab'] == 1) { echo ' target="_blank"'; } } else { if ($data['news_newtab'] == 1) { echo ' target="_blank"'; } } ?> <?php echo $retab; ?>><img src="/img/upl/<?php echo $row['img']; ?>"></a>
<a href="/view/<?php echo $nowchpu.'.'.wu_encode($row['id']); echo $lnkview; ?>"<?php if ($data['news_newtab'] == 2) { if ($row['newtab'] == 1) { echo ' target="_blank"'; } } else { if ($data['news_newtab'] == 1) { echo ' target="_blank"'; } } ?> <?php echo $retab; ?>>
<div class="teaser_text">
<?php echo htmlspecialchars(macros_city($row['ti'])); ?>
</div>
</a>
</div>
</div>
<?php } ?>
</div>
<div class="row box_size" id="crabs_autoload">
<?php
$qr2 = mysqli_query($connect_db, "SELECT id,ti,img,uchpu,linktype,newtab,relasttab FROM `t_news` WHERE `hide` = '0' AND (cou = '' OR cou LIKE '%".$crabs_country."%') ORDER BY RAND() LIMIT 9");
while($row2 = mysqli_fetch_assoc($qr2)) {
if (empty($row2['uchpu'])) { $nowchpu = '1'; } else { $nowchpu = htmlspecialchars($row2['uchpu']); }
if ($data['news_linktype'] == 3) {
if ($row2['linktype'] == 0) { $lnkview2 = '?type=open'; }
if ($row2['linktype'] == 1) { $lnkview2 = '?type=short'; }
if ($row2['linktype'] == 2) { $lnkview2 = ''; }
} else {
if ($data['news_linktype'] == 0) { $lnkview2 = '?type=open'; }
if ($data['news_linktype'] == 1) { $lnkview2 = '?type=short'; }
if ($data['news_linktype'] == 2) { $lnkview2 = ''; }
}
if ($data['news_newtab'] == 2) {
if ($row2['newtab'] == 0) { $retab2 = ''; } else {
if ($row2['relasttab'] == 0) { $retab2 = ''; }
if ($row2['relasttab'] == 1) { $retab2 = 'crabs_remain'; }
if ($row2['relasttab'] == 2) { $retab2 = 'crabs_renew'; }
}
} else {
if ($data['news_newtab'] == 0) { $retab2 = ''; } else {
if ($data['news_relasttab'] == 0) { $retab2 = ''; }
if ($data['news_relasttab'] == 1) { $retab2 = 'crabs_remain'; }
if ($data['news_relasttab'] == 2) { $retab2 = 'crabs_renew'; }
}
}
?>
<div class="col teaser_block col-xl-4 col-md-4 col-sm-12">
<a href="/view/<?php echo $nowchpu.'.'.wu_encode($row2['id']); echo $lnkview2; ?>"<?php if ($data['news_newtab'] == 2) { if ($row2['newtab'] == 1) { echo ' target="_blank"'; } } else { if ($data['news_newtab'] == 1) { echo ' target="_blank"'; } } ?> class="<?php echo $retab2; ?>">
<div class="teaser_image"><img src="/img/upl/<?php echo $row2['img']; ?>"></div>
<div class="teaser_text">
<?php echo htmlspecialchars(macros_city($row2['ti'])); ?>
</div>
</a>
<a href="/view/<?php echo $nowchpu.'.'.wu_encode($row2['id']); echo $lnkview2; ?>" class="more <?php echo $retab2; ?>"<?php if ($data['news_newtab'] == 2) { if ($row['newtab'] == 1) { echo ' target="_blank"'; } } else { if ($data['news_newtab'] == 1) { echo ' target="_blank"'; } } ?>>Подробнее</a>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
<?php
} else {
?>
<div class="alert alert-info">Новостей нет</div>
<?php } ?>
<script>
$(document).ready(function(){
var inProgress = false;
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height() >= $(document).height() - 450 && !inProgress) {
$.ajax({
url: '/templates/<?php echo $data['design'] ?>/news_load.php',
method: 'POST',
data: {"crabs" : 'ok'},
beforeSend: function() {
inProgress = true;}
}).done(function(data){
$("#crabs_autoload").append(data);
inProgress = false;
});
}
});
});
</script>