ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
app
/
Http
/
Requests
/
Viewing: SellWithUsUpdateSectionRequest.php
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class SellWithUsUpdateSectionRequest extends FormRequest { /** * Determine if the user is authorized to make this request. */ public function authorize(): bool { return true; } /** * Get the validation rules that apply to the request. * * @return array<string, \Illuminate\Contracts\Validation\ValidationRule|array<mixed>|string> */ public function rules(): array { return [ 'title' => 'required|string|max:50', 'sub_title' => 'required|string|max:50', 'image' => 'sometimes|'. getFileUploadFormats(skip: '.svg,.gif,.webp', asRule: 'true') .'|max:'. (getFileUploadMaxSize() * 1024), ]; } public function messages(): array{ return [ 'title.required' => translate('title_is_required'), 'sub_title.required' => translate('sub_title_is_required'), 'image.required' => translate('image_is_required'), 'image.mimes' => translate('image_type_must_be'). ' ' . getFileUploadFormats(skip: '.svg,.gif,.webp'), 'image.max' => translate('image_max_size_is'). ' ' . getFileUploadMaxSize() . ' MB', ]; } }
Coded With 💗 by
0x6ick