__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?xml version="1.0" encoding="utf-8"?>
<form
        addrulepath="/administrator/components/com_customtables/models/rules"
        addfieldpath="/administrator/components/com_customtables/models/fields"
>
    <fieldset name="details">
        <!-- Default Fields.-->
        <!-- Id Field. Type: Text (joomla)-->
        <field name="id"
               type="text"
               class="readonly"
               label="JGLOBAL_FIELD_ID_LABEL"
               description="JGLOBAL_FIELD_ID_DESC"
               size="10"
               default="0"/>
        <!-- Date Created Field. Type: Calendar (joomla)-->
        <field name="created"
               type="calendar"
               label="COM_CUSTOMTABLES_TABLES_CREATED_DATE_LABEL"
               description="COM_CUSTOMTABLES_TABLES_CREATED_DATE_DESC"
               size="22"
               format="%Y-%m-%d %H:%M:%S"
               filter="user_utc"/>
        <!-- User Created Field. Type: User (joomla)-->
        <field name="created_by"
               type="user"
               label="COM_CUSTOMTABLES_TABLES_CREATED_BY_LABEL"
               description="COM_CUSTOMTABLES_TABLES_CREATED_BY_DESC"/>
        <!-- Published Field. Type: List (joomla)-->
        <field name="published"
               type="list"
               label="JSTATUS">
            <option value="1">JPUBLISHED</option>
            <option value="0">JUNPUBLISHED</option>
            <option value="2">JARCHIVED</option>
            <option value="-2">JTRASHED</option>
        </field>
        <!-- Date Modified Field. Type: Calendar (joomla)-->
        <field name="modified"
               type="calendar"
               class="readonly"
               label="COM_CUSTOMTABLES_TABLES_MODIFIED_DATE_LABEL"
               description="COM_CUSTOMTABLES_TABLES_MODIFIED_DATE_DESC"
               size="22"
               readonly="true"
               format="%Y-%m-%d %H:%M:%S"
               filter="user_utc"/>
        <!-- User Modified Field. Type: User (joomla)-->
        <field name="modified_by"
               type="user"
               label="COM_CUSTOMTABLES_TABLES_MODIFIED_BY_LABEL"
               description="COM_CUSTOMTABLES_TABLES_MODIFIED_BY_DESC"
               class="readonly"
               readonly="true"
               filter="unset"/>
        <!-- Ordering Field. Type: Numbers (joomla)-->
        <field name="ordering"
               type="number"
               class="inputbox validate-ordering"
               label="COM_CUSTOMTABLES_TABLES_ORDERING_LABEL"
               description=""
               default="0"
               size="6"
               required="false"/>
        <!-- Version Field. Type: Text (joomla)-->
        <field name="version"
               type="text"
               class="readonly"
               label="COM_CUSTOMTABLES_TABLES_VERSION_LABEL"
               description="COM_CUSTOMTABLES_TABLES_VERSION_DESC"
               size="6"
               readonly="true"
               filter="unset"/>
        <!-- Dynamic Fields.-->
        <!-- Tablecategory Field. Type: Sql. (joomla)-->
        <field type="sql"
               name="tablecategory"
               label="COM_CUSTOMTABLES_TABLES_TABLECATEGORY_LABEL"
               query="SELECT id AS value, categoryname AS tablecategory, categoryname AS categoryname FROM #__customtables_categories"
               default="null"
               required="false"
               value_field="categoryname">
            <!-- No Manual Options Were Added In Field Settings.-->
        </field>
        <!-- Tabletitle Field. Type: Text. (joomla)-->
        <field type="text"
               name="tabletitle"
               label="COM_CUSTOMTABLES_TABLES_TABLETITLE_LABEL"
               maxlength="255"
               description="COM_CUSTOMTABLES_TABLES_TABLETITLE_DESCRIPTION"
               class="text_area"
               readonly="false"
               disabled="false"
               required="true"
               filter="STRING"
               message="COM_CUSTOMTABLES_TABLES_TABLETITLE_MESSAGE"
               hint="COM_CUSTOMTABLES_TABLES_TABLETITLE_HINT"
               autocomplete="on"/>

        <field type="text"
               name="tablename"
               label="COM_CUSTOMTABLES_TABLES_TABLENAME_LABEL"
               required="true"
               filter="CMD"
               hint="COM_CUSTOMTABLES_TABLES_TABLENAME_HINT"/>

        <field type="filelist"
               name="customphp"
               label="COM_CUSTOMTABLES_TABLES_CUSTOMPHP_LABEL"
               directory="/components/com_customtables/customphp"/>

        <field type="radio"
               name="allowimportcontent"
               label="COM_CUSTOMTABLES_FIELDS_ALLOWCONTENTIMPORT"
               description="COM_CUSTOMTABLES_FIELDS_ALLOWCONTENTIMPORT_DESCRIPTION"
               class="btn-group btn-group-yesno"
               default="0">
            <!-- Option Set.-->
            <option value="1">COM_CUSTOMTABLES_FIELDS_YES</option>
            <option value="0">COM_CUSTOMTABLES_FIELDS_NO</option>
        </field>

        <field type="anytables"
               name="customtablename"
               label="COM_CUSTOMTABLES_TABLES_CUSTOMTABLENAME_LABEL"
               description="COM_CUSTOMTABLES_TABLES_CUSTOMTABLENAME_DESCRIPTION"
               required="false"
               filter="CMD"
               hint="COM_CUSTOMTABLES_TABLES_CUSTOMTABLENAME_HINT"/>

        <field type="text"
               name="customidfield"
               label="Primary Key Field"
               description="If third-party primary key field name"
               required="false"
               filter="CMD"
               hint=""/>
    </fieldset>

    <!-- Access Control Fields. -->
    <fieldset name="accesscontrol">
        <!-- Asset Id Field. Type: Hidden (joomla) -->
        <field
                name="asset_id"
                type="hidden"
                filter="unset"
                ajaxuri="bugaba"
        />
        <!-- Rules Field. Type: Rules (joomla) -->
        <field
                name="rules"
                type="rules"
                label="Permissions in relation to this tables"
                translate_label="false"
                filter="rules"
                validate="rules"
                class="inputbox"
                component="com_customtables"
                section="tables"
        />
    </fieldset>
</form>

Filemanager

Name Type Size Permission Actions
categories.xml File 1.53 KB 0664
documentation.xml File 205 B 0664
fields.xml File 13.29 KB 0664
filter_databasecheck.xml File 685 B 0664
filter_listofcategories.xml File 1.7 KB 0664
filter_listoffields.xml File 2.12 KB 0664
filter_listoflayouts.xml File 1.95 KB 0664
filter_listofrecords.xml File 1.65 KB 0664
filter_listoftables.xml File 2.11 KB 0664
index.html File 43 B 0664
layouts.xml File 6.1 KB 0664
tables.xml File 6.41 KB 0664
Filemanager