| Server IP : 185.130.50.40 / Your IP : 216.73.216.38 Web Server : LiteSpeed System : Linux oxygen.shetabanhost.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : taktablo ( 1439) PHP Version : 7.4.33 Disable Function : symlink,shell_exec,show_source,exec,popen,system,passthru,proc_open,proc_close,pcntl_exec,mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taktablo/public_html/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "taktablo_datatt" );
/** Database username */
define( 'DB_USER', "taktablo_bisjrdi" );
/** Database password */
define( 'DB_PASSWORD', "bBJi4[e^GX!E" );
/** 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', 'Wzdk2oj0?Xq/:aH~mc#uvVX9y^).VzUIdO)zg_m!^x]F|t4J9|xrqm12$DI0!2$U' );
define( 'SECURE_AUTH_KEY', '7v&5/1D~E=dEGZA,M{w]p+[B-#@eyt,df><?.;$$Ti=$mKa}QA^E$c;j% &WNmzC' );
define( 'LOGGED_IN_KEY', 'r[t0E(/yjr5ls<a)seLz1&Xky]>mf.*c5$C~JVj{@z)LFC*hmLHmB*FRjN2f+Z5?' );
define( 'NONCE_KEY', '?DF;+Mt_vS4RWyYcokdnG*Trv]Q=vDgP(:@_11799G%0_HMRy0tn${Oh5z,-Zc1^' );
define( 'AUTH_SALT', 'I_czu`*]{<_lZAr02:#:BQ~n(:X!|AX+:3g[hT;1-L!sO=EdJ]y-=<u]B/G[?!Z5' );
define( 'SECURE_AUTH_SALT', 'Pg[PN=qpN87[Dj7yH!R%Dj5qqjUYIiz@}&%JPH9;xk/q5;:o*<2-I]N{URv9M&i<' );
define( 'LOGGED_IN_SALT', 'CTV:sWsR!%`[dX/lo 1s_xZOAJvjm>BbC0=}qGhV7M@UFf H;E%Y{xZ9w-BoDTd' );
define( 'NONCE_SALT', '9lKk.d6{[pv=7zf1|Q~$X1zI8dULtassDfl+)}9s2O4 SbjG$UJg$tf6?H-cu6H`' );
/**#@-*/
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
define('WP_HTTP_BLOCK_EXTERNAL', true);
define('WP_ACCESSIBLE_HOSTS', '*.zarinpal.com,*.ippanel.com,*.ippanel.co,*.rtl-theme.com,*.snapppay.ir');
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** 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';