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
Web Design for Beginners | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Web Design for Beginners

Web Design for Beginners

in Design
Created by Linda Anderson
+2
5 Users are following this upcoming course
Course Published
This course was published already and you can check the main course
Course
Web Design for Beginners
in Design
4.25
1:45 Hours
8 Jul 2021
₹11.80

What you will learn?

Create any website layout you can imagine

Support any device size with Responsive (mobile-friendly) Design

Add tasteful animations and effects with CSS3

Course description

You can launch a new career in web development today by learning HTML & CSS. You don't need a computer science degree or expensive software. All you need is a computer, a bit of time, a lot of determination, and a teacher you trust. I've taught HTML and CSS to countless coworkers and held training sessions for fortune 100 companies. I am that teacher you can trust. 


Don't limit yourself by creating websites with some cheesy “site-builder" tool. This course teaches you how to take 100% control over your webpages by using the same concepts that every professional website is created with.


This course does not assume any prior experience. We start at square one and learn together bit by bit. By the end of the course you will have created (by hand) a website that looks great on phones, tablets, laptops, and desktops alike.


In the summer of 2020 the course has received a new section where we push our website live up onto the web using the free GitHub Pages service; this means you'll be able to share a link to what you've created with your friends, family, colleagues and the world!

Requirements

No prerequisite knowledge required

No special software required

Comments (0)

Report course

Please describe about the report short and clearly.

Share

Share course with your friends