| Server IP : 167.99.254.82 / Your IP : 216.73.216.76 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/old/ |
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 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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'immo_wordpress' );
/** 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', 'utf8' );
/** 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', 'PajS&4)Geo-R [PY$10vyu_vfgydPR~!YL)+-=S#z~QTW_srmvb2 ;~oJLzB23aQ' );
define( 'SECURE_AUTH_KEY', 'a%0~>,VP)J*#^`Cqa}-?_jv&PECq58@mBUc>%/Vt*|WYR:KXVs{DO<-Vi3.Q(i0t' );
define( 'LOGGED_IN_KEY', 'sV9@lG`|D^n`Wag@gm]*a2`2$jrz|/XVMq2^a@V/Kk8ob+lG6yv9&zi`?99t71I7' );
define( 'NONCE_KEY', 'MK<5~57)+u_]{#Md@w%oG`#+9)n;<(S%`tLc%c@#a]3%q=^+1:Vl;i,^Y35icwL|' );
define( 'AUTH_SALT', '&N1s.})oR,_s3MXD@x6JDRgMa?g,c|bhVxQJZ<7u2iL8MnaJ.[R(k+gp_MH<]RL%' );
define( 'SECURE_AUTH_SALT', '/i}@gsYd>M4/W>UAhb*@g6jpoL9?-)D+E2s#r:]eiz?8H|o5$jGVB1w./#xb`P(N' );
define( 'LOGGED_IN_SALT', '4f4V>m:N/,~i};Xtd4fbY?1`ZmY.S*C0hffm)}lePdr=FO?|OrQhp<C_O@C`Sh_m' );
define( 'NONCE_SALT', ')ePI1WYfca~eMk>UTGA7RBfMSOX&y:;pF,/fX*fhgRGRWAZkey}&/3x1{#`?J2lF' );
define( 'WP_CACHE_KEY_SALT', 'eNjq1qkHl8WPztvZ2WiAI`IYnf(PG2a{r_u..{QSp.yi}JT!?meU|*_{AQ,]inz}' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', 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';