| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/egv/public_html/ |
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', 'egv' );
/** Database username */
define( 'DB_USER', 'egv' );
/** Database password */
define( 'DB_PASSWORD', 'EGVacc$%^_1$$' );
/** 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', '7r/Ugq3Vqb7t0p0LGbJnVLe8NPiQTAH9uA8PT6xpnpeL#L58D~49F@@u?4!mi^Kj' );
define( 'SECURE_AUTH_KEY', '7>JPxS=Hw!Q{msoE-_],_y =@F?xgOm`8,5[?=v6l^87Z!}]qV}j/cWn4X Up~b{' );
define( 'LOGGED_IN_KEY', '{*O~R9j/MDlx~D~mY`*SzW{94=:6GBeC_j6`ZPbid%fHO jERY2TDA4 JEDusM(`' );
define( 'NONCE_KEY', ':|f%>j+6q^oJ:s/b@_$+vFfeZJR<_AvF=R$:,/2{?b4VQhfQ0s8wW|Thq[i>p2tr' );
define( 'AUTH_SALT', 'yM,:]WbAp[5{6%pqUeGTY_3Q?8Xk>%=0Dx>j*&hAV0<2[`zyX:<@#NF ]?i~:NPG' );
define( 'SECURE_AUTH_SALT', '@cK3;USOF*B7Vh,VllA}r=Omt?BbDck2(1u~uqoiEV_tC@uwht2qujMrMdV4cJcA' );
define( 'LOGGED_IN_SALT', '$w0-lNS %K>ZTG3[@cP?1,VL,E)#|WepRixs3PIf<G{h%~H<d`JH, *)@KmEqWOp' );
define( 'NONCE_SALT', '>1I:f!Y<tP*mhh|7j@xUg9_(,KUO]58:>XM&WKL{HxX=kD/Ethtn1)1nmb:T0/[l' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'egv_';
/**
* 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. */
define('FTP_PASS', 'EGV!acc$%^_26$$');
if ( ! defined( 'FS_METHOD' ) ) define( 'FS_METHOD', 'direct' );
/* 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';