File manager - Edit - /home2/zetasolve/arya.zetasolve.agency/wp-config.php
Back
<?php define( 'WP_CACHE', true ); define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI3ODY5ZTgxOC0yN2UwLTQzOTMtYTMyYS04YTc5NDg5ZTVmYzQiLCJuYmYiOjE3ODQxMjExNDAuNDcwNzA3LCJleHAiOjE3ODQyMDc1NDAuNDcwNzA3LCJqdGkiOiI3N2ViZWRkNy04MDRjLTRkMjItODdkNy01MmU4Y2MwMjJiOTMiLCJpbnN0YWxsYXRpb25JZCI6NTU2NywiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiI1NTJlMTdmMS05Mzg0LTQ5YTgtYTgwMC1jN2IzOWM5NGY5N2MifQ.PQMoAGuRyouVMYYmjVIcYHILQBD0OhKXbrtoWvUwW1daNwN6nXW4yGteAMfZvfqaWDtqKusumSa7PzPQSR4mFeaM0tsxpJ6QT-zQkrsxWuXxCWqKYjNnb8b0XIhYJmcTzUWXAorSGOWLWKqdKwZv5SDkFOfro0Q8co1qTY9lyfr6sf7zU7euQCnFATSqk-iu4kkp5kXuzzKS4jfCyDjoIY9k4XY3oZs9omx0RJwqPHIwt8qtBSyl1MBj_vGYuGuWNhL3yFaRQUi1qVPnRMefllAQRptWJc06wMgqFtjvJvGDBvd5hsnEAz1W7b1bRmm3d0iEe4osR6Mwa8TMJuEAQ6Xp3p71_8hcGu7PXXYJt9XS_qHZq8NhX9H9d9VNsKRaMkyLrlgj_rxQ1e-yopFvcWEAorxcNqq5l0d6boirN7__Jy27BS5zknQBnt8KK5cPmHpEEer7AIIUoOP95Dq0Iz2QrXnzln4xskyfKt6LckH_9iJ8-xMWZQkCfEdVbADNkel6b_J4rZ1AUTgTVHKqdRHd_kXHIQ9_rYIFn4yREccqSo1ZzVyLcROeUdtX3hXZGMtHoGY1Lf2dFNzotBQuxzJYOMnvlAbMB8eI1p-7aOHfxDUGKr5yqRlbtIg4AW9i59x4iiO9mQNBXWW5CDCfti7EqsIeu4uiamf1epQGvng'); /** * 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', 'zetasolve_wp960' ); /** Database username */ define( 'DB_USER', 'zetasolve_wp960' ); /** Database password */ define( 'DB_PASSWORD', '.0p!CR7vV!9@S4r-' ); /** Database 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', '' ); define('DISABLE_WP_CRON', true); /**#@+ * 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', '50raglxbvlimy5wzlpfqza3iyinldrbgwnrywnbe2vdv0iy7wj1z4x9citjtpbkb' ); define( 'SECURE_AUTH_KEY', 'jdyjjpgoi3zdnmclqf20byoupk72xzhwdiu6hm48gbkxsua0lpkrlqp00owvjksr' ); define( 'LOGGED_IN_KEY', 'gne0ztsucp3bkrp3ol2sqt0utl8tdesnx4nc1yueammcn1muse0mls6pjonlsi01' ); define( 'NONCE_KEY', '1if1mey0gyxxn8jmi4dposbsfvhqm2gimwkv2m6ksktiyvry9tfqbpoj2otlsoa1' ); define( 'AUTH_SALT', 'bnmxvq3w904najuamghn9orjhefkrk2pqpk0tquvdhybmpemqtdmknvemopwvmq7' ); define( 'SECURE_AUTH_SALT', 'obnrrjjb7xqhw1ti6ezetymufkz8fqu45ob05zctukykoafhr3t8ctacja6mzur0' ); define( 'LOGGED_IN_SALT', 'k8bmnrtxkak7sxodob573uzbox2ufv24qlc9cjlwkz4dz3ijxcij1ukeote2hbgv' ); define( 'NONCE_SALT', '6htvrvnhpdwxlo4tmzouyzbhx4tkdx65rwsbrmp7sbqigbnrz3qjo3xawwizo9md' ); /**#@-*/ /** * 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 = 'wpju_'; /** * 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';
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0 |
proxy
|
phpinfo
|
Settings