!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/storage/framework/views/   drwxrwxrwx
Free 28.41 GB of 117.98 GB (24.08%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     3f978b3c4b30f5cc2c0ed0e67847cdd0.php (2.44 KB)      -rwxrwxrwx
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'));
?>
<div class="form-group">
    <label for="gateway"><?php echo app('translator')->get('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"><?php echo app('translator')->get('admin.settings.sid'); ?></label>
        <input required value="<?php echo e(isset($twilio->tw_sid)?$twilio->tw_sid:''); ?>" class="form-control" type="text" name="tw_sid">
    </div>
    <div class="form-group">
        <label for="tw_token"><?php echo app('translator')->get('admin.settings.token'); ?></label>
        <input required value="<?php echo e(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"><?php echo e(trans('admin.settings.api_key')); ?></label>
        <input required value="<?php echo e(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"><?php echo e(trans('admin.settings.api_key')); ?></label>
        <input required value="<?php echo e(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"><?php echo app('translator')->get('URL'); ?></label>
        <input required value="<?php echo e(isset($soniyal->soniyal_url)?$soniyal->soniyal_url:''); ?>" class="form-control" type="text" name="soniyal_url" >
    </div>
</div>



<?php /**PATH /home/picotech/domains/test.sms.picotech.app/public_html/resources/views/admin/settings/whatsapp_api.blade.php ENDPATH**/ ?>

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