[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.php
<?php include('header.php'); $show=new Oops($db);?> <div class="container"> <div class="header" id="home"> <div class="row"> <div class="col-md-4 col-sm-4 col-sx-1"> </div> <div class="col-md-8 col-sm-8 col-sx-11"> <div class="logo-block"> <img src="../documents/<?=$logo?>" alt="<?=$com_name?>" title="<?=$com_name?>" class="logo"> <h3 style="font-family: BlackOpsOne-Regular;"><?=$company_website?></h3> <h6 style="font-family: BlackOpsOne-Regular;"><?=$com_name?></h6> </div> </div> </div> </div> <div class="contact-top"> <ul> <li title="Rahul Mishra"><i class="fa fa-phone"></i>+91 <?=$phone1?></li> <li title="Enquiry Email" style="background: linear-gradient(90deg, rgb(4 0 255) 10%, rgb(255 255 255) 10%);"> <i class="fa fa-envelope" aria-hidden="true"></i><?=$email?></li> <li title="What'sApp" style=" background: linear-gradient(90deg, rgb(0 255 149) 10%, rgb(255 255 255) 10%);"> <i class="fa fa-whatsapp"></i><?=$phone2?></li> <li title="Location" style=" background: linear-gradient(90deg, rgb(255 0 0) 10%, rgb(255 255 255) 10%);"> <i class="fa fa-map-marker"></i><?=$address?></li> <li title="website" style=" background: linear-gradient(90deg, rgb(145 0 255) 10%, rgb(255 255 255) 10%);"> <i class="fa fa-chrome"></i><?=$company_website?></li> </ul> </div> <div class="dropdown-top"> <form action="" id="form" method="post"> <div class="input-group"> <input type="text" class="whatsapp" name="Whatsapp" placeholder="Enter Whatsapp Number" required=""> </div> <div class="input-group"> <button style="background: #68bb64;"><i class="fa fa-whatsapp"></i> Whatsapp share </button> </div> <div class="input-group"> <button style="">Add to phone book <i class="fa fa-download"></i></button> </div> <div class="input-group"> <button style="">Share <i class="fa fa-share-alt"></i></button> </div> </form> </div> </div> <!-- About --> <div class="container"> <div class="header-top"> <ul> <li style="background: #ff8f08;"></li> <li style="background: #00baff;"></li> <li style="background: #00ff30;"></li> <li style="background: #ff3c00;"></li> <li style="background: #007eff;"></li> </ul> </div> <div class="about-top" id="about"> <h2>About Us</h2> <h3><span>Company Name : </span><?=$com_name?></h3> <p><?=$about?></p> </div> </div> <!-- service --> <div class="container"> <div class="header-top"> <ul> <li style="background: #ff8f08;"></li> <li style="background: #00baff;"></li> <li style="background: #00ff30;"></li> <li style="background: #ff3c00;"></li> <li style="background: #007eff;"></li> </ul> </div> <div class="service-top" id="service"> <h2>Services / Product</h2> <div id="services-slider" class="owl-carousel"> <?php $count=1; $sr='service'; $stmt =$show->readwithdata($sr,'client_id',$cid); $num = $stmt->rowCount(); if($num>0){ while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ ?> <div class="item"> <h5><?=$row['service_title']?></h5> <img src="../client_admin/images/<?=$row['service_img']?>" alt="" class="pro-img"> <a href="#">Contact</a> </div> <?php } } ?> </div> </div> </div> <!-- GALLERY --> <div class="container"> <div class="header-top"> <ul> <li style="background: #ff8f08;"></li> <li style="background: #00baff;"></li> <li style="background: #00ff30;"></li> <li style="background: #ff3c00;"></li> <li style="background: #007eff;"></li> </ul> </div> <div class="gallery-top" id="gallery"> <h2>Gallery</h2> <div id="gallery-slider" class="owl-carousel"> <?php $count=1; $stmt =$show->readwithdata('gallery','client_id',$cid); $num = $stmt->rowCount(); if($num>0){ while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ ?> <div class="item"> <img src="../client_admin/images/<?=$row['img']?>" alt="" class="gallery-img"> </div> <?php } } ?> </div> </div> </div> <!-- video --> <div class="container"> <div class="header-top"> <ul> <li style="background: #ff8f08;"></li> <li style="background: #00baff;"></li> <li style="background: #00ff30;"></li> <li style="background: #ff3c00;"></li> <li style="background: #007eff;"></li> </ul> </div> <div class="video-top" id="video"> <h2>Video</h2> <div id="video-slider" class="owl-carousel"> <?php $count=1; $stmt =$show->readwithdata('video','client_id',$cid); $num = $stmt->rowCount(); if($num>0){ while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ ?> <div class="item"> <iframe width="100%" height="auto" src="https://www.youtube.com/embed/<?=$row['url']?>" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <?php } } ?> </div> </div> </div> <!-- feedback --> <div class="container"> <div class="header-top"> <ul> <li style="background: #ff8f08;"></li> <li style="background: #00baff;"></li> <li style="background: #00ff30;"></li> <li style="background: #ff3c00;"></li> <li style="background: #007eff;"></li> </ul> </div> <div class="feedback-top" id="feedback"> <h2>Feedback</h2> <form action="" id="form" method="post"> <div class="input-group"> <input type="text" name="name" placeholder="Enter Your Name" required=""> </div> <div class="input-group"> <input type="text" name="name" placeholder="Enter Feedback" required=""> </div> <input type="submit" value="Submit"> </form> </div> </div> <!-- ENQUIRY FORM --> <div class="container"> <div class="header-top"> <ul> <li style="background: #ff8f08;"></li> <li style="background: #00baff;"></li> <li style="background: #00ff30;"></li> <li style="background: #ff3c00;"></li> <li style="background: #007eff;"></li> </ul> </div> <div class="enquuiry-top" id="enquuiry"> <h2>Enquuiry Form</h2> <form action="" id="form" method="post"> <div class="input-group"> <input type="text" name="name" placeholder="Enter Your Name" required=""> </div> <div class="input-group"> <input type="email" name="Email" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}" required=""> </div> <div class="input-group"> <input type="text" name="Phone" value="Phone" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Phone';}" required=""> </div> <div class="input-group"> <textarea name="Message" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message...';}" required="">Enter Message...</textarea> </div> <input type="submit" value="Submit"> </form> </div> </div> <!-- PAYMENT --> <div class="container"> <div class="header-top"> <ul> <li style="background: #ff8f08;"></li> <li style="background: #00baff;"></li> <li style="background: #00ff30;"></li> <li style="background: #ff3c00;"></li> <li style="background: #007eff;"></li> </ul> </div> <div class="payment-top" id="payment"> <h2>Payment</h2> <div class="pay-det"> <p>Paytm Number<span> : <?=$paytm?></span></p> <p>Phone Pe Number<span> : <?=$phonepe?></span></p> <p>Google Pe Number<span> : <?=$gpay?></span></p> </div> <div class="pay-det"> <h3>Account Details</h3> <br> <p>Bank Name<span> : <?=$bank?></span></p> <p>IFSC code<span> : <?=$ifsc_code?></span></p> <p>Account Holder Name<span> : <?=$ac_name?></span></p> <p>Account Number<span> : <?=$ac_no?></span></p> </div> <div class="pay-det"> <h3>QR Codes</h3> <br> <img src="../documents/<?=$paytm_img?>" alt="" class="pay-img"> <img src="../documents/<?=$phonepay_img?>" alt="" class="pay-img"> <img src="../documents/<?=$gpay_img?>" alt="" class="pay-img"> </div> </div> </div> <?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: 691.89 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