shell bypass 403

UnknownSec Shell

: /home/anyleson/public_html/config/ [ drwxr-xr-x ]

name : cinetpay.php
<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Cette valeur est disponible dans votre tableau de bord cinetpay
    |--------------------------------------------------------------------------
    */
    'api_key'    => env('CINETPAY_API_KEY'),
    /*
    |--------------------------------------------------------------------------
    | Cette valeur est disponible dans votre tableau de bord cinetpay
    |--------------------------------------------------------------------------
    */
    'site_id'    => env('CINETPAY_SITE_ID'),

    'urls' => [
        /*
        |--------------------------------------------------------------------------
        | L'url qui sera appelé lorsque l'utilisateur effectue un paiement
        | Cet url eutilisé pour effectuer vos traitements en back office
        |--------------------------------------------------------------------------
        */
        'notify' => env('CINETPAY_NOTIFY_URL'),
        /*
        |--------------------------------------------------------------------------
        | L'url qui sera appelé lorsque l'utilisateur effectue un paiement
        |--------------------------------------------------------------------------
        */
        'return' => env('CINETPAY_RETURN_URL'),
        /*
        |--------------------------------------------------------------------------
        | L'url qui sera appelé lorsque l'utilisateur clique sur le bouton annuler le paiment
        | Vous pouvez utiliser ce bouton pour afficher d'autres moyens de paiement ou récupérer le motif de l'annulation
        |--------------------------------------------------------------------------
        */
        'cancel' => env('CINETPAY_CANCEL_URL'),
    ],
    /*
    |--------------------------------------------------------------------------
    | Vous devez créer des routes pour répondres aux différents urls
    | Ci-dessous un exemple de route
    |--------------------------------------------------------------------------
    | Route::get('/cinetpay/cancel', [PaymentController::class, 'cancel'])->name('cinetpay.cancel')
    | Route::post('/cinetpay/notify', [PaymentController::class, 'notify'])->name('cinetpay.notify')
    | Route::post('/cinetpay/return', [PaymentController::class, 'return'])->name('cinetpay.return')
    |
    | Vous pouvez ajouter cette méthode dans votre fichier de routes pour générer
    | automatiquement ces routes
    |
    | \Guysolamour\Cinetpay\Facades\Utils::routes()
    |
    | L'astuce est de créer une class qui extends celle ci et de la renseigner ici
    */
    'controller' => \Guysolamour\Cinetpay\Http\Controllers\PaymentController::class,

    'button' => [
        /*
        |--------------------------------------------------------------------------
        | Utiliser le style par défaut de cinetpay
        |--------------------------------------------------------------------------
        */
        'use_default_style' => true,
        /*
        |--------------------------------------------------------------------------
        | Pour appliquer votre propre classe au bouton. Il faudra passer le use_default_style à false
        |--------------------------------------------------------------------------
        */
        'class' => 'btn btn-danger',
        /*
        |--------------------------------------------------------------------------
        | Pour appliquer votre propre id au bouton. Il faudra passer le use_default_style à false
        |--------------------------------------------------------------------------
        */
        'id'    => 'paybutton',
        /*
        |--------------------------------------------------------------------------
        | Vous pouvez utiliser votre propre style css pour customiser le bouton
        |--------------------------------------------------------------------------
        */
        'style' => "visibility: hidden;",
        /*
        |--------------------------------------------------------------------------
        | Vous pouvez passser des attributs html au bouton.
        |--------------------------------------------------------------------------
        */
        'attributes' => [
            'data-button' => 'pay'
        ],
        /*
        |--------------------------------------------------------------------------
        | Vous pouvez utiliser votre html pour le boutont
        | Le placeholder :label est utilisé pour injecter le texte du bouton. Vous pouvez choisir de l'ignorer
        | et mettre une valeur en dur
        |--------------------------------------------------------------------------
        */
        'html' => "<button class='btn btn-success' id='payBtn' style='visibility: hidden'> <img src='https://aswebagency.com/img/logo.png'></button>",
    ]

];

© 2025 UnknownSec
Display on Footer | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar

Display on Footer

Refund Policy

Effective Date: 24 August , 2024

At Anyleson, customer satisfaction is our priority. To ensure a positive experience, we offer a 7-day refund policy for all our courses. Please read the details below to understand how our refund policy works.


Eligibility for a Refund


  1. Refund Window: Refund requests must be made within 7 days of the course purchase date.

  2. Course Progress: Refunds are applicable only if you have accessed less than 20% of the course content.

  3. Valid Reason: A refund request must be accompanied by a valid reason for dissatisfaction with the course, such as:

    • Technical issues preventing access to the course.

    • Mismatch between course content and description.




Non-Refundable Scenarios


  1. Refund requests made after the 7-day refund window.

  2. Users who have completed more than 20% of the course content.

  3. Refund requests for courses purchased during special promotions or discounts clearly marked as non-refundable.

  4. Claims of dissatisfaction without a valid reason or proof of issue.


How to Request a Refund



  1. Email us at support@anyleson.com with the following details:



    • Your full name.

    • Order ID or transaction reference.

    • The course name.

    • Reason for requesting the refund.




  2. Once your request is received, we will:



    • Verify your purchase details.

    • Review your course usage data.

    • Respond to your request within 3 business days.




Refund Process


  • Approved refunds will be processed through the original payment method.

  • Depending on your payment provider, it may take 5–10 business days for the funds to reflect in your account.


Need Help?

For any questions or clarifications regarding our refund policy, feel free to reach out to our support team at support@anyleson.com.


We value your learning journey and aim to provide high-quality courses. Your feedback helps us improve, so please share any concerns or suggestions you may have.





















Thank you for choosing Anyleson!