|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/relaunch-kmu/wp-content/plugins/knews/includes/ |
Upload File : |
<html>
<head>
<title>Email checking</title>
<style type="text/css">
body, p, th, td {
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
}
h1 {
font-size:22px;
}
a.boto {
display:inline-block;
padding:5px 10px;
border-radius:5px;
background:#ccc;
color:#000;
font-weight:bold;
}
a.boto:hover {
background:#999;
color:#fff;
}
</style>
</head>
<body>
<?php
$site = get_bloginfo('url');
$unique = isset($_GET['unique']) ? $_GET['unique'] : 0;
echo '<p>' . __('Shipping done.','knews') . '</p>';
echo '<p><a href="' . (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on' ? 'https://' : 'http://') . 'knewsplugin.com/spamcheck/check.php?site=' . urlencode($site) . '&unique=' . $unique . '" class="boto">SEE RESULT</a></p>';
?>
</body>
</html>
<?php
die();
?>