| Server IP : 167.99.254.82 / Your IP : 216.73.216.76 Web Server : Apache System : Linux host.techisquad.com 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/ |
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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/pawluxera/public_html/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'pawluxera_wordpress' );
/** Database username */
define( 'DB_USER', 'pawluxera' );
/** Database password */
define( 'DB_PASSWORD', '6N6lpNVyX5NCeMwWMYZLkHqo0' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', '}2/J-]u5Kd/HGlw5YV;%>Lu>pZm8sHl-15$<TgczAj5`HbSQ&F0;Dk,W{)m-B2]6' );
define( 'SECURE_AUTH_KEY', 'm*Y~7O=3#S~kB#Hw0!W7]UL. PG/H^IV!6moTke9i5!&YlcP^mOxBU!#l<VAG`Jd' );
define( 'LOGGED_IN_KEY', 'QU.gEt>>&$#gPGo~co=k1L0K@PNbhN*u9/DJB.ANnic*K4ERUQ$B>&Id9gFa1+XS' );
define( 'NONCE_KEY', 'XAy[m[y?gnlTS!Ejh@!b?<F@zuTzfu:ZHbq!u9oU)|gW$[F;>hC)K-|.2dye<u{V' );
define( 'AUTH_SALT', 'j%3H.#I-Vm}CBam#&65]zr<y%I4WU<}=R[*Wh5$`@8EI^YPV).?d8pdiiU2$xGkv' );
define( 'SECURE_AUTH_SALT', '5^^-jX`ITdlgn^{7&=-pz/[FWy]`t^0!@b,4NlojH[q=u.J]7)KHJ1aZ=KbJ:x{C' );
define( 'LOGGED_IN_SALT', '[xHr#d}e$|6C}NCSwZY{o@1VPW>y<:>WxxeW6f!UK5t|JSWEl|5otPx>]SYRLN.c' );
define( 'NONCE_SALT', 'sW[%bXs@]Ck=.(PqO;hO/F7Q,h}PjfxQ_$u-yJ<9qV>|&~7A4kVT>$qF-r/INrw3' );
define( 'WP_CACHE_KEY_SALT', 'agM-1y~+gl?FvJ,FUYIz9u &d,bmY44**ltl PuPPI[RoC1sPbKS9K#K$&<6fX~e' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';