Current Path: > > > var > softaculous > bbpress
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
images | Directory | - | - | |
php53 | Directory | - | - | |
php56 | Directory | - | - | |
php71 | Directory | - | - | |
php81 | Directory | - | - | |
php82 | Directory | - | - | |
.htaccess | File | 482 bytes | December 23 2021 11:54:36. | |
_htaccess | File | 553 bytes | December 23 2021 11:54:36. | |
_index.php | File | 59 bytes | December 23 2021 11:54:36. | |
_wp-config.php | File | 3144 bytes | February 25 2025 09:51:10. | |
add_user.php | File | 461 bytes | February 25 2025 09:51:10. | |
backup.php | File | 3095 bytes | July 04 2025 11:19:42. | |
bbpress.sql | File | 31222 bytes | July 04 2025 11:18:48. | |
bbpress.zip | File | 22722076 bytes | July 04 2025 11:18:48. | |
check_charset.php | File | 2067 bytes | December 23 2021 11:54:36. | |
clone.php | File | 31804 bytes | July 04 2025 11:19:42. | |
clone.xml | File | 497 bytes | December 23 2021 11:54:36. | |
edit.php | File | 5891 bytes | July 04 2025 11:19:42. | |
edit.xml | File | 659 bytes | February 25 2025 09:51:10. | |
extend.php | File | 46365 bytes | July 04 2025 11:19:42. | |
fileindex.php | File | 291 bytes | December 23 2021 11:54:36. | |
import.php | File | 6848 bytes | July 04 2025 11:19:42. | |
info.xml | File | 4825 bytes | July 04 2025 11:18:48. | |
install.js | File | 1493 bytes | February 25 2025 09:51:10. | |
install.php | File | 24541 bytes | July 04 2025 11:19:42. | |
install.xml | File | 1789 bytes | February 25 2025 09:51:10. | |
md5 | File | 1597 bytes | July 04 2025 11:19:42. | |
multisite.sql | File | 37731 bytes | July 04 2025 11:18:48. | |
notes.txt | File | 957 bytes | July 04 2025 11:18:48. | |
sign_on.php | File | 3248 bytes | February 25 2025 09:51:10. | |
soft.htaccess | File | 127 bytes | December 23 2021 11:54:36. | |
wp-config.php | File | 2850 bytes | February 25 2025 09:51:10. |
<?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