SILENT KILLERPanel

Current Path: > > home > branxxtp > keyclubpropertymanagement.com


Operation   : Linux premium107.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    : 198.54.126.246 | Your IP: 216.73.216.181
Domains      : 1034 Domain(s)
Permission   : [ 0750 ]

Files and Folders in: //home/branxxtp/keyclubpropertymanagement.com

NameTypeSizeLast ModifiedActions
.tmb__63e5284 Directory - -
.well-known Directory - -
.well-known__63e5284 Directory - -
125163 Directory - -
277144 Directory - -
576318__63e5284 Directory - -
cgi-bin__63e5284 Directory - -
ght Directory - -
images Directory - -
wp-admin__63e5284 Directory - -
wp-content__63e5284 Directory - -
wp-includes__63e5284 Directory - -
x1naytp Directory - -
.htaccess File 2042 bytes February 07 2026 02:49:06.
.litespeed_flag__63e5284 File 297 bytes November 13 2025 02:33:01.
1.php__63e5284 File 14347 bytes November 10 2025 02:51:28.
1.txt File 1 bytes February 05 2026 11:03:53.
8zjFHd4uQf1.php File 43803 bytes December 17 2025 10:40:20.
9CajJEzdXmx.php File 50257 bytes December 17 2025 10:40:20.
admin.php File 846 bytes February 07 2026 03:31:03.
config.php File 1104 bytes January 01 1970 00:00:00.
configuration.php File 1104 bytes January 01 1970 00:00:00.
cuan.txt File 203938 bytes November 27 2025 10:31:49.
customize.php File 3819 bytes February 11 2026 01:14:34.
error_log__63e5284 File 192493 bytes November 13 2025 02:08:59.
goods.php File 1516225 bytes January 19 2026 08:25:44.
google15b7ed1af709cfcc.html File 8896 bytes November 27 2025 10:31:59.
google2ea93a00f10013c0.html__63e5284 File 53 bytes November 10 2025 05:59:18.
google6a30ade08233e086.html__63e5284 File 53 bytes November 10 2025 07:13:54.
index.htm File 1104 bytes January 01 1970 00:00:00.
index.html File 1104 bytes January 01 1970 00:00:00.
license.txt__63e5284 File 19903 bytes April 16 2025 05:29:31.
main.php File 1104 bytes January 01 1970 00:00:00.
miya.php File 24417 bytes November 27 2025 10:31:34.
php.ini File 105 bytes December 17 2025 10:40:20.
readme.html__63e5284 File 7425 bytes October 01 2025 00:40:57.
readme.txt File 19 bytes December 23 2025 09:01:41.
robots.txt File 94 bytes November 29 2025 00:43:05.
robots.txt__63e5284 File 83 bytes November 13 2025 01:41:25.
webix.php File 6862 bytes January 19 2026 08:24:57.
wp-activate.php__63e5284 File 7387 bytes February 14 2024 00:49:10.
wp-blog-header.php File 1104 bytes January 01 1970 00:00:00.
wp-blog-header.php__63e5284 File 351 bytes February 06 2020 17:03:12.
wp-comments-post.php__63e5284 File 2323 bytes June 14 2023 23:41:16.
wp-config-sample.php__63e5284 File 3336 bytes October 16 2024 00:54:18.
wp-config.php File 1104 bytes January 01 1970 00:00:00.
wp-config.php__63e5284 File 3590 bytes November 10 2025 01:42:26.
wp-cron.php__63e5284 File 5617 bytes August 03 2024 05:10:16.
wp-links-opml.php__63e5284 File 2502 bytes November 27 2022 07:31:18.
wp-load.php__63e5284 File 3937 bytes March 11 2024 19:35:16.
wp-login.php__63e5284 File 51520 bytes April 16 2025 05:29:31.
wp-mail.php__63e5284 File 8727 bytes April 16 2025 05:29:31.
wp-settings.php File 1104 bytes January 01 1970 00:00:00.
wp-settings.php__63e5284 File 33092 bytes April 16 2025 05:29:36.
wp-signup.php__63e5284 File 34516 bytes April 16 2025 05:29:36.
wp-slgnup.gz__63e5284 File 3321 bytes November 10 2025 02:38:21.
wp-trackback.php__63e5284 File 5102 bytes October 19 2024 01:26:18.
xmlrpc.php__63e5284 File 3205 bytes April 16 2025 05:29:31.

Reading File: //home/branxxtp/keyclubpropertymanagement.com/wp-links-opml.php__63e5284

<?php
/**
 * Outputs the OPML XML format for getting the links defined in the link
 * administration. This can be used to export links from one blog over to
 * another. Links aren't exported by the WordPress export, so this file handles
 * that.
 *
 * This file is not added by default to WordPress theme pages when outputting
 * feed links. It will have to be added manually for browsers and users to pick
 * up that this file exists.
 *
 * @package WordPress
 */

require_once __DIR__ . '/wp-load.php';

header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );
$link_cat = '';
if ( ! empty( $_GET['link_cat'] ) ) {
	$link_cat = $_GET['link_cat'];
	if ( ! in_array( $link_cat, array( 'all', '0' ), true ) ) {
		$link_cat = absint( (string) urldecode( $link_cat ) );
	}
}

echo '<?xml version="1.0"?' . ">\n";
?>
<opml version="1.0">
	<head>
		<title>
		<?php
			/* translators: %s: Site title. */
			printf( __( 'Links for %s' ), esc_attr( get_bloginfo( 'name', 'display' ) ) );
		?>
		</title>
		<dateCreated><?php echo gmdate( 'D, d M Y H:i:s' ); ?> GMT</dateCreated>
		<?php
		/**
		 * Fires in the OPML header.
		 *
		 * @since 3.0.0
		 */
		do_action( 'opml_head' );
		?>
	</head>
	<body>
<?php
if ( empty( $link_cat ) ) {
	$cats = get_categories(
		array(
			'taxonomy'     => 'link_category',
			'hierarchical' => 0,
		)
	);
} else {
	$cats = get_categories(
		array(
			'taxonomy'     => 'link_category',
			'hierarchical' => 0,
			'include'      => $link_cat,
		)
	);
}

foreach ( (array) $cats as $cat ) :
	/** This filter is documented in wp-includes/bookmark-template.php */
	$catname = apply_filters( 'link_category', $cat->name );

	?>
<outline type="category" title="<?php echo esc_attr( $catname ); ?>">
	<?php
	$bookmarks = get_bookmarks( array( 'category' => $cat->term_id ) );
	foreach ( (array) $bookmarks as $bookmark ) :
		/**
		 * Filters the OPML outline link title text.
		 *
		 * @since 2.2.0
		 *
		 * @param string $title The OPML outline title text.
		 */
		$title = apply_filters( 'link_title', $bookmark->link_name );
		?>
<outline text="<?php echo esc_attr( $title ); ?>" type="link" xmlUrl="<?php echo esc_url( $bookmark->link_rss ); ?>" htmlUrl="<?php echo esc_url( $bookmark->link_url ); ?>" updated="
							<?php
							if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) {
								echo $bookmark->link_updated;
							}
							?>
" />
		<?php
	endforeach; // $bookmarks
	?>
</outline>
	<?php
endforeach; // $cats
?>
</body>
</opml>

SILENT KILLER Tool