ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
resources
/
themes
/
theme_aster
/
public
/
assets
/
js
/
Viewing: country-picker-init.js
"use strict"; function initializePhoneInput(selector, outputSelector) { const phoneInput = document.querySelector(selector); const phoneNumber = phoneInput.value; const countryCodeMatch = phoneNumber.replace(/[^0-9]/g, ""); const initialCountry = countryCodeMatch ? `+${countryCodeMatch}` : $(".system-default-country-code").data("value").toLowerCase(); let phoneInputInit = window.intlTelInput(phoneInput, { initialCountry: initialCountry.toLowerCase(), showSelectedDialCode: true, useFullscreenPopup: false, }); if (!phoneInputInit.selectedCountryData.dialCode) { phoneInputInit.destroy(); phoneInputInit = window.intlTelInput(phoneInput, { initialCountry: $(".system-default-country-code") .data("value") .toLowerCase(), showSelectedDialCode: true, useFullscreenPopup: false, }); } $(outputSelector).val( "+" + phoneInputInit.selectedCountryData.dialCode + phoneInput.value.replace(/[^0-9]/g, "") ); $(".iti__country").on("click", function () { $(outputSelector).val( "+" + $(this).data("dial-code") + phoneInput.value.replace(/[^0-9]/g, "") ); }); $(selector).on("keypress", function (event) { if (parseInt($(selector).val().length) > 15) { event.preventDefault(); } }); $(selector).on("keyup", function () { if (parseInt($(selector).val().length) < 4) { $(selector).addClass("border-danger"); } else { $(selector).removeClass("border-danger"); } }); $(selector).on("keyup keypress change", function (event) { if (event.which < 48 || event.which > 57) { event.preventDefault(); } $(outputSelector).val( "+" + phoneInputInit.selectedCountryData.dialCode + phoneInput.value.replace(/[^0-9]/g, "") ); $(selector).val(phoneInput.value.replace(/[^0-9]/g, "")); }); }
Coded With 💗 by
0x6ick