D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ensad
/
www
/
wopcnimy
/
homedir
/
public_html
/
Filename :
wp-config.php
back
Copy
<?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 ** // /** The name of the database for WordPress */ define('WP_CACHE', true); define( 'WPCACHEHOME', '/home/wopcnimy/public_html/wp-content/plugins/wp-super-cache/' ); define( 'DB_NAME', 'wopcnimy_wp' ); /** MySQL database username */ define( 'DB_USER', 'wopcnimy_wp' ); /** MySQL database password */ define( 'DB_PASSWORD', '*adD]29{GyDm' ); /** 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', '' ); define( 'WP_DEBUG', true ); /** * 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', '594-DJTT1mIj9+sKnE+3,~&+GVLo<!;d4|d^SZbU9A~Kd4:@{I5o;=F{M`-s/Pak'); define('SECURE_AUTH_KEY', '`@>ip;yV22qUYmk Xt#W$@@([?N:^7<w7Ox[=:A^TqrCBWCq_sr*_]![d6Czz>_N'); define('LOGGED_IN_KEY', ';rRjO/D5|7C)KpY?{@=t9J`VaqS-6/J>D?Q6P?/B|pBK.^OX@A`T5Dg~%!-Pvyh{'); define('NONCE_KEY', 'A6ka8p/^om/#sw7-8ReNFZm)%*A(?>JJ}:cVCq/[}~rAEuze5;4Dcldj$x$|X^`T'); define('AUTH_SALT', 'sKc0xmJAyZ2~sw8TF_#o;$l4-|RWn~*OX^zmuZ`c1 GJw/]-lG?-;=5LFLg`<GBs'); define('SECURE_AUTH_SALT', ',z&~P4EQ*Ao)tG {{DN96N_5=CNVUICWJ8afdmQ%so1De&noY6 I#{24Mfu{Ke9Y'); define('LOGGED_IN_SALT', 'wpl-%Ykv^f#_IXvDW8s692-HCKkJBpd{zu[_b2P-Ul!iRHW9oQh,uj4s!R:=^YVK'); define('NONCE_SALT', 'VoKH5SQSZ- cCx%SQ8|v?h7r.f8W~fqf7)#c_|v.1)pW{3lZlF,Tl|Uj0B2if)>:'); /** * 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 = '63d_'; define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_AUTO_UPDATE_CORE', true ); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); /* 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';