����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.225.254.235 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/gle.gltechlimited.com/resources/views/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>{{ __('Warning !') }}</title> <link rel="stylesheet" href="{{ url('installer/css/bootstrap.min.css') }}" crossorigin="anonymous"> <link rel="stylesheet" href="{{ url('installer/css/custom.css') }}"> <link rel="stylesheet" href="{{ url('installer/css/shards.min.css') }}"> <link rel="stylesheet" href="{{ url('css/font-awesome.min.css') }}"> </head> <body> <br/> <div class="container"> <div class="card"> <div class="card-header"> <h3 class="m-3 text-center text-danger">{{ __('Warning') }}</h3> </div> <div class="card-body"> <div class="card-body" id="stepbox"> <strong class="text-black">{{ __('You tried to update the domain which is invalid !') }}</strong> <hr> <h4>{{ __('You can use this project only in single domain for multiple domain please check License standard') }} <a target="_blank" href="https://codecanyon.net/licenses/standard">{{ __('here') }}</a>.</h4> <hr> <form class="needs-validation" action="{{ url('/change-domain') }}" method="POST" novalidate> @csrf <div class="form-group"> <label>{{__('Enter the new domain where you want to move the license')}} : <span class="text-danger">*</span></label> <input required class="form-control @error('domain') is-invalid @enderror" type="text" name="domain" value="{{ old('domain') }}" placeholder="eg:yourdomain.com"/> @error('domain') <span class="invalid-feedback" role="alert"> <strong>{{ $message }}</strong> </span> @enderror <small class="text-muted"><i class="fa fa-question-circle"></i> {{__('IF in some cases on current domain if you face the error you can re-update the domain by entering here')}}.</small> <br> <small class="text-muted"><i class="fa fa-question-circle"></i> {{__('IF still facing the access denied error please con')}} <a target="_blank" href="https://codecanyon.net/item/next-hour-movie-tv-show-video-subscription-portal-cms/24626244/support">{{ __('Support') }}</a> {{ __('for updation in domain.') }}.</small> </div> <div class="form-group"> <button type="submit" class="btn btn-md btn-default">{{__(' Change domain')}}</button> </div> </form> <hr> </div> </div> <p class="text-center m-3 text-white">©{{ date('Y') }} | {{__('Next Hour - Movie Tv Show & Video Subscription Portal Cms Web and Mobile App')}}</p> </div> <div class="corner-ribbon bottom-right sticky green shadow">{{ __('Warning') }}</div> </div> </body> <script type="text/javascript" src="{{url('installer/js/bootstrap.min.js')}}"></script> <script type="text/javascript" src="{{url('installer/js/popper.min.js')}}"></script> <script src="{{ url('installer/js/shards.min.js') }}"></script> <script> (function() { 'use strict'; window.addEventListener('load', function() { var forms = document.getElementsByClassName('needs-validation'); var validation = Array.prototype.filter.call(forms, function(form) { form.addEventListener('submit', function(event) { if (form.checkValidity() === false) { event.preventDefault(); event.stopPropagation(); } form.classList.add('was-validated'); }, false); }); }, false); })(); </script> </html>