at path:
ROOT
/
.wp-config.php.20251217021447.bak
run:
R
W
Run
.tmb
DIR
2026-01-22 01:53:53
R
W
Run
.well-known
DIR
2025-12-13 10:13:24
R
W
Run
wp-admin
DIR
2026-02-04 13:40:49
R
W
Run
wp-content
DIR
2026-02-03 05:23:47
R
W
Run
wp-includes
DIR
2026-02-04 13:40:50
R
W
Run
.htaccess.log
1.39 KB
2026-01-21 14:22:55
R
W
Run
.wp-config.php.20251217021447.bak
3.04 KB
2025-12-17 02:14:47
R
W
Run
Delete
Rename
b.php
0 By
2026-02-06 03:23:15
R
W
Run
Delete
Rename
gd-preload-cli.php
0 By
2024-10-24 20:39:28
R
W
Run
Delete
Rename
index.php
405 By
2026-02-04 13:40:48
R
W
Run
license.txt
0 By
2024-10-24 20:39:28
R
W
Run
Delete
Rename
plat-cron.php
13.8 KB
2026-01-09 22:17:33
R
W
Run
readme.html
0 By
2024-10-24 20:39:28
R
W
Run
Delete
Rename
robots.txt
24 By
2024-10-23 08:36:08
R
W
Run
Delete
Rename
wp-activate.php
7.18 KB
2026-02-04 13:40:48
R
W
Run
wp-blog-header.php
351 By
2026-02-04 13:40:49
R
W
Run
wp-cli.yml
0 By
2024-10-24 20:39:28
R
W
Run
Delete
Rename
wp-comments-post.php
2.27 KB
2026-02-04 13:40:49
R
W
Run
wp-config.php
229 By
2025-12-17 02:14:52
R
W
Run
Delete
Rename
wp-cron.php
5.49 KB
2026-02-04 13:40:49
R
W
Run
wp-links-opml.php
2.43 KB
2026-02-04 13:40:50
R
W
Run
wp-load.php
3.84 KB
2026-02-04 13:40:50
R
W
Run
wp-login.php
50.23 KB
2026-02-04 13:40:50
R
W
Run
wp-mail.php
8.52 KB
2026-02-04 13:40:50
R
W
Run
wp-settings.php
30.33 KB
2026-02-04 13:40:50
R
W
Run
wp-signup.php
33.71 KB
2026-02-04 13:40:50
R
W
Run
wp-trackback.php
5.09 KB
2026-02-04 13:40:50
R
W
Run
xmlrpc.php
3.13 KB
2026-02-04 13:40:50
R
W
Run
error_log
up
📄
.wp-config.php.20251217021447.bak
Save
<?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', "fbk845625167461" ); /** Database username */ define( 'DB_USER', "fbk845625167461" ); /** Database password */ define( 'DB_PASSWORD', "qv,m}w.W)MvJ6" ); /** Database hostname */ define( 'DB_HOST', "132.148.109.42:3311" ); /** 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', 'R#LF(77z=#!c&TMD$Jvb' ); define( 'SECURE_AUTH_KEY', '!bLVqh8(tcJIgQ*0aR*E' ); define( 'LOGGED_IN_KEY', 'R@(pJVV9IKFXfvWIr/+A' ); define( 'NONCE_KEY', '2AJ*BP9d&A&I0Pd1-h_f' ); define( 'AUTH_SALT', ' !yUF9TV4gx62_71P&w&' ); define( 'SECURE_AUTH_SALT', '1CBy$4cp$!$$MvBxx9$G' ); define( 'LOGGED_IN_SALT', 'HnnORwXK)+Xg1cYQB!ag' ); define( 'NONCE_SALT', 'Jz6xZH9R7WC%z0tP($JP' ); /**#@-*/ /** * 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 = 'wp_atrwtcvm9h_'; /** * 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 ); //define( 'WP_CACHE', true ); require_once( dirname( __FILE__ ) . '/gd-config.php' ); define( 'FS_METHOD', 'direct' ); define( 'FS_CHMOD_DIR', (0705 & ~ umask()) ); define( 'FS_CHMOD_FILE', (0604 & ~ umask()) ); /* 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';