Mini Shell

Direktori : /proc/self/root/proc/self/root/proc/thread-self/root/home/rizant5/public_html_old/
Upload File :
Current File : //proc/self/root/proc/self/root/proc/thread-self/root/home/rizant5/public_html_old/payherertn.php

<?php
require_once("config.php");
require_once('function-file.php');
require_once('function-menu.php');
require_once('function-testo-footer.php');


$response = "";

if(isset($_GET["order_id"])){

    if(isset($_GET["q1"])){

            $stdId      = $_GET['q1'];
            $courseId   = $_GET['q2'];
            $amount     = $_GET['q3'];
            $orderID    = $_GET['reg'];

            $date = date('Y-m-d h:m:s');
            $status = "Success";

            $getCourseInfo = mysqli_query($connt, "SELECT * FROM courses WHERE course_id='".$courseId."' "); // Course Info
            //$getStdInfo = mysqli_query($connt, "SELECT * FROM courses WHERE student_reg='".$stdId."' "); // Student Info

            $checkPayId = mysqli_query($connt, "SELECT * FROM payments WHERE txnid='".$orderID."'");
            $countRw = mysqli_num_rows($checkPayId);

            if($countRw > 0){
                $response = "Expired";
            }
            else{

                $csRes = mysqli_fetch_assoc($getCourseInfo);
                //$stRes = mysqli_fetch_array($getStdInfo);

                $sqtPaymentHtr = mysqli_query($connt, "INSERT INTO payments (`stu_id`, `txnid`, `payment_amount`, `payment_status`, `createdtime`, `course_id`) VALUES ('".$stdId."', '".$orderID."', '".$amount."', '".$status."', '".$date."', '".$courseId."' ) ");

                if($sqtPaymentHtr){
                    $response = "done";
                }
                else{
                    $response = "error 02";
                }
            }


    }
    else{
        echo "Error 01";
    }



}
else{
    echo "Rederect To Home";
    //header("location: index.php");
}



?>
<?php commoncss();?>
<link href="https://fonts.googleapis.com/css?family=Heebo|Raleway:500|Roboto+Condensed&display=swap" rel="stylesheet">
<style>
    body{
       font-family: 'Heebo', sans-serif !important;
    }
    .success-comp{
        margin-top: 80px;
    }
    .txt-cont{
        margin-top: 50px;
        text-align: center;
        padding: 0px 260px;
    }
    .txt-cont p{
        font-size: 16px;
        line-height: 26px;
    }
    @media screen and (max-width: 768px){
        .logo, .logo img{
            width: 100%;
        }
        .txt-cont{
            padding: 10px;
        }
    }
</style>
<?php


// SET RESPONSE UI
if($response == "done"){
    
?>
<div class="container">

    <div class="success-comp" style="max-width: 1300px; margin-left: auto; margin-right: auto;">
        <div class="logo" style="text-align: center;">
            <img src="http://development.lankavirtualacademy.com/images/mail/mail_logo_v2.png" alt="LOGO">
        </div>
        
        <div class="txt-cont" style="margin-bottom:50px;margin-top: 0px;">
            <p><strong>Lanka Virtual Academy ආයතනයට ඔබව සාදරයෙන් පිළිගනිමු.</strong></p>
            <p>ඔබේ පාඨමාලාවේ සක්‍රිය බව තහවුරු කිරීම සඳහා අපගේ සාමාජිකයෙකු ඉක්මනින්ම ඔබව අමතනු ඇත.මේ අතරතුර ඔබට කිසියම් කරුණක් දැන ගැනීමට අවශ්‍ය නම් 011 599 89 89  හෝ  077 442 95 17 යන දුරකථන අංකවලට අමතන්න.</p>
            <p>අප ආයතනයෙහි ලියාපදිංචි වූ ඔබට බෙහෙවින් ස්තූතිවන්ත වන අතර,අපගේ හොඳම සේවාව සෑම විටම අපි ඔබට සහතික කරමු.</p>
        </div>

        <div class="txt-cont" style="margin-bottom:50px;">
            <p><strong style="font-size:15px;">Lanka Virtual Academy உங்களை அன்புடன் வரவேற்கிறது !</strong></p>
            <p style="font-size:14px;">உங்கள் இணைப்பை உறுதிப்படுத்த எங்கள் பிரதிநிதிகளில் ஒருவர் விரைவில் உங்களைத் தொடர்புகொள்வார்.
                அதேவேளை, தேவை இருப்பின் மேலதிக விபரங்களுக்கு 011 599 8989 அல்லது 077 442 9517 ஆகிய தொலைபேசி இலக்கங்களை தொடர்புகொள்ளவும்.
                </p>
            <p style="font-size:14px;">பதிவு செய்தமைக்கு நன்றியை தெரிவிப்பதோடு எந்த வேளையிலும் சிறந்த சேவையை வழங்குவதோடு உங்களுக்கான கவனத்தை செலுத்துவதற்கும் தயாராக உள்ளோம் என்பதை தெரிவித்துக்கொள்கின்றோம்.</p>

        </div>

        <div class="txt-cont" style="margin-bottom:50px;">
            <p><strong>Congratulations and Welcome to Lanka Virtual Academy !</strong></p>
            <p>One of our representatives will call you shortly to confirm the activation of your course. In the meantime, please feel free to call us at 011 599 8989 or 077 442 9517 should you have any query.</p>
            <p>While thanking you for registering we assure you of our best service and attention at all times.</p>

            <p><strong>The Administration <br> Lanka Virtual Academy Team</strong></p>
        </div>

    </div>

</div>

<?php
}
else if ($response == "error"){
    echo "Please verify by a phone call";
}
else if ($response == "Expired"){
// If Expired
?>
<div class="container" style="max-width:1200px;width:100%;margin-left:auto;margin-right:auto;">

<div class="success-comp">
    <div class="logo" style="text-align: center;">
        <img src="http://development.lankavirtualacademy.com/images/mail/mail_logo_v2.png" alt="LOGO">
    </div>
    
    <div class="txt-cont">
        <p>කණගාටුයි, අපගේ වාර්තාවෙන් පෙනී යන්නේ මේ වන විටත් ඔබ Lanka Virtual Academy ආයතනයෙහි ලියාපදිංචි සාමාජිකයෙකු බවයි.
        ඔබට අපගෙන් කිසියම් උපකාරයක් අවශ්‍ය නම් හෝ කිසියම් තොරතුරක් දැන ගැනීමට අවශ්‍ය නම් 011 599 89 89  හෝ  077 442 95 17 යන දුරකථන අංකවලට අමතන්න.
        </p>
        
    </div>

    <div class="txt-cont">
        <p>மன்னிக்கவும், எங்களது பதிவுகளின் படி நீங்கள் ஏற்கனவே Lanka Virtual Academy யின் பதிவுசெய்யப்பட்ட ஓர் உறுப்பினர்.
        தேவை இருப்பின் விபரங்களுக்கு 011 599 8989 அல்லது 077 442 9517 ஆகிய தொலைபேசி இலக்கங்களை தொடர்புகொள்ளவும்.</p>

        
    </div>

    <div class="txt-cont">
        <p>Sorry, our record shows that you are already a registered member of Lanka Virtual Academy.</p>
        <p>If you need any assistance please feel free to call us at 011 599 89 89 or 077 442 9517.</p>
        <p><strong>The Administration</strong><br/><strong>Lanka Virtual Academy</strong></p>
    </div>

</div>

</div>
<?php
}

?>

Zerion Mini Shell 1.0