Domain gvrepsarcade.com
United Kingdom
Ans Academy Limited
Software information

nginx nginx

tcp/443 tcp/80

  • Open service 45.131.139.6:80 · gvrepsarcade.com

    2026-01-09 14:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 14:30:16 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.gvrepsarcade.com/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 45.131.139.6:443 · www.gvrepsarcade.com

    2026-01-09 14:30

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 14:30:16 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    X-Powered-By: PHP/7.4.33
    Vary: Accept-Encoding
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: PleskLin
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    
    Page title: GV Amber Arcade
    
    <!doctype html>
    <html>
    <head>
    	<title>GV Amber Arcade</title>
    	<meta charset="utf-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<meta name="robots" content="noindex">
    	<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet">
    	<link href="/css/site.css" rel="stylesheet">
    	<link rel="icon" type="image/x-icon" href="/images/favicon.png">	
    	<style>
    		form {max-width:600px;margin:0 auto 100px auto;}
    		.panel-confirm {padding:20px 70px 20px 20px;background-color:#C75216;color:#FAE89F;text-align: left;background-image:url("/images/panel-confirm.png");background-position: top 20px right 20px;background-repeat: no-repeat;cursor:pointer;line-height:1.2;background-size:44px;}		
    		.panel-confirm.active {background-color:#731903;background-image:url("/images/panel-confirm-active.png");}
    		.panel-confirm a {color:#FAE89F;white-space:nowrap}
    		button {font-size:24px;color:#FAE89F;border:none;padding:10px 20px;background:linear-gradient(90deg, rgba(136,109,32,1) 0%, rgba(247,207,114,1) 100%);text-align: left;font-family: "brown-pro", serif;font-weight: 400;font-style: normal;}
    		.traders {font-size:22px}
    		
    		@media (min-width: 768px) {
    			.panel-confirm {background-position: center right 25px;background-size:30px;padding-right:90px;}
    			button {text-align:center}
    		}
    	</style>
    	
    	<!-- Google tag (gtag.js) -->
    	<script async src="https://www.googletagmanager.com/gtag/js?id=G-7KLX2SFD7X"></script>
    	<script>
    		window.dataLayer = window.dataLayer || [];
    		function gtag(){dataLayer.push(arguments);}
    		gtag('js', new Date());
    
    		gtag('config', 'G-7KLX2SFD7X');
    	</script>
    
    </head>
    
    <body>
    	<div class="container overflow-hidden">
    		<div class="row">
    			<div class="col text-center">
    				<div class="p-3 pt-5">
    					<div id="logo">
    						<img src="/images/logo.svg" alt="Amber Blend Arcade">					
    						AMBER BLEND ARCADE
    					</div>					
    				</div>
    				
    				<div class="p-3 pt-0 darkrust nimbus traders">
    					FOR TOBACCO TRADERS ONLY
    				</div>
    				
    				<form action="/home/" method="post" id="form-confirm">
    					<input type="hidden" name="action" value="confirm">
    					<input type="hidden" name="confirm-terms" id="confirm-terms" value="0">
    					<input type="hidden" name="confirm-age" id="confirm-age" value="0">
    					<input type="hidden" name="confirm-privacy" id="confirm-privacy" value="0">
    					
    					<div class="d-grid gap-1">
    						<div class="panel-confirm">
    							I CONFIRM I HAVE READ THE <a href="terms.pdf">TERMS &amp; CONDITIONS</a>
    						</div>
    
    						<div class="panel-confirm">
    							I CONFIRM I AM OVER 18 YEARS OF AGE AND THAT I AM A TOBACCO TRADER
    						</div>
    
    						<div class="panel-confirm">
    							AS WITH ALL OUT INTERACTIONS WITH TOBACCO AND E-CIGARETTE TRADERS, WE PROCESS PERSONALISED DATA IN ACCORDANCE WITH OUR <a href="privacy-policy.pdf">PRIVACY POLICY</a>
    						</div>
    
    						<button>ENTER</button>
    					</div>
    				</form>
    				
    				<div class="disclaimer">Site issues and enquiries: <a href="mailto:info@gvamberarcade.com">info@gvamberarcade.com</a></div>
    			</div>
    		</div>
    	</div>
    </body>
    
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
    <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
    
    <script>
    	$(document).ready(function(){
    		$('.panel-confirm').click(function(){
    			$(this).toggleClass('active');
    		});
    		
    		$('.panel-confirm').eq(0).click(function(){
    			if ($(this).hasClass('active')){
    				$('#confirm-terms').val('1');
    			}else{
    				$('#confirm-terms').val('0');
    			}
    		});
    		
    		$('.panel-confirm').eq(1).click(function(){
    			if ($(this).hasClass('active')){
    				$('#confirm-age').val('1');
    			}else{
    				$('#confirm-age').val('0');
    			}
    		});
    		
    		$('.panel-confirm').eq(2).click(function(){
    			if ($(this).hasClass('active')){
    				$('#confirm-privacy').val('1');
    			}else{
    				$('#confirm-privacy'
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 45.131.139.6:80 · www.gvrepsarcade.com

    2026-01-09 14:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 14:30:16 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.gvrepsarcade.com/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 45.131.139.6:443 · gvrepsarcade.com

    2026-01-09 14:30

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 09 Jan 2026 14:30:16 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.gvrepsarcade.com/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 45.131.139.6:443 · gvrepsarcade.com

    2026-01-01 16:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 16:48:58 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.gvrepsarcade.com/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 45.131.139.6:80 · gvrepsarcade.com

    2026-01-01 16:48

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Thu, 01 Jan 2026 16:48:57 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://www.gvrepsarcade.com/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
gvrepsarcade.comwww.gvrepsarcade.com
CN:
gvrepsarcade.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-09 13:31
Not after:
2026-04-09 13:31
gvrepsarcade.comwww.gvrepsarcade.com
CN:
gvrepsarcade.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-10 13:30
Not after:
2026-02-08 13:30
Domain summary
IP summary