| Server IP : 178.63.100.251 / Your IP : 216.73.216.228 Web Server : LiteSpeed System : Linux dobby.thevpsserver.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64 User : truewayi ( 1855) PHP Version : 7.4.33 Disable Function : show_source,system,shell_exec,passthru,exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/truewayi/www/eski/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
define('WP_AUTO_UPDATE_CORE', 'minor');
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
define('WP_HOME','https://www.truewayist.com/eski');
define('WP_SITEURL','https://www.truewayist.com/eski');
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'truewayi_wp8172' );
/** MySQL database username */
define( 'DB_USER', 'truewayi_wp8172' );
/** MySQL database password */
define( 'DB_PASSWORD', 'X.{gYU~e-QzL=)]d2F' );
/** MySQL 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', 'HY(-J%~[lE+mE0$P3Xujs%+doHrIvI+ec~8 (tu[l[RaUl8_9G>R?jq(hQE#uk#/');
define('SECURE_AUTH_KEY', 'gn(t4^_*cN4T=yFn)11n@9IX @Y~|L-raSS(jDFECF7_tLO{p#$VEqyx0Q_|M1os');
define('LOGGED_IN_KEY', '=(?3&g.7t^lP+Bw kpA?2!U)8VkfmqI| ovuv]_z21/}oJU#=C:Ee+%=Ns2At0I+');
define('NONCE_KEY', 'L6+e[!cb2vc(PuBF0fO=yd3lnzF@SdY>.wIu;Q5l&6Cyoc{|m%HGC/:-i|$ Z$%/');
define('AUTH_SALT', 'eB?#j_1${?;rkVWLj7+tkA[<jBxOVnqmF_2V{MWGSzw,*W# o+L|;2Lx~aB:d=+s');
define('SECURE_AUTH_SALT', '5Pj3arqXg=S8-/3~;CXz|^$Z[@dWcRfQRjIf,Gn,s,{@0FI9n+v}h%b^3iQs(JPb');
define('LOGGED_IN_SALT', ' 4<B8&V @;DABb3Bg*0{ t[p ea-K+/$IWFN43-C0=)rJ%,K]+{3YFiX>yo-4H+p');
define('NONCE_SALT', 'v8Y|%8h`Pt<VW~6qxDT,+FM(_im)x&iUq?=bK4nD>o~!3Z l#FUz0`-Xvitd2C[<');
/**#@-*/
/**
* 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 = 'wprh_';
/**
* 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/
*/
define( 'WP_DEBUG', false );
define( 'WP_MEMORY_LIMIT', '512M' );
define('DISALLOW_FILE_EDIT', true);
define('CONCATENATE_SCRIPTS', 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';