shell bypass 403

UnknownSec Shell

: /home/anyleson/public_html/app/Models/ [ drwxr-xr-x ]

name : SelectedInstallmentStep.php
<?php

namespace App\Models;

use App\User;
use Illuminate\Database\Eloquent\Model;

class SelectedInstallmentStep extends Model
{
    protected $table = 'selected_installment_steps';
    public $timestamps = false;
    protected $guarded = ['id'];

    public function selectedInstallment()
    {
        return $this->belongsTo(SelectedInstallment::class, 'selected_installment_id', 'id');
    }

    public function installmentStep()
    {
        return $this->belongsTo(InstallmentStep::class, 'installment_step_id', 'id');
    }

    public function orderPayment()
    {
        return $this->hasOne(InstallmentOrderPayment::class, 'selected_installment_step_id', 'id');
    }

    /********
     * Helpers
     * */

    public function getPrice($itemPrice = 1)
    {
        if ($this->amount_type == 'percent') {
            return ($itemPrice * $this->amount) / 100;
        } else {
            return $this->amount;
        }
    }

    public function getDeadlineTitle($itemPrice = 1)
    {
        $percentText = ($this->amount_type == 'percent') ? "({$this->amount}%)" : '';

        // $100 after 30 days
        return trans('update.amount_after_n_days', ['amount' => handlePrice($this->getPrice($itemPrice)), 'days' => $this->deadline, 'percent' => $percentText]);
    }
}

© 2025 UnknownSec
New Learning Page | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
New Learning Page

New Learning Page

in Lifestyle
5.00
(1 Ratings)
Created by Robert Ransdell
BLK10
Black Firday Offer

Buy now with a special offer

ticket-discount

Report course

Please describe about the report short and clearly.

Share

Share course with your friends

Buy with points