!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/inventory.picotech.app/public_html/resources/views/admin/auth/   drwxr-xr-x
Free 28.78 GB of 117.98 GB (24.39%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     registration.blade.php (3.87 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.auth')

@section('title','PicoStore | Registration')

@section('main')
    <section>
        <div class="page-header min-vh-75">
            <div class="container">
                <div class="row">
                    <div class="col-xl-4 col-lg-5 col-md-6 d-flex flex-column mx-auto">
                        <div class="text-center mt-2">
                            <img src="{{asset('images/logo.png')}}" alt="PicoStore Logo">
                        </div>
                        <div class="card card-plain">
                            <div class="card-header pb-0 text-left bg-transparent">
                                <h3 class="font-weight-bolder text-info text-gradient">Welcome to PicoStore</h3>
                                <p class="mb-0">Create your own inventory to be smarter</p>
                            </div>
                            <div class="card-body">
                                <form role="form" method="POST" action="{{route('registration')}}">
                                    @csrf
                                    <label>Store Name</label>
                                    <div class="mb-3">
                                        <input autocomplete="new-email" name="store_name" type="text" class="form-control"
                                               placeholder="Store Name" aria-label="Store Name" aria-describedby="store_name-addon">
                                    </div>
                                    <label>Email</label>
                                    <div class="mb-3">
                                        <input autocomplete="new-email" name="email" type="email" class="form-control"
                                               placeholder="Email" aria-label="Email" aria-describedby="email-addon">
                                    </div>
                                    <label>Password</label>
                                    <div class="mb-3">
                                        <input autocomplete="new-password" name="password" type="password"
                                               class="form-control" placeholder="Password" aria-label="Password"
                                               aria-describedby="password-addon">
                                    </div>
                                    <div class="text-center">
                                        <button id="signup" type="button" class="btn bg-gradient-info w-100 mt-4 mb-0">Sign Up</button>
                                    </div>
                                </form>
                            </div>
                            <div class="card-footer text-center pt-0 px-lg-2 px-1">
                                <p class="mb-4 text-sm mx-auto">
                                    Already have an account?
                                    <a href="{{route('admin.login')}}" class="text-info text-gradient font-weight-bold">Sign
                                        in</a>
                                </p>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="oblique position-absolute top-0 h-100 d-md-block d-none me-n8">
                            <div class="oblique-image bg-cover position-absolute fixed-top ms-auto h-100 z-index-0 ms-n6"
                                 style="background-image:url('assets_auth/img/curved-images/curved6.jpg')"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
@endsection

@section('js')
    <script>
        $('#signup').on('click',function (e){
            e.preventDefault();
            $(this).attr('disabled','disabled').addClass('disabled');
            $(this).html('Loading...');
            $('form').submit();
        })
    </script>
@endsection



:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0034 ]--