BLACKSITE
:
216.73.216.137
:
157.173.108.86 / pdclassessgnr.in
:
Linux server.madnetech.com 4.18.0-553.117.1.el8_10.x86_64 #1 SMP Sun Apr 5 23:14:32 EDT 2026 x86_64
:
/
home
/
balaji
/
dcmclasses.com
/
Upload File:
files >> /home/balaji/dcmclasses.com/resultlist.php
<?php include_once 'dbconfig.php'; ?> <?php if(isset($_POST['btn-save'])) { // variables for input data $name = $_POST['name']; $email = $_POST['email']; $mobile = $_POST['mobile']; $school = $_POST['school']; $message = $_POST['message']; // variables for input data // sql query for inserting data into database $sql_query="INSERT INTO enquiry (`name`,`email`,`mobile`,`school`,`message`) VALUES('".$name."','".$email."','".$mobile."','".$school."','".$message."')"; // sql query for inserting data into database // sql query execution function if(mysqli_query($con,$sql_query)) { ?> <script type="text/javascript"> alert('Message Sent Successfully '); window.location.href='index.php'; </script> <?php } else { ?> <script type="text/javascript"> alert('error occured while inserting your data'); </script> <?php } // sql query execution function } ?> <!DOCTYPE html> <html dir="ltr" lang="en"> <head> <!-- Meta Tags --> <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="google-site-verification" content="GNmoS-C_UjKLHO-gjcKMpskE5IdqZKgWzrZBja4V8TM" /> <meta name="description" content="DCM Classes" /> <meta name="keywords" content="DCM Classes" /> <meta name="author" content="DCM Classes" /> <!-- Page Title --> <title>DCM Classes</title> <!-- Favicon and Touch Icons --> <link href="images/favicon.png" rel="shortcut icon" type="image/png"> <link href="images/apple-touch-icon.png" rel="apple-touch-icon"> <link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> <link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> <link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"> <!-- Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"> <link href="css/animate.css" rel="stylesheet" type="text/css"> <link href="css/css-plugin-collections.css" rel="stylesheet"/> <!-- CSS | menuzord megamenu skins --> <link href="css/menuzord-megamenu.css" rel="stylesheet"/> <link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-boxed.css" rel="stylesheet"/> <!-- CSS | Main style file --> <link href="css/style-main.css" rel="stylesheet" type="text/css"> <!-- CSS | Preloader Styles --> <link href="css/preloader.css" rel="stylesheet" type="text/css"> <!-- CSS | Custom Margin Padding Collection --> <link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css"> <!-- CSS | Responsive media queries --> <link href="css/responsive.css" rel="stylesheet" type="text/css"> <!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. --> <!-- <link href="css/style.css" rel="stylesheet" type="text/css"> --> <!-- CSS | Theme Color --> <link href="css/colors/theme-skin-color-set2.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <!-- external javascripts --> <script src="js/jquery-2.2.4.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/bootstrap.min.js"></script> <!-- JS | jquery plugin collection for this theme --> <script src="js/jquery-plugin-collection.js"></script> <!-- Revolution Slider 5.x SCRIPTS --> <script src="js/revolution-slider/js/jquery.themepunch.tools.min.js"></script> <script src="js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <style> @media screen and (max-width: 600px) { #callmail { visibility: hidden; display: none; } } </style> </head> <body class=""> <div id="wrapper" class="clearfix"> <!-- Header --> <header id="header" class="header"> <?php $sql_query="SELECT * FROM contact"; $result_set=mysqli_query($con,$sql_query); $fetched_row=mysqli_fetch_array($result_set,MYSQLI_ASSOC); ?> <div class="header-top sm-text-center" style="background-color:#2194f3"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="widget text-white"> <ul class="list-inline xs-text-center text-white mb-sm-10 mt-5 mb-5"> <li class="m-0 pl-10 pr-10" style="color:white;"> <i class="fa fa-whatsapp " ></i> <a href="https://wa.me/<?php echo $fetched_row['whatsapp'] ?>/?text=Hello%20DCM%20Classes%20." style="color:white;" class="font-14"> Whatsapp us</a></li> <li class="m-0 pl-10 pr-10"> <a href="mailto:<?php echo $fetched_row['email'] ?>" class="font-14 text-white"><i class="fa fa-envelope-o text-white"></i> <?php echo $fetched_row['email'] ?></a> </li> </ul> </div> </div> <div class="col-md-6"> <ul class="list-inline sm-pull-none sm-text-center text-right text-white mb-sm-20 mt-10"> <li class="m-0 pl-10" style="background-color:white;border-radius:2px"> <a href="Tel:<?php echo $fetched_row['mobile'] ?>" class="font-14 text-black"><i class="fa fa-phone text-black" ></i> <?php echo $fetched_row['mobile'] ?> </a> </li> <li class="m-0 pl-10 " style="background-color:white;border-radius:2px"> <a href="Tel:<?php echo $fetched_row['mobile2'] ?>" class="font-14 text-black"><i class="fa fa-phone text-black"></i> <?php echo $fetched_row['mobile2'] ?></a> </li> </ul> </div> </div> </div> </div> <div class="header-middle p-0 bg-lightest xs-text-center"> <div class="container pt-5 pb-1"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-3"> <a class="pull-left flip sm-pull-center mb-1 mt-1" href="index.php"><img src="images/logo.jpg" alt="#" style="height:80px; width:100px; border-radius:10px;"></a> </div> <div id="callmail"> <div class="col-xs-12 col-sm-12 col-md-9" > <div class="row" > <div class="col-xs-12 col-sm-12 col-md-3" style="float:right;"> <a class="pull-right flip sm-pull-center mb-1 mt-1" href="https://play.google.com/store/apps/details?id=co.nick.ykhie" target="_blank"><img src="images/play.png" alt="" style="height:70px; width:300px; border-radius:10px;"></a> </div> <div class="col-xs-12 col-sm-4 col-md-5" style="float:right;"> <div class="widget no-border sm-text-center mt-10 mb-10 m-0"> <i class="pe-7s-map-marker text-theme-colored2 font-48 mt-0 mr-15 mr-sm-0 sm-display-block pull-left flip sm-pull-none"></i> <a class="font-13 text-black text-uppercase">Institute Address</a> <h5 class="font-13 m-10" style="color:#2194f3;"><?php echo $fetched_row['address'] ?></h5> </div> </div> <div class="col-xs-12 col-sm-4 col-md-4" style="float:right;"> <div class="widget no-border sm-text-center mt-10 mb-10 m-0"> <i class="pe-7s-phone text-theme-colored2 font-48 mt-0 mr-15 mr-sm-0 sm-display-block pull-left flip sm-pull-none"></i> <a class="font-13 text-black text-uppercase">Call us for more details</a> <h5><a href="Tel:<?php echo $fetched_row['mobile'] ?>" class="font-13 m-0" style="color:#2194f3;"> <?php echo $fetched_row['mobile'] ?></a></h5> </div> </div> </div> </div> </div> </div> </div> </div> <div class="header-nav"> <div class="header-nav-wrapper navbar-scrolltofixed bg-white"> <div class="container"> <nav id="menuzord" class="menuzord default menuzord-responsive"> <ul class="menuzord-menu onepage-nav"> <li class="active"><a href="index.php">Home</a></li> <li><a href="index.php#about">About us</a></li> <li><a href="index.php#courses">Our Courses</a></li> <li><a href="index.php#team">Our Teachers</a></li> <li><a href="index.php#gallery">Gallery</a></li> <li><a href="index.php#testimonials">Testimonials</a></li> <li><a href="index.php#results">Results</a></li> <li><a href="index.php#contact">Contact us</a></li> </ul> <div class="sm-pull-none mb-sm-15" style="float:right;"> <a class="btn btn-colored mt-15 mt-sm-10 pt-10 pb-10" href="https://web.classplusapp.com" target="_blank" style="color:white; background-color:#2194f3;">Student Login</a> </div> </nav> </div> </div> </div> </header> <div style="height:40px; font-size:15px; background-color:#9a0000"> <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();" style="padding:8px;"> <?php $sql_query="SELECT * FROM notification"; $result_set=mysqli_query($con,$sql_query); $i=1; while($row=mysqli_fetch_row($result_set)) { ?> <a style="color:white;"><?php echo $row[1]; ?></a> <a style="color:white;"> || </a> <?php $i++; } ?> </marquee> </div> <!-- Start main-content --> <div class="main-content"> <!-- Section: Result --> <section id="results" class="bg-silver-deep"> <div class="container pb-40"> <div class="section-title"> <div class="row"> <div class="col-md-12"> <h2 class="text-uppercase title"><b>Our <span class="text-theme-colored2">Results</span></b></h2> <div class="double-line-bottom-theme-colored-2"></div> </div> </div> </div> <div> <?php $sql_query="SELECT * FROM resultlist"; $result_set=mysqli_query($con,$sql_query); $i=1; while($row=mysqli_fetch_row($result_set)) { ?> <div class="col-xs-12 col-sm-12 col-md-12"> <div style="text-align:center;"> <h2 class="title" style="color:white;background-color:#2194f3;" ><span><?php echo $row[1]; ?></span></h2> <br> </div> <div class="team-members border-bottom-theme-colored2 text-center maxwidth400 mb-30"> <div class="team-thumb"> <img class="img-fullwidth" alt="" src="admin/uploads/resultlist/<?php echo $row[2]; ?>" style="height:auto; border-radius:10px;"> </div> </div> </div> <?php $i++; } ?> </div> </div> </section> </div> <!-- Footer --> <footer id="contact" class="footer" data-bg-color="#181818"> <?php $sql_query="SELECT * FROM contact"; $result_set=mysqli_query($con,$sql_query); $fetched_row=mysqli_fetch_array($result_set,MYSQLI_ASSOC); ?> <div class="container pt-70 pb-40"> <div class="row"> <div class="col-sm-6 col-md-3"> <div class="widget dark"> <img class="mt-5 mb-20" alt="logo" src="images/logo.jpg" style="height:100px; width:120px; background-color:white; border-radius:10px;"> <p class="text-white"><?php echo $fetched_row['address'] ?></p> <ul class="list-inline mt-5"> <li class="m-0 pl-10 pr-10"> <i class="fa fa-phone text-theme-colored2 mr-5"></i> <a href="Tel:<?php echo $fetched_row['mobile'] ?>" class="text-white"> <?php echo $fetched_row['mobile'] ?> </a></li><br> <li class="m-0 pl-10 pr-10"> <i class="fa fa-phone text-theme-colored2 mr-5"></i> <a href="Tel:<?php echo $fetched_row['mobile2'] ?>" class="text-white"> <?php echo $fetched_row['mobile2'] ?> </a></li><br> <li class="m-0 pl-10 pr-10"> <i class="fa fa-whatsapp text-theme-colored2 mr-5"></i> <a href="https://wa.me/<?php echo $fetched_row['whatsapp'] ?>/?text=Hello%20DCM%20Classes%20." style="color:white"> Whatsapp us</a></li><br> <li class="m-0 pl-10 pr-10"> <i class="fa fa-envelope text-theme-colored2 mr-5"></i> <a href="mailto:<?php echo $fetched_row['email'] ?>" class="text-white"><i class="text-white mr-5"></i><?php echo $fetched_row['email'] ?></a> </ul> <ul class="styled-icons icon-sm icon-bordered icon-circled clearfix mt-10"> <li><a href="https://www.facebook.com/dcm.classes/" target="_blank"><i class="fa fa-facebook"></i></a></li> <li><a href="https://www.youtube.com/user/dcmclasses" target="_blank"><i class="fa fa-youtube"></i></a></li> <li><a href="https://instagram.com/dcm_classes?igshid=t281jyjzbph0" target="_blank"><i class="fa fa-instagram"></i></a></li> </ul> </div> </div> <div class="col-sm-6 col-md-3"> <div class="widget dark"> <h4 class="widget-title line-bottom-theme-colored-2">Useful Links</h4> <ul class="angle-double-right list-border"> <li><a href="index.php" style="color:white">Home</a></li> <li><a href="index.php#about" style="color:white">About us</a></li> <li><a href="index.php#courses" style="color:white">Our Courses</a></li> <li><a href="index.php#team" style="color:white">Our Teachers</a></li> <li><a href="index.php#gallery" style="color:white">Gallery</a></li> <li><a href="index.php#testimonials" style="color:white">Testimonials</a></li> <li><a href="index.php#results" style="color:white">Results</a></li> </ul> </div> </div> <div class="col-sm-6 col-md-3"> <div class="widget dark"> <h4 class="widget-title line-bottom-theme-colored-2">Opening Hours</h4> <div class="opening-hours"> <ul> <li class="clearfix"> <span style="color:white"> Mon - Sat :</span> <div class="value pull-right bg-theme-colored2 text-white closed"> 10.00 am - 06.00 pm </div> </li> <li class="clearfix"> <span style="color:white"> Sunday : </span> <div class="value pull-center bg-theme-colored2 text-white closed"> 10.00 am - 4.00 pm </div> </li> </ul> </div> <br> <a href="https://play.google.com/store/apps/details?id=co.nick.ykhie" target="_blank"><img src="images/play.png" alt="image" style="height:100px; width:100%; border-radius:10px;"></a> </div> </div> <div class="col-sm-6 col-md-3"> <div class="widget dark"> <h4 class="widget-title line-bottom-theme-colored-2">Locate us</h4> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3559.2214746098975!2d75.7656599145984!3d26.864703683148264!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396db5ac22e074a5%3A0xa73f3883841e36f3!2sDCM%20Classes%20(B.Com%20%26%20BBA)!5e0!3m2!1sen!2sin!4v1600598547198!5m2!1sen!2sin" width="600" height="230" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe> </div> </div> </div> </div> <div class="footer-bottom" data-bg-color="white"> <div class="container pt-20 pb-20"> <div class="row"> <div class="col-md-6"> <p class="font-13 text-black-777 m-0 sm-text-center"><b>Copyright ©2020 <span class="text-theme-colored2">DCM Classes.</span></b></p> <p class="font-13 m-0 sm-text-center" style="color:black; align:center">Designed by <b style="color:blue"><a href="https://madnetech.com" target="_blank" style="color:blue;">MADNETECH</a></b></p> </div> </div> </div> </div> </footer> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <!-- Footer Scripts --> <!-- JS | Custom script for all pages --> <script src="js/custom.js"></script> </body> </html>