403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/b2bzend/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/b2bzend//tiapayment.php
<?php
if ($_POST) {
    $fullName = (isset($_POST['FullName']) && $_POST['FullName'] != '') ? trim($_POST['FullName']) : '';
    $EmailId = isset($_POST['Email']) ? trim($_POST['Email']) : '';
    $MobileNo = isset($_POST['Phone']) ? trim($_POST['Phone']) : '';
    $City = isset($_POST['City']) ? $_POST['City'] : '';
    $Pincode = isset($_POST['Pincode']) ? $_POST['Pincode'] : '';
    $txnid = $websiteURL = isset($_POST['txnid']) ? $_POST['txnid'] : '';
    $Form_ID = isset($_POST['Form_ID']) ? $_POST['Form_ID'] : '';
    ?>
    <html>
        <head>
            <title>Payment Title</title>
        </head>
        <body onload="document.frm1.submit()">
            <form action="https://globaltravelexchange.com/tia-payment-step1.php" name="frm1" method="post">
                <input type="hidden" name="FullName" value="<?php echo $fullName; ?>" />
                <input type="hidden" name="Email" value="<?php echo $EmailId; ?>" />
                <input type="hidden" name="Phone" value="<?php echo $MobileNo; ?>" />
                <input type="hidden" name="City" value="<?php echo $City; ?>" />
                <input type="hidden" name="Pincode" value="<?php echo $Pincode; ?>" />
                <input type="hidden" name="txnid" value="<?php echo $txnid; ?>" />
                <input type="hidden" name="Form_ID" value="<?php echo $Form_ID; ?>" />
            </form>
        </body>
    </html>
    <?php
} else {
    echo "Please use post method";
    exit;
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit