Proxy Request 91a03016-a031-4f27-b09b-a9b05dfae46d

Parent Attack 51a6b762-029b-483e-9c37-b6bd5a762a96
Date 2020-09-17 02:47:02AM
URL
austinelkin.com/
Form Data []
Headers ["Accept: text/html", "Connection: keep-alive", "User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0"]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<title>Austin Elkin &mdash; Coming Soon</title>
<script src="http://austinelkin.com/wp-includes/js/jquery/jquery.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet">
<style type="text/css">
body {
	background-color: #fff;
	background-image: url( "http://austinelkin.com/wp-content/plugins/mojo-marketplace-wp-plugin/images/cs-bluehost-bg.jpg" );
	background-position: top right;
	background-repeat: no-repeat;
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input {
	font-family: "Open Sans", sans-serif;
}
::-webkit-input-placeholder {
  color: #9DAFBD;
}
::-moz-placeholder {
  color: #9DAFBD;
}
:-ms-input-placeholder {
  color: #9DAFBD;
}
:-moz-placeholder {
  color: #9DAFBD;
}
#wrap {
	max-width: 560px;
	margin: 320px auto 120px;
	color: #444;
	text-align: center;
}
#wrap h1 {
	font-weight: 300;
	font-size: 28px;
}

#wrap h2 {
	font-weight: 300;
	font-size: 38px;
}

#wrap p {
	color: #666;
	line-height: 1.5;
}

footer {
	background-color: #fff;
	width: 100%;
	position: fixed;
	bottom:0;
	left:0;
	color: #666;
}
footer p {
	font-size: 14px;
	line-height: 22px;
	color: #5B5B5B;
	padding: 8px;
	text-align: center;
}
footer p a {
	color: #3575D3;
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #2e66ba;
	background: #2e66ba;
	color: #fff;
	box-shadow: none;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 60px;
}

.btn:hover {
	border: 1px solid #2e66ba;
	background-color: #fff;
	color: #2e66ba;
}

.bh_subscription_widget {
}
.bh_subscription_widget h2.widgettitle {
	color: #5B5B5B;
	font-size: 38px;
	letter-spacing: -1px;
	line-height: 54px;
	margin-bottom: 10px;
}
.bh_subscription_widget #subscribe-text p {
	color: #5B5B5B;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 25px;
}
.bh_subscription_widget #success,
.bh_subscription_widget #error {
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #5B5B5B;
    margin-bottom: 25px;
    display: none;
    padding: 8px 40px;
}
.bh_subscription_widget #success {
    background: #CCE9D0;
    border: 1px solid #009013;
}
.bh_subscription_widget #error {
    background: #FFEAE9;
    border: 1px solid #F72F26;
}
.bh_subscription_widget form .bh-inputs {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.bh_subscription_widget form .bh-inputs.active {
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.bh_subscription_widget form .bh-inputs.email.active #bh-subscribe-label {
	color: #5B5B5B;
    clip: auto !important;
    height: auto !important;
    position: absolute !important;
    overflow: visible !important;
    width: auto !important;
    left: 16px;
    font-size: 11px;
    top: 2px;
}
.bh_subscription_widget form .bh-inputs.email input[type="email"] {
	background-color: #fff;
	background-image: url( "http://austinelkin.com/wp-content/plugins/mojo-marketplace-wp-plugin/images/icon-email.svg" );
	background-position: 10px center;
	background-repeat: no-repeat;
    border: 1px solid #5B5B5B;
    border-radius: 3px;
    color: #5B5B5B;
    font-size: 11px;
    margin-right: 6px;
    min-width: 300px;
    padding: 14px 15px 14px 45px;
    max-height: 45px;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
.bh_subscription_widget form .bh-inputs.email.active input[type="email"] {
	background-image: none;
    font-size: 14px;
    padding: 16px 15px 12px 15px;
    max-height: 45px;
}
.bh_subscription_widget form .bh-inputs.submit input[type="submit"] {
    background-color: #3575D3;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
    margin: 0;
    padding: 15px 30px;
    border: 1px solid #3575D3;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.bh_subscription_widget form .bh-inputs.submit input[type="submit"]:hover {
    background-color: #5B5B5B;
    border-color: #5B5B5B;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

@media (max-width: 1024px) {
	#wrap {
		margin: 240px auto 120px;
	}
}
@media (max-width: 960px) {
	#wrap {
		margin: 120px auto;
	}
}
@media (max-width: 640px) {
	#wrap {
		margin: 60px auto 120px;
		max-width: 100%;
		color: #444;
		padding: 0 20px;
	}
	.btn {
		margin-top: 10px;
	}
	.bh_subscription_widget form .bh-inputs,
	.bh_subscription_widget form .bh-inputs.email input[type="email"],
	.bh_subscription_widget form .bh-inputs.submit input[type="submit"] {
	    width: 100%;
	}
	.bh_subscription_widget form .bh-inputs.email input[type="email"] {
	    min-width: 0;
	}
	.bh_subscription_widget form .bh-inputs {
	    margin-bottom: 10px;
	}
}
@media (max-width: 360px) {
	#wrap h1 {
		font-size: 26px;
	}
	.btn {
		margin-top: 40px;
	}
}
</style>
</head>
<body>
	<div id="wrap">
		<div class="content">
			
			
				<div class="bh_subscription_widget">
					<h2 class="widgettitle">Coming Soon!</h2>
					<div id="subscribe-text">
						<p>Be the first to know when we launch, enter your email address and we will let you know when we go live and any future website updates we have.</p>
					</div>
					<div id="success">Thank you, please check your email to confirm your subscription.</div>
					<div id="error">There was an error with your submission and you were not subscribed. Please try again with a different email address.</div>
					<form action="" method="post" accept-charset="utf-8" id="subscribe-bh">
						<input type="hidden" name="action" value="mm_coming_soon_subscribe">
						<input type="hidden" id="mm_nonce-coming-soon-subscribe" name="mm_nonce-coming-soon-subscribe" value="09d85565e3" /><input type="hidden" name="_wp_http_referer" value="/" />						<span class="bh-inputs email" id="subscribe-email">
							<label id="bh-subscribe-label" for="subscribe-field-bh">Email</label>
							<input type="email" name="email" required="required" value="" id="subscribe-field-bh" placeholder="Enter your email address">
						</span>
						<span class="bh-inputs submit" id="subscribe-submit">
							<input class="btn" type="submit" value="Subscribe" name="bh_subscriptions_widget">
						</span>
					</form>
					<script>
						// Custom functionality for safari and IE
						(function( d ) {
							// In case the placeholder functionality is available we remove labels
							if ( ( 'placeholder' in d.createElement( 'input' ) ) ) {
								var label = d.querySelector( 'label[for=subscribe-field-bh]' );
									label.style.clip 	 = 'rect(1px, 1px, 1px, 1px)';
									label.style.position = 'absolute';
									label.style.height   = '1px';
									label.style.width    = '1px';
									label.style.overflow = 'hidden';
							}

						})( document );
					</script>
				</div>

			
		</div>
	</div>
	<footer>
			<p class="text-center">A <a target="_blank" href="https://bluehost.com/wordpress" class="bluehost" rel="nofollow">Bluehost</a> powered website. Is this your website? Log in to <a href="https://austinelkin.com/wp-login.php">WordPress</a> or <a target="_blank" href="https://my.bluehost.com/" class="bluehost" rel="nofollow">Bluehost</a></p>
	</footer>
<script>
	jQuery(document).ready( function($){
	
		$( '#subscribe-submit input' ).click(function(e){
			e.preventDefault();

			$( '#success' ).hide();
			$( '#error' ).hide();

			var email 		= $( '#subscribe-field-bh' ).val();
			var nonce 		= $( '#mm_nonce-coming-soon-subscribe' ).val();
			var ajaxscript 	= { ajax_url : 'https://austinelkin.com/wp-admin/admin-ajax.php' }

			$.ajax({
				type: 'POST',
				url: ajaxscript.ajax_url,
				data: { 
					'action': 'mm_coming_soon_subscribe',
					'email': email,
					'nonce': nonce
				},
				success: function( response ){
					
					//console.log( response );

					var status = response.status;

					if ( status == 'success' ){

						$( '#success' ).show();

					} else if ( status == 'active' ) {
						
						$( '#error' ).show().text( 'Your email address is already subscribed to this website. Stay tuned to your inbox for our updates or try a different email address.' );

					} else if ( status == 'invalid_email' ){

						$( '#error' ).show().text( 'There was an error with your submission and you were not subscribed. Please try again with a valid email address.' );

					} else {

						$( '#error' ).show();

					}
					
				},
			});
		});

	    var input = $( '#subscribe-email' );
	    input.focusin( function() {
	        $(this).addClass( 'active' );
	    });
	    input.focusout( function() {
	        $(this).removeClass( 'active' );
	    });
    });
</script>
</body>
</html>
© 2021 threat.gg