X7ROOT File Manager
Current Path:
/home/u126090504/domains/kiitacademy.in/public_html
home
/
u126090504
/
domains
/
kiitacademy.in
/
public_html
/
📄
+2-Arts&Commerce.php
(6.81 KB)
📁
..
📄
.htaccess
(1.12 KB)
📄
about-us.php
(9.37 KB)
📄
achievers.php
(3.36 KB)
📁
admin
📄
admission.php
(4.92 KB)
📄
admission_submit.php
(1.48 KB)
📄
album.php
(890 B)
📄
cleanup_README.txt
(1.25 KB)
📄
computer-courses.php
(22.83 KB)
📄
config.php
(1.21 KB)
📄
contact-us.php
(8.19 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-message.php
(4.53 KB)
📄
downloads.php
(3.14 KB)
📄
error.log
(13.82 KB)
📄
facilities.php
(13.29 KB)
📄
faculty.php
(3.56 KB)
📁
fonts
📄
footer.php
(5.7 KB)
📄
franchise.php
(2.09 KB)
📄
gallery.php
(3.32 KB)
📄
header.php
(11.92 KB)
📁
images
📄
index.php
(39.44 KB)
📁
js
📁
kiit
📄
kiit-backup.zip
(85.95 MB)
📁
lib
📄
media.php
(2.76 KB)
📄
payment.php
(8.88 KB)
📄
payment_submit.php
(10.97 KB)
📄
payment_verify.php
(2.31 KB)
📄
peret.php
(266.87 KB)
📁
qrcodes
📁
revolution
📄
search_videos.php
(1.76 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
u721653068_kiitinst25.sql
(17.4 KB)
📁
uploads
📄
videos.php
(4.38 KB)
Editing: admission.php
<?php require_once 'config.php'; ?> <?php include("header.php"); ?><!--header end--> <!-- page-title --> <div class="ttm-page-title-row"> <div class="ttm-page-title-row-inner ttm-textcolor-white"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="page-title-heading"> <h4 class="title">Admission</h4> </div> <div class="breadcrumb-wrapper"> <span><a title="Homepage" href="index.html">Home</a></span> <span class="ttm-bread-sep"> > </span> <span class="current">Admission</span> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!--admission--> <section class="ttm-row skill-section_2 bg-img14 ttm-bgcolor-skincolor clearfix"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-12"> <div class="border-18px-solid white-border ttm-bgcolor-grey spacing-14"> <div class="ttm-bgcolor-darkgrey"> <!-- section-title --> <div class="section-title"> <div class="title-header pt-33 pl-35"> <h2 class="title">Admission Form</h2> </div> <div class="seperator-angle ttm-textcolor-darkgrey"></div> </div><!-- section-title end --> </div> <!-- ✅ FORM with reCAPTCHA --> <form action="admission_submit.php" method="post" class="ttm-contact_form wrap-form spacing-13" novalidate> <!-- Honeypot (bots fill hidden fields) --> <input type="text" name="website" value="" autocomplete="off" tabindex="-1" aria-hidden="true" style="position:absolute; left:-5000px; opacity:0; height:0; width:0; pointer-events:none;"> <!-- Full Name --> <label><span class="text-input"> <input name="name" type="text" placeholder="Full Name*" required> </span></label> <!-- Father's Name --> <label><span class="text-input"> <input name="father_name" type="text" placeholder="Father's Name*" required> </span></label> <!-- Mobile Number --> <label><span class="text-input"> <input name="number" type="tel" placeholder="Mobile Number*" required> </span></label> <!-- Email --> <label><span class="text-input"> <input name="email" type="email" placeholder="Email*" required> </span></label> <!-- Date of Birth --> <label><span class="text-input"> <input name="dob" type="date" required> </span></label> <!-- Address --> <label><span class="text-input"> <input name="address" type="text" placeholder="Address*" required> </span></label> <!-- School/College --> <label><span class="text-input"> <input name="school" type="text" placeholder="School / College Name*" required> </span></label> <!-- Select Course --> <label><span class="text-input"> <select name="course" required> <option value="">-- Select Course* --</option> <option value="+2 Arts">+2 Arts</option> <option value="+2 Commerce">+2 Commerce</option> <option value="OS-CIT">OS-CIT</option> <option value="OS-CIT(A)">OS-CIT(A)</option> <option value="OS-CIT(A+)">OS-CIT(A+)</option> <option value="Summer Course">Summer Course</option> </select> </span></label> <!-- Message --> <label><span class="text-input"> <textarea name="message" rows="3" placeholder="Message"></textarea> </span></label> <!-- 🔒 reCAPTCHA widget --> <div class="form-group" style="margin:10px 0;"> <div class="g-recaptcha" data-sitekey="<?php echo htmlspecialchars(RECAPTCHA_SITE_KEY); ?>"></div> </div> <button class="submit ttm-btn ttm-btn-size-md ttm-btn-shape-square ttm-btn-style-fill ttm-btn-color-dark mt-8" type="submit"> Submit Now! </button> </form> </div> </div> </div><!-- row end --> </div> </section> <!--admission--> </div><!--site-main end--><br/><br/><br/> <?php include("footer.php"); ?> <!-- Google reCAPTCHA JS (must be on page with widget) --> <script src="https://www.google.com/recaptcha/api.js" async defer></script>
Upload File
Create Folder