Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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
/
var /
www /
html /
osticket /
upload /
include /
i18n /
en_US /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
config.yaml
2.32
KB
-rw-r--r--
department.yaml
894
B
-rw-r--r--
email_template_group.yaml
621
B
-rw-r--r--
event.yaml
755
B
-rw-r--r--
file.yaml
13.57
KB
-rw-r--r--
filter.yaml
1.23
KB
-rw-r--r--
form.yaml
5.39
KB
-rw-r--r--
group.yaml
998
B
-rw-r--r--
help_topic.yaml
1.5
KB
-rw-r--r--
list.yaml
1.64
KB
-rw-r--r--
organization.yaml
637
B
-rw-r--r--
priority.yaml
477
B
-rw-r--r--
queue.yaml
11.15
KB
-rw-r--r--
queue_column.yaml
3.08
KB
-rw-r--r--
queue_sort.yaml
611
B
-rw-r--r--
role.yaml
1.42
KB
-rw-r--r--
schedule.yaml
3.71
KB
-rw-r--r--
sequence.yaml
779
B
-rw-r--r--
sla.yaml
912
B
-rw-r--r--
team.yaml
405
B
-rw-r--r--
ticket_status.yaml
1.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : queue_column.yaml
# Columns are not necessary and a default list is used if no columns are # specified. # # Fields: # id: # flags: (unused) # name: Display name of the column # primary: Data source for the field # secondary: Backup data source / default text # filter: What the field should link to # 'link:ticket': Ticket # 'link:user': User # 'link:org': Organization # 'link:ticketP': Ticket with hover preview # truncate: # 'wrap': Fold words on multiple lines # annotations: # c: Annotation class name # p: Placement # 'a': After column text # 'b': Before column text # '<': Float to start (left) # '>': Float to end (right) # conditions: # crit: Criteria for the condiditon, in the form of [field, method, value] # prop: Array of CSS properties to apply to the field # 'font-weight': # 'font-style': # ... # extra: (future use and for plugins) --- - id: 1 name: "Ticket #" primary: "number" filter: "link:ticketP" truncate: "wrap" annotations: '[{"c":"TicketSourceDecoration","p":"b"}]' conditions: '[{"crit":["isanswered","nset",null],"prop":{"font-weight":"bold"}}]' - id: 2 name: "Date Created" primary: "created" secondary: null filter: "date:full" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 3 name: "Subject" primary: "cdata__subject" filter: "link:ticket" truncate: "ellipsis" annotations: '[{"c":"TicketThreadCount","p":">"},{"c":"ThreadAttachmentCount","p":"a"},{"c":"OverdueFlagDecoration","p":"<"},{"c":"LockDecoration","p":"<"}]' conditions: '[{"crit":["isanswered","nset",null],"prop":{"font-weight":"bold"}}]' - id: 4 name: "User Name" primary: "user__name" truncate: "wrap" annotations: '[{"c":"ThreadCollaboratorCount","p":">"}]' conditions: "[]" - id: 5 name: "Priority" primary: "cdata__priority" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 6 name: "Status" primary: "status__id" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 7 name: "Close Date" primary: "closed" filter: "date:full" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 8 name: "Assignee" primary: "assignee" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 9 name: "Due Date" primary: "duedate" secondary: "est_duedate" filter: "date:human" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 10 name: "Last Updated" primary: "lastupdate" filter: "date:full" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 11 name: "Department" primary: "dept_id" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 12 name: "Last Message" primary: "thread__lastmessage" filter: "date:human" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 13 name: "Last Response" primary: "thread__lastresponse" filter: "date:human" truncate: "wrap" annotations: "[]" conditions: "[]" - id: 14 name: "Team" primary: "team_id" truncate: "wrap" annotations: "[]" conditions: "[]"
Close