| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/shield-1/ |
Upload File : |
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'shield1' );
/** Database username */
define( 'DB_USER', 'nodor' );
/** Database password */
define( 'DB_PASSWORD', 'D@n33Nao40' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+
* Authentication unique keys and salts.
*
* Change these to different unique phrases! You can generate these using
* the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
*
* You can change these at any point in time to invalidate all existing cookies.
* This will force all users to have to log in again.
*
* @since 2.6.0
*/
define( 'AUTH_KEY', 'rjt^uOm`JF^A5G&{Z-ahW.:MmSS3w9)[B{K+)8jB7MIa#_>`Q`g>Qu=TZ:~>WQlw' );
define( 'SECURE_AUTH_KEY', '??7|_`MrVby}_--&Z0keK+Zg-vv%I. whrb-iQj^+*5.s#=b7esPPm|t)&+vy5/6' );
define( 'LOGGED_IN_KEY', 'Xt7p0FI/ j?+}A${$6#&6]yEDU`|C0ivo#vri*hIIWDEZ_&UFyst&r<hol@C#)^]' );
define( 'NONCE_KEY', '(2~M H@y%muntMV,JtaAau8&:pC$wJ=(-{UV]hIT-ZPcY}RwA{VAt6>6sGlA;qe#' );
define( 'AUTH_SALT', '/`u)d_I[]Y/Wm>IkrN;>2G_/><rz&N>5X[f9Qz7>kQ?+N%#E]mW?wI~0a.-dWZ8j' );
define( 'SECURE_AUTH_SALT', ';8%^jWrrc5avlR&+1:]twBuKh{D)EU]QWJ[b-dtwC$ ?pFq50#>5FP01%GR;Dl!A' );
define( 'LOGGED_IN_SALT', 'VGILjg-,>0eco=)65C4$3^<oU8Dj,{g}hRF3De<qmBU&=OE:1HU^ ep*r*l;FQla' );
define( 'NONCE_SALT', 'sFh1;Y+jef?b8+9]5_.%C*Z~F.}VdlD&!^NT[OT|5<96Zal-VA5:rI)@@>:q+0Rs' );
/**#@-*/
/**
* WordPress database table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';