SILENT KILLERPanel

Current Path: > home > websitet > jaytechengineering.com


Operation   : Linux cloud786.thundercloud.uk 5.14.0-427.24.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 9 15:32:20 EDT 2024 x86_64
Software     : Apache
Server IP    : 149.255.58.90 | Your IP: 216.73.216.10
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/websitet/jaytechengineering.com

NameTypeSizeLast ModifiedActions
.well-known Directory - -
wp-admin Directory - -
wp-content Directory - -
wp-includes Directory - -
.htaccess File 810 bytes May 22 2025 12:36:25.
classwithtostring.php File 10884 bytes June 17 2025 10:57:48.
error_log File 189103917 bytes June 19 2025 14:42:05.
google9e0511776287763b.html File 53 bytes June 11 2025 14:59:24.
license.txt File 19903 bytes May 22 2025 12:35:55.
readme.html File 7425 bytes May 22 2025 12:35:55.
robots.txt File 73 bytes June 18 2025 08:48:19.
sitemap.xml File 1601100 bytes June 19 2025 14:12:57.
style.php File 0 bytes June 19 2025 05:00:20.
wp-activate.php File 7387 bytes May 22 2025 12:35:55.
wp-blog-header.php File 351 bytes May 22 2025 12:35:55.
wp-comments-post.php File 2323 bytes May 22 2025 12:35:55.
wp-config.bak.php File 3529 bytes June 14 2025 05:03:39.
wp-config.php File 3526 bytes July 12 2024 13:14:09.
wp-cron.php File 5617 bytes May 22 2025 12:36:17.
wp-links-opml.php File 2502 bytes May 22 2025 12:36:18.
wp-load.php File 3306 bytes February 06 2020 06:33:11.
wp-login.php File 51414 bytes May 22 2025 12:36:18.
wp-mail.php File 8727 bytes May 22 2025 12:36:18.
wp-settings.php File 30081 bytes May 22 2025 12:36:18.
wp-signup.php File 34516 bytes May 22 2025 12:36:18.
wp-trackback.php File 5102 bytes May 22 2025 12:36:18.
xmlrpc.php File 3205 bytes May 22 2025 12:36:18.

Reading File: /home/websitet/jaytechengineering.com/wp-load.php

<?php
/**
 * Bootstrap file for setting the ABSPATH constant
 * and loading the wp-config.php file. The wp-config.php
 * file will then load the wp-settings.php file, which
 * will then set up the WordPress environment.
 *
 * If the wp-config.php file is not found then an error
 * will be displayed asking the visitor to set up the
 * wp-config.php file.
 *
 * Will also search for wp-config.php in WordPress' parent
 * directory to allow the WordPress directory to remain
 * untouched.
 *
 * @package WordPress
 */

/** Define ABSPATH as this file's directory */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}

error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR );

/*
 * If wp-config.php exists in the WordPress root, or if it exists in the root and wp-settings.php
 * doesn't, load wp-config.php. The secondary check for wp-settings.php has the added benefit
 * of avoiding cases where the current directory is a nested installation, e.g. / is WordPress(a)
 * and /blog/ is WordPress(b).
 *
 * If neither set of conditions is true, initiate loading the setup process.
 */
if ( file_exists( ABSPATH . 'wp-config.php' ) ) {

	/** The config file resides in ABSPATH */
	require_once( ABSPATH . 'wp-config.php' );

} elseif ( @file_exists( dirname( ABSPATH ) . '/wp-config.php' ) && ! @file_exists( dirname( ABSPATH ) . '/wp-settings.php' ) ) {

	/** The config file resides one level above ABSPATH but is not part of another installation */
	require_once( dirname( ABSPATH ) . '/wp-config.php' );

} else {

	// A config file doesn't exist

	define( 'WPINC', 'wp-includes' );
	require_once( ABSPATH . WPINC . '/load.php' );

	// Standardize $_SERVER variables across setups.
	wp_fix_server_vars();

	require_once( ABSPATH . WPINC . '/functions.php' );

	$path = wp_guess_url() . '/wp-admin/setup-config.php';

	/*
	 * We're going to redirect to setup-config.php. While this shouldn't result
	 * in an infinite loop, that's a silly thing to assume, don't you think? If
	 * we're traveling in circles, our last-ditch effort is "Need more help?"
	 */
	if ( false === strpos( $_SERVER['REQUEST_URI'], 'setup-config' ) ) {
		header( 'Location: ' . $path );
		exit;
	}

	define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
	require_once( ABSPATH . WPINC . '/version.php' );

	wp_check_php_mysql_versions();
	wp_load_translations_early();

	// Die with an error message
	$die = sprintf(
		/* translators: %s: wp-config.php */
		__( "There doesn't seem to be a %s file. I need this before we can get started." ),
		'<code>wp-config.php</code>'
	) . '</p>';
	$die .= '<p>' . sprintf(
		/* translators: %s: Codex URL */
		__( "Need more help? <a href='%s'>We got it</a>." ),
		__( 'https://codex.wordpress.org/Editing_wp-config.php' )
	) . '</p>';
	$die .= '<p>' . sprintf(
		/* translators: %s: wp-config.php */
		__( "You can create a %s file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ),
		'<code>wp-config.php</code>'
	) . '</p>';
	$die .= '<p><a href="' . $path . '" class="button button-large">' . __( 'Create a Configuration File' ) . '</a>';

	wp_die( $die, __( 'WordPress &rsaquo; Error' ) );
}

SILENT KILLER Tool