$61 GRAYBYTE WORDPRESS FILE MANAGER $91

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/bqrcodec/contact.fpt.auto/

HOME
Current File : /home/bqrcodec/contact.fpt.auto//wp-links-opml.php
<?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>

Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0711
.t
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0775
.well-known
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
cgi-bin
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
text
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
txt
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
wp-admin
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
wp-content
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
wp-includes
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
wp-site
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
.htaccess
0.952 KB
17 Dec 2024 2.11 AM
bqrcodec / bqrcodec
0755
.htaccess_swift_backup
0.952 KB
25 Jun 2024 2.46 PM
bqrcodec / bqrcodec
0755
index.php
0.396 KB
28 Apr 2025 8.59 PM
bqrcodec / bqrcodec
0755
license.txt
19.437 KB
16 Apr 2025 8.58 AM
bqrcodec / bqrcodec
0755
readme.html
7.251 KB
16 Apr 2025 8.58 AM
bqrcodec / bqrcodec
0755
user.sql
397.286 KB
24 Apr 2025 10.25 AM
bqrcodec / bqrcodec
0664
wp-activate.php
7.214 KB
3 Apr 2024 5.00 AM
bqrcodec / bqrcodec
0755
wp-blog-header.php
0.343 KB
30 Jan 2024 5.35 PM
bqrcodec / bqrcodec
0755
wp-comments-post.php
2.269 KB
30 Jan 2024 5.35 PM
bqrcodec / bqrcodec
0755
wp-config-sample.php
3.258 KB
13 Nov 2024 7.59 AM
bqrcodec / bqrcodec
0755
wp-config.php
3.404 KB
5 Nov 2024 10.33 AM
bqrcodec / bqrcodec
0755
wp-cron.php
5.485 KB
13 Nov 2024 7.59 AM
bqrcodec / bqrcodec
0755
wp-links-opml.php
2.443 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
wp-load.php
3.845 KB
17 Jul 2024 6.19 AM
bqrcodec / bqrcodec
0755
wp-login.php
50.209 KB
16 Apr 2025 8.58 AM
bqrcodec / bqrcodec
0755
wp-mail.php
8.522 KB
16 Apr 2025 8.58 AM
bqrcodec / bqrcodec
0755
wp-settings.php
29.376 KB
16 Apr 2025 8.58 AM
bqrcodec / bqrcodec
0755
wp-signup.php
33.707 KB
16 Apr 2025 8.58 AM
bqrcodec / bqrcodec
0755
wp-trackback.php
4.982 KB
13 Nov 2024 7.59 AM
bqrcodec / bqrcodec
0755
xmlrpc.php
3.13 KB
16 Apr 2025 8.58 AM
bqrcodec / bqrcodec
0755

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF