📁
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.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: siver-eagle.php
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Billion Center</title> <!-- Mobile Specific Meta ================================================== --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicon --> <link rel="shortcut icon" type="image/x-icon" href="images/fav.png" /> <!-- CSS ================================================== --> <!-- Themefisher Icon font --> <link rel="stylesheet" href="nivoslider/themes/default/default.css" type="text/css" media="screen" /> <link rel="stylesheet" href="nivoslider/nivo-slider.css" type="text/css" media="screen" /> <link rel="stylesheet" href="plugins/themefisher-font.v-2/style.css"> <!-- bootstrap.min css --> <link rel="stylesheet" href="plugins/bootstrap/dist/css/bootstrap.min.css"> <!-- Main Stylesheet --> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" type="text/css" href="slick-master/slick/slick.css"> <!--<link rel="stylesheet" href="nivo-slider/themes/default/default.css" type="text/css" media="screen" /> <link rel="stylesheet" href="nivo-slider/nivo-slider.css" type="text/css" media="screen" />--> <link rel="stylesheet" type="text/css" href="nivo-slider/slick/slick-theme.css"> <style type="text/css"> html, body { margin: 0; padding: 0; } * { box-sizing: border-box; } .slider { /*width: 50%; margin: 100px auto;*/ } .slick-slide { margin: 0px 20px; } .slick-slide img { width: 75%; text-align: center; margin-left: 10%; } .slick-prev:before, .slick-next:before { color: black; } .slick-slide { transition: all ease-in-out .3s; } .slick-active { opacity: 1; } .slick-current { opacity: 1; } .slick-current:hover{opacity:.5;} /* Style the tab */ .tab { overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; } /* Style the buttons that are used to open the tab content */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #ccc; } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } </style> <script type="text/javascript"> function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } </script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="jquery.nivo.slider.js"></script> </head> <body id="body"> <!-- Start Preloader ==================================== --> <div id="preloader"> <div class="preloader"> <div class="sk-circle1 sk-child"></div> <div class="sk-circle2 sk-child"></div> <div class="sk-circle3 sk-child"></div> <div class="sk-circle4 sk-child"></div> <div class="sk-circle5 sk-child"></div> <div class="sk-circle6 sk-child"></div> <div class="sk-circle7 sk-child"></div> <div class="sk-circle8 sk-child"></div> <div class="sk-circle9 sk-child"></div> <div class="sk-circle10 sk-child"></div> <div class="sk-circle11 sk-child"></div> <div class="sk-circle12 sk-child"></div> </div> </div> <!-- End Preloader ==================================== --> <!-- Fixed Navigation ==================================== --> <section class="header navigation"> <div class="container"> <div class="row"> <div class="col-md-12"> <nav class="navbar navbar-expand-md"> <a class="navbar-brand" href="index.html"> <img src="images/logo.png" alt="" width="150px"> </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="tf-ion-android-menu"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto" style="margin-left: 46% !important;"> <li class="nav-item"> <a class="nav-link" href="index.php">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="gold.php">Gold</a> </li> <li class="nav-item"> <a class="nav-link" href="silver.php">Silver</a> </li> <li class="nav-item"> <a class="nav-link" href="platinum.php">Platinum</a> </li> <li class="nav-item dropdown"> <button class="dropbtn"> <a class="nav-link" href="other.php">Other</a> <div class="dropdown-content"> <a href="#">Copper</a> <a href="#">Palladium</a> <a href="#">Assessories</a> </div></button> </li> <!-- <li class="nav-item"> <a class="nav-link" href="onsale.php">OnSale</a> </li> <li class="nav-item" style="width:120px;"> <a class="nav-link" href="arrivals.php">New Arrivals</a> </li> <li class="nav-item" style="width:100px;"> <a class="nav-link" href="sell.php">Sell To Us</a> </li> <li class="nav-item"> <a class="nav-link" href="charts.php">Charts</a> </li> <li class="nav-item"> <a class="nav-link" href="ira.php">IRA</a> </li> <li class="nav-item" style="width:110px;"> <a class="nav-link" href="salestax.php">Sales Tax</a>--> </li> <li class="nav-item" style="width:120px;"> <a class="nav-link" href="contact.php">Contact Us</a> </li> <!--<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Pages </a> <div class="dropdown-menu" aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="team.html">Team Page</a> <a class="dropdown-item" href="404.html">404 Page</a> </div> </li>--> </ul> </div> </nav> </div> </div> </div> </section> <!-- Welcome Slider ==================================== <section class="hero-area"> <div class="container"> <div class="row"> <div class="col-12 col-md-6 align-self-center"> <div id="slider" class="nivoSlider"> <img src="images/banner12.jpg" data-thumb="images/banner12.jpg" alt="" /> <!--<img src="images/banner13.jpg" data-thumb="images/banner13.jpg" alt="" title="This is an example of a caption" /> <img src="images/banner14.jpg" data-thumb="images/banner14.jpg" alt="" data-transition="slideInLeft" /> </div> </div> <div class="col-12 col-md-6"> <img src="images/side.webp" title="" alt=""/ style="margin-left:50%;"> </div> <!-- End row </div> <!-- End container <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider(); }); </script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="jquery.nivo.slider.js"></script> </div> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider(); }); </script> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider({ effect: 'random', slices: 15, boxCols: 8, boxRows: 4, animSpeed: 500, pauseTime: 3000, startSlide: 0, directionNav: true, controlNav: true, controlNavThumbs: false, pauseOnHover: true, manualAdvance: false, prevText: 'Prev', nextText: 'Next', randomStart: false, beforeChange: function(){}, afterChange: function(){}, slideshowEnd: function(){}, lastSlide: function(){}, afterLoad: function(){} }); }); </script> </section> --> <section class="services section-xs" id="services"> <div class="container" style="height:1300px"> <h2 style="margin-bottom:20px;"> 10 oz SilverTowne Eagle Silver Bar (New) ON SALE! </h2> <div class="product-tab-section"> <div class="product-detail-page"> <div id="tab-container" class="tab-container" data-easytabs="true"> <script>jQuery(document).ready(function(){jQuery('li.description_tab').click();});</script> <!-- Tab content --> <div class="tab"> <button class="tablinks active" onclick="openCity(event, 'Product Details')">Product Details</button> <button class="tablinks" onclick="openCity(event, 'Specifications')">Specifications</button> </div> <div id="Product Details" class="tabcontent" style="display:block"> <div><p itemprop="description">The 10 oz SilverTowne Eagle Silver Bar features an outstanding two-sided design that is most unique among SilverTowne silver bullion offerings. This exceptional bar depicts the image of a bald eagle that is about to make a landing on a tree branch. The eagle is elegantly wrought making this bar particularly attractive to collectors. Beneath the eagle are the bars stamps that denote its ten troy ounces and .999 fine silver. The obverse side of the silver bar boasts an extraordinary waffle pattern; toward the bottom of the pattern there is the telltale miner, the well-known logo of the SilverTowne Mint.</p> <p><strong>Bar Highlights:</strong></p><ul><li>Contains 10 oz of .999 pure silver.</li><li>Features the SilverTowne Eagle design.</li><li>Ships in individual sealed plastic, Sheets of 20, multiples of 50 ship in boxes.</li><li>Minted at SilverTowne in the United States.</li></ul><p>This Indiana-based mint is revered for its patriotic designs fabulous images that capture the American spirit. These designs have made the mint one of the most revered in the industry. SilverTowne Mint has been producing fine silver products since its founding in 1949. The mint continues to reveal designs that demonstrate its high degree of craftsmanship. The 10 oz SilverTowne Eagle Silver Bar like the 1 oz SilverTowne Eagle Silver Bar is celebrated for its renowned artistry.</p><p>We mail the 10 oz SilverTowne Eagle Silver Bar as it is mailed to us. We receive SilverTowne Eagle bars in sheets of twenty; each handsome bar is encased in its own plastic. We mail the bars in sheets of twenty or break them down to accommodate orders in quantities less than twenty. Because we ship them just as we receive them in their plastic, customers can be assured of their authenticity. The same goes, of course, for our other <a href="https://www.jmbullion.com/silver/silver-bars/silvertowne-silver-bars/">silvers bars from SilverTowne</a>. </p><p>Be sure to call us if you have any questions about this SilverTowne product. Reach our helpful staff at 800-276-6508. Customers may also contact us on our live chat or via our online form. Wed be happy to answer all your questions about any of our product offerings.</p></div> </div> <div id="Specifications" class="tabcontent"> <div class="specification-detail"> <table> <tbody> <tr> <td> JMB ID </td> <td> 2098807 </td> </tr> <tr> <td> Year </td> <td> 2019 </td> </tr> <tr> <td> Mint Mark </td> <td> Not Shown </td> </tr> <tr> <td> Purity </td> <td> .9167 </td> </tr> <tr> <td> Manufacturer </td> <td> US Mint </td> </tr> <tr> <td> Thickness </td> <td> 1.19 mm </td> </tr> <tr> <td> Diameter </td> <td> 16.5 mm </td> </tr> <tr> <td> Inner Pack </td> <td> 40 </td> </tr> <tr> <td> Outer Pack </td> <td> 5,000 </td> </tr> <tr> <td> Denomination </td> <td> $5 </td> </tr> <tr> <td> Condition </td> <td> Brilliant Uncirculated </td> </tr> <tr> <td> Face Value </td> <td> $5 </td> </tr> <tr> <td> Issuing Country </td> <td> United States </td> </tr> <tr> <td> Obverse Designer </td> <td> Augustus Saint-Gaudens </td> </tr> <tr> <td> Reverse Designer </td> <td> Miley Busiek </td> </tr> <tr> <td> Edge Design </td> <td> Reeded </td> </tr> <tr> <td> Series </td> <td> American Eagle </td> </tr> <tr> <td> CoA </td> <td> No </td> </tr> <tr> <td> Capsule Size </td> <td> 16 mm </td> </tr> <tr> <td> Packaging Type </td> <td> Plastic Flip </td> </tr> <tr> <td> Package Dimensions </td> <td> 0.652x0.652x0.045 </td> </tr> <tr> <td> Weight </td> <td> 0.1 Troy Ounce </td> </tr> <tr> <td> Shipping </td> <td> Free Shipping on Orders Over $99 </td> </tr> </tbody> </table> </div> </div> </div> <script> function openCity(evt, cityName) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } </script> </div> </div> <img src="images/americangoldeagle.jpg" title="" alt="" style="float:right;width:25%"> <div class="payment-section"> <div class="payment-inner"> <table class="card-image" cellspacing="0"> <tbody> <tr> <td> <img src="https://zfodsq-0497s6r6rnkm.cloudmaestro.com/aWecRuKVA/images/xpaper-check.png.pagespeed.ic.8BNi4LBD2I.jpg" class="paper-check" alt="paper-check"> <img src="https://2ybaes-0497s6r6rnkm.cloudmaestro.com/aWecRuKVA/images/xwire.png.pagespeed.ic.nQP-idAFrb.jpg" class="wire" alt="wire"> </td> <td> <img src="https://f5b8ui-0497s6r6rnkm.cloudmaestro.com/aWecRuKVA/images/xbitcoin.png.pagespeed.ic.oZFzI_RiCU.png" class="bitcoin" alt="bitcoin"> </td> <td> <img src="https://f5b8ui-0497s6r6rnkm.cloudmaestro.com/aWecRuKVA/images/xgray-card.png.pagespeed.ic.Ey4H_c4lI4.png" class="gray-card" alt="gray-card"> <img src="https://f5b8ui-0497s6r6rnkm.cloudmaestro.com/aWecRuKVA/images/xpaypal.png.pagespeed.ic.Oms00GFYFi.png" class="paypal" alt="paypal"> </td> </tr> </tbody> </table> <table cellspacing="0" style="width:373px;"> <thead> <tr> <th>Qty</th> <th>ACH/Check/Wire</th> <th>Bitcoin</th> <th>Card/PayPal</th> </tr> </thead> <tbody> <tr> <td> 1-49 </td> <td> $170.04 </td> <td> $171.81 </td> <td> $177.12 </td> </tr> <tr> <td> 50-99 </td> <td> $169.04 </td> <td> $170.80 </td> <td> $176.08 </td> </tr> <tr> <td> 100-499 </td> <td> $168.04 </td> <td> $169.79 </td> <td> $175.04 </td> </tr> <tr> <td> 500+ </td> <td> $167.04 </td> <td> $168.78 </td> <td> $174.00 </td> </tr> </tbody> </table> <div class="add-to-cart"><form action="/2019-1-10-oz-american-gold-eagle/?add-to-cart=2098807" class="cartform" method="post" enctype="multipart/form-data"> </form><button type="submit" class="add main-btn button addToCart" id="2098807"><span>Buy Now</span></button></div> </div> </div> </div> </section> <!-- End section --> <!-- Tab links --> </div> </div> </div> <footer id="footer" class="bg-one"> <div class="top-footer"> <div class="container"> <div class="row"> <div class="col-sm-3 col-md-3 col-lg-3"> <h3>About Us</h3> <p>knbzkjbkvb ;zxbjjbpjvcbpovc ;lkjbopdkjfobgdfkhkg lkbdfkpodgoph ;ldkgbpdfojghpodfghpog ;ldmfdfjhpodfgjph ;lfhkjpodfhjpoghh</p> [<a href="about.html" class="about-us">Read More</a>]</p> </div> <!-- End of .col-sm-3 --> <div class="col-sm-3 col-md-3 col-lg-3"> <h3>Quick Links</h3> <ul> <li><a href="#">About Us</a></li> <li><a href="#">Gold </a></li> <li><a href="#">Silver</a></li> <li><a href="#">Platinum</a></li> </ul> </div> <div class="col-sm-3 col-md-3 col-lg-3"> <h3>Our Services</h3> <ul> <li><a href="privacypolicy.html">Privacy Policy</a></li> <li><a href="termsandconditions.html">Terms and Conditions</a></li> <li><a href="subscribe.php">Subscribe</a></li> <li><a href="unsubscribe.php">unsubscribe</a></li> </ul> </div> <!-- End of .col-sm-3 --> <!-- End of .col-sm-3 --> <div class="col-sm-3 col-md-3 col-lg-3"> <h3>Our Contact</h3> <p>No 9, Rajagopal street,<br> West Tambaram,<br> Chennai, Tamil Nadu 600045</p> </div> <!-- End of .col-sm-3 --> </div> </div> <!-- end container --> </div> <div class="footer-bottom"> <h5>Copyright ©2025. All rights reserved.</h5> <h6>Powered by <a href="http://www.webberax.com">Webberax</a></h6> </div> </footer> <!-- end footer --> <!-- end Footer Area ========================================== --> <!-- Essential Scripts =====================================--> <!-- Main jQuery --> <script src="plugins/jquery/dist/jquery.min.js"></script> <!-- Bootstrap 3.7 --> <script src="plugins/bootstrap/dist/js/popper.min.js"></script> <script src="plugins/bootstrap/dist/js/bootstrap.min.js"></script> <!-- Owl Carousel --> <script src="plugins/slick-carousel/slick/slick.min.js"></script> <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> <script> var trace1 = { x: [1, 2, 3, 4], y: [10, 15, 13, 17], type: 'scatter' }; var trace2 = { x: [1, 2, 3, 4], y: [16, 5, 11, 9], type: 'scatter' }; var data = [trace1, trace2]; Plotly.newPlot('myDiv', data); </script> <!-- Smooth Scroll js --> <script src="plugins/smooth-scroll/dist/js/smooth-scroll.min.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw"></script> <!-- Custom js --> <script src="js/script.js"></script> <script src="./slick/slick.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> $(document).on('ready', function() { $(".vertical-center-4").slick({ dots: true, vertical: true, centerMode: true, slidesToShow: 4, slidesToScroll: 2 }); $(".vertical-center-3").slick({ dots: true, vertical: true, centerMode: true, slidesToShow: 3, slidesToScroll: 3 }); $(".vertical-center-2").slick({ dots: true, vertical: true, centerMode: true, slidesToShow: 2, slidesToScroll: 2 }); $(".vertical-center").slick({ dots: true, vertical: true, centerMode: true, }); $(".vertical").slick({ dots: true, vertical: true, slidesToShow: 3, slidesToScroll: 3 }); $(".regular").slick({ dots: true, infinite: true, slidesToShow: 3, slidesToScroll: 3 }); $(".center").slick({ dots: true, infinite: true, centerMode: true, slidesToShow: 5, slidesToScroll: 3 }); $(".variable").slick({ dots: true, infinite: true, variableWidth: true }); $(".lazy").slick({ lazyLoad: 'ondemand', // ondemand progressive anticipated infinite: true }); }); </script> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider({ effect: 'random', slices: 15, boxCols: 8, boxRows: 4, animSpeed: 500, pauseTime: 3000, startSlide: 0, directionNav: true, controlNav: true, controlNavThumbs: false, pauseOnHover: true, manualAdvance: false, prevText: 'Prev', nextText: 'Next', randomStart: false, beforeChange: function(){}, afterChange: function(){}, slideshowEnd: function(){}, lastSlide: function(){}, afterLoad: function(){} }); }); </script> </body> </html>
Save