MOON
Server: Apache
System: Linux smtp.modiva.org 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64
User: rtbrisc (1005)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/rtbrisc/toyotarecall.rtbriscoe.com/index.php
<?php
session_start();
$msg = @$_SESSION['msg'];
?>
<!Doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <meta name="description" content="">
        <meta name="author" content="">
        <meta name="generator" content="">
        <title>R. T. Briscoe (Nigeria) Plc | Toyota</title>

        <link rel="canonical" href="https://getbootstrap.com/docs/4.3/examples/navbar-bottom/">
        <!-- Bootstrap core CSS -->
        <link href="css/style.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
        <link href="css/custom.css" rel="stylesheet">
    </head>
    <body>
        <div class="transbox">
            <div class="container-fluid" style="padding-top: 100px; font-weight: bolder;">
                <div class="row">
                    <div class="col-md-4"></div>
                    <div class="col-md-4 text-center">
                        <img src="images/b_logo.png" width="150" height="50">
                        <img src="images/div.png" height="70">
                        <img src="images/t_logo.png" width="100" height="50">
                    </div>
                    <div class="col-md-4 text-right"></div>
                </div>
                <div class="row" style="padding-top: 5px;">
                    <div class="col-md-12 text-center">
                        <h1 style="color: #312A8F; font-weight: bolder;">
                            FREE - TOYOTA TAKATA AIRBAG RECALL PROGRAM
                        </h1>
                    </div>
                </div>
                <div class="row" style="padding-top: 5px;">
                    <div class="col-md-1"></div>
                    <div class="col-md-10 text-center">
                        <p style="font-weight: bolder; font-size: 20px; color: #000;">
                            Toyota is replacing Takata Airbags and Inflators of eligible Toyota Vehicles at no charge. This work is performed by Toyota Certified technicians at Briscoe Workshops and is provided FREE to all owners. Click <a style="text-decoration: none; color: #C7100E;" href="advert.php">here</a> to watch a short video about impact of a defective airbag.
                        </p>
                    </div>
                    <div class="col-md-1"></div>
                </div>
                <div class="row" style="padding-top: 5px;">
                    <div class="col-md-3"></div>
                    <div class="col-md-6 text-center text-danger">
                        <p style="color: #F00; font-weight: bolder; font-size: 20px;">
                            Please search through the box below with your Toyota VIN to confirm that your vehicle is eligible
                        </p>
                    </div>
                    <div class="col-md-3"></div>
                </div>
                <div class="row" style="padding-top: 5px; color: #000;">
                    <div class="col-md-1"></div>
                    <div class="col-md-10 text-center">
                        <span class="text-danger"><?php echo $msg ?></span>
                        <form action="server/" method="post">
                            <div class="input-group mb-3">
                                <input type="text" class="form-control form-control-lg" placeholder="Type Your VIN Here (e.g. AHTFX22G-808019363)" aria-label="Type Your VIN Here (e.g. AHTFX22G-808019363)" aria-describedby="txtVin" name="txtVin" id="txtVin" style="border-color: #312A8F; color: #000;" required>
                                <div class="input-group-append">
                                    <input class="btn btn-default btn-lg" style="background-color: #312A8F; color: #FFF;" value="Search" type="submit" name="btnSearch" id="btnSearch">
                                </div>
                            </div>
                        </form>
                    </div>
                    <div class="col-md-1"></div>
                </div>
                <div class="row" style="padding-top: 5px; color: #000;">
                    <div class="col-md-3"></div>
                    <div class="col-md-6 text-center">
                        <p style="font-weight: bolder; font-size: 20px;">
                            <span class="text-danger">Hotline: </span>
                            <span>08093936581</span> | 
                            <span class="text-danger">Email: </span>
                            <span>briscoemail@rtbriscoe.com</span>
                        </p>
                    </div>
                    <div class="col-md-3"></div>
                </div>
                <!-- <div class="row" style="padding-top: 5px; color: #000;">
                    <img src="<?php //echo base_url('bootstrap/assets/images/bg.jpg'); ?>" class="col-md-12" height="250px;">
                </div> -->
            </div>
        </div>
        <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
        <script>window.jQuery || document.write('<script src="bootstrap/assets/js/js.js"><\/script>')</script><script src="/docs/4.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script>
    </body>
    <?php
        unset($_SESSION['msg']);
    ?>
</html>