Help
RSS
API
Feed
Maltego
Contact
Domain > tickets.hapoel.co.il
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-06-30
18.185.51.111
(
ClassC
)
2025-12-06
18.157.234.147
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Sat, 06 Dec 2025 00:36:30 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://tickets.hapoel.co.il:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 06 Dec 2025 00:36:30 GMTContent-Type: text/html; charsetutf-8Content-Length: 66655Connection: keep-aliveCache-Control: privateSet-Cookie: _culturehe-IL; expiresSun, 06-Dec-2026 00:36:31 GMT; path/Set-Cookie: TempData_m/DrfyE2x9xW27wQ+Ay3nsg7/IfHm/eC/EFxOKwA+FbHfYErBE7Vx01D/YEmbrGepb1Zd6HjdJr/n4eXEzu/UmPB1hhST0zAFzJHfNikWbhKBxXLskzPDg09RSbW2zsSjuSlZSL0zjbp8vQJT3689AVeV4ag5UlRjh+ESaIHMuRFQuIPLxVKzC1jct0GaLUvycPJkzFgiRqudI7AI0dxLo49MU86gGK+63FAqcvcGMdFKIuNCsIN31apOdD9WaieDFE0Wvfj6ul5M552Ulnzga2IRJ166g9D+KuKM2gJnIAiVPklK4Nj4NWKogU1RQ+pVJm9yOGZjleud6RUAO+4LEo3Lj0rXpntShgUtmeXqWF6RAh1v0BFNCB+fxnwlFmo5rs1jfRDDaQsHQLFn14F8z53DnR1Xl9/pq2dPPvGkK7QbAufMRsaxeeHsniuIVmZVwQtLA; path/; HttpOnlyX-Frame-Options: DENYContent-Security-Policy: frame-ancestors none; !DOCTYPE html>html langhe>head>title>אתר הכרטיסים הרשמי של הפועל 'מידטאון' ירושלים/title>meta namedescription contentאתר הכרטיסים הרשמי של הפועל 'מידטאון' ירושלים />meta charsetutf-8 />meta nameviewport contentwidthdevice-width, initial-scale1.0 />link relstylesheet hrefhttps://fonts.googleapis.com/icon?familyMaterial+Icons />link relstylesheet hrefhttps://fonts.googleapis.com/icon?familyMaterial+Icons+Outlined />link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyMaterial+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 />script srchttps://static-fr.roboticket.com/Scripts/build/scripts.min.js?v139 typetext/javascript >/script> script srchttps://cdn.jsdelivr.net/npm/vue@3.2.41/dist/vue.global.prod.js>/script> link hrefhttps://css.gg/css relstylesheet /> link hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Styles/mainPage.css?v639005817755570286 relstylesheet typetext/css /> link hrefhttps://static-fr.roboticket.com/Content/Styles/clubs/HJBC/stylesheets/user.css?v139 relstylesheet typetext/css />link hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Styles/biometric.css?v639005817755570286 relstylesheet typetext/css />script srchttps://static-fr.roboticket.com/Content/noUiSlider/nouislider.js typetext/javascript>/script>!--Google Tag Manager beginning-->script typetext/javascript> dataLayer ; function GTMDataLayerTrackPurchase(transactionId, accountId) { try { match document.cookie.match(new RegExp(GTMDataLayer_PurchaseTracking(^;+))); if (match) { $.ajax({ type: POST, url: /Transaction/GetGAData, data: { transactionId: transactionId, accountId: accountId }, success: function (data) { var products ; for (var i 0; i data.Items.length; i++) { products.push({ name: data.Itemsi.Name, id: data.Itemsi.ProductId, price: data.Itemsi.Price, brand: data.Itemsi.ProductId, category: data.Itemsi.ProductType, variant: data.Itemsi.PriceType, quantity: 1, }); } dataLayer.push({ event: ec_transaction, ecommerce: { purchase: { actionField: { id: transactionId, affiliation: data.Tran.PointOfSale, revenue: data.Tran.Revenue }, products: products } } }); } }); document.cookie GTMDataLayer_PurchaseTracking; expiresThu, 01 Jan 1970 00:00:01 GMT; path/; } } catch (err) { console.log(err); } } function GTMPrepareItem(object, item, dictItem) { try { if (object ! null && item ! null && item.data ! null) { var data item.data; var priceTypeName null; var deliveryTypeName null; if (data.PriceTypeId ! null) priceTypeName dictItem.PriceTypesdata.PriceTypeId0.PriceTypeName; if (data.DeliveryTypeId) deliveryTypeName dictItem.DeliveryTypesdata.DeliveryTypeId; object.items.push({ id: data.ItemId, product_type_id: item.productType, product_type_name: item.productTypeStr, product_id: data.ProductId, product_name: dictItem.ItemName, external_product_id: data.ExternalRef || null, price_type_id: data.PriceTypeId || null, price_type_name: priceTypeName, price: data.ItemPrice, currency: ILS, platform_name: data.Platform || null, sector_id: data.SectorId || null, sector_name: data.SectorName || null, seat_id: data.SeatId || null, seat_row: data.SeatRow || null, seat_number: data.SeatNumber || null, voucher_number: data.VoucherNumber || null, delivery_type_id: data.DeliveryTypeId || null, delivery_type_name: deliveryTypeName || null, delivery_price: data.DeliveryPrice || null }); } return object; } catch (error) { console.log(error); } } function GTMPrepareObjectFromCart(transactionId, value, cart, dict) { try { var object { currency : ILS, value : value, transaction_id : transactionId, items : }; $.each(cart, function (pt, productTypes) { $.each(cartpt, function (p, products) { $.each(cartptp, function (i, item) { var dictItem dictptp; GTMPrepareItem(object, item, dictItem) }) }) }); return object; } catch (error) { console.log(error); } } function GTMPrepareShortItem(object, item, dictItem) { try { if (object ! null && item ! null && item.data ! null) { var data item.data; object.items.push({ id: data.ItemId, product_type_id: item.productType, product_type_name: item.productTypeStr, product_id: data.ProductId, product_name: dictItem.ItemName, external_product_id: data.ExternalRef || null, platform_name: data.Platform || null, sector_id: data.SectorId || null, sector_name: data.SectorName || null, seat_id: data.SeatId || null, seat_row: data.SeatRow || null, seat_number: data.SeatNumber || null, }); } return object; } catch (error) { console.log(error); } } function GTMPrepareShortObjectFromCart(transactionId, cart, dict) { try { var object { transaction_id: transactionId, items: }; $.each(cart, function (pt, productTypes) { $.each(cartpt, function (p, products) { $.each(cartptp, function (i, item) { var dictItem dictptp; GTMPrepareShortItem(object, item, dictItem) }) }) }) return object; } catch (error) { console.log(error); } } function GTMDataLayerPush(eventName, data) { dataLayer.push({ ecommerce: null }); dataLayer.push({ event: eventName, ecommerce: data }); } function GTMCheckCartChanges(cartObject) { try { var data localStorage.getItem(GoogleTagManagerCart); if (localStorage.length 0 || data null || data ) { localStorage.setItem(GoogleTagManagerCart, JSON.stringify(cartObject)); GTMDataLayerPush(add_to_cart, cartObject); } else { var parsedData JSON.parse(data); if (parsedData.transaction_id ! cartObject.transaction_id) { localStorage.setItem(GoogleTagManagerCart, JSON.stringify(cartObject)); GTMDataLayerPush(add_to_cart, cartObject); } else { var removed parsedData.items.filter(function (obj) { return !cartObject.items.some(function (obj2) { return (obj.id obj2.id) && (obj.product_type_id obj2.product_type_id); }); }); var added cartObject.items.filter(function (obj) { return !parsedData.items.some(function (obj2) { return (obj.id obj2.id) && (obj.product_type_id obj2.product_type_id); }); }); if (added.length > 0 || removed.length > 0) { localStorage.setItem(GoogleTagManagerCart, JSON.stringify(cartObject)); if (added.length > 0) { GTMDataLayerPush(add_to_cart, { transactionId: cartObject.transaction_id, items: added }); } if (removed.length > 0) { GTMDataLayerPush(remove_from_cart, { transactionId: cartObject.transaction_id, items: removed }); } } } } } catch (error) { console.log(error); } }/script>!--Google Tag Manager end-->link relapple-touch-icon sizes57x57 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-57x57.png>link relapple-touch-icon sizes60x60 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-60x60.png>link relapple-touch-icon sizes72x72 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-72x72.png>link relapple-touch-icon sizes76x76 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-76x76.png>link relapple-touch-icon sizes114x114 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-114x114.png>link relapple-touch-icon sizes120x120 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-120x120.png>link relapple-touch-icon sizes144x144 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-144x144.png>link relapple-touch-icon sizes152x152 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-152x152.png>link relapple-touch-icon sizes180x180 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/apple-touch-icon-180x180.png>link relicon typeimage/png sizes32x32 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/favicon-32x32.png>link relicon typeimage/png sizes192x192 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/android-chrome-192x192.png>link relicon typeimage/png sizes16x16 hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/favicon-16x16.png>link relmanifest hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/site.webmanifest>link relmask-icon hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/safari-pinned-tab.svg color#000000>link relshortcut icon hrefhttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/favicon.ico>meta namemsapplication-TileColor content#ffffff>meta namemsapplication-TileImage contenthttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/mstile-144x144.png>meta namemsapplication-config contenthttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Favicons/browserconfig.xml>meta nametheme-color content#ffffff> !--Facebook Pixel head script beginning--> script typetext/javascript> !function (f, b, e, v, n, t, s) { if (f.fbq) return; n f.fbq function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq n; n.push n; n.loaded !0; n.version 2.0; n.queue ; t b.createElement(e); t.async !0; t.src v; s b.getElementsByTagName(e)0; s.parentNode.insertBefore(t, s) }(window, document, script, https://connect.facebook.net/en_US/fbevents.js); fbq(init, 1250890383758330); /script> !--Facebook Pixel head script end--> !--Google Analytics head script beginning--> !--for UA properties--> script typetext/javascript> (function (i, s, o, g, r, a, m) { iGoogleAnalyticsObject r; ir ir || function () { (ir.q ir.q || ).push(arguments) }, ir.l 1 * new Date(); a s.createElement(o), m s.getElementsByTagName(o)0; a.async 1; a.src g; m.parentNode.insertBefore(a, m) })(window, document, script, //www.google-analytics.com/analytics.js, ga); /script> !--for GA4 properties--> script async srchttps://www.googletagmanager.com/gtag/js?idG-6J652K2VH6>/script> script> window.dataLayer window.dataLayer || ; function gtag() { dataLayer.push(arguments); } gtag(js, new Date()); gtag(config, G-6J652K2VH6); /script> !--Google Analytics head script end--> script typetext/javascript srchttps://static-fr.roboticket.com/Scripts/polyfill.min.js>/script> script typetext/javascript srchttps://static-fr.roboticket.com/Scripts/path-data-polyfill.js>/script> script typetext/javascript srchttps://static-fr.roboticket.com/NewLayout/_scripts/headerAnimation.js>/script>/head>body dirrtl data-t-idHJBC new >script> function readCookie (name) { var nameEQ name + ; var ca document.cookie.split(;); for (var i 0; i ca.length; i++) { var c cai; while (c.charAt(0) ) c c.substring(1, c.length); if (c.indexOf(nameEQ) 0) return c.substring(nameEQ.length, c.length); } return null; }/script>header>div classheader-wrap> a classlogo-top href/>/a> div classlang> /div> div classmenu-mobile>span classmaterial-symbols-outlined onclickaddRemoveLoginPanelAttribute(); return false>menu/span>/div> div idheaderCardPanel classLoginPanel>script> function moveoSSO(suffix) { const AUTH_URL https://auth.hapoel.co.il; var qparams new URLSearchParams(document.location.search.toLowerCase()); const returnUrl qparams.get(returnurl); window.addEventListener(message, function (ev) { if (ev.origin ! AUTH_URL) { console.error(ev.origin, ev.origin); console.error(AUTH_URL, AUTH_URL); console.error(Origins does not match!); return; // ignore message when origin does not match } ev.data.returnUrl returnUrl; const form document.createElement(form); form.method POST; form.action /moveo/login; for (const key in ev.data) { if (ev.data.hasOwnProperty(key)) { const hiddenField document.createElement(input); hiddenField.type hidden; hiddenField.name key; hiddenField.value ev.datakey; form.appendChild(hiddenField); } } document.body.appendChild(form); form.submit(); }); window.open(AUTH_URL + suffix, _blank); $(.boxTempMssage).setMessage({type: notification, message: מתחברים... יאללה הפועל!}); }; function MoveoLogin() { moveoSSO(); } function MoveoRegister() { moveoSSO(/signup); }/script> script typetext/javascript> $(.lang).append($(div>).load(/Home/HeaderCardPanelLngs)); $(#headerCardPanel).load(/Home/HeaderCardPanel); function addRemoveLoginPanelAttribute() { var attr $(.LoginPanel).attr(mobile-menu); if (typeof attr ! undefined && attr ! false) { $(.LoginPanel).removeAttr(mobile-menu); } else { $(.LoginPanel).attr(mobile-menu, ); } }; /script> /div>div idcart_panel> p classclock >/p>script typetext/javascript>/script> div classbucket data-cart_count0> a href/Transaction2/Edit> span classmaterial-symbols-outlined>shopping_cart/span> /a> /div>/div>script typetext/javascript> var dataLoggedAttr $(header).attr(data-logged); function adjustBucketVisibility(newValue) { if (newValue > 0) { dataLoggedAttr $(header).attr(data-logged); if (typeof dataLoggedAttr undefined ) $(header).attr(buy-no-logged, ); } else $(header).removeAttr(buy-no-logged); }/script>/div>/header> main>script> //setmessage plugin -r (function ($) { $.fn.setMessageNew function (options) { var settings $.extend( { type: error, message: null, }, options ); var $this $(this), $errorMsgs $(.messagebox, this); (function init() { var message new Message($this); message.create(); if ($errorMsgs.length > 3) { $.each($errorMsgs.slice(0, $errorMsgs.length - 2), function (index) { $($errorMsgsindex).delay(1000).animate({ left: -100% }, 500, function () { $($errorMsgsindex).remove(); }) }); } })(); this.clearErrors function () { $(.messagebox, .popup-msg).remove(); }; function Message($this) { this.$this $this; this.create function () { this.$spanClose $(span classmaterial-symbols-outlined>close/span>); this.$messageBox $(div classmessagebox>span classmsg-content> + settings.message + /span>/div>); this.$messageBox.addClass(settings.type); this.$messageBox.prepend(this.$spanClose); this.$messageBox.addClass(msg-show); this.$this.addClass(msg-show); if (settings.type loginrequired) { this.$this.attr(popup-position, center); } this.$this.append(this.$messageBox); this.addHandlers(this.$messageBox); }; this.addHandlers function (parent) { this.$spanClose.click(function () { $(this).parent().removeClass(msg-show) }); }; } return this; }; })(jQuery);/script>div classpopup-msg idjsboxTempMssage> script typetext/javascript> function ShowTempMessageFormCookie() { function getCookie(name) { var value ; + document.cookie; var parts value.split(; + name + ); if (parts.length 2) return parts.pop().split(;).shift(); } var cookie getCookie(TmpMessage); if (cookie ! null) { var tokens cookie.split(ZzZ); var clazz tokens0; var text decodeURIComponent(tokens1); $(.popup-msg).setMessageNew({ type: clazz.toLowerCase(), message: text }); deleteCookie(TmpMessage); } } function processCustomNotification(plainCookie) { var cookie plainCookie.split(); var cookieName cookie0; var tokens cookie1.split(ZzZ); var messageType tokens0; var message decodeURIComponent(tokens1); $(.popup-msg).setMessageNew({ type: messageType, message: message }); console.log(delete cookie, cookieName); deleteCookie(cookieName); } function showCustomNotifications() { for (var cookie of document.cookie.split(; )) { if (cookie.startsWith(CUSTOM_NOTIFICATION)) { processCustomNotification(cookie); } } } function deleteCookie(cookieName) { document.cookie `${cookieName}; expiresThu, 01 Jan 1970 00:00:00 UTC; path/`; } $(document).ready(function () { ShowTempMessageFormCookie(); showCustomNotifications(); }); /script>/div>div idhome-categories>/div>script typetext/javascript> function log(obj) { // console.log(obj); } function logError(msg, status, error) { console.log(msg, status, error); } //this need to be callad outside this partial after page is generated function initializeFilter() { if (false) { buildStandardFilter(); } else { fetchAndBuildCustomFilter(); } } function buildStandardFilter() { // This variable will be populated with the JSON from the Razor code let categories {Id:0,Name:כרטיס},{Id:1,Name:מנויים},{Id:3,Name:כרטיס},{Id:4,Name:מוצר},{Id:5,Name:שובר},{Id:7,Name:מוגדר אישית},{Id:8,Name:החזר},{Id:9,Name:חברות +Green},{Id:10,Name:הכנסת אורחים},{Id:11,Name:חידוש מנוי},{Id:12,Name:תשלום עסקה נוסף},{Id:13,Name:סיור},{Id:14,Name:Prepaid},{Id:15,Name:קישור חיצוני},{Id:16,Name:דמי עסקה},{Id:17,Name:Agenda}; let availableCategories getAvailableCategories(); let filteredCategories { Id: All, Name: All }.concat(categories.filter(cat > availableCategories.includes(cat.Id.toString()))); log(filteredCategories); populateFilters(filteredCategories); } function fetchAndBuildCustomFilter() { $.ajax({ url: /MainPageCategory/GetActiveCategories, type: POST, success: function (response) { if (response.Status) { var activeCategories JSON.parse(response.ActiveCategories); buildCustomFilter(activeCategories); } else { clearFilterPlaceholder(); log(response.Message); } }, error: function (xhr, status, error) { clearFilterPlaceholder(); logError(Error fetching active categories:, status, error); } }); } function buildCustomFilter(activeCategories) { if (!activeCategories || activeCategories.filter(cat > cat.IsActive && hasMatchingProducts(cat.Products)).length 0) { clearFilterPlaceholder(); return; } let filteredCategories { Id: All, Name: All }.concat(activeCategories.filter(cat > cat.IsActive && hasMatchingProducts(cat.Products))); log(filteredCategories); populateFilters(filteredCategories, true); } function populateFilters(categories, isCustomFilter) { $(#home-categories).empty(); $(#home-categories).addClass(category-active); $(#home-categories).append($(div classfilter-wrap>/div>)); $(.filter-wrap).append($(div classcategory-filters>/div>)); categories.forEach(cat > { if (cat.Id All) { $(.category-filters).append($(div classcategory-filter data-category + cat.Id + > + span classmaterial-symbols-outlined>close/span>/div>)); } else { $(.category-filters).append($(div classcategory-filter data-category + cat.Id + > + cat.Name + /div>)); } }); $(data-categoryAll).hide(); $(.filter-wrap).append($(div classscroll-arrow>span classmaterial-symbols-outlined>arrow_forward/span>/div>)); applyFilterInteraction(categories, isCustomFilter); } function getAvailableCategories() { return $(producttype).map(function () { return $(this).attr(producttype).toString(); }).get().filter((v, i, a) > a.indexOf(v) i); } function hasMatchingProducts(products) { return products.some(p > $(.boxproducttype + p.ProductType + productid + p.ProductId + ).length); } function applyFilterInteraction(categories, isCustomFilter) { $(.category-filter).on(click, function () { let category $(this).data(category); if (isCustomFilter) { customFilterProducts(category, categories); } else { filterProducts(category); } }); $(data-categoryAll).addClass(filter-active); let searchParams new URLSearchParams(window.location.search); if (searchParams.has(CustomCategory)) { let categoryIdParam searchParams.get(CustomCategory).split(_); $(.category-filterdata-category + categoryIdParam0 + ).trigger(click); } } function filterProducts(category) { $(.category-filter).removeClass(filter-active); $(data-category + category + ).addClass(filter-active); if (category All) { $(.box).show(); $(data-categoryAll).hide(); } else { $(.box).hide().filter(producttype + category + ).show(); $(data-categoryAll).show(); } } function customFilterProducts(category, categories) { $(.category-filter).removeClass(filter-active);; $(data-category + category + ).addClass(filter-active);; if (category All) { $(.box).show(); $(data-categoryAll).hide(); } else { $(.box).hide().filter(function () { var productId $(this).attr(productid); var res categories.filter(cat > cat.Id category).some((cat) > cat.Products?.some(p > p.ProductId.toString() productId)); return res; }).show(); $(data-categoryAll).show(); } } function clearFilterPlaceholder() { $(#home-categories).empty(); $(#home-categories).removeClass(category-active); }/script> script typetext/javascript> $.get(https://static-fr.roboticket.com/Content/HJBC/PageLayout/3/79ea4c2b-3a1d-4557-a4e6-275c19e083eb_he-IL.html, function (html) { $(main).append(html); if (typeof initializeFilter function) initializeFilter(); }); /script> div idmodalDiv classmodal>/div> script typetext/javascript> function jsonOrHtml(jqXHR, data, json, html) { var ct jqXHR.getResponseHeader(content-type) || ; if (ct.indexOf(json) > -1) { json(data); } else if (ct.indexOf(html) > -1) { html(data); } } function merchandiseSelector(merchandiseId, userId, date) { $.get(/Home/MerchandiseSelector, { merchandiseId: merchandiseId, userId: userId, date: date }, function (data, textStatus, jqXHR) { jsonOrHtml(jqXHR, data, function (json) { window.location json.redirect; }, function (html) { $(#modalDiv).html(html); $(#modalDiv).openModal(); $(.lean-overlay).remove(); } ); }); return false; } function toggleStripe(el) { el.closest(.stripe).toggleAttribute(show-dsc); } function eventReservationSelector(eventId) { $.get(/Home/EventReservationSelector, { eventId: eventId }, function (data, textStatus, jqXHR) { jsonOrHtml(jqXHR, data, function (json) { window.location json.redirect; }, function (html) { var $modalDiv $(#modalDiv); $modalDiv.html(html); $modalDiv.openModal(); } ); }); return false; } function seasonTicketReservationSelector(seasonTicketId) { $.get(/Home/SeasonTicketReservationSelector, { seasonTicketId: seasonTicketId }, function (data, textStatus, jqXHR) { jsonOrHtml(jqXHR, data, function (json) { window.location json.redirect; }, function (html) { var $modalDiv $(#modalDiv); $modalDiv.html(html); $modalDiv.openModal(); } ); }); return false; } /script> /main>footer classfooterNew> div classcontact data-animslide:bottom> div classfooter-wrap> div rules> h4>כתובת/h4> div>p>משרד : מרכז קוסל, גבעת רם ירושלים/p>p>היכל פיס ארנה, דרך בנבנישתי 1/p>/div> /div> div contact> h4>צרו קשר/h4> div>a hrefhttps://bit.ly/HapTalk?langen target_blank>WhatsApp/a>/div> /div> div social> h4>עקבו אחרינו/h4> div classsocials> div classico-social> a hrefhttps://www.facebook.com/JerusalemBasket/ target_blank> img classico-social srchttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Socials/fb.svg altsocial icon /> /a> /div> div classico-social> a hrefhttps://www.youtube.com/@HapoelJerusalemBC target_blank> img classico-social srchttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Socials/yt.svg altsocial icon /> /a> /div> div classico-social> a hrefhttps://www.instagram.com/jerusalembasket/ target_blank> img classico-social srchttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Socials/ig.svg altsocial icon /> /a> /div> div classico-social> a hrefhttps://twitter.com/JerusalemBasket target_blank> img classico-social srchttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Socials/tw.svg altsocial icon /> /a> /div> div classico-social> a hrefhttps://www.tiktok.com/@jerusalembasketball target_blank> img classico-social srchttps://static-fr.roboticket.com/NewLayout/HJBC/Images/Socials/tt.svg altsocial icon /> /a> /div> /div> /div> /div> /div> div classlanguages> div classfooter-wrap> div classfooter-lang> a href/Home/ChangeLocalization?culturehe-IL&redirectUrl%252f> עברית /a> p>|/p> a href/Home/ChangeLocalization?cultureen-US&redirectUrl%252f> English /a> /div> div classcomp_logos> img srchttps://static-common-fr.roboticket.com/RBO-logo.svg altlogo /> /div> /div> /div>/footer> script> function pixelTrackViewContent(eventId, seasonTicketId) { try { $.ajax({ type: POST, url: /Stadium/GetPixelViewContentData, data: { eventId: eventId, seasonTicketId: seasonTicketId }, success: function (data) { if (!data.Item) return; //when user is not logged data response not contain any information about product var content_ids ; content_ids.push(data.Item.ProductId); let pixelData preparePixelData(data.Item); fbq(track, ViewContent, { content_ids: content_ids, contents: pixelData.contents, content_type: product, content_category: pixelData.contentCategory, }); } }); } catch (err) { console.log(err); } } function pixelTrackInitiateCheckout(transactionId, accountId) { try { $.ajax({ type: POST, url: /Transaction/GetGAData, data: { transactionId: transactionId, accountId: accountId }, success: function (data) { if (data.Tran.Id > 0) { let pixelData preparePixelData(data.Items); fbq(track, InitiateCheckout, { value: data.Tran.Revenue, currency: ILS, num_items: data.Tran.ItemsCount, contents: pixelData.contents, content_category: pixelData.contentCategory, }); } } }); } catch (err) { console.log(err); } } function pixelTrackAddToCart(transactionId, accountId) { try { $.ajax({ type: POST, url: /Transaction/GetGAData, data: { transactionId: transactionId, accountId: accountId }, success: function (data) { for (var i 0; i data.Items.length; i++) { fbq(track, AddToCart, { value: data.Itemsi.Price, currency: ILS, content_name: data.Itemsi.Name, content_ids: data.Itemsi.ProductId, content_type: product, content_category: data.Itemsi.ProductType }); } } }); } catch (err) { console.log(err); } } function pixelTrackPurchase(transactionId, accountId) { try { match document.cookie.match(new RegExp(Pixel_PurchaseTracking(^;+))); if (match) { $.ajax({ type: POST, url: /Transaction/GetGAData, data: { transactionId: transactionId, accountId: accountId }, success: function (data) { var content_ids ; for (var i 0; i data.Items.length; i++) { content_ids.push(data.Itemsi.ProductId); } let pixelData preparePixelData(data.Items); fbq(track, Purchase, { value: data.Tran.Revenue, currency: ILS, num_items: data.Tran.ItemsCount, content_ids: content_ids, contents: pixelData.contents, content_type: product, content_category: pixelData.contentCategory }); } }); document.cookie Pixel_PurchaseTracking; expiresThu, 01 Jan 1970 00:00:01 GMT; path/; } } catch (err) { console.log(err); } } var groupBy function (xs, key) { return xs.reduce(function (rv, x) { (rvxkey rvxkey || ).push(x); return rv; }, {}); }; function groupByProductType(gaItems) { return groupBy(gaItems, ProductType); } function preparePixelContents(productTypes) { let products ; for (const productTypeKey of Object.keys(productTypes)) { products.push(groupBy(productTypesproductTypeKey, ProductId)); } var contents ; for (var i 0; i products.length; i++) { let product productsi; for (let productId of Object.keys(product)) { let productType productproductId0.ProductType; contents.push({ id: `${productType}_${productId}`, quantity: productproductId.length, }); } } return contents; }; function preparePixelData(gaItems) { let productTypes groupByProductType(gaItems); let productTypesArray Object.keys(productTypes); let contents preparePixelContents(productTypes); let mixedContentCategory מעורב; return { contents: contents, contentCategory: productTypesArray.length 1 ? gaItems0.ProductType : mixedContentCategory, } };/script>div idbpopupBox classmodal> div idbpopupBoxContent> /div>/div>script typetext/javascript srchttps://static-fr.roboticket.com/Scripts/dropzone.min.js>/script>script typetext/javascript> function GetTerms(data) { var modal $(div idtermsModal classmodal>/div>); if ($(#termsModal).length 0) { $(body).append(modal); } $(#termsModal).html(data); $(#termsModal).openModal({ }); } $(document).on(click, .pdflink, function (e) { var type 0; if ($(this).is(#terms)) type 0; else if ($(this).is(#cookie_reg)) type 1; else type 2; $.post(/Overlay/GetTerms, { type: type }, function (data) { GetTerms(data); }); e.stopPropagation(); return false; }); // $(document).ready(function () { function showBucket(ticketCount) { var anyTicket ticketCount > 0; $(#bucketCount).text(anyTicket ? ticketCount : 0); $(#bucketCount).toggle(anyTicket); $(#bucketDeleteTransaction).toggle(anyTicket); } //}); function showPopup(contentUrl) { $(#bpopupBoxContent).load(contentUrl, function () { $(#assignOnBehalfModalBox).removeClass(modal); }); $(#bpopupBox).openModal({ }); } //function showPopup2(contentUrl) { // $(#bpopupBoxContent).load(contentUrl, function () { $(#assignOnBehalfModalBox).removeClass(modal); }); // $(#bpopupBox).openModal({ // }); //} function SaveGrid(gridId, url, params) { // todo: localstorage var selectedKeys $(# + gridId).data(grid).selectedKeys;//$(# + gridId).data(selectedkeys); window.location.href window.location.protocol + // + window.location.host + / + url + ? + params + &ids + selectedKeys; // }; function initGrid() { var grid $(.gridPartial); if (grid.length > 0) { grid.GridPartial({ // tutaj przekazac enumy (SelectionMode) loc: { From: מ, To: ל, noData: אין נתונים להצגה, rows: שורות בעמוד } }); } var inLineEditors $(.fnInline); if (inLineEditors.length > 0) { inLineEditors.InLineEditListManager(); } var filteredDropDownLists $(.fnFilteredDropDown); if (filteredDropDownLists.length > 0) { filteredDropDownLists.FilteredDropDownManager(); } var searchModules $(.fnSearchModule); if (searchModules.length > 0) { searchModules.SearchModulesManager(); } } $(document).ajaxComplete(function (event, request, settings) { initGrid(); }); $(document).ready(function () { initGrid(); }); function isOS() { return navigator.userAgent.match(/ipad|ipod|iphone/i); } function copyToClipboard(data, showMessage, message) { if (navigator.clipboard && window.isSecureContext) { navigator.clipboard.writeText(data) .then(() > { showMessage showMessage || true; message message || קישור הועתק ללוח.; if (showMessage) $(.boxTempMssage).setMessage({ type: success, message: message }); }) .catch(() > copyToClipboardLegacy(data, showMessage, message)); } else { copyToClipboardLegacy(data, showMessage, message); } } function copyToClipboardLegacy(data, showMessage, message) { showMessage showMessage || true; message message || קישור הועתק ללוח.; var textArea document.createElement(textarea); textArea.value data; document.body.appendChild(textArea); if (isOS()) { textArea.contentEditable true; textArea.readOnly false; range document.createRange(); range.selectNodeContents(textArea); selection window.getSelection(); selection.removeAllRanges(); selection.addRange(range); textArea.setSelectionRange(0, 999999); } else { textArea.select(); } document.execCommand(copy); document.body.removeChild(textArea); if (showMessage) $(.boxTempMssage).setMessage({ type: success, message: message}); }/script>script typetext/javascript> function showTransalationDialog(inp, textAreaClass, withDelete) { var qTranslatedInp $(inp); var qHiddenInput qTranslatedInp.prev(); var clubLangs he-IL,en-US; var translationsModel null; if (qHiddenInput.val() ! ) { // transalations exists translationsModel JSON.parse(qHiddenInput.val()); } var inputsTemplate ; for (var i 0; i clubLangs.length; i++) { var lang clubLangsi; var transValue (translationsModel && translationsModellang) ? translationsModellang.trim() : ; inputsTemplate + div>label> + lang + /label>textarea required id + lang + class + textAreaClass + > + transValue + /textarea>/div>; } var dlgTemplate div classmodal-content> \ h5>תִרגוּם/h5>\ div> + inputsTemplate + /div> \ /div> \ div classmodal-footer>; if (withDelete) dlgTemplate + button idtranslationDialogDelete classleft btn waves-effect waves-light>i classmaterial-icons>delete/i>/button>; dlgTemplate + button classmodal-close btn waves-effect waves-light>ביטול/button> \ button idtranslationDialogOK disabled classbtn disabled waves-effect waves-light>OK/button> \ /div> $(#bpopupBoxContent).html(dlgTemplate); $(#translationDialogOK, #bpopupBoxContent).click(function () { setTranslationFromDialog(qTranslatedInp, qHiddenInput); }); $(#translationDialogDelete, #bpopupBoxContent).click(function () { deleteTranslation(qTranslatedInp, qHiddenInput); }); $(textarea, #bpopupBoxContent).keyup(function () { validateTranslationRequired(); }); $(#bpopupBox).openModal(); } function validateTranslationRequired() { var existsEmpty false; $(textarearequired, #bpopupBoxContent).each(function () { var textArea $(this); var tranValue textArea.val(); if (tranValue ) existsEmpty true; }); $(#translationDialogOK).attr(disabled, existsEmpty); $(#translationDialogOK).toggleClass(disabled, existsEmpty); } function deleteTranslation(inp, hid) { hid.val(null); inp.val(null); $(#bpopupBox).closeModal(); } function setTranslationFromDialog(inp, hid) { var translationsModel {}; $(textarea, #bpopupBoxContent).each(function () { var textArea $(this); var tranValue textArea.val(); var lang textArea.attr(id); translationsModellang tranValue ? null : tranValue; }); var translationsJSON JSON.stringify(translationsModel); hid.val(translationsJSON); var currentLang he-IL; inp.val( translationsModelcurrentLang); inp.siblings(labelfor + inp.attr(id) + ).addClass(active); $(#bpopupBox).closeModal(); } function TranslationOnFileUpoadLangChanged(controlId, toLang, previewImgId) { if(toLang he-IL) { $(# + controlId + he-ILbtn).attr(class, btn); } else { $(# + controlId + he-ILbtn).attr(class, btn grey); } if(toLang en-US) { $(# + controlId + en-USbtn).attr(class, btn); } else { $(# + controlId + en-USbtn).attr(class, btn grey); } if(previewImgId ! ) { var previewImg document.getElementById(previewImgId); if (previewImg.src ! ) { var newSrc previewImg.src.replace(/_..-..\?/, _ + toLang + ?); newSrc newSrc.replace(/nocache.+/, nocache + Math.random()); previewImg.src newSrc; } } $(# + controlId)0.selectedCulture toLang; }/script> script typetext/javascript srchttps://static-fr.roboticket.com/NewLayout/_scripts/intersectionObserverAnimation.js defer>/script> script srchttps://unpkg.com/htmx.org@2.0.3/dist/htmx.js integritysha384-BBDmZzVt6vjz5YbQqZPtFZW82o8QotoM7RUp5xOxV3nSJ8u2pSdtzFAbGKzTlKtg crossoriginanonymous>/script> script srchttps://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js>/script>!--drag and drop in htmx--> script srchttps://static-fr.roboticket.com/NewLayout/_scripts/_hyperscript.min.js>/script> script typetext/javascript srchttps://static-fr.roboticket.com/NewLayout/_scripts/passwordToggle.js>/script> script typetext/javascript srchttps://static-fr.roboticket.com/NewLayout/_scripts/filterScroll.js>/script> script typetext/javascript async> window.fbAsyncInit function () { FB.init({ appId: , cookie: true, // enable cookies to allow the server to access the session xfbml: true, // parse social plugins on this page version: v3.0, status: false // additional request checking whether the user is logged in }); }; function facebookLoginAction() { FB.getLoginStatus(function (response) { if (response.status connected) { initLogin(response.authResponse.accessToken); } else { FB.login(function (response) { if (response.status connected) { initLogin(response.authResponse.accessToken); } }, { scope: public_profile,email }); } }); } function initLogin(token) { FB.api(/me?fieldsid,name,email, function (response) { var returnUrl replaceAll(getUrlParameter(returnUrl), &, %26);//fast workaround for not encoded & in parameter $(form action/Account/ExternalFBLogin methodpost> + input typehidden nameuserId value + response.id + /> + input typehidden nameemail value + response.email + /> + input typehidden namefirstlastname value + response.name + /> + input typehidden nametoken value + token + /> + input typehidden namereturnUrl value + returnUrl + /> + /form>).appendTo(body).submit().remove(); }); } (function (d, s, id) { var js, fjs d.getElementsByTagName(s)0; if (d.getElementById(id)) return; js d.createElement(s); js.id id; js.src https://connect.facebook.net/en_US/sdk.js; fjs.parentNode.insertBefore(js, fjs); }(document, script, facebook-jssdk));/script>dialog idcookie-dialog open> div classdialog-wrap> div classdialog-wrap-title> span classmaterial-symbols-outlined>cookie/span> h3>מידע על עוגיות המשתמש/h3> /div> div classcookie-content> label ch-box> div classtoggle> input idrbtnNecessaryTCF typecheckbox namecookies disabled checked /> span classtoggle-slide>/span> /div> p>רק נתונים נחוצים, תן לי להיכנס./p> /label> label ch-box> div classtoggle> input idrobo_ga classanalitics typecheckbox /> span classtoggle-slide>/span> /div> p>Google Analitics הסכמה./p> /label> label ch-box> div classtoggle> input idrobo_fbp classanalitics typecheckbox /> span classtoggle-slide>/span> /div> p>Facebook Pixel הסכמה./p> /label> /div> a target_blank classread-data-doc>קרא עוד על הגנת מידעspan classmaterial-symbols-outlined>open_in_new/span>/a> div classbtns-footer> button idbtnCookiesOkTCF classbtn-ro btn-trsp>span classmaterial-symbols-outlined>done/span>OK/button> /div> /div>/dialog>script typetext/javascript> document.addEventListener(DOMContentLoaded, function () { //console.log(Native DOMContentLoaded fired (partial script).); const dlg document.getElementById(cookie-dialog); //console.log(Dialog element:, dlg); });/script>script typetext/javascript> $(function () { //console.log(Start script); const isFacebookPixelActive true; const isGoogleAnalyticsActive true; const isTCFActive false; var googleChecked false; var facebookChecked false; var isRoboGACookie false; var isRoboFBPCookie false; const googleTrackerId G-6J652K2VH6; const pixelTrackerId 1250890383758330; const currentUserId 0; const CookieInfoService { RunTrackers: function () { isRoboFBPCookie CookieInfoService.WHReadCookie(robo_fbp) True; isRoboGACookie CookieInfoService.WHReadCookie(robo_ga) True; //Facebook Pixel if (isFacebookPixelActive && isRoboFBPCookie) { console.log(facebook); fbq(track, PageView); //fbq(track, ViewContent); } //Google Analytics if (isGoogleAnalyticsActive && isRoboGACookie) { console.log(google); ga(create, googleTrackerId, auto); ga(send, pageview); ga(require, ecommerce); gtag(config, googleTrackerId); } }, WHReadCookie: function (name) { var nameEQ name + ; var ca document.cookie.split(;); for (var i 0; i ca.length; i++) { var c cai; while (c.charAt(0) ) c c.substring(1, c.length); if (c.indexOf(nameEQ) 0) return c.substring(nameEQ.length, c.length); } return null; }, WHCreateCookie: function (name, value, days, domain ) { var date new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires ; expires + date.toGMTString(); document.cookie name + + value + expires + ;domain + domain + ;path/; //; path/; domain + domain + ;; }, processLink: function (link, lang) { //TODO delete this after tests if (HJBC DBUDK) { return .marcas.test;//.example.com; //.dbu.dk; } let currentUrl window.location.hostname; let urlParts link.split(.); if (currentUrl.includes(marcas) || urlParts.includes(roboticket)) { return ; } if (lang ! he-IL) { urlParts.shift(); } else { urlParts.splice(1, 1); } urlParts.unshift(); return urlParts.join(.); }, WHAnyCookieStartingWith: function (str) { var ca document.cookie.split(;); for (var i 0; i ca.length; i++) { var c cai; while (c.charAt(0) ) c c.substring(1, c.length); if (c.indexOf(str) 0) return true; } return false; }, CreateAnaliticConsentCookies: function (dbNow) { var checkedCons $(.analitics:checked).map(function () { return this.id; }).get(); checkedCons.forEach(function (id) { CookieInfoService.WHCreateCookie(id, dbNow, 365); }); }, WHCheckCookies: function () { //let cookieAgreementsExists false; //if (currentUserId 0 || isUserGuest) { // cookieAgreementsExists CookieInfoService.WHReadCookie(cookies_accepted_new_ex) ! null; //|| CookieInfoService.WHAnyCookieStartingWith(cookies_accepted_new_uid_) //} else { // cookieAgreementsExists CookieInfoService.WHAnyCookieStartingWith(cookies_accepted_new_uid_ + currentUserId + _); //} let shoudShowCookies true; if (CookieInfoService.WHReadCookie(TCString) ! null && isTCFActive) { //cookieAgreementsExists false; shoudShowCookies false; } //!cookieAgreementsExists //if (shoudShowCookies) { const cookieDialog $(#cookie-dialog); if (cookieDialog.length) { //console.log(mamy dialog); //cookieDialog.get(0).showModal(); } else { //console.log(nie ma dialogu); } if (isTCFActive) { IABTCFService.createTCFModel(); } $(#btnCookiesOkTCF).click(function () { googleChecked $(#robo_ga).is(:checked); facebookChecked $(#robo_fbp).is(:checked); if (isTCFActive) { IABTCFService.checkConsents(b-consent-checkbox-); //IABTCFService.checkConsents(s-feature-checkbox-); //IABTCFService.checkConsents(s-purpose-checkbox-); const encodedTCString TCString.encode(IABTCFService.tcModel); CookieInfoService.WHCreateCookie(TCString, encodedTCString, 365, CookieInfoService.processLink(mainUrl, clubLang)); } if (googleChecked || facebookChecked) { CookieInfoService.WHCloseCookiesWindowWithTracking(); } else { CookieInfoService.WHCloseCookiesWindow(); } //TODO its possible that will use some additional button/radiobutton to allow user to disagree with cookie policy, behavior not yet defined (maybe just move user to previous site) //CookieInfoService.WHCloseCookiesWindowDisagree(); }); //uncomment later if needed (if there will be more than two marketing consents) //$(#rbtnAllTCF).change(function () { // const isChecked $(this).is(:checked); // $(#robo_ga).prop(checked, isChecked); // $(#robo_fbp).prop(checked, isChecked); //}); //$(.analitics).change(function () { // const atLeastOneChecked $(.analitics:checked).length > 0; // $(#rbtnAllTCF).prop(checked, atLeastOneChecked); //}); //} }, WHCloseCookiesWindow: function () { if (currentUserId 0) { CookieInfoService.WHCreateCookie(cookies_accepted_new_ex, 2025-12-06 02:36:15, 365); } else { const cookiesId cookies_accepted_new_uid_ + currentUserId + _ CookieInfoService.WHCreateCookie(cookiesId, 2025-12-06 02:36:15, 365); $.ajax({ url: /Home/CookieUsageAgreement, success: function (result) { } }); } CookieInfoService.WHRemoveOverlay(); }, WHCloseCookiesWindowWithTracking: function () { const dbNow 2025-12-06 02:36:15; CookieInfoService.CreateAnaliticConsentCookies(dbNow); if (currentUserId 0) { CookieInfoService.WHCreateCookie(cookies_accepted_new_ex, dbNow, 365); } else { const cookiesId cookies_accepted_new_uid_ + currentUserId + _; CookieInfoService.WHCreateCookie(cookiesId, dbNow, 365); $.ajax({ url: /Home/CookieUsageAgreement, success: function (result) { } }); if (googleChecked || facebookChecked) { $.ajax({ url: /Home/ConsentCookieAgreement, success: function (result) { } }); } } CookieInfoService.RunTrackers(); CookieInfoService.WHRemoveOverlay(); }, WHRemoveOverlay: function () { $(#cookies-lock-page).remove(); const cookieDialog document.querySelector(#cookie-dialog); cookieDialog.close(); window.onscroll function () { }; } }; const IABTCFService { tcModel: null, createTCFModel: function () { gvl.readyPromise.then(() > { let tcModel2; if (encodedTCString null) { tcModel2 new TCModel(gvl); tcModel2.cmpId 2; tcModel2.cmpVersion 0; tcModel2.policyVersion 2; } else { tcModel2 TCString.decode(encodedTCString); } IABTCFService.tcModel tcModel2; }).catch(error > { console.error(TCF Model creation Error: , error); }); }, checkConsents: function (id) { const chboxes document.querySelectorAll(`id^${id}`); chboxes.forEach(checkbox > { const idNumber parseInt(checkbox.id.replace(id, )); if (checkbox.checked) { IABTCFService.tcModel.purposeConsents.set(idNumber); } else { IABTCFService.tcModel.purposeConsents.unset(idNumber); } }); } }; CookieInfoService.WHCheckCookies(); });/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]