| Server IP : 95.171.21.124 / Your IP : 216.73.216.71 Web Server : Apache/2.4.66 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2 System : Linux tr.turqaestate.com 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : turqa ( 1005) PHP Version : 8.3.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/turqa/web/turqaestate.com/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', 'turqa_estate' );
/** Database username */
define( 'DB_USER', 'turqa_estate' );
/** Database password */
define( 'DB_PASSWORD', '(P(ou7^IryAH5zX_' );
/** 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', 'aSmLJ-@Bf<w25qvz-ym94C%=f4Nr,0lxWvabIK}}st6vJ8#mdcqJ9jU-/6K^Q8_u' );
define( 'SECURE_AUTH_KEY', '2&_*TQ=DS]U:<5z!CQb4m|[0BCprIw_H1JUpdgTrBV<[kwAjy&7<p8@nP4mZ .Ay' );
define( 'LOGGED_IN_KEY', 'f%i}:mQO4~Dc%??iN>PzcAF=6y,QlA[wB=<i$+#s<L$G2.AzF_O>$}MyPO=B8$A5' );
define( 'NONCE_KEY', ';!O5r4=66*+tw01rpnn:NG 21|#T}?+jXEja+EGIa!X }ryMu.RfWV.;%%.~BQT~' );
define( 'AUTH_SALT', ',G>+!nn4rsjVhB(w^@J73+2*y;3t0a ucc8BdNk#Z`DBE!5[_ZwQK0X+{}(no1AJ' );
define( 'SECURE_AUTH_SALT', 'Ersg4BkD+V7c^/9$R@*JV[Rgo=zK+4$%QGl,q#%1meR&8W;Qq#(b$`36?OV^aceh' );
define( 'LOGGED_IN_SALT', 'n;>+h+L1m^+/x>-c7~ZeF6/6x8b@<&l TAUGCx-OJch3#iwh$XE<Fjbv;V>%%yCB' );
define( 'NONCE_SALT', '%l*dnlJmi)W|*_:rXt05 ?..oBzFPssNX>*#<S$re7`g,;O7tG|O/#])9Q/y}CaI' );
/**#@-*/
/**
* 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 = '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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define('WP_DEBUG', false);
/* Add any custom values between this line and the "stop editing" line. */
$host = $_SERVER['HTTP_HOST'];
$schema = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? 'https' : 'http';
$domain = $schema . '://' . $host;
define('WP_HOME', $domain);
define('WP_SITEURL', $domain);
error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE);
@ini_set('display_errors', 0);
/* 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';