!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/sender.picotech.app/public_html/storage/framework/views/   drwxrwxr-x
Free 29.42 GB of 117.98 GB (24.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     7a11f19c9ae6447aae50360875c8a198.php (11.71 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="row">

    <div class="col-sm-8">
        <div class="campaign_section campaign-card-section">
           <div class="card-body">
            <div class="form-group mt-3">
                <label for="">Campaign Title</label>
                <input type="text" class="form-control" value="<?php echo e(old('title')??(isset($campaign)?$campaign->title:'')); ?>" required placeholder="Enter Campaign Title" name="title">
            </div>

            <div class="form-group from-number-section pb-3" id="select_campaign_devices">
                <label for="">From Devices : <span class="ml-2 what-font-size icon-position" data-toggle="tooltip" data-placement="right" title="<?php echo app('translator')->get('customer.campaign_no_device'); ?>">
                                <i class="fa fa-question-circle"></i>
                            </span></label>
                <select name="from_devices[]" id="campaignFromDevices" class="select2 compose-select"
                        multiple="multiple"
                        data-placeholder="<?php echo e(trans('customer.device')); ?>:">
                        <?php $__currentLoopData $users_from_devices$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $device): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                            <option value="<?php echo e($device->id); ?>"><?php echo e($device->name); ?></option>
                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                </select>
            </div>
            <div class="row mt-3">
                <div class="col-sm-12">
                        <span class="mb-2 float-right"><a class="btn-small" href="<?php echo e(route('customer.groups.create')); ?>"><?php echo app('translator')->get('customer.create_group'); ?></a></span>
                    <div class="form-group">
                        <label for="">Select Group</label>
                        <select id="select_group" name="group_id[]" class="form-control" multiple="multiple">
                            <?php if($groups): ?>
                                <?php $__currentLoopData $groups$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $group): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                    <option value="<?php echo e($group->id); ?>"><?php echo e($group->name."(".$group->contacts_count.")"); ?></option>
                                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                            <?php endif; ?>
                        </select>
                    </div>
             
                </div>
            </div>
            <div class="form-group">
                <label for="">Select Template</label>
                    <span class="mb-2 float-right"><a class="btn-small" href="<?php echo e(route('customer.settings.index',['type'=>'settings'])); ?>"><?php echo app('translator')->get('customer.create_template'); ?></a></span>
                <select id="template" name="template_id" class="form-control" multiple>
                    <?php if($templates): ?>
                        <?php $__currentLoopData $templates$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $template): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                            <option data-id="<?php echo e($template->id); ?>" data-body="<?php echo e($template->body); ?>" data-name="<?php echo e($template->title); ?><?php echo e(isset($campaign) && $campaign->template_id==$template->id?'selected':''); ?> value="<?php echo e($template->id); ?>"><?php echo e($template->title); ?></option>
                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                    <?php endif; ?>
                </select>
            </div>
            <div class="form-group">
                <ul class="nav nav-tabs" id="custom_tabs_one_tab" role="tablist">

                </ul>

            </div>
            <div class="row">
                <div class="form-group col-sm-12 col-12">
                    <label for="">Message Body</label>
                    <div class="tab-content" id="custom_tabs_one_tabContent">
                        
                    </div>

                </div>
                <div class="form-group col-sm-12 col-12">
                    <div>
                        <?php $__currentLoopData sms_template_variables(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$t): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                            <button type="button" data-name="<?php echo e($key); ?>"
                                    class="btn btn-sm btn-primary text-front-normal sms_template_variable mt-2"><?php echo e(ucfirst(str_replace('_',' ',$t))); ?></button>
                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-md-6 mt-2">
                    <div class="form-group">
                        <div><span><?php echo e(trans('Schedule')); ?></span>
                            <label class="switch ml-3">
                                <input name="schedule_time" id="schedule_time" type="checkbox">
                                <span class="slider"></span>
                            </label>
                        </div>
                    </div>
                </div>
            </div>
            <div class="row d-none" id="schedule-time-section">
                <div class="form-group col-sm-6 col-6">
                    <label for="">Start Date</label>
                    <input name="start_date" value="<?php echo e(old('start_date')??(isset($campaign)??$campaign->start_date)); ?>" type='text' class="form-control date_range"/>
                </div>
                <div class="form-group col-sm-6 col-6">
                    <label for="">End Date</label>
                    <input name="end_date" value="<?php echo e(old('end_date')??(isset($campaign)??$campaign->end_date)); ?>" type='text' class="form-control date_range"/>
                </div>

                <div class="form-group col-sm-6 col-6 mt-2">
                    <label for="">Start Time</label>
                    <input name="start_time" value="<?php echo e(old('start_time')??(isset($campaign)?$campaign->start_time:'')); ?>" type='time' class="form-control"/>
                </div>
                <div class="form-group col-sm-6 col-6 mt-2">
                    <label for="">End Time</label>
                    <input name="end_time" value="<?php echo e(old('end_time')??(isset($campaign)?$campaign->end_time:'')); ?>" type='time' class="form-control"/>
                </div>

            </div>
            <button type="submit" class="btn btn-primary text-front-normal float-right "><?php echo app('translator')->get('customer.submit'); ?></button>
           </div>
        </div>
        <input type="hidden" id="template_active_nav">
        <div class="campaign_section campaign-card-section d-none" id="content_section">
            <div class="card-body">
                <h3>Set Your Content</h3>
            <hr>
    
            <div class="form-group">
                <ul class="nav nav-tabs" id="custom_tabs_one_tab" role="tablist">

                </ul>

            </div>
            <div class="row">
                <div class="form-group col-sm-6 col-6">
                    <label for="">Template</label>
                    <div class="tab-content" id="custom_tabs_one_tabContent">

                    </div>

                </div>
                <div class="form-group col-sm-6 col-6">
                    <label class="d-block" for="">Variables</label>
                    <div>
                        <?php $__currentLoopData sms_template_variables(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$t): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                            <button type="button" data-name="<?php echo e($key); ?>"
                                    class="btn btn-sm btn-primary text-front-normal sms_template_variable mt-2"><?php echo e(ucfirst(str_replace('_',' ',$t))); ?></button>
                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                    </div>
                </div>
            </div>
            </div>
        </div>

        <div class="campaign_section d-none" id="rate_section" style="display: none;">
            <h3>Select Your Send Rate</h3>
            <hr>

            <div class="form-group mt-3">
                <label for="">Send Speed per hour</label>
                <div>
                        <span class="irs irs--flat js-irs-2"><span class="irs"><span class="irs-line"
                                                                                     tabindex="0"></span><span
                                    class="irs-min" style="visibility: hidden;">0 mm</span><span class="irs-max"
                                                                                                 style="visibility: visible;">10 mm</span><span
                                    class="irs-from" style="visibility: hidden;">0</span><span class="irs-to"
                                                                                               style="visibility: hidden;">0</span><span
                                    class="irs-single" style="left: -1.87562%;">0 mm</span></span><span
                                class="irs-grid"></span><span class="irs-bar irs-bar--single"
                                                              style="left: 0px; width: 1.57947%;"></span><span
                                class="irs-shadow shadow-single" style="display: none;"></span><span
                                class="irs-handle single" style="left: 0%;"><i></i><i></i><i></i></span></span><input
                        id="range_5" type="text" name="send_speed" value="<?php echo e(isset($campaign)?$campaign->message_send_rate:''); ?>" class="irs-hidden-input" tabindex="-1"
                        readonly="">
                </div>
            </div>
            <div class="form-group d-none">
                <label class="d-block">Use area code if exist</label>
                <input type="checkbox" name="area_match_code" class="mr-2" id="match_code"> <label for="match_code">Areacode
                    Matching</label>
            </div>
        </div>
    </div>
    <div class="col-md-4 col-4" id="mobileVersion">
        <div class="iphone"
             style="background-image: url('<?php echo e(asset('images/iphone6.png')); ?>')">
            <div class="border">
                <div class="responsive-html5-chat">
                    <form class="chat">
                        <span></span>
                        <div class="messages">
                            <div class="message">
                                <div class="myMessage"><p>
                                    <div id="message-box">
                                        
                                    </div>
                                </p>
                                    <date><b></b> 23.06.2023 14:30:7</date>
                                </div>
                            </div>
                        </div>
                        <input type="text" placeholder="Your message" disabled="">
                        <input type="submit" value="Send" disabled="">
                    </form>
                </div>
            </div>
        </div>
    </div>
</div>
<?php /**PATH /home/picotech/domains/sender.picotech.app/public_html/resources/views/customer/campaign/form.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.0072 ]--