| 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/thelittlebigshow/ |
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 web site, 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://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'thelittlebigshow' );
/** 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', 'sLEW**MY,hSPS?*g}XX5EuOcx5vpT5CQQ_8*]%Fn[z(Mns;d64:<%29E]8}eJM7M' );
define( 'SECURE_AUTH_KEY', '8T0`L}>I*Osy8`Ak<q^V+ 0ZoNh/xwrp V_I$WqP<%EB&F;]A%a#y8]Fqt8I)%GC' );
define( 'LOGGED_IN_KEY', '$VoTt<,)#zK0#@0z2zhJB-Y+pyXkuq*AZd)PH,9V kqx[at[?3BFcO3%!^MWR!)?' );
define( 'NONCE_KEY', ':25)?rT(DmR8bK_IK4-=8MEV$>n)tVOp>/Y3&;t+W;SFX0DB3Q(:8bkK~;u]hXGc' );
define( 'AUTH_SALT', ']nM.uRzn{gSqhYp~}bdD0xH>,*7C(dt-{IfyEB:nD8!()Rr=H?rj8ou&I4d`A?`c' );
define( 'SECURE_AUTH_SALT', 'oZ ;J~uo%pKS hyTR:k|dHgjl;7Re[AP[3Vpg{pvmCbv> {%Pky1oo}[<mj}7s8(' );
define( 'LOGGED_IN_SALT', '3K;$^,X>nYC5*cqEk=SyF9.|9lkib8*;LjpsY>fo~/:@UU{*(dvC0$Kmju KsMiy' );
define( 'NONCE_SALT', 'pMflZo-.gKu0#Q7(Va[xW^K$f|gesvA@;,%m:1>gN=(&};qOF!IoA76YNd{H8|7~' );
/**#@-*/
/**
* 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://wordpress.org/documentation/article/debugging-in-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';