[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.php
<?php include('header.php'); ?> <!-- Banner BOOSTREP Slider--> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img src="images/banner11rr.jpg" style="width: 100%; height: auto;" alt="Doctor Banner" /> </div> <div class="item"> <img src="images/banner11rrr.jpg" style="width: 100%; height: auto;" alt="Doctor Banner" /> </div> <div class="item"> <img src="images/banner11rrrr.jpg" style="width: 100%; height: auto;" alt="Doctor Banner" /> </div> <!-- DECS--> <div class="decs"> <div class="container"> <div class="banner-form"> <form action="/action_page.php"> <div class="row"> <h3>Tell us more to get started on your cancer treatment </h3> </div> <div class="row"> <div class="col-25"> <label for="fname">First Name</label> </div> <div class="col-75"> <input type="text" id="fname" name="firstname" placeholder="Your name.."> </div> </div> <div class="row"> <div class="col-25"> <label for="lname">Last Name</label> </div> <div class="col-75"> <input type="text" id="lname" name="lastname" placeholder="Your last name.."> </div> </div> <div class="row"> <div class="col-25"> <label for="phnumber">Number</label> </div> <div class="col-75"> <input type="text" id="lname" name="phnumber" placeholder="Phone Number.."> </div> </div> <div class="row"> <div class="col-25"> <label for="email">Email ID</label> </div> <div class="col-75"> <input type="email" id="email" name="email" placeholder="Email ID" > </div> </div> <div class="row"> <div class="col-25"> <label for="country">Country</label> </div> <div class="col-75"> <select id="country" name="country"> <option value="australia">I am looking for best doctor for my cancer treatment</option> <option value="I want a second opinion from expert oncologists">I want a second opinion from expert oncologists</option> <option value="I have a different question">I have a different question</option> </select> </div> </div> <div class="row"> <p><input type="checkbox" name="vehicle1" value="Bike">I agree to Doctor Connor's <span>terms & conditions</span> and <span>privacy policy</span></p> </div> <div class="row"> <input type="submit" value="Submit"> </div> </form> </div> </div> </div> <!-- // DECS--> </div> </div> <!-- // Banner BOOSTREP Slider--> <!-- Online --> <div class="online-dr"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-sx-12" style="padding:0;"> <div class="col-md-3 col-sm-3 col-sx-12" style="border-right: 1px solid;"> <div class="lt"> <img src="images/se1.jpg" style="width: 100%; height: auto;" alt="Doctor Banner" /> </div> <div class="rt"> <h3>10+ Years' Experience</h3> <p>Lorem Ipsum is simply dummy text of the printing Lorem Ipsum is .</p> </div> </div> <div class="col-md-3 col-sm-3 col-sx-12" style="border-right: 1px solid;"> <div class="lt"> <img src="images/se2.jpg" style="width: 100%; height: auto;" alt="Doctor Banner" /> </div> <div class="rt"> <h3>10K+ Patients Treated</h3> <p>Lorem Ipsum is simply dummy tex d typesetting industry.</p> </div> </div> <div class="col-md-3 col-sm-3 col-sx-12" style="border-right: 1px solid;"> <div class="lt"> <img src="images/se3.jpg" style="width: 100%; height: auto;" alt="Doctor Banner" /> </div> <div class="rt"> <h3>Top Oncologists</h3> <p>Lorem Ipsum is simply dummy text of the print the printing and typesetting industry.</p> </div> </div> <div class="col-md-3 col-sm-3 col-sx-12"> <div class="lt"> <img src="images/on-line.png" style="width: 100%; height: auto;" alt="Doctor Banner" /> </div> <div class="rt"> <h3>Get Online Opinion</h3> <p>Detailed treatment report created by a multidisciplinary team of cancer specialists</p> </div> </div> </div> </div> </div> </div> <!-- //Online --> <!-- about --> <div class="about" id="about"> <div class="bg-block"> <div class="rt-block"> <div id="typed-strings" class="agileits_w3layouts_strings"> <p><strong>Dr. </strong><span id="typed2">Lorem Ipsum </span> <strong>Lorem Ipsum </strong></p> <p><span id="typed2">Lorem Ipsum , Lorem Ipsum <strong>Lorem Ipsum is simply dummy </strong>.</span> </p> <p><span id="typed2"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </span> </p> </div> <span id="typed" style="white-space:pre;"></span> <h2></h2> <p class="all-text"><strong>Lorem Ipsum is simply dummy text of the printing </strong> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy </p> <a href="about.php">Read More...</a> </div> <div class="lt-block"> <div class="video-w3l" data-vide-bg="video/world" style="position: relative;"> <div style="position: absolute; z-index:9; top: 0px; left: 0px; bottom: 0px; right: 0px; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; background-image: none;"><video autoplay="" loop="" muted="" style="margin: auto; position: absolute; z-index: -1; top: 50%; left: 50%; transform: translate(-50%, -50%); visibility: visible; width:100%; height: auto;"><source src="video/world.mp4" type="video/mp4"><source src="video/world.webm" type="video/webm"><source src="video/world.ogv" type="video/ogg"></video> </div> </div> </div> <div class="clearfix"></div> </div> </div> <!-- //about --> <!-- Appointments --> <div class="appointments"> <div class="container"> <div class="spec aos-init aos-animate" data-aos="fade-down" style="transition:all 1500ms ease-in-out"> <h2>Know our cancer specialists</h2> </div> <div class="row"> <?php $count=1; $sq="select * from doctor order by id desc"; $r=mysqli_query($con,$sq); while($row=mysqli_fetch_array($r)){ $doc=$row['doctor_id']; $name=$row['name']; $cate=$row['category']; $img=$row['image']; ?> <div class="col-md-2 col-sm-2 col-sx-12" style="padding:0 5px;"> <div class="appointments-box"> <img src="doctor_corner/doctor_img/<?=$img?>" alt="Notebook" style="width:100%;"> <div class="overlay"> <div class="text"> <a href="dr-profile.php?id=<?=base64_encode($doc)?>">Profile View</a> <input type="hidden" value="<?=base64_encode($doc)?>" id="id<?=$count;?>"> <script> $(document).ready(function(){ // Add more $('#check<?=$count;?>').click(function(){ var user_id="<?php echo $_SESSION['user_id']; ?>"; var x =$("#id<?=$count;?>").val(); if(user_id==""){ alert('Please Login to generate enquiry'); window.location.href='login.php?url=<?=base64_encode($_SERVER[REQUEST_URI])?>'; return false; }else{ window.location.href='enquiry.php?id=<?=base64_encode($doc)?>'; return true; } }); }); </script> <a href="#" id="check<?=$count;?>">Enquiry</a> </div> </div> <div class="content"> <h3><?=$name;?></span></h3> <p><?=$cate;?></p> </div> </div> </div> <?php ++$count;} ?> </div> </div> </div> <!-- // Appointments --> <!-- Article --> <div class="article"> <div class="container"> <div class="spec aos-init aos-animate" data-aos="fade-down" style="transition:all 1500ms ease-in-out"> <h2>Article Published</h2> </div> <div class="row"> <div id="article-demo" class="owl-carousel"> <div class="item"> <a href="article.php"> <div class="servi-shadow"> <span class="fa fa-h-square" aria-hidden="true"></span> <h4>Dr: S.sengupta</h4> <p>Lorem Ipsum is simply dummy text of the printing Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </div> </a> </div> <div class="item"> <a href="article.php"> <div class="servi-shadow"> <span class="fa fa-heart" aria-hidden="true"></span> <h4>Dr: R.hajumdar</h4> <p>Lorem Ipsum is simply dummy text of the printing Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p> </div> </a> </div> </div> </div> </div> </div> <!-- // Article --> <!-- Learn how we are helping Cancer Patients around the world! // patients --> <div class="patients"> <div class="container"> <div class="spec aos-init aos-animate" data-aos="fade-down" style="transition:all 1500ms ease-in-out"> <h2>Learn how we are helping Cancer Patients around the world!</h2> </div> <div class="row"> <div class="col-md-3 col-sm-3 col-sx-12" style=""> <div class="patients-world"> <a href="patient.php"> <img src="images/patient1.jpg" alt="patients-world" /> <p>Survivorship and beyond in childhood cancers- Impact of proton therapy</p> </a> </div> </div> <div class="col-md-3 col-sm-3 col-sx-12" style=""> <div class="patients-world"> <a href="patient.php"> <img src="images/patient2.jpeg" alt="patients-world" /> <p>Survivorship and beyond in childhood cancers- Impact of proton therapy</p> </a> </div> </div> <div class="col-md-3 col-sm-3 col-sx-12" style=""> <div class="patients-world"> <a href="patient.php"> <img src="images/patient4.jpg" alt="patients-world" /> <p>Survivorship and beyond in childhood cancers- Impact of proton therapy</p> </a> </div> </div> <div class="col-md-3 col-sm-3 col-sx-12" style=""> <div class="patients-world"> <a href="patient.php"> <img src="images/patient3.jpg" alt="patients-world" /> <p>Survivorship and beyond in childhood cancers- Impact of proton therapy</p> </a> </div> </div> </div> </div> </div> <!-- Learn how we are helping Cancer Patients around the world! --> <!-- testimonials --> <div class="testimonials"> <div class="container"> <div class="row"> <div id="testimonials-demo" class="owl-carousel"> <div class="item"> <div class="testmin-box"> <i class="fa fa-user tes"></i> <h6>Lorem Ipsum</h6> <p>Lorem Ipsum is simply dummy text of the printing Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p> </div> </div> <div class="item"> <div class="testmin-box"> <i class="fa fa-user tes"></i> <h6>Lorem Ipsum</h6> <p>Lorem Ipsum is simply dummy text of the printing Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p> </div> </div> <div class="item"> <div class="testmin-box"> <i class="fa fa-user tes"></i> <h6>Lorem Ipsum</h6> <p>Lorem Ipsum is simply dummy text of the printing Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p> </div> </div> </div> </div> </div> </div> <!-- //testimonials --> <!-- Footer--> <?php include('footer.php');?>
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.7 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