| Server IP : 27.254.66.5 / Your IP : 216.73.217.39 Web Server : Apache/2 System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 User : technic2 ( 1951) PHP Version : 7.4.30 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/technic2/public_html/old-website/eec/ |
Upload File : |
<?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
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'technicray_eec');
/** MySQL database username */
define('DB_USER', 'technicray_eec');
/** MySQL database password */
define('DB_PASSWORD', 'EEC246eec');
/** 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', '0vQ-<-(ZI0xp0bB_79d^py4Vm3(SMm#t/H|_X!9A.iD-RMLqYf.W*|AN>}8mmDU5');
define('SECURE_AUTH_KEY', 'H[4]!X}yJ35hQN`+7&20`^Om,O=Jl~a4M5L%;tTVgL)!ORajSm,~9/tPvqvO20R~');
define('LOGGED_IN_KEY', '`:S>xyDS7_Yw$tP(ih|<S4kWO<ne=Q[}2QlY-@WAKAu[#>&U.s2U/b}J<xQhB#v,');
define('NONCE_KEY', 't$eV20~P4}#Yu3smnZ_Ht+&yNan!Byj|#dRV#E{LBE<Bx;y.Qi$%kdv^!8T%+}CD');
define('AUTH_SALT', '6HLahw!@.?/C6FO0r3E8WJFi KqzJb0;25_ U((hWwxhlFj.^.HRDk#*@R@E#f1V');
define('SECURE_AUTH_SALT', '(n]{ i$p&#,E=s)G@>?3BQ(yEVrCG|v6n`!tB-x;]0r?=O9[qFZ7<;u30)/}|$)0');
define('LOGGED_IN_SALT', 'Zobe`s %k]?myE=V?*@Q^VRJK#U^hG~Ge(#)VW}R{MtgW+j{t#LjQsAb40:om6BK');
define('NONCE_SALT', 'qK,223}5^Ni^Eg[6v=M}]g_z(e{$wJ:}z]2ePVhMEqfTO<DCQ>(bNzilK@</4OLF');
/**#@-*/
/**
* 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');