- Scan-ID:
- ec818dd3-67d1-4590-a73b-516458811a97Beendet
- Eingereichte URL:
- https://bit.ly/3rVLOLCUmgeleitet
- Bericht beendet:
Links · 0 gefunden
Die von der Seite ausgehenden identifizierten Links
JavaScript-Variablen · 22 gefunden
Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
ko | object |
__awaiter | function |
Loaders | object |
MyLog | function |
useSendToServer | number |
Konsolenprotokoll-Meldungen · 0 gefunden
In der Web-Konsole protokollierte Meldungen
HTML
Der HTML-Rohtext der Seite
<!DOCTYPE html><html id="mainHtml"><head>
<title> </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="ROBOTS" content="NOINDEX">
<meta property="og:type" content="business.business">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<link type="text/css" rel="stylesheet" href="/ExternalAisurit4/css/bootstrap.css?v=5.0.9083.23526"><link type="text/css" rel="stylesheet" href="/ExternalAisurit4/css/StyleSheet_LTR.css?v=5.0.9083.23526"><link type="text/css" rel="stylesheet" href="/ExternalAisurit4/css/font-awesome.css?v=5.0.9083.23526"><link type="text/css" rel="stylesheet" href="/ExternalAisurit4/css/font-awesome-rtl.css?v=5.0.9083.23526"><link type="text/css" rel="stylesheet" href="/ExternalAisurit4/css/AS4StyleSheet.css?v=5.0.9083.23526"><link type="text/css" rel="stylesheet" href="/ExternalAisurit4/js/Plug-in/Loading-Indicator/jquery.loading-indicator.css?v=5.0.9083.23526"><link type="text/css" rel="stylesheet" href="/ExternalAisurit4/css/apple-pay.css?v=5.0.9083.23526">
<script type="text/javascript" src="/ExternalAisurit4/js/jquery-3.5.1.min.js"></script><script type="text/javascript" src="/assets/plugins/bootstrap/js/bootstrap.min.js?v=5.0.9083.23526"></script><script type="text/javascript" src="/ExternalAisurit4/js/knockout-3.5.1.js"></script><script type="text/javascript" src="/ExternalAisurit4/EA4.ts.js?v=5.0.9083.23526"></script><script type="text/javascript" src="/ExternalAisurit4/js/Plug-in/Loading-Indicator/jquery.loading-indicator.js?v=5.0.9083.23526"></script>
<script src="https://js.sentry-cdn.com/40d502a873eb41269e7d416c507c6b24.min.js" crossorigin="anonymous"></script>
<script type="text/javascript">
window.Sentry &&
Sentry.init({
dsn: "https://[email protected]/110542",
integrations: [
// If you use a bundle with tracing enabled, add the BrowserTracing integration
//Sentry.browserTracingIntegration(),
// If you use a bundle with session replay enabled, add the Replay integration
//Sentry.replayIntegration({
// // Additional SDK configuration goes in here, for example:
// maskAllText: true,
// blockAllMedia: true,
//}),
],
// We recommend adjusting this value in production, or using tracesSampler
// for finer control
tracesSampleRate: 1.0,
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1,
// Set `tracePropagationTargets` to control for which URLs distributed tracing should be enabled
tracePropagationTargets: ["localhost", /secure.cardcom.solutions/],
});
</script>
</head>
<body class="modal-open">
<!-- ko component: { name: EA4Init.ManagerName,params: { EA4Init:EA4Init}} -->
<div class="modal in" tabindex="-1" role="dialog" id="mainPopupModal" data-bind="BsModal:true, visible:ShowModal" data-backdrop="static" data-keyboard="false" style="display: block;">
<div class="modal-dialog">
<div class="modal-content" style="text-align:center">
<!-- Header -->
<div class="modal-header">
<button type="button" id="modalCloseBtn" data-bind="click:function(){ CloseFrame('Success');}" class="close" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" data-bind="text: ModalHeader">Error</h4>
</div>
<!-- Error -->
<div class="modal-body padding-25">
<form class="form-horizontal">
<div class="form-group">
<label data-bind="text: errorTitle">אופס, הגעתם לדף תשלום שכבר לא קיים</label>
</div>
<div class="form-group">
<p data-bind="text: errorDesc">נסו לחפש דרך אחרת כדי להגיע לעמוד המבוקש</p>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- /ko -->
<my-alert><div class="modal error-modal" tabindex="-1" role="dialog" id="ErrorModal" data-bind="BsModal:isToShowErrorPopup" data-backdrop="static" data-keyboard="false">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header" style="text-align: center;">
<button type="button" id="modalCloseBtn" data-bind="click:CloseErrorPopup" class="close" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" data-bind="text:ErrorHeader"></h4>
</div>
<div class="modal-body">
<div data-bind="html: ErrorList"></div>
<input type="button" class="btn btn-primary btn-block" data-bind="value:CloseBtnTxt, click:CloseErrorPopup" value="Close">
</div>
</div>
</div>
</div></my-alert>
<style>
.row{
margin-left:15px;
margin-right:15px;
}
.form-horizontal .form-group{
margin-left:0;
margin-right:0;
}
</style>
<style id="Background" type="text/css"></style>
<style id="customCss" type="text/css"></style>
<script type="text/javascript">
ko.options.deferUpdates = true;
ko.components.register("popup-error-manager", { viewModel: function (params) { return new PopUpErrorManager(params) }, template: PopUpErrorManager.MyErrorHtml });
ko.components.register("popup-not-exist-error-manager", { viewModel: function (params) { return new PopUpErrorManager(params) }, template: PopUpErrorManager.MyNotExistErrorHtml });
ko.components.register("deal-info", { viewModel: function (params) { return new DealInfo(params) }, template: DealInfo.MYHtml });
ko.components.register("deal-info-dropdown", { viewModel: function (params) { return new DealInfoDropdown(params) }, template: DealInfoDropdown.MyHtml });
ko.components.register("deal-info-list", { viewModel: function (params) { return new DealInfoItemList(params) }, template: DealInfoItemList.MyHtml });
ko.components.register("custom-fields", { viewModel: function (params) { return new CustomFields(params) }, template: CustomFields.MyHTML });
ko.components.register("credit-card-payment-for-popup", { viewModel: function (params) { return new CreditCardPayment(params) }, template: CreditCardPayment.CreditCardPaymentForPopUP2 });
ko.components.register("credit-card-payment", { viewModel: function (params) { return new CreditCardPayment(params) }, template: CreditCardPayment.CreditCardPaymentFullScreen });
ko.components.register("invoice-to-information", { viewModel: function (params) { return new InvoiceToInformation(params) }, template: InvoiceToInformation.MyHtml });
ko.components.register("popup-manager", { viewModel: function (params) { return new PopUpManager(params) }, template: PopUpManager.MyHTML });
ko.components.register("fullScreen", { viewModel: function (params) { return new FullScreenManager(params) }, template: FullScreenManager.MyHTML });
ko.components.register("my-alert", { viewModel: function (params) { return MyAlert.GetClass() }, template: MyAlert.MyHTML });
$(function () {
if (window['EA4Init']) {
langs.SetLan(window['EA4Init'].langDic);
ko.applyBindings({ EA4Init: window['EA4Init'] });
}
}
);
function onloadCallback() {
setTimeout(function () {
grecaptcha.render('captcha_container', {
'sitekey': '6Le0npUUAAAAAEQvt57xU3COFJ8eynv6wPIjHUuw',
'callback': function (response) {
googleToken = response;
}
})
},1500);
}
</script>
<!-- InitServer -->
<script type="text/javascript">
var EA4Init ={"controlInitCreditCardPaymentForPopup":{"phone":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"cardNumber":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"date":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"year":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"month":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"agreement":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"approvecommition":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"email":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"cvv":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"cardUserId":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"cardOwnerName":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"CreditcardComments":null},"controlInitInvoiceToInformation":{"InvoiceEmail":{"hide":true,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"InvoiceEmailVerify":{"hide":true,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"compID":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"AddresLine1":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"AddresLine2":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"City":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"LinePH":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"MobilePH":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"Name":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"InvoiceComments":null},"controlInitDealInfo":{"itemToPaySelect":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"GroupKupon":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"payments":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"Kupon":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"Delivery":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"Currency":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"openSum":{"hide":null,"selectObjects":null,"slcObjWithCost":null,"link":null,"currencyToSelect":null,"itemToSelect":null,"value":null,"label":null,"Required":false,"RequiredMessageID":null,"RegExValidators":[],"PreventPaste":null,"ValidateOnFocusOutOnly":false},"Items":[],"IsConvertToNIS":false,"Currencies":null,"Commissions":[],"IsCommitionActive":false,"termial_type":null,"vat":0,"GroupComments":null,"isKuponActive":false,"DealInfoType":0,"IsHideTotal":false,"GroupUID":"xTxk","coinSign":null,"grpCoinCode":0,"IsTruma":false,"IsCredit":false,"IsRemoveProductPrice":false},"controlInitCustomFields":{"customFields":[],"CustomFieldsComments":null},"controlInitError":{"IsError":true,"ErrorCode":9998,"ErrorTitle":"אופס, הגעתם לדף תשלום שכבר לא קיים","ErrorDesc":"נסו לחפש דרך אחרת כדי להגיע לעמוד המבוקש","Redirect":false,"RedirectUrl":""},"lang":null,"ManagerName":"popup-not-exist-error-manager","UID":"xTxk","langDic":null,"isWizard":false,"ShowDealInfo":false,"IsHideCardOnZero":null,"IsToShowInvoice":null,"ReturnData":null,"NotifyURL":null,"NumOfRetriesAllowed":5,"PayPalBtnSrc":null,"PayPalActive":null,"uPayBit_BtnActive":null,"ApplePayActive":false,"PayMeBitBtnActive":null,"CardcomBitBtnActive":false,"BitButtonText":null,"IsError":true,"IsToSendPreBuyDataToServer":null,"DesignMode":null,"CompanyFootInfo":null,"lblInvoiceHead":null,"whatsAppLink":null,"whatsAppVisible":false,"CompanyName":null,"ExternalID":"","Logo":null,"ImageUrl":null,"ImageAlt":null,"ImageVisiblity":false,"GroupComments":null,"AfterCompanyLogo":null,"UniqTempDealID":"bff81fbd-8b48-488b-8445-5bd68d987fb7","UseVisaCalVisible":null,"UseVisaVisible":null,"UseMasterCardVisible":null,"UseAmericanExpressVisible":null,"UseDinersVisible":null,"UseIsraCardVisible":null,"UseLeumiCardVisible":null,"UseGPayVisible":null,"IsRecaptchaActive":null,"RecaptchaVersion":null,"ShowApprovecommition":false,"terminalNumber":0,"Is3DSecureEnabled":false,"Was3DSActiveOnPageLoad":null,"SuccessRedirectUrl":null,"ErrorRedirectUrl":null,"ListOfNotifyURLs":[],"ReturnValues":{"InvisibleCustomFields":[],"DocumentDepartment":null,"DocumentComments":null,"Fields":null,"AffiliateGroupID":null,"UtmParams":null},"CoinID":0,"CoinCode":null,"MustAllowMerchantMessages":false,"CheckboxForAllowForMerchantMessages":false,"SupportedCardBrands":null,"DirectDebitSplitPayments":false};
</script>
<!-- InjectHotJat -->
<script type="text/javascript">
try {
} catch (err) { console.log(err) }
</script>
<!-- InjectRemarketing -->
<!-- InjectFaceBook -->
<!-- CommentsAfterLogo -->
<!-- googleRecaptchaScript -->
<div class="loading-indicator-wrapper loader-hidden"><span class="loading-indicator-helper"></span><div class="loader"></div></div><div class="modal-backdrop in"></div></body></html>