??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/tlma.co.uk/wp-load.php
⬅ Kembali
<?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', __DIR__ . '/' );
}
/*
* The error_reporting() function can be disabled in php.ini. On systems where that is the case,
* it's best to add a dummy function to the wp-config.php file, but as this call to the function
* is run prior to wp-config.php loading, it is wrapped in a function_exists() check.
*/
if ( function_exists( 'error_reporting' ) ) {
/*
* Initialize error reporting to a known set of levels.
*
* This will be adapted in wp_debug_mode() located in wp-includes/load.php based on WP_DEBUG.
* @see https://www.php.net/manual/en/errorfunc.constants.php List of known error levels.
*/
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 . '/version.php';
require_once ABSPATH . WPINC . '/compat.php';
require_once ABSPATH . WPINC . '/load.php';
// Check for the required PHP version and for the MySQL extension or a database drop-in.
wp_check_php_mysql_versions();
// Standardize $_SERVER variables across setups.
wp_fix_server_vars();
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
require_once ABSPATH . WPINC . '/functions.php';
$path = wp_guess_url() . '/wp-admin/setup-config.php';
// Redirect to setup-config.php.
if ( ! str_contains( $_SERVER['REQUEST_URI'], 'setup-config' ) ) {
header( 'Location: ' . $path );
exit;
}
wp_load_translations_early();
// Die with an error message.
$die = '<p>' . sprintf(
/* translators: %s: wp-config.php */
__( "There doesn't seem to be a %s file. It is needed before the installation can continue." ),
'<code>wp-config.php</code>'
) . '</p>';
$die .= '<p>' . sprintf(
/* translators: 1: Documentation URL, 2: wp-config.php */
__( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ),
__( 'https://developer.wordpress.org/advanced-administration/wordpress/wp-config/' ),
'<code>wp-config.php</code>'
) . '</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></p>';
wp_die( $die, __( 'WordPress › Error' ) );
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 .well-known
dir
—
2026-06-05 13:13
📁 cgi-bin
dir
—
2026-06-05 13:12
📁 wp-admin
dir
—
2026-06-12 11:38
📁 wp-content
dir
—
2026-06-25 05:04
📁 wp-includes
dir
—
2026-06-24 14:01
📄 .hcflag
hcflag
31 B
2026-06-23 22:30
📄 .htaccess
htaccess
1.4 KB
2026-06-21 22:33
📄 .htaccess.bk
bk
0 B
2026-06-16 22:30
🐘 admin.php
php
32.3 KB
2026-06-24 09:38
📄 error_log
file
6.2 KB
2026-06-25 05:04
🐘 index.php
php
420 B
2026-06-25 06:31
📝 license.txt
txt
19.4 KB
2026-06-20 11:53
🌐 readme.html
html
7.2 KB
2026-06-20 11:53
📝 robots.txt
txt
842 B
2026-06-17 03:09
🐘 test.php
php
25 B
2026-06-18 20:03
🐘 test2.php
php
53 B
2026-06-18 20:04
🐘 wp-activate.php
php
7.2 KB
2026-02-17 22:05
🐘 wp-blog-header.php
php
351 B
2020-02-06 11:33
🐘 wp-comments-post.php
php
2.3 KB
2023-06-14 18:11
🐘 wp-config-sample.php
php
3.3 KB
2025-08-12 18:47
🐘 wp-config.php
php
3.5 KB
2026-06-21 22:33
🐘 wp-cron.php
php
5.5 KB
2024-08-02 23:40
🐘 wp-links-opml.php
php
2.4 KB
2025-04-30 16:52
🐘 wp-load.php
php
3.8 KB
2026-06-17 07:55
🐘 wp-login.php
php
50.6 KB
2026-03-01 03:57
🐘 wp-mail.php
php
8.5 KB
2025-04-03 02:25
🐘 wp-settings.php
php
31.9 KB
2026-06-20 11:53
🐘 wp-signup.php
php
33.8 KB
2026-02-17 22:05
🐘 wp-trackback.php
php
5.1 KB
2025-08-19 16:30
🐘 xmlrpc.php
php
3.1 KB
2024-11-08 20:52