SILENT KILLERPanel

Current Path: > home > ivftiowh > greeceivf.com > wp-content > plugins > quick-setup > modules


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/ivftiowh/greeceivf.com/wp-content/plugins/quick-setup/modules

NameTypeSizeLast ModifiedActions
.htaccess File 85 bytes May 11 2016 14:01:14.
bad-behavior.php File 1030 bytes May 11 2016 14:01:14.
comprehensive-google-map-plugin.php File 2920 bytes May 11 2016 14:01:14.
contact-form-7.php File 2567 bytes May 11 2016 14:01:14.
disable-comments.php File 685 bytes May 11 2016 14:01:14.
googleanalytics.php File 685 bytes May 11 2016 14:01:14.
index.php File 144 bytes May 11 2016 14:01:14.
jetpack.php File 1194 bytes May 11 2016 14:01:14.
maintenance.php File 1685 bytes May 11 2016 14:01:14.
permalinks.php File 511 bytes May 11 2016 14:01:14.
pointers.php File 659 bytes May 11 2016 14:01:15.
reset-db.php File 6032 bytes May 11 2016 14:01:15.
save-options.php File 1002 bytes May 11 2016 14:01:15.
simple-social-buttons.php File 1652 bytes May 11 2016 14:01:15.
theme.php File 13540 bytes May 11 2016 14:01:15.
wordpress-seo.php.php File 1416 bytes May 11 2016 14:01:15.
wp-smushit.php File 1285 bytes May 11 2016 14:01:15.

Reading File: /home/ivftiowh/greeceivf.com/wp-content/plugins/quick-setup/modules/maintenance.php

<?php

/**
 * Copyright 2012 Go Daddy Operating Company, LLC. All Rights Reserved.
 */

// Make sure it's wordpress
if ( !defined( 'ABSPATH' ) )
	die( 'Forbidden' );

add_action( 'gd_quicksetup_install', 'gd_quicksetup_start_maintenance_mode', 0 );
add_action( 'gd_quicksetup_install_done', 'gd_quicksetup_stop_maintenance_mode', 999 );

/**
 * Put the site in maintenance mode
 * @global mixed $wp_filesystem
 */
function gd_quicksetup_start_maintenance_mode() {
	global $wp_filesystem;

	if ( !empty( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
		$ip = $_SERVER['HTTP_X_FORWARDED_FOR'];
	} elseif ( !empty ( $_SERVER['HTTP_X_REAL_IP'] ) ) {
		$ip = $_SERVER['HTTP_X_REAL_IP'];
	} else {
		$ip = $_SERVER['REMOTE_ADDR'];
	}
	
	$wp_filesystem->delete( $wp_filesystem->abspath() . '.maintenance' );
	$wp_filesystem->put_contents( $wp_filesystem->abspath() . '.maintenance', '<' . '?php $upgrading = ' . time()  . '; ?' . '>', FS_CHMOD_FILE );
	$maintenance = file_get_contents( GD_QUICKSETUP_DIR . '/resources/maintenance.php' );
	$maintenance = str_replace( '%REMOTE_ADDR%', $ip, $maintenance );
	$maintenance = str_replace( '%emergency_url%', add_query_arg( array( 'EMERGENCY' => '1' ), home_url() ), $maintenance );
	$wp_filesystem->put_contents( $wp_filesystem->wp_content_dir() . 'maintenance.php', $maintenance, FS_CHMOD_FILE );
}

/**
 * Take the site out of maintenance mode
 * @global mixed $wp_filesystem
 */
function gd_quicksetup_stop_maintenance_mode() {
	global $wp_filesystem;
	$wp_filesystem->delete( $wp_filesystem->abspath() . '.maintenance' );
	$wp_filesystem->delete( $wp_filesystem->wp_content_dir() . 'maintenance.php' );
}

SILENT KILLER Tool