[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index_old.php
<?php include 'settings/settings.php'; ?> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title><?=$company_title?></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="images/fav-new.png" type="image/x-icon"/> <!--<link rel="icon" href="<?=$favicon?>" type="image/x-icon"/>--> <meta name="keywords" content="<?=$meta_keyword?>" /> <meta name="description" content="<?=$meta_description?>" /> <script type="applijewelleryion/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!--fonts--> <link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <!--fonts --> <!--fonts--> <link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Aclonica&family=Nunito:wght@200&display=swap" rel="stylesheet"> <!--fonts --> <!-- Custom Theme files --> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <!-- bootstrap css --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <link href="css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" href="fonts/fontawesome-webfont.ttf" type="text/css" media="all"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" media="screen" href="css/particle.css"/> <!--<link href="css/style.css" rel='stylesheet' type='text/css' /> --> <link href="css/chef.css" rel='stylesheet' type='text/css' /> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css"> <link href="css/aos.css" rel="stylesheet" type="text/css"> <script src="admin@/assets/sweetalert-master/dist/sweetalert.min.js"></script> <link rel="stylesheet" type="text/css" href="admin@/assets/sweetalert-master/dist/sweetalert.css"> <script src="js/jquery-1.11.1.min.js"></script> </head> <body> <!-- Custom Theme files --> <div class="body-right"> <ul> <li><a href="<?=$fb?>" target="_blank" title="FACEBOOK" style="background: #4164b0;"><i class="fa fa-facebook-f"></i> Facebook</a></li> <li><a href="#" target="_blank" title="Twitter" style="background: #00a7e7;"><i class="fa fa-twitter"></i> Twitter</a></li> <li><a href="<?=$insta?>" target="_blank" title="Instagram" style="background: #ff9426;"><i class="fa fa-instagram"></i> Instagram</a></li> <li><a href="#" target="_blank" title="Youtube" style="background: #f00;"><i class="fa fa-youtube"></i> Youtube</a></li> </ul> </div> <!-- GetButton.io widget --> <script type="text/javascript"> (function () { var options = { whatsapp: "+916290020740 ", // WhatsApp number email: "srandfppl@gmail.com", // Email call_to_action: "Message us", // Call to action button_color: "#A8CE50", // Color of button position: "left", // Position may be 'right' or 'left' order: "whatsapp,email", // Order of buttons }; var proto = document.location.protocol, host = "getbutton.io", url = proto + "//static." + host; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js'; s.onload = function () { WhWidgetSendButton.init(host, proto, options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); </script> <!-- /GetButton.io widget --> <style> .container { width: 1080px; overflow: hidden; } .owl-dot{display: none;} .owl-dot span{display: none;} </style> <!-- JOIN US chef --> <div class="chef-join" id="join-form"> <img src="images/join-us-banner.png" alt="" class="j-u-bg" data-aos="fade-right" style=" transition:1000ms ease-in-out;"> <form data-aos="fade-right" method="post" style=" transition:1900ms ease-in-out;" > <h2>JOIN <b>US</b></h2> <h5>Be a homechef and Create your own identity, social standing and stable income.<br> <b>Register with us to start cooking today!!!</b></h5> <input type="text" name="name" placeholder="Name" required=""> <input type="email" name="email" placeholder="Email" required=""> <input type="text" name="phone" placeholder="Phone no" required=""> <input type="text" name="city" placeholder="City" required=""> <input type="text" name="locality" placeholder="Locality" required=""> <div class="capt-div" style="position: relative;"> <img src="images/captcha_background.png" class="captcha-hed"><span class="captcha-text"> <input type="text" name="captcha" style="color:#000 !important" value="<?php echo rand(0,1999); ?>" readonly> </span> </div> <input type="text" name="put_captcha" placeholder="Captcha Please" required=""> <input type="submit" name="sub" value="SUBMIT"> </form> <?php if(isset($_POST['sub'])){ if($_POST['captcha']!=$_POST['put_captcha']){ echo "<script>alert('Oops !! Captcha is invalid!!')</script>"; }else{ $data = array( 'name' => htmlentities(strip_tags($_POST['name'])), 'phone' => htmlentities(strip_tags($_POST['phone'])), 'email' => htmlentities(strip_tags($_POST['email'])), 'city'=>htmlentities(strip_tags($_POST['city'])), ); if($show->insert('join_us',$data)){ $email_subject = "Join Us Enquiry"; $em11='<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">'; $email_content1="<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='https://www.w3.org/1999/xhtml'> <head> <title>Test Email Sample</title> <meta http–equiv='Content-Type' content='text/html; charset=UTF-8' /> <meta http–equiv='X-UA-Compatible' content='IE=edge' /> <meta name='viewport' content='width=device-width, initial-scale=1.0 ' /> <style> h2{ color:#000; font-size:26px; } #b{ width:500px; font-size:15px; } th{ background-color:#fff; } </style> </head> <body style='background-color:f9f7f7; text-align:center;font-size:17px;'> <table style='margin-left: auto; margin-right: auto;border: 20px double #b5bcbf;width:600px; text-align:center;font-size:16px;'> <tr><td style='background-color:#e40046'> <img src='$company_logo' width='50%'></td></tr> <tr><td style='text-align:center;'> <h3 style='text-align: center;font-size: 17px; text-transform: uppercase;'>Welcome to $company_name</h3></td></tr> <tr><td text-align:center;font-size:14px;><br>Hi Admin,<br><br> New JOIN US enquiry has come please login in to your admin panel to see the details. <br> <br><br><br><br> <br> </td></tr> </tr> </table> <p><b>Stay in touch with Us</b></p> <p><a href='$fb' target='_blank'><img src='$link_url/images/fb.png' width='50px'></a> <a href='$insta' target='_blank'><img src='$link_url/images/insta.png' width='55px'></a> </p> <p><b>$company_name</b><br> Web : $website<br> Email : $email<br> Phone : $phone<br> </p> <small>Copyright ©<?=date('Y')?> $company_name,$address. All rights reserved. </small> </body></html>"; $email_content=" <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='https://www.w3.org/1999/xhtml'> <head> <title>Test Email Sample</title> <meta http–equiv='Content-Type' content='text/html; charset=UTF-8' /> <meta http–equiv='X-UA-Compatible' content='IE=edge' /> <meta name='viewport' content='width=device-width, initial-scale=1.0 ' /> <style> h2{ color:#000; font-size:26px; } #b{ width:500px; font-size:15px; } th{ background-color:#fff; } </style> </head> <body style='background-color:f9f7f7; text-align:center;font-size:17px;'> <table style='margin-left: auto; margin-right: auto;border: 20px double #b5bcbf;width:600px; text-align:center;font-size:16px;'> <tr><td style='background-color:#e40046'> <img src='$company_logo' width='50%'></td></tr> <tr><td style='text-align:center;'> <h3 style='text-align: center;font-size: 17px; text-transform: uppercase;'>Welcome to The Sajh</h3></td></tr> <tr><td text-align:center;font-size:14px;><br>Hi ".$_POST['name'].",<br><br> Thank you for showing interest on us. We will contact you soon. <br><br> <br><br><br><br> <br> </td></tr> </tr> </table> <p><b>Stay in touch with Us</b></p> <p><a href='$fb' target='_blank'><img src='$link_url/images/fb.png' width='50px'></a> <a href='$insta' target='_blank'><img src='$link_url/images/insta.png' width='55px'></a> </p> <p><b>$company_name</b><br> Web : $website<br> Email : $email<br> Phone : $phone<br> </p> <small>Copyright ©<?=date('Y')?> $company_name,$address. All rights reserved. </small> </body></html>"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; if(@mail($email,$email_subject,$email_content1,$headers) && @mail($_POST['email'],$email_subject,$email_content,$headers)) { // echo "<script>window.location.href='otp.php?id=".base64_encode($capcha)."&uid=".base64_encode($id)."&m=".base64_encode($mail_id)."'</script>"; } else { //echo "<script>alert('Registration is Complete. Login to continue shopping.')</script>"; } echo '<script> setTimeout(function() { swal({ title: "Thank You ", text:"for joining us! we will contact you soon", type: "success" }, function() { window.location = "index.php"; }); }, 1000); </script>'; } } }?> </div> <div class="chef-about"> <div> <div class="title-section text-center"> <!--<h3 class="w3ls-title" data-aos="fade-down" style=" transition:500ms ease-in-out;">About <span>us</span></h3>--> </div> <div class="row"> <div class="col-md-6 col-sm-6 col-sx-12" data-aos="fade-left" style=" transition:1900ms ease-in-out;"> <div class="chef-about-text" style="text-align: center;"> <h2>“ We are <span>the SAJH ” </span></h2> <h4>We Spread flavors of home, from your kitchen to someone hungry.</h4> <ul> <li data-aos="fade-right" method="post" style=" transition:1500ms ease-in-out;" >Become a home masterchef, showcase your cooking talent and <br> become financially independent from your kitchen,so just cook,<br>earn and add some extra value to your family.</li> <li data-aos="fade-right" method="post" style=" transition:1700ms ease-in-out;" >Sign up to become a part of <b>The SAJH</b>.</li> </ul> </div> </div> <div class="col-md-6 col-sm-6 col-sx-12" data-aos="fade-right" style=" transition:2000ms ease-in-out;"> <div class="chef-about-img"> <video autoplay="" muted="" loop="" id="myVideo" style="width:100%;border: 10px solid #ddfffe;"> <source src="video/thesajh-vi.mp4" type="video/mp4" style="width:100%;"> </video> <div id="chef-about-slider" class="owl-carousel" style="display:none;"> <div class="item"> <img src="images/about-lt-img.jpg"> </div> <div class="item"> <img src="images/about-lt-img.jpg"> </div> <div class="item"> <img src="images/about-lt-img.jpg"> </div> </div> </div> </div> </div> </div> </div> <div class="chef-why"> <div class="container"> <div class="title-section text-center"> <h3 class="w3ls-title" data-aos="fade-down" style=" transition:2300ms ease-in-out;">Why <span>We</span></h3> <h6>We are the Country's first platform to bring homemade food at your doorstep.</h6> </div> <div class="row"> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="chef-why-box" data-aos="fade-right" style=" transition:1000ms ease-in-out;"> <img src="images/we1.png"> <p>All Types of Delicious Food</p> </div> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="chef-why-box" data-aos="fade-right" style=" transition:1500ms ease-in-out;"> <img src="images/we2.png"> <p>Home cooked meals to make you feel home</p> </div> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="chef-why-box" data-aos="fade-right" style=" transition:1900ms ease-in-out;"> <img src="images/we3.png"> <p>Easy online ordering for takeout and delivery</p> </div> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="chef-why-box"> <img src="images/we4.png"> <p>Great dishes from cooks and chefs</p> </div> </div> </div> </div> </div> <!-- BANNER chef --> <div class="chef-banner-video"> <video autoplay="" muted="" loop="" id="myVideo"> <source src="video/hotel-chef-v2.mp4" type="video/mp4" style="width:100%;"> <!--<source src="video/hotel-chef-v2.mp4" type="video/mp4" style="width:100%;"> --> </video> <div class="chef-banner-video-dce" style=""> <div id="chef-banner-slider" class="owl-carousel"> <div class="item"> <span data-aos="zoom-in" style=" transition:1500ms ease-in-out;"><img src="images/chef-logo.jpg"></span> <h1 data-aos="fade-down" style=" transition:2500ms ease-in-out;">Start the journey from kitchen to the hearts of million</h1> <a href="#join-form" data-aos="fade-down" style=" transition:2900ms ease-in-out;">JOIN US NOW</a> </div> <div class="item"> <span data-aos="zoom-in" style=" transition:1500ms ease-in-out;"><img src="images/chef-logo.jpg"></span> <h1 data-aos="fade-down" style=" transition:2500ms ease-in-out;">Showcase your culinary skill and be financially independent</h1> <a href="#join-form" data-aos="fade-down" style=" transition:2900ms ease-in-out;">JOIN US NOW</a> </div> <div class="item"> <span data-aos="zoom-in" style=" transition:1500ms ease-in-out;"><img src="images/chef-logo.jpg"></span> <h1 data-aos="fade-down" style=" transition:2500ms ease-in-out;">Earn by making food for someone craving home cooked meals</h1> <a href="#join-form" data-aos="fade-down" style=" transition:2900ms ease-in-out;">JOIN US NOW</a> </div> </div> </div> </div> <div class="chef-testmonial"> <img src="images/test-bg-new2.jpg" class="c-t-bg"> <div class="testmonial-dec"> <div class="testmoiinial-text-box"> <div id="testmonial-slider" class="owl-carousel"> <div class="item"> <div class="row"> <div class="col-md-8 col-sm-8 col-xs-8"> <p>My entire daily routine involved in and around the kitchen cooking up meals for the family. However as much as I loved it, I always felt that I could do more but leaving the confines of my home scared me. Thanks to The SAJH, I have finally found a purpose with my cooking. Not only do I feel great about being a housewife earning from my house but also love the new sense of identity I have got due to The SAJH.</p> <h6>- <b>Home Chef</b> Dipa Dhar</h6> </div> <div class="col-md-4 col-sm-4 col-xs-4"> <div class="item-test-img"> <img src="images/preview.jpg"> </div> </div> </div> </div> <div class="item"> <div class="row"> <div class="col-md-8 col-sm-8 col-xs-8"> <p>I have been cooking for 45 years now and always enjoy cooking for my family, friends n relatives. This is an entirely new opportunity to be able to cook for the community as well as monetise this skill.I am very excited to be part of this journey thanks to Thesajh for the platform. </p> <h6>- <b>Home Chef</b> Sarmila Biswas</h6> </div> <div class="col-md-4 col-sm-4 col-xs-4"> <div class="item-test-img"> <img src="images/test-icon1.png"> </div> </div> </div> </div> <div class="item"> <div class="row"> <div class="col-md-8 col-sm-8 col-xs-8"> <p>With the pandemic around us, I acquired a new found love for cooking and feeding others. However, it was only restricted to my family members. At The SAJH, I found a platform which helped me to portray my cooking skills by providing food to many more people and in return only made my hobby into a passion. Today I actively cook along with my job and I am grateful to The SAJH for helping me with a platform and also giving me a second source of income through the initiative.</p> <h6>- <b>Home Chef</b> Diksha Das</h6> </div> <div class="col-md-4 col-sm-4 col-xs-4"> <div class="item-test-img"> <img src="images/dikha.jpg"> </div> </div> </div> </div> <div class="item"> <div class="row"> <div class="col-md-8 col-sm-8 col-xs-8"> <p>Having two millenial daughters meant having access to the newer technology at ease. Hence my hobby of turning YouTube food videos into reality happened. Trying new recipes from the internet and having both my daughter's rate them was nice but with The SAJH the desire to try out more such recipes grew tenfold. Now I can utilise my creativity and also actually test them, thanks to the platform given by The SAJH.</p> <h6>- <b>Home Chef</b> Karuna Das</h6> </div> <div class="col-md-4 col-sm-4 col-xs-4"> <div class="item-test-img"> <img src="images/karuna.jpg"> </div> </div> </div> </div> </div> </div> </div> </div> <div class="chef-why-foot"> <p>© <?=$company_name?>. <?=date('Y')?>| All Right Reserved.</p> </div> <!-- FOOTER chef --> <script type="text/javascript" src="js/bootstrap-3.1.1.min.js"></script> <!-- js --> <script src="js/jquery.min.js"></script> <!-- //js --> <!-- Start-Smooth-Scrolling --> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},2000); }); }); </script> <!-- //End-Smooth-Scrolling --> <script src="js/particle.js"></script> <!-- ASO body animition --> <script src="js/aos.js" type="text/javascript"></script> <script> AOS.init({ easing: 'ease-in-out-sine' }); setInterval(addItem, 500); var itemsCounter = 1; var container = document.getElementById('aos-demo'); function addItem () { if (itemsCounter > 42) return; var item = document.createElement('div'); item.classList.add('aos-item'); item.setAttribute('data-aos', 'fade-up'); item.innerHTML = '<div class="aos-item__inner"><h3>' + itemsCounter + '</h3></div>'; container.appendChild(item); itemsCounter++; } </script> <!-- carousel SLIDER / carousel-Requirements-slider --> <script type="text/javascript" src="js/owl.carousel.js"></script> <script type="text/javascript"> var owl = $('.owl-carousel'); $("#banner-slider").owlCarousel( { loop:true, autoplay:true, autoplayTimeout:5000, responsiveClass:true, responsive:{ 0:{ items:1, nav:true }, 550:{ items:1, nav:true }, 768:{ items:1, nav:true, loop:true } } }); </script> <script type="text/javascript"> var owl = $('.owl-carousel'); $("#chef-banner-slider").owlCarousel( { loop:true, autoplay:true, autoplayTimeout:3000, responsiveClass:true, responsive:{ 0:{ items:1, nav:true }, 550:{ items:1, nav:true }, 768:{ items:1, nav:true, loop:true } } }); </script> <script type="text/javascript"> var owl = $('.owl-carousel'); $("#chef-about-slider").owlCarousel( { loop:true, autoplay:true, autoplayTimeout:3000, responsiveClass:true, responsive:{ 0:{ items:1, nav:true }, 550:{ items:1, nav:true }, 768:{ items:1, nav:true, loop:true } } }); </script> <script type="text/javascript"> var owl = $('.owl-carousel'); $("#testmonial-slider").owlCarousel( { loop:true, autoplay:true, autoplayTimeout:3000, responsiveClass:true, responsive:{ 0:{ items:1, nav:true }, 550:{ items:1, nav:true }, 768:{ items:1, nav:true, loop:true } } }); </script> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="js/bootstrap.min.js"></script> </body> </html>
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