Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/actamanilana/public_html/ |
Upload File : |
<?php //Begin Really Simple Security key define('RSSSL_KEY', 'yn3l0ztBLQtXebPrgNxdTcijkPUb1La7vEyNmmoP2R2bk2HQfNKCWaUIVeAxA1Zt'); //END Really Simple Security key //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL /** * 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', 'actamanilana' ); /** MySQL database username */ define( 'DB_USER', 'actamanilanaDb' ); /** MySQL database password */ define( 'DB_PASSWORD', 'ActaManilanaDb@2021' ); /** 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', 'Q`{IxaEDdu+RgB|<%NV7t#xyx@hC*eo_oF4lV+GWmsof19^2~)_1`a(<)H:kKtFw' ); define( 'SECURE_AUTH_KEY', 'fIAnf)BXvOBI_SDJd$=7MIgeL;0HM;{T/CtyZ#EMo_</`GjM&5ZAG_RuQkHtWmr]' ); define( 'LOGGED_IN_KEY', 'f.U=]^lw^IN?r7azC&s|@bckB,V2cZU>S]=&>W4SU*/&ur]u?dQUg#MP!FHoHuyj' ); define( 'NONCE_KEY', '[P]%+>1p~$*1Mdz1[Jj)#evYx<NUDAI89zob2h_XQ]EcHHQ5Ijx+p,Nf4wlo(Y+y' ); define( 'AUTH_SALT', 'xz}%Y+zyIwK3B!KU%#iIbVG*}Fvd[j4im.>fTo%OH9[IdBg.7mzhf?^M;__*U&$R' ); define( 'SECURE_AUTH_SALT', '`GNQ2FyTKL+h?)P<N>v`-CV}l!|C($(J1~BYhFpt J;8zO%DOB:lq5F?P mvb?p1' ); define( 'LOGGED_IN_SALT', '%~iF.Ir,w`*3TP8#No_z1EN87BV/E./E~R7+eQ0.ac9mrqkJ-xza5CC7y>p_if8Q' ); define( 'NONCE_SALT', 'OIV/+UqdZ7;;_ p;,1=D5d;=^fV}TG7Ln=JJy*3fv3L[UkM2R*Qz&y.R_g=w$Smm' ); /**#@-*/ /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); define('DISALLOW_FILE_EDIT', false); define('DISALLOW_FILE_MODS',false); /* That's all, stop editing! Happy publishing. */ /** 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('FS_METHOD', 'direct'); define( 'FS_METHOD', 'ftpext' ); define( 'FTP_BASE', '/home/actamanilana/public_html/' ); define( 'FTP_CONTENT_DIR', '/home/actamanilana/public_html/wp-content/' ); define( 'FTP_PLUGIN_DIR ', '/home/actamanilana/public_html/wp-content/plugins/' ); define( 'FTP_PUBKEY', '/home/actamanilana/.ssh/id_rsa.pub' ); define( 'FTP_PRIKEY', '/home/actamanilana/.ssh/id_rsa' ); define( 'FTP_USER', 'actamanilanaFtp' ); define( 'FTP_PASS', 'ActaManilanaFtp@2021' ); define( 'FTP_HOST', 'localhost' ); define( 'FTP_SSL', false );