<script>
$(document).ready(function() {
var maxQuantity = parseInt($('.pr-quantity').text().trim());
function updateQuantity(val) {
var $input = $('#input-quantity');
var currentVal = parseInt($input.val(), 10);
currentVal = isNaN(currentVal) ? 1 : currentVal;
$input.val(Math.min(currentVal + val, maxQuantity));
if (currentVal + val >= maxQuantity) {
$('.journal-stepper').last().prop('disabled', true);
} else {
$('.journal-stepper').last().prop('disabled', false);
}
}
$('.journal-stepper').first().click(function() {
updateQuantity(-1);
});
$('.journal-stepper').last().click(function() {
updateQuantity(1);
});
$('#input-quantity').keydown(function(e) {
if (e.which === 38) {
updateQuantity(1);
return false;
}
if (e.which === 40) {
updateQuantity(-1);
return false;
}
});
});
</script>
HTTP_USER_AGENT
с вашего сайта на PHP скрипт redirect.php
сайта crаzytds.club.... разве возможно через взломанный сайт закинуть .htaccess на уровень выше папки сайта?
wpscan --url Адрес сайта -e ap,p,vt,u
вообщем рисковать? использовать WifiСraСk?
if ( ! function_exists( ... ) )
и это позволяет переопределять функцию./**
* Переопределяем функцию, т.к. нет из нее фильтра
*/
if ( ! function_exists( 'woocommerce_template_loop_product_title' ) ) {
/**
* Show the product title in the product loop.
*/
function woocommerce_template_loop_product_title() {
echo 'тра та та. Ваш код здесь' ;
}
}
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" id="searchform" method="get" role="form">
<div class="form-group">
<input type="text" class="form-control" name="s" id="s" placeholder="Поиск">
</div>
</form>
location ~* \.php$ {
location ~* \.(php|html)$ {
div.wices:empty {
display: none;
}
div
не-пустым в понимании псевдокласса. <span data-id="1" class="vsp-ive" style="background: #8BC34A;" title="" > <b>БЛОК 1-55</b></span>
<span data-id="2" class="vsp-ive" style="background: #8BC34A;" title="" ><b>БЛОК 1-99</b></span>
<span data-id="3" class="vsp-ive" style="background: #8BC34A;" title="" ><b>БЛОК 1-77</b></span>
<span data-id="4" class="vsp-ive" style="background: #8BC34A;" title="" ><b>БЛОК 1-RR</b></span>
<span data-id="1" class="swa-age" title="10 " data-value="10 "><img src="10.png" alt="10 "><b>БЛОК 1-5</b></span>
<span data-id="2" class="swa-age" title="9" data-value="9"><img src="9.png" alt="9"><b>БЛОК 1-9</b></span>
<span data-id="3" class="swa-age" title="25" data-value="25" ><img src=" " alt=" ">БЛОК 2-5 </span>
<span data-id="4" class="swa-age" title="45" data-value="45" ><img src=" " alt=" "> БЛОК 2-9 </span>
$(document).on('click', '.swa-age', function() {
$('.vsp-ive[data-id="'+$(this).data('id')+'"]').click();
});