Warning: chmod(): No such file or directory in /home/tuempresavirtual.cl/public_html/wp-content/plugins/appointment-hour-booking/app-booking-plugin.php on line 3
403WebShell
403Webshell
Server IP : 186.64.123.29  /  Your IP : 216.73.217.94
Web Server : LiteSpeed
System : Linux house.hostinglat.cl 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : tuemp9827 ( 1016)
PHP Version : 8.1.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/CyberCP/websiteFunctions/templates/websiteFunctions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/CyberCP/websiteFunctions/templates/websiteFunctions/WPConfigurePlugins.html
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Create Plugin Buckets - CyberPanel" %}{% endblock %}
{% block content %}

    {% load static %}
    {% get_current_language as LANGUAGE_CODE %}
    <!-- Current language: {{ LANGUAGE_CODE }} -->

    <div class="container">
        <div id="page-title">
            <h2 id="domainNamePage"><h2>{% trans "Configure Plugins" %}</h2>
                <a class="pull-right btn btn-primary" href="{% url "Addnewplugin" %}">{% trans "Create New Bucket" %}</a>
            </h2>
            <p>{% trans "You can configure list of plugins that will automatically get installed while deploying WordPress." %}</p>
        </div>
        <div ng-controller="listTableUsers" class="panel">
            <div class="panel-body">
                <h3 class="content-box-header">
                    {% trans "Plugin Buckets" %} <img ng-hide="cyberpanelLoading"
                                                      src="{% static 'images/loading.gif' %}">
                </h3>
                <div class="example-box-wrapper">

                    <!------ List of records --------------->

                    <table class="table table-hover dataTable no-footer" id="basicTable" role="grid">
                        <thead>
                        <tr role="row" class="plans-head">
                            <th class="sorting_desc" tabindex="0"
                                aria-controls="basicTable" rowspan="1" colspan="1"
                                aria-sort="descending"
                                aria-label="Title: activate to sort column ascending">ID
                            </th>
                            <th class="sorting" tabindex="0"
                                aria-controls="basicTable" rowspan="1" colspan="1"
                                aria-label="Places: activate to sort column ascending">File name
                            </th>

                            <th class="sorting" tabindex="0"
                                aria-controls="basicTable" rowspan="1" colspan="1"
                                aria-label="Places: activate to sort column ascending">Action
                            </th>


                        </tr>
                        </thead>

                        <tbody>
                        {% for sub in Selectedplugins %}

                            <tr role="row" class="odd">
                                <td class="v-align-middle sorting_1">
                                    <p>{{ sub.id }}</p>

                                </td>
                                <td class="v-align-middle">
                                    <p>{{ sub.Name }}</p>
                                </td>
                                <td class="row">
                                    <div class="col-md-2">
                                        <a href="{% url 'EidtPlugin' %}?ID={{ sub.id }}"
                                           type="button"
                                           class="btn btn-border btn-alt border-green btn-link font-green">
                                            Edit
                                        </a>
                                    </div>
                                    <div class="col-md-2">


                                        <button
                                                onclick="DeletePluginBuucket('{% url 'ConfigurePlugins' %}?delete={{ sub.id }}')"
                                                data-toggle="modal"
                                                data-target="#DeleteMember" aria-label=""
                                                type="button"
                                                class="btn btn-border btn-alt border-red btn-link font-red">
                                            Delete
                                        </button>

                                    </div>
                                </td>


                            </tr>
                        {% endfor %}

                        </tbody>
                    </table>

                    <!------ List of records --------------->

                </div>
            </div>
        </div>


    </div>

    <!------------Modal---->

    <div class="modal fade stick-up" id="DeleteMember" tabindex="-1">
        <div class="modal-dialog">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
                    <h4 class="modal-title">Deleting Plugin Bucket</h4>
                </div>
                <div class="modal-body">
                    <p>Are you sure?</p>
                </div>
                <div class="modal-footer">
                    <button type="button" class="btn btn-default" data-dismiss="modal">No</button>
                    <button type="button" onclick="FinalDeletePluginBuucket()" class="btn btn-primary">Yes</button>
                </div>
            </div>
        </div>
    </div>



{% endblock %}

Youez - 2016 - github.com/yon3zu
LinuXploit