| Server IP : 85.214.143.32 / Your IP : 216.73.216.142 Web Server : nginx/1.24.0 System : Linux datensicherung.webdress.site 6.8.0-139-generic #139-Ubuntu SMP PREEMPT_DYNAMIC Sat Aug 1 03:52:05 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 7.4.33 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/cardess-shop.webdress.site/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 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://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "cardressshop_site" );
/** MySQL database username */
define( 'DB_USER', "admin_cardressshopws" );
/** MySQL database password */
define( 'DB_PASSWORD', "lLK3yb@M8ikjB7PN" );
/** 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', 'K;+KLFEI7-yT_I~V.L+# Q8X}m/LX)s(zV_;T}VQ5{5FNdZ9a(?~0UWMLXpw6SDQ' );
define( 'SECURE_AUTH_KEY', 'VDGsRQ5>U.JkgbR+{B3joig[],$~G/Xb/-|HM+T^_!<wJl!_kh9/2!L9#/6nF[~G' );
define( 'LOGGED_IN_KEY', 'uwb(M(jOy4^q9wZ/~nH?{yB#B2mmX6v%0#8e>C}AWKmP64uf!b8Q?.B=D8Q6-TtR' );
define( 'NONCE_KEY', '8?$IszE.EnDF,X8|#w*d{[f!gN5P32z8O.H?I]n%mp4@EX&7%$6#JS{OjKUy-5Y8' );
define( 'AUTH_SALT', 'vKtI<SmD+Yrc -)YSEq[`x3Gl%xiX9eTv>1kS!2Ks}j%Z79K:Jpo:Qre >@afDs_' );
define( 'SECURE_AUTH_SALT', 'm<zlN42{9UwtLG,nr[te&,::Yt:!vfX-^;4g.!ZlS#q:N(-NG=fubF-g:QMBb3S~' );
define( 'LOGGED_IN_SALT', '.[].8TV,{{<v=a2zz:zrjQzX>.xjN6VWt/`MjF/h,e2=Fky:@m|sb=Wk$>U.r/4%' );
define( 'NONCE_SALT', 'VF?<27oCuM;*08L$;Ql2w6gX4^.[+N,}q#_JTlZ]*u}w:3R.j?bmoHWhr#S!$6m3' );
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );