Current Path: > > var > softaculous > wp66
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
images | Directory | - | - | |
languages | Directory | - | - | |
php53 | Directory | - | - | |
php56 | Directory | - | - | |
php71 | Directory | - | - | |
php81 | Directory | - | - | |
php82 | Directory | - | - | |
plugins | Directory | - | - | |
.htaccess | File | 482 bytes | November 13 2024 10:30:00. | |
_htaccess | File | 553 bytes | November 13 2024 10:30:00. | |
_index.php | File | 59 bytes | November 13 2024 10:30:00. | |
_wp-config.php | File | 3176 bytes | November 13 2024 10:30:00. | |
add_user.php | File | 461 bytes | November 13 2024 10:30:00. | |
backup.php | File | 3099 bytes | August 08 2025 12:41:50. | |
check_charset.php | File | 2067 bytes | November 13 2024 10:30:00. | |
clone.php | File | 33007 bytes | August 08 2025 12:41:50. | |
clone.xml | File | 497 bytes | November 13 2024 10:30:00. | |
edit.php | File | 9680 bytes | August 08 2025 12:41:50. | |
edit.xml | File | 1801 bytes | November 13 2024 10:30:00. | |
extend.php | File | 95989 bytes | August 08 2025 12:41:50. | |
fileindex.php | File | 291 bytes | November 13 2024 10:30:00. | |
import.php | File | 6673 bytes | August 08 2025 12:41:50. | |
info.xml | File | 15266 bytes | August 08 2025 11:27:56. | |
install.js | File | 925 bytes | November 13 2024 10:30:00. | |
install.php | File | 31557 bytes | August 08 2025 12:41:50. | |
install.xml | File | 9949 bytes | April 07 2025 07:33:28. | |
md5 | File | 5111 bytes | August 08 2025 12:41:50. | |
multisite.sql | File | 38692 bytes | August 08 2025 11:27:56. | |
notes.txt | File | 6233 bytes | August 08 2025 11:27:56. | |
plugin_activate.php | File | 596 bytes | November 13 2024 10:30:00. | |
plugin_deactivate.php | File | 613 bytes | November 13 2024 10:30:00. | |
sign_on.php | File | 3359 bytes | January 28 2025 09:25:30. | |
soft.htaccess | File | 127 bytes | November 13 2024 10:30:00. | |
upgrade.php | File | 14394 bytes | August 08 2025 12:41:50. | |
upgrade.xml | File | 1665 bytes | November 13 2024 10:30:00. | |
wp-config.php | File | 2883 bytes | November 13 2024 10:30:00. | |
wp66.sql | File | 30911 bytes | August 08 2025 11:27:56. | |
wp66.zip | File | 25649599 bytes | August 08 2025 11:27:56. |
<?php function __has_cap(){ global $use_mysqli; $use_mysqli = false; if ( function_exists( 'mysqli_connect' ) ) { if ( version_compare( phpversion(), '5.5', '>=' ) || ! function_exists( 'mysql_connect' ) ) { $use_mysqli = true; } elseif ( false !== strpos( '[[wpver]]', '-' ) ) { $use_mysqli = true; } } $version = __db_version(); if ( version_compare( $version, '5.5.3', '<' ) ) { return false; } if ( $use_mysqli ) { $client_version = mysqli_get_client_info(); } else { $client_version = mysql_get_client_info(); } /* * libmysql has supported utf8mb4 since 5.5.3, same as the MySQL server. * mysqlnd has supported utf8mb4 since 5.0.9. */ if ( false !== strpos( $client_version, 'mysqlnd' ) ) { $client_version = preg_replace( '/^\D+([\d.]+).*/', '$1', $client_version ); return version_compare( $client_version, '5.0.9', '>=' ); } else { return version_compare( $client_version, '5.5.3', '>=' ); } return false; } function __db_version() { global $use_mysqli; if ( $use_mysqli ) { $server_info = mysqli_get_server_info( mysqli_connect("[[softdbhost]]","[[softdbuser]]","[[softdbpass]]","[[softdb]]")); } else { $server_info = mysql_get_server_info( mysql_connect("[[softdbhost]]","[[softdbuser]]","[[softdbpass]]","[[softdb]]")); } return preg_replace( '/[^0-9.].*/', '', $server_info ); } $has_cap = __has_cap(); // To determine which colllation to use. Added from WP 5.4.2 $dbversion = __db_version(); if ( version_compare( $dbversion, '5.6', '>=' ) ) { $utf8mb4 = 'utf8mb4_520'; }else{ $utf8mb4 = 'utf8mb4'; } if(!empty($has_cap)){ echo '<claim_utf8>'.$utf8mb4.'</claim_utf8>'; } // Server detection /** * Whether the server software is Apache or something else * @global bool $soft_is_apache */ $soft_is_apache = (strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false || strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false); if(!empty($soft_is_apache)){ echo '<soft_apache>soft_is_apache</soft_apache>'; }else{ echo '<soft_apache>soft_not_apache</soft_apache>'; } ?>
SILENT KILLER Tool