Linux premium169.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.209.101 & Your IP : 216.73.216.167
Domains :
Cant Read [ /etc/named.conf ]
User : luxeelil
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
luxeelil /
bbqgrillpeople.com /
wp-content /
Delete
Unzip
Name
Size
Permission
Date
Action
ai1wm-backups
[ DIR ]
drwxr-xr-x
2024-06-14 12:25
backup-db
[ DIR ]
drwxr-xr-x
2024-06-14 04:29
mu-plugins
[ DIR ]
drwxr-xr-x
2024-06-14 04:30
ngg_styles
[ DIR ]
drwxr-xr-x
2024-06-14 04:29
plugins
[ DIR ]
drwxr-xr-x
2025-06-18 23:32
themes
[ DIR ]
drwxr-xr-x
2025-06-17 23:17
updraft
[ DIR ]
drwxr-xr-x
2024-06-14 04:29
upgrade
[ DIR ]
drwxr-xr-x
2024-06-14 04:27
uploads
[ DIR ]
drwxr-xr-x
2025-06-18 23:32
webtoffee_export
[ DIR ]
drwxr-xr-x
2024-06-14 04:29
webtoffee_iew_log
[ DIR ]
drwxr-xr-x
2024-06-14 04:29
webtoffee_import
[ DIR ]
drwxr-xr-x
2024-06-14 04:29
wflogs
[ DIR ]
drwxr-xr-x
2024-06-14 04:29
.htaccess
197
B
-r--r--r--
2025-05-03 06:31
Default.html
88.08
KB
-rw-r--r--
2023-12-10 16:52
advanced-cache-backup.php
0
B
-rw-r--r--
2023-12-10 16:52
index.php
28
B
-rw-r--r--
2012-01-09 03:31
index.php-old
28
B
-rw-r--r--
2023-12-10 16:52
sunrise.php_old
1.54
KB
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c36e7ecf5f90-66290187
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c36ea8bdc9c5-67816709
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c36fa2dfb8d3-40850830
0
B
-rw-r--r--
2023-12-10 16:50
temp-write-test-60c37204c6cf88-98248577
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c3723e9f0591-72987406
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c3723e9f9f72-38536874
0
B
-rw-r--r--
2023-12-10 16:50
temp-write-test-60c372b4139dc4-33607145
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c37397a040d1-66599465
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c3754f07a4b0-25000355
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c375eb61fda1-02410255
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c376e9c3a402-35257052
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c3785d3f11e2-81895580
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c37abed14e84-03938488
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60c37b4660c440-65881086
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60ce5947116d41-77195154
0
B
-rw-r--r--
2023-12-10 16:52
temp-write-test-60ce5956c1f2d5-29444327
0
B
-rw-r--r--
2023-12-10 16:52
wp-blog-header.php
2.73
KB
-r--r--r--
2025-05-03 06:31
wp-config.php
4.15
KB
-rw-r--r--
2023-12-10 16:52
wp-cron.php
2.73
KB
-rw-r--r--
2025-05-03 06:31
wp-defender-secrets.php
332
B
-rw-r--r--
2024-03-02 18:37
Save
Rename
<?php if ( !defined( 'SUNRISE_LOADED' ) ) define( 'SUNRISE_LOADED', 1 ); if ( defined( 'COOKIE_DOMAIN' ) ) { die( 'The constant "COOKIE_DOMAIN" is defined (probably in wp-config.php). Please remove or comment out that define() line.' ); } $wpdb->dmtable = $wpdb->base_prefix . 'domain_mapping'; $dm_domain = $_SERVER[ 'HTTP_HOST' ]; if( ( $nowww = preg_replace( '|^www\.|', '', $dm_domain ) ) != $dm_domain ) $where = $wpdb->prepare( 'domain IN (%s,%s)', $dm_domain, $nowww ); else $where = $wpdb->prepare( 'domain = %s', $dm_domain ); $wpdb->suppress_errors(); $domain_mapping_id = $wpdb->get_var( "SELECT blog_id FROM {$wpdb->dmtable} WHERE {$where} ORDER BY CHAR_LENGTH(domain) DESC LIMIT 1" ); $wpdb->suppress_errors( false ); if( $domain_mapping_id ) { $current_blog = $wpdb->get_row("SELECT * FROM {$wpdb->blogs} WHERE blog_id = '$domain_mapping_id' LIMIT 1"); $current_blog->domain = $dm_domain; $current_blog->path = '/'; $blog_id = $domain_mapping_id; $site_id = $current_blog->site_id; define( 'COOKIE_DOMAIN', $dm_domain ); $current_site = $wpdb->get_row( "SELECT * from {$wpdb->site} WHERE id = '{$current_blog->site_id}' LIMIT 0,1" ); $current_site->blog_id = $wpdb->get_var( "SELECT blog_id FROM {$wpdb->blogs} WHERE domain='{$current_site->domain}' AND path='{$current_site->path}'" ); if ( function_exists( 'get_site_option' ) ) $current_site->site_name = get_site_option( 'site_name' ); elseif ( function_exists( 'get_current_site_name' ) ) $current_site = get_current_site_name( $current_site ); define( 'DOMAIN_MAPPING', 1 ); }