| Server IP : 85.214.143.32 / Your IP : 216.73.217.162 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/autoverkauf.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://wordpress.org/support/article/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', "autoverkauf_site" );
/** MySQL database username */
define( 'DB_USER', "admin_autoverkaufws" );
/** MySQL database password */
define( 'DB_PASSWORD', "ZbHXfT8bddMS[k/y" );
/** 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', 'UO@]x8br:]]!LhV&T;Wow/t(#vG`4ydQ;sC79H+wVSilXt Gwf_+fd78Ojrp@+Nx' );
define( 'SECURE_AUTH_KEY', '2C(99:3*pG.BOrb$32(-WDHoo}y*M9(CL~bpVebA}Fc,k6`+r9uRPvzQKByAFnxZ' );
define( 'LOGGED_IN_KEY', '=u<hu8Iv9s^|MNqH4}K|$gKN)nis#KIEvJVHA X*#b#ty:{hHZ}!ctppg6Wm(PWi' );
define( 'NONCE_KEY', 'mYfqpovC&*p1uW9^ qt;V/t0;n4U>LS-3!L3!N}>6Y^-yB`=W).DHhtJ:-m.pofF' );
define( 'AUTH_SALT', 'iA.8N%[Wt3O;2Gt4tk[^*VFjdbVTOnmg<z!r{0E/&>ym>A.A*p<w[V:Gt^}~:ZQR' );
define( 'SECURE_AUTH_SALT', 'CbXDW[os2Jw{>$ij7$w P(iwI$14d-R$BYqsz:#x%Y~VS/;}yn#DEwxZ:p%+]SrI' );
define( 'LOGGED_IN_SALT', '`ige%DV#O3]2LUzC)3D}Tg)(&:KdmHf./ ~}dTW}zP!;d.3%|PLrcQmqo]a0nl=O' );
define( 'NONCE_SALT', '!`7bNXX0]$`D<F*q?Um (2PL78yrQKJr}bu]7d5cQ&U0H=U+81T*y*IYDeQ7b7eU' );
/**#@-*/
define( 'FS_CHMOD_DIR', ( 0777 & ~ umask() ) );
define( 'FS_CHMOD_FILE', ( 0666 & ~ umask() ) );
//define('FS_METHOD', 'direct');
define('FS_METHOD', 'ssh2');
define('FTP_BASE', '/var/www/autoverkauf.webdress.site/public_html/');
define('FTP_CONTENT_DIR', '/var/www/autoverkauf.webdress.site/public_html/wp-content/');
define('FTP_PLUGIN_DIR ', '/var/www/autoverkauf.webdress.site/public_html/wp-content/plugins/');
define('FTP_USER', 'webEditor');
define('FTP_PASS', 'aKTVFAzydDjf4I6');
define('FTP_HOST', 'hosting.webdress.site');
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/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', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';