Help
RSS
API
Feed
Maltego
Contact
Domain > dateseniorsonly.co.uk
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-26
18.170.104.138
(
ClassC
)
2026-02-24
13.41.147.239
(
ClassC
)
Port 443
HTTP/1.1 200 OKAccess-Control-Allow-Origin: *Cache-Control: no-store, no-cache, must-revalidateContent-Type: text/html;charsetUTF-8Date: Tue, 24 Feb 2026 12:47:12 GMTExpires: Thu, 19 Nov 1981 08:52:00 GMTPragma: no-cacheServer: nginx/1.24.0 (Ubuntu)Set-Cookie: PHPSESSIDhfud0shtmm2gonig8tejrhvnn7; expiresThu, 26 Mar 2026 12:47:11 GMT; Max-Age2592000; path/; domain.dateseniorsonly.co.ukSet-Cookie: PHPSESSIDhfud0shtmm2gonig8tejrhvnn7; expiresThu, 26 Mar 2026 12:47:11 GMT; Max-Age2592000; path/; domaindateseniorsonly.co.uk; secure; HttpOnly; SameSiteNoneVary: Accept-EncodingX-Content-Type-Options: nosnifftransfer-encoding: chunkedConnection: keep-alive !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> html xmlnshttp://www.w3.org/1999/xhtml> head> title>DateSeniorsOnly/title> meta http-equivContent-Type contenttext/html; charsetUTF-8 /> meta http-equivX-UA-Compatible contentIEedge,chrome1 /> meta http-equivCache-control contentpublic /> meta nameviewport contentwidthdevice-width, initial-scale1, maximum-scale1 /> !-- Cookie Consent Manager -->script typetext/javascript>(function() { // Parse consent cookie function getConsent() { var match document.cookie.match(/(?:^|;\s*)cookie_consent(^;*)/); if (!match) return null; var val decodeURIComponent(match1); if (val all) return {necessary:true, analytics:true, marketing:true}; if (val none) return {necessary:true, analytics:false, marketing:false}; var consent {necessary:true, analytics:false, marketing:false}; val.split(|).forEach(function(p) { var kv p.split(:); if (kv.length 2 && consent.hasOwnProperty(kv0)) { consentkv0 (kv1 1); } }); return consent; } // Save consent to cookie (365 days) function setConsent(consent) { var val necessary:1|analytics: + (consent.analytics?1:0) + |marketing: + (consent.marketing?1:0); var d new Date(); d.setTime(d.getTime() + 365*24*60*60*1000); var domain window.location.hostname.replace(/^(?:dev\.|www\.|staging\.)/i, ); // Handle .co.uk, .com.au if (domain.match(/\.co\.uk$/)) { domain domain.replace(/^.*?(^.+\.co\.uk)$/, $1); } else if (domain.match(/\.com\.au$/)) { domain domain.replace(/^.*?(^.+\.com\.au)$/, $1); } else { var parts domain.split(.); if (parts.length > 2) domain parts.slice(-2).join(.); } document.cookie cookie_consent + encodeURIComponent(val) + ;expires + d.toUTCString() + ;path/;domain. + domain + ;SameSiteLax; window.cookieConsent consent; return consent; } // Initialize consent state var mode opt-in; var existing getConsent(); if (existing) { window.cookieConsent existing; } else if (mode opt-out) { // US/CA/AU: allow by default until user opts out window.cookieConsent {necessary:true, analytics:true, marketing:true}; } else { // UK/EU: block by default until user opts in window.cookieConsent {necessary:true, analytics:false, marketing:false}; } // Queue for scripts waiting for consent window._consentQueue ; // Load a script only if consent category is granted window.loadIfConsented function(category, src, callback) { if (window.cookieConsent && window.cookieConsentcategory) { var s document.createElement(script); s.src src; s.async true; if (callback) s.onload callback; document.head.appendChild(s); } else { window._consentQueue.push({category:category, src:src, callback:callback}); } }; // Execute inline script only if consent category is granted window.execIfConsented function(category, fn) { if (window.cookieConsent && window.cookieConsentcategory) { fn(); } else { window._consentQueue.push({category:category, fn:fn}); } }; // Fire queued scripts after consent is updated window.fireConsentQueue function() { var remaining ; window._consentQueue.forEach(function(item) { if (window.cookieConsent && window.cookieConsentitem.category) { if (item.src) { var s document.createElement(script); s.src item.src; s.async true; if (item.callback) s.onload item.callback; document.head.appendChild(s); } else if (item.fn) { item.fn(); } } else { remaining.push(item); } }); window._consentQueue remaining; }; // Accept all cookies window.acceptAllCookies function() { setConsent({necessary:true, analytics:true, marketing:true}); hideBanner(); fireConsentQueue(); // Fire any pix_n_scripts that were deferred if (typeof window._deferredPixels ! undefined) { window._deferredPixels.forEach(function(html) { var div document.createElement(div); div.innerHTML html; var scripts div.querySelectorAll(script); scripts.forEach(function(s) { var ns document.createElement(script); if (s.src) { ns.src s.src; ns.async true; } else { ns.textContent s.textContent; } document.body.appendChild(ns); }); // Handle non-script elements (img pixels, etc) var others div.querySelectorAll(img, iframe, noscript); others.forEach(function(el) { document.body.appendChild(el.cloneNode(true)); }); }); window._deferredPixels ; } }; // Reject non-essential cookies window.rejectNonEssential function() { setConsent({necessary:true, analytics:false, marketing:false}); hideBanner(); // Delete any existing non-essential cookies deleteNonEssentialCookies(); }; // Save preferences from the manage panel window.savePreferences function() { var analytics document.getElementById(consent-analytics) ? document.getElementById(consent-analytics).checked : false; var marketing document.getElementById(consent-marketing) ? document.getElementById(consent-marketing).checked : false; setConsent({necessary:true, analytics:analytics, marketing:marketing}); hideBanner(); hidePreferences(); if (analytics || marketing) fireConsentQueue(); if (!analytics || !marketing) deleteNonEssentialCookies(); }; function hideBanner() { var b document.getElementById(cookie-consent-banner); if (b) b.style.display none; } function hidePreferences() { var p document.getElementById(cookie-consent-preferences); if (p) p.style.display none; var o document.getElementById(cookie-consent-overlay); if (o) o.style.display none; } window.showPreferences function() { var p document.getElementById(cookie-consent-preferences); if (p) p.style.display block; var o document.getElementById(cookie-consent-overlay); if (o) o.style.display block; // Set toggle states from current consent if (window.cookieConsent) { var a document.getElementById(consent-analytics); var m document.getElementById(consent-marketing); if (a) a.checked window.cookieConsent.analytics; if (m) m.checked window.cookieConsent.marketing; } }; window.closePreferences function() { hidePreferences(); }; function deleteNonEssentialCookies() { // Delete known non-essential cookies var nonEssential _ga,_gid,_gat,_fbp,_fbc,hjSession,hjSessionUser,_hjid,_hjAbsoluteSessionInProgress,_vis_opt_,_vwo_,optimizelyEndUserId; var domain window.location.hostname.replace(/^(?:dev\.|www\.|staging\.)/i, ); if (domain.match(/\.co\.uk$/)) { domain domain.replace(/^.*?(^.+\.co\.uk)$/, $1); } else if (domain.match(/\.com\.au$/)) { domain domain.replace(/^.*?(^.+\.com\.au)$/, $1); } else { var parts domain.split(.); if (parts.length > 2) domain parts.slice(-2).join(.); } document.cookie.split(;).forEach(function(c) { var name c.trim().split()0; for (var i 0; i nonEssential.length; i++) { if (name.indexOf(nonEssentiali) 0) { document.cookie name + ;expiresThu, 01 Jan 1970 00:00:00 GMT;path/;domain. + domain; document.cookie name + ;expiresThu, 01 Jan 1970 00:00:00 GMT;path/; break; } } }); }})();/script>!-- Cookie Consent Banner HTML -->style typetext/css>#cookie-consent-banner,#cookie-consent-banner *,#cookie-consent-preferences,#cookie-consent-preferences * { font-family: Helvetica, Arial, sans-serif; text-shadow: none; box-sizing: border-box; letter-spacing: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}#cookie-consent-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; color: #333; font-size: 14px; line-height: 1.5; padding: 14px 20px; box-shadow: 0 -2px 10px rgba(0,0,0,0.15); z-index: 999999; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px;}#cookie-consent-banner .ccb-text { flex: 1 1 350px; margin: 0; font-size: 13px; line-height: 1.4;}#cookie-consent-banner .ccb-text a { color: #333; font-weight: bold; text-decoration: underline;}#cookie-consent-banner .ccb-buttons { display: flex; flex-wrap: nowrap; gap: 8px; flex-shrink: 0; align-items: center;}#cookie-consent-banner .ccb-btn { padding: 7px 16px !important; border-radius: 4px !important; border: 1px solid #333 !important; cursor: pointer !important; font-size: 13px !important; font-weight: normal !important; line-height: 1.3 !important; white-space: nowrap !important; text-align: center !important; min-width: 0 !important; min-height: 0 !important; margin: 0 !important; text-decoration: none !important; display: inline-block !important; height: auto !important; width: auto !important; float: none !important; text-indent: 0 !important; background-image: none !important;}#cookie-consent-banner .ccb-btn-accept { background: #333 !important; color: #fff !important; border-color: #333 !important;}#cookie-consent-banner .ccb-btn-reject { background: #fff !important; color: #333 !important;}#cookie-consent-banner .ccb-btn-manage { background: transparent !important; color: #333 !important; border-color: transparent !important; text-decoration: underline !important; padding: 7px 8px !important;}/* Preferences modal */#cookie-consent-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 1000000;}#cookie-consent-preferences { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; color: #333; font-size: 14px; line-height: 1.5; padding: 24px; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); z-index: 1000001; max-width: 480px; width: 90%; max-height: 80vh; overflow-y: auto;}#cookie-consent-preferences h3 { margin: 0 0 16px 0; font-size: 18px; font-weight: bold;}#cookie-consent-preferences .ccp-category { margin: 12px 0; padding: 12px; background: #f5f5f5; border-radius: 4px;}#cookie-consent-preferences .ccp-category label { display: flex; align-items: center; gap: 10px; font-weight: bold; cursor: pointer; font-size: 14px;}#cookie-consent-preferences .ccp-category p { margin: 6px 0 0 0; font-size: 13px; color: #666;}#cookie-consent-preferences .ccp-category inputtypecheckbox { width: 18px; height: 18px;}#cookie-consent-preferences .ccp-buttons { margin-top: 16px; display: flex; gap: 8px; justify-content: flex-end;}#cookie-consent-preferences .ccb-btn { padding: 8px 20px; border-radius: 4px; border: 1px solid #333; cursor: pointer; font-size: 14px; font-weight: normal; line-height: 1.3; white-space: nowrap;}#cookie-consent-preferences .ccb-btn-save { background: #333; color: #fff;}#cookie-consent-preferences .ccb-btn-cancel { background: #fff; color: #333;}@media (max-width: 600px) { #cookie-consent-banner { flex-direction: column; padding: 10px 12px; gap: 6px; } #cookie-consent-banner .ccb-text { flex: 1 1 auto; font-size: 12px; line-height: 1.35; } #cookie-consent-banner .ccb-buttons { width: 100%; flex-wrap: wrap; justify-content: center; gap: 6px; } #cookie-consent-banner .ccb-btn { padding: 6px 12px !important; font-size: 12px !important; } #cookie-consent-banner .ccb-btn-accept, #cookie-consent-banner .ccb-btn-reject { flex: 1 1 40%; text-align: center; } #cookie-consent-banner .ccb-btn-manage { flex: 0 0 100%; text-align: center; padding: 4px 8px !important; font-size: 11px !important; } #cookie-consent-preferences { width: 94%; padding: 16px; }}/style>div idcookie-consent-banner> p classccb-text> We use cookies to improve your experience and for marketing purposes. See our a href/cookies.php target_blank>Cookie Policy/a> and a href/privacy.php target_blank>Privacy Policy/a> for details. /p> div classccb-buttons> button classccb-btn ccb-btn-accept onclickacceptAllCookies()>Accept All/button> button classccb-btn ccb-btn-reject onclickrejectNonEssential()>Necessary Only/button> button classccb-btn ccb-btn-manage onclickshowPreferences()>Manage Preferences/button> /div>/div>!-- Preferences Modal -->div idcookie-consent-overlay onclickclosePreferences()>/div>div idcookie-consent-preferences> h3>Cookie Preferences/h3> div classccp-category> label> input typecheckbox checked disabled /> Necessary /label> p>Required for the site to function. These cannot be disabled. Includes session cookies and load balancer cookies./p> /div> div classccp-category> label> input typecheckbox idconsent-analytics /> Analytics /label> p>Help us understand how visitors use our site. Includes Google Analytics, Hotjar, and similar services./p> /div> div classccp-category> label> input typecheckbox idconsent-marketing /> Marketing /label> p>Used to deliver relevant advertisements and track campaign performance. Includes advertising pixels and tracking scripts./p> /div> div classccp-buttons> button classccb-btn ccb-btn-cancel onclickclosePreferences()>Cancel/button> button classccb-btn ccb-btn-save onclicksavePreferences()>Save Preferences/button> /div>/div>link relstylesheet typetext/css href//d29zhftge54ady.cloudfront.net/css/style.css />script typetext/javascript> var async async || ; (function () { var done false; var script document.createElement(script), head document.getElementsByTagName(head)0 || document.documentElement; script.src //d29zhftge54ady.cloudfront.net/js/jquery-1.8.3.min.js; script.type text/javascript; script.async true; script.onload script.onreadystatechange function() { if (!done && (!this.readyState || this.readyState loaded || this.readyState complete)) { done true; // Process async variable while(async.length) { var obj async.shift(); if (obj0 ready) { $(obj1); }else if (obj0 load){ $(window).load(obj1); } } async { push: function(param){ if (param0 ready) { $(param1); }else if (param0 load){ $(window).load(param1); } } }; // End of processing script.onload script.onreadystatechange null; if (head && script.parentNode) { head.removeChild(script); } } }; head.insertBefore(script, head.firstChild); })(); async.push(ready,function (){ $.when( $.Deferred(function( deferred ){ $( deferred.resolve ); }) ).done(function(){ var submitted false; $(form).submit(function() { if ($(#terms).length && $(#terms).is(:checked) false) { alert(You must agree to the Terms of Use); return false; } else if ($(#consent).length && $(#consent).is(:checked) false) { alert(You must give consent to use your personal data to continue); return false; } else if (submitted true) { // dont submit forms more than once return false; } else { submitted true; return true; } }); }); }); function displayBox(id) { document.getElementById(id).setAttribute(style,display:block); } function hideBox(id) { document.getElementById(id).setAttribute(style,display:none); } function navText(step) { if (typeof stepundefined) { document.getElementById(nav-text).innerHTML; } else { document.getElementById(nav-text).innerHTMLstep; } }/script> /head>body classdesktop> div classcontainer desktop camp-1483 c-0 data-fieldgender data-media-prefixcontainer-gender> div classheader> div classlogo>DateSeniorsOnly/div> /div> div classcontent> form action/ idform-gender nls_fa_namegender nls_fa_el_namegender methodpost > div classstep form idstep1> div classform-top data-media-prefixgender> Sign Up span stylefont-weight:bold;>NOW/span> and Browse /div> div classform-body> div classquestion> Please select your Gender: /div> div classmsg idgender-msg>/div> div classfield idgender-input> span> select namegenderSeekingGender classrequired idgenderSeekingGender> option value selectedselected>Select/option> option valueMF >Im a Man seeking a Woman/option> option valueFM >Im a Woman seeking a Man/option> option valueMM >Im a Man seeking a Man/option> option valueFF >Im a Woman seeking a Woman/option> /select> /span> /div> div classbutton> button idnext typesubmit > Next /button> /div> /div> div classform-bottom> /div> div classprivate-safe> Private & Safe /div> /div> /form> div classsider> div classsider-content> div idmeet-other> Meet other div classsingles> 50+ Singles /div> near you /div> div idarrow> img src//d29zhftge54ady.cloudfront.net/images/arrow.png width101 height230> /div> /div>/div> /div> div classfooter> div classdivider> Why not let us help you find that special someone?/div>div classsection> div classlogo> img src//d29zhftge54ady.cloudfront.net/images/logo.svg width270 height65> /div> div classabout> h2> Online & Offline Dating For 50+ Singles /h2> p> Welcome to the only dating service combining the best online dating experience with the opportunity to also work with a matchmaker to be personally introduced to like-minded singles. /p> p> Finding the perfect match can be a lot of work and we try to simplify the process for you! Based upon the personal information you enter we will recommend the dating service that is best suited for you. The combination of local singles to search from online and the potential to also be matched by a personal matchmaker gives you the best opportunity to find that meaningful relationship that we all strive for. /p> p> Signing up and creating a profile is FREE - so dont waste anymore time being alone or with someone that just doesnt fulfill your relationship needs. Give yourself more opportunities and get started today. Your next date could be just a few clicks away! /p> /div>/div>div classbottom> div classlinks> a href/about.php target_blank onclickwindow.open(/about.php,about,scrollbarsyes,width650,height500); return false;>About Us/a> | a href/privacy.php target_blank onclickwindow.open(/privacy.php,privacy,scrollbarsyes,width650,height500); return false;>Privacy Policy/a> | a href/contact.php target_blank onclickwindow.open(/contact.php,privacy,scrollbarsyes,width650,height500); return false;>Contact Us/a> br /> a href/privacy-rights.php target_blank onclickwindow.open(/privacy-rights.php,privacy-rights,scrollbarsyes,width650,height500); return false;>Do Not Sell My Personal Information/a> /div> div classcopyright> © 2026 DateSeniorsOnly.co.uk /div> div styleclear:both;>/div> div classno-background-check> Please note: DateSeniorsOnly.co.uk does not conduct background checks on members. /div> /div>script typetext/javascript>if(typeof window._deferredPixels undefined) window._deferredPixels ;window._deferredPixels.push(script>\r\n !-- Organic Click -->\r\n\/script>);if(window.cookieConsent && window.cookieConsent.marketing) { window._deferredPixels.forEach(function(html) { var div document.createElement(div); div.innerHTML html; var scripts div.querySelectorAll(script); scripts.forEach(function(s) { var ns document.createElement(script); if(s.src) { ns.src s.src; ns.async true; } else { ns.textContent s.textContent; } document.body.appendChild(ns); }); var others div.querySelectorAll(img, iframe); others.forEach(function(el) { document.body.appendChild(el.cloneNode(true)); }); }); window._deferredPixels ;}/script> /div> /div> /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
]