Help
RSS
API
Feed
Maltego
Contact
Domain > britishlife.gg
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-10-29
88.198.195.29
(
ClassC
)
2026-02-27
188.40.30.93
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Fri, 27 Feb 2026 03:21:30 GMTServer: ApacheExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: PHPSESSID11d70a81bdc463aa8aabe5d94b05f87b; path/Upgrade: h2cConnection: UpgradeTransfer-Encoding: chunkedContent-Type: text/html; charsetutf-8 !DOCTYPE html>html langen>head> meta charsetutf-8> title>British Life RP — Player Portal/title> meta nameviewport contentwidthdevice-width, initial-scale1 /> link relpreconnect hrefhttps://fonts.bunny.net> link hrefhttps://fonts.bunny.net/css?familyinter:300,400,500,600,700 relstylesheet /> style> :root{ --bg:#020617; --bg-alt:#020617; --card:#020617; --accent:#3b82f6; --accent-soft:rgba(59,130,246,0.18); --accent-strong:#2563eb; --accent-2:#22c55e; --border-subtle:rgba(148,163,184,0.35); --text-main:#e5e7eb; --text-soft:#9ca3af; --text-muted:#6b7280; --danger:#ef4444; --radius-lg:18px; --radius-xl:24px; --shadow-soft:0 26px 70px rgba(15,23,42,0.9); } *{box-sizing:border-box} body{ margin:0; font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif; /* Background: gradient + London skyline */ background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.9)), url(https://britishlife.gg/images/background.png), radial-gradient(circle at top left, #1f2937 0%, #020617 45%, #000 100%); background-size: cover; background-position: bottom center; background-repeat: no-repeat; color:var(--text-main); min-height:100vh;} a{text-decoration:none;color:inherit} .shell{ min-height:100vh; display:flex; flex-direction:column; } .topbar{ padding:12px 22px; border-bottom:1px solid rgba(31,41,55,0.9); backdrop-filter:blur(16px); background:linear-gradient(90deg,rgba(15,23,42,0.96),rgba(15,23,42,0.72),rgba(15,23,42,0.98)); display:flex; align-items:center; justify-content:space-between; gap:10px; } .brand{ display:flex;align-items:center;gap:10px; } .brand-mark{ width:34px;height:34px;border-radius:12px; background:radial-gradient(circle at 20% 0%,#38bdf8 0,#3b82f6 25%,#1d4ed8 60%,#020617 100%); display:flex;align-items:center;justify-content:center; font-weight:800;font-size:17px;color:#e5f0ff; box-shadow:0 12px 30px rgba(37,99,235,0.75); } .brand-main{font-weight:700;letter-spacing:.04em;font-size:15px;} .brand-sub{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);} .top-right{ display:flex;align-items:center;gap:10px;flex-wrap:wrap; } .pill{ font-size:11px; padding:4px 9px; border-radius:999px; border:1px solid rgba(148,163,184,0.7); color:var(--text-soft); display:inline-flex;align-items:center;gap:6px; } .status-dot{ width:8px;height:8px;border-radius:999px; background:var(--accent-2); box-shadow:0 0 0 4px rgba(34,197,94,0.35); } .status-dot-offline{ background:var(--danger); box-shadow:0 0 0 4px rgba(239,68,68,0.35); } .btn-outline{ font-size:12px; padding:6px 11px; border-radius:999px; border:1px solid rgba(148,163,184,0.7); background:radial-gradient(circle at top,rgba(15,23,42,0.9),rgba(2,6,23,0.96)); color:var(--text-soft); display:inline-flex;align-items:center;gap:6px; cursor:pointer; } .btn-primary{ font-size:13px; padding:9px 16px; border-radius:999px; border:none; background:linear-gradient(120deg,var(--accent),var(--accent-strong)); color:#eff6ff; display:inline-flex;align-items:center;gap:8px; cursor:pointer; box-shadow:0 18px 40px rgba(37,99,235,0.9); } .main{ flex:1; display:flex; align-items:center; justify-content:center; padding:32px 20px; } .card{ width:100%; max-width:880px; border-radius:var(--radius-xl); border:1px solid rgba(31,41,55,0.95); background:radial-gradient(circle at top left,rgba(15,23,42,0.98),#020617 60%); box-shadow:var(--shadow-soft); padding:24px 24px 22px; display:grid; grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr); gap:22px; } @media (max-width: 900px){ .card{grid-template-columns:1fr;padding:20px 18px;} } .badge-soft{ font-size:11px; padding:4px 9px; border-radius:999px; background:var(--accent-soft); color:#bfdbfe; border:1px solid rgba(59,130,246,0.7); display:inline-flex;align-items:center;gap:6px; } .hero-title{ margin:10px 0 6px; font-size:clamp(26px,3vw,32px); font-weight:700; letter-spacing:.02em; } .hero-title span{ background:linear-gradient(120deg,#60a5fa,#22c55e,#f97316); -webkit-background-clip:text; color:transparent; } .hero-text{ font-size:13px; color:var(--text-soft); max-width:470px; } .hero-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px;} .hero-meta{ margin-top:14px; font-size:11px; color:var(--text-muted); display:flex;flex-wrap:wrap;gap:12px; } .hero-meta span{display:inline-flex;align-items:center;gap:6px;} .right-panel{ position:relative; border-radius:18px; border:1px solid rgba(51,65,85,0.95); background:radial-gradient(circle at 25% 0,rgba(96,165,250,0.25),#020617 60%); padding:14px 14px 12px; } .right-header{ display:flex;justify-content:space-between;align-items:center; font-size:11px;color:var(--text-soft);margin-bottom:8px; } .right-body{ font-size:12px;color:var(--text-soft);line-height:1.6; } .role-list{ margin-top:8px; display:flex; flex-wrap:wrap; gap:6px; } .role-pill{ font-size:11px; padding:3px 7px; border-radius:999px; border:1px dashed rgba(148,163,184,0.8); color:var(--text-soft); } .footer{ text-align:center; padding:10px 12px 16px; font-size:11px; color:var(--text-muted); } .stat-pill{ margin-top:12px; display:inline-flex; align-items:center; gap:8px; padding:7px 11px; border-radius:999px; border:1px solid rgba(55,65,81,0.9); background:radial-gradient(circle at 0 0,rgba(30,64,175,0.5),rgba(15,23,42,0.96)); font-size:11px; color:var(--text-soft); } .brand-mark { width: 34px; height: 34px; border-radius: 12px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 0; background: none; /* remove gradient */ box-shadow: none; /* optional – remove glow */}.brand-logo { width: 100%; height: 100%; object-fit: cover; /* keeps logo proportional */} /style>/head>body>div classshell> header classtopbar> div classbrand> div classbrand-mark> img src/images/logo.png altBLRP Logo classbrand-logo>/div> div> div classbrand-main>British Life RP/div> div classbrand-sub>PLAYER PORTAL/div> /div> /div> div classtop-right> span classpill> span classstatus-dot >/span> City online · 0 / 64 players /span> button classbtn-outline onclickwindow.location.hrefdiscord_login.php> Sign in with Discord /button> /div> /header> main classmain> section classcard> div> span classbadge-soft>Live status • Linked to city/span> h1 classhero-title> Jump into the British Life /h1> p classhero-text> Serious UK roleplay with Insurance & custom British PNC and MDT systems. New players welcome. Active staff. This portal links your Discord account to your in-game characters, bank accounts and departments, so you can see everything about your life in the city at a glance. /p> div classhero-actions> button classbtn-primary typebutton onclickwindow.location.hreffivem://connect/162.55.188.246:30120> ▶ Connect to the city /button> button classbtn-outline typebutton onclickwindow.location.hrefdiscord_login.php> 💬 Sign in with Discord /button> /div> div classhero-meta> span>👥 strong>0 / 64/strong> online right now /span> span>🕒 Typical peak: strong>19:00–23:00 UK/strong>/span> span>🌍 Hosted in strong>EU / UK datacentre/strong>/span> span>🛡️ Access controlled via Discord roles/span> /div> div classstat-pill> span>📈 City load/span> strong>0 / 64/strong> span> 0% full /span> /div> /div> div classright-panel> div classright-header> span>Portal access levels/span> span>Based on your Discord roles/span> /div> div classright-body> To unlock the player dashboard you must have the strong>Verified/strong> role in the British Life Discord. From there, department-specific tools will appear automatically depending on your roles: div classrole-list> span classrole-pill>Verified · portal access/span> span classrole-pill>MET · police dashboard/span> span classrole-pill>HEDDLU · Welsh police/span> span classrole-pill>NHS · medical tools/span> span classrole-pill>LFB · fire & rescue/span> span classrole-pill>Staff / Dev · admin/span> /div> p stylemargin-top:10px;font-size:11px;color:var(--text-muted);> Once you’re verified, returning to this page while logged in will automatically redirect you straight into your player dashboard. /p> /div> /div> /section> /main> footer classfooter> © 2026 britishlife.gg. Not affiliated with Rockstar Games or Take-Two Interactive. /footer>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 27 Feb 2026 03:21:30 GMTServer: ApacheExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: PHPSESSIDe4943543ba7c4a568741f1d73b075044; path/Upgrade: h2Connection: UpgradeTransfer-Encoding: chunkedContent-Type: text/html; charsetutf-8 !DOCTYPE html>html langen>head> meta charsetutf-8> title>British Life RP — Player Portal/title> meta nameviewport contentwidthdevice-width, initial-scale1 /> link relpreconnect hrefhttps://fonts.bunny.net> link hrefhttps://fonts.bunny.net/css?familyinter:300,400,500,600,700 relstylesheet /> style> :root{ --bg:#020617; --bg-alt:#020617; --card:#020617; --accent:#3b82f6; --accent-soft:rgba(59,130,246,0.18); --accent-strong:#2563eb; --accent-2:#22c55e; --border-subtle:rgba(148,163,184,0.35); --text-main:#e5e7eb; --text-soft:#9ca3af; --text-muted:#6b7280; --danger:#ef4444; --radius-lg:18px; --radius-xl:24px; --shadow-soft:0 26px 70px rgba(15,23,42,0.9); } *{box-sizing:border-box} body{ margin:0; font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif; /* Background: gradient + London skyline */ background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.9)), url(https://britishlife.gg/images/background.png), radial-gradient(circle at top left, #1f2937 0%, #020617 45%, #000 100%); background-size: cover; background-position: bottom center; background-repeat: no-repeat; color:var(--text-main); min-height:100vh;} a{text-decoration:none;color:inherit} .shell{ min-height:100vh; display:flex; flex-direction:column; } .topbar{ padding:12px 22px; border-bottom:1px solid rgba(31,41,55,0.9); backdrop-filter:blur(16px); background:linear-gradient(90deg,rgba(15,23,42,0.96),rgba(15,23,42,0.72),rgba(15,23,42,0.98)); display:flex; align-items:center; justify-content:space-between; gap:10px; } .brand{ display:flex;align-items:center;gap:10px; } .brand-mark{ width:34px;height:34px;border-radius:12px; background:radial-gradient(circle at 20% 0%,#38bdf8 0,#3b82f6 25%,#1d4ed8 60%,#020617 100%); display:flex;align-items:center;justify-content:center; font-weight:800;font-size:17px;color:#e5f0ff; box-shadow:0 12px 30px rgba(37,99,235,0.75); } .brand-main{font-weight:700;letter-spacing:.04em;font-size:15px;} .brand-sub{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);} .top-right{ display:flex;align-items:center;gap:10px;flex-wrap:wrap; } .pill{ font-size:11px; padding:4px 9px; border-radius:999px; border:1px solid rgba(148,163,184,0.7); color:var(--text-soft); display:inline-flex;align-items:center;gap:6px; } .status-dot{ width:8px;height:8px;border-radius:999px; background:var(--accent-2); box-shadow:0 0 0 4px rgba(34,197,94,0.35); } .status-dot-offline{ background:var(--danger); box-shadow:0 0 0 4px rgba(239,68,68,0.35); } .btn-outline{ font-size:12px; padding:6px 11px; border-radius:999px; border:1px solid rgba(148,163,184,0.7); background:radial-gradient(circle at top,rgba(15,23,42,0.9),rgba(2,6,23,0.96)); color:var(--text-soft); display:inline-flex;align-items:center;gap:6px; cursor:pointer; } .btn-primary{ font-size:13px; padding:9px 16px; border-radius:999px; border:none; background:linear-gradient(120deg,var(--accent),var(--accent-strong)); color:#eff6ff; display:inline-flex;align-items:center;gap:8px; cursor:pointer; box-shadow:0 18px 40px rgba(37,99,235,0.9); } .main{ flex:1; display:flex; align-items:center; justify-content:center; padding:32px 20px; } .card{ width:100%; max-width:880px; border-radius:var(--radius-xl); border:1px solid rgba(31,41,55,0.95); background:radial-gradient(circle at top left,rgba(15,23,42,0.98),#020617 60%); box-shadow:var(--shadow-soft); padding:24px 24px 22px; display:grid; grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr); gap:22px; } @media (max-width: 900px){ .card{grid-template-columns:1fr;padding:20px 18px;} } .badge-soft{ font-size:11px; padding:4px 9px; border-radius:999px; background:var(--accent-soft); color:#bfdbfe; border:1px solid rgba(59,130,246,0.7); display:inline-flex;align-items:center;gap:6px; } .hero-title{ margin:10px 0 6px; font-size:clamp(26px,3vw,32px); font-weight:700; letter-spacing:.02em; } .hero-title span{ background:linear-gradient(120deg,#60a5fa,#22c55e,#f97316); -webkit-background-clip:text; color:transparent; } .hero-text{ font-size:13px; color:var(--text-soft); max-width:470px; } .hero-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px;} .hero-meta{ margin-top:14px; font-size:11px; color:var(--text-muted); display:flex;flex-wrap:wrap;gap:12px; } .hero-meta span{display:inline-flex;align-items:center;gap:6px;} .right-panel{ position:relative; border-radius:18px; border:1px solid rgba(51,65,85,0.95); background:radial-gradient(circle at 25% 0,rgba(96,165,250,0.25),#020617 60%); padding:14px 14px 12px; } .right-header{ display:flex;justify-content:space-between;align-items:center; font-size:11px;color:var(--text-soft);margin-bottom:8px; } .right-body{ font-size:12px;color:var(--text-soft);line-height:1.6; } .role-list{ margin-top:8px; display:flex; flex-wrap:wrap; gap:6px; } .role-pill{ font-size:11px; padding:3px 7px; border-radius:999px; border:1px dashed rgba(148,163,184,0.8); color:var(--text-soft); } .footer{ text-align:center; padding:10px 12px 16px; font-size:11px; color:var(--text-muted); } .stat-pill{ margin-top:12px; display:inline-flex; align-items:center; gap:8px; padding:7px 11px; border-radius:999px; border:1px solid rgba(55,65,81,0.9); background:radial-gradient(circle at 0 0,rgba(30,64,175,0.5),rgba(15,23,42,0.96)); font-size:11px; color:var(--text-soft); } .brand-mark { width: 34px; height: 34px; border-radius: 12px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 0; background: none; /* remove gradient */ box-shadow: none; /* optional – remove glow */}.brand-logo { width: 100%; height: 100%; object-fit: cover; /* keeps logo proportional */} /style>/head>body>div classshell> header classtopbar> div classbrand> div classbrand-mark> img src/images/logo.png altBLRP Logo classbrand-logo>/div> div> div classbrand-main>British Life RP/div> div classbrand-sub>PLAYER PORTAL/div> /div> /div> div classtop-right> span classpill> span classstatus-dot >/span> City online · 0 / 64 players /span> button classbtn-outline onclickwindow.location.hrefdiscord_login.php> Sign in with Discord /button> /div> /header> main classmain> section classcard> div> span classbadge-soft>Live status • Linked to city/span> h1 classhero-title> Jump into the British Life /h1> p classhero-text> Serious UK roleplay with Insurance & custom British PNC and MDT systems. New players welcome. Active staff. This portal links your Discord account to your in-game characters, bank accounts and departments, so you can see everything about your life in the city at a glance. /p> div classhero-actions> button classbtn-primary typebutton onclickwindow.location.hreffivem://connect/162.55.188.246:30120> ▶ Connect to the city /button> button classbtn-outline typebutton onclickwindow.location.hrefdiscord_login.php> 💬 Sign in with Discord /button> /div> div classhero-meta> span>👥 strong>0 / 64/strong> online right now /span> span>🕒 Typical peak: strong>19:00–23:00 UK/strong>/span> span>🌍 Hosted in strong>EU / UK datacentre/strong>/span> span>🛡️ Access controlled via Discord roles/span> /div> div classstat-pill> span>📈 City load/span> strong>0 / 64/strong> span> 0% full /span> /div> /div> div classright-panel> div classright-header> span>Portal access levels/span> span>Based on your Discord roles/span> /div> div classright-body> To unlock the player dashboard you must have the strong>Verified/strong> role in the British Life Discord. From there, department-specific tools will appear automatically depending on your roles: div classrole-list> span classrole-pill>Verified · portal access/span> span classrole-pill>MET · police dashboard/span> span classrole-pill>HEDDLU · Welsh police/span> span classrole-pill>NHS · medical tools/span> span classrole-pill>LFB · fire & rescue/span> span classrole-pill>Staff / Dev · admin/span> /div> p stylemargin-top:10px;font-size:11px;color:var(--text-muted);> Once you’re verified, returning to this page while logged in will automatically redirect you straight into your player dashboard. /p> /div> /div> /section> /main> footer classfooter> © 2026 britishlife.gg. Not affiliated with Rockstar Games or Take-Two Interactive. /footer>/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
]