[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.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.</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> </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"> <h4>MOST POPULAR</h4> <div class="package-box"> <img class="img-package" src="<?=$pic_img?>/<?=$row['img']?>" alt="monthly "> <h3><?=$row['package_name']?></h3> <p>Price : <b>₹ <?=$row['price']?></b> </p> <a onclick="check_package('<?=base64_encode($row['package_id'])?>')" class="buy-pack-main"> Choose plan </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"> <h1><b>Classic </b> <br>Everything you need to get started</h1> <h3>Quarterly Package </h3> <p>Price : <b>₹ 3000</b> </p> <a onclick="" class="buy-pack-main"> Choose plan </a> <h5>Get 48 months for ₹7,152.00 (regular price ₹28,752.00). Renews at ₹449.00/mo. </h5> <ul> <li><b>Quarterly Package benefits: </b></li> <li><i class="fas fa-check"></i> Free domain for 3 month </li> <li><i class="fas fa-check"></i>Keep every site safe with free SSL </li> <li><i class="fas fa-check"></i>Migrate your site for free and with no downtime </li> <li><i class="fas fa-check"></i>Build sites in minutes with AI Website Builder </li> </ul> </div> </div> <div class="col-md-3 col-sm-6 col-sx-6"> <div class="package-box"> <h1><b>Normal </b> <br>Everything you need to get started</h1> <h3>Half Yearly Packages</h3> <p>Price : <b>₹ 3000</b> </p> <a onclick="" class="buy-pack-main"> Choose plan </a> <h5>Get 48 months for ₹7,152.00 (regular price ₹28,752.00). Renews at ₹449.00/mo. </h5> <ul> <li><b>Premium benefits: </b></li> <li><i class="fas fa-check"></i> Free domain for 6 month </li> <li><i class="fas fa-check"></i>Keep every site safe with free SSL </li> <li><i class="fas fa-check"></i>Get weekly auto backups for easy data recovery </li> <li><i class="fas fa-check"></i>Email marketing <span>NEW</span> </li> <li><i class="fas fa-check"></i>Build sites in minutes with AI Website Builder </li> </ul> </div> </div> <div class="col-md-3 col-sm-6 col-sx-6"> <div class="package-box"> <h1><b>Cloud Startup </b> <br>Everything you need to get started</h1> <h3>Yearly Package </h3> <p>Price : <b>₹ 3000</b> </p> <a onclick="" class="buy-pack-main"> Choose plan </a> <h5>Get 48 months for ₹7,152.00 (regular price ₹28,752.00). Renews at ₹449.00/mo. </h5> <ul> <li><b>Premium benefits: </b></li> <li><i class="fas fa-check"></i> Free domain for 1 year </li> <li><i class="fas fa-check"></i>Keep every site safe with free SSL </li> <li><i class="fas fa-check"></i>Get weekly auto backups for easy data recovery </li> <li><i class="fas fa-check"></i>Email marketing <span>NEW</span> </li> <li><i class="fas fa-check"></i>Migrate your site for free and with no downtime </li> <li><i class="fas fa-check"></i>Build sites in minutes with AI Website Builder </li> </ul> </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;"> <?php $count=1; $stmt=$show->readAll_clause('faq','order by id asc limit 5'); $num=$stmt->rowCount(); if($num>0){ while($row=$stmt->fetch(PDO::FETCH_ASSOC)){ ?> <button class="accordion"><?=htmlspecialchars_decode($row['question'])?></button> <div class="accordion-content"> <?=htmlspecialchars_decode($row['faq'])?> </div> <?php } } ?> </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> </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: 677.97 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