update
@@ -1,88 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>广告页面</title>
|
||||
<style>
|
||||
/* 让页面内容充满整个视口 */
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/* 居中显示内容 */
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/* 使图片适应手机屏幕 */
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* 页脚样式 */
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: #f0f0f0;
|
||||
text-align: center;
|
||||
padding: 5px 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>是兄弟就找我,无兄弟不传奇!</h1>
|
||||
<a href="?hinas" onclick="trackVisit()">
|
||||
<img id="adImage" src="ad.jpg" alt="广告图片">
|
||||
</a>
|
||||
|
||||
<footer>
|
||||
<p>点击链接访问次数: <span id="visitCount">加载中...</span></p>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
// 获取并显示访问次数
|
||||
function getVisitCount() {
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.onreadystatechange = function() {
|
||||
if (xhr.readyState === XMLHttpRequest.DONE) {
|
||||
if (xhr.status === 200) {
|
||||
document.getElementById('visitCount').innerText = xhr.responseText;
|
||||
} else {
|
||||
console.error('获取访问次数失败');
|
||||
}
|
||||
}
|
||||
};
|
||||
xhr.open('GET', 'ad_get_visit_count.php', true);
|
||||
xhr.send();
|
||||
}
|
||||
|
||||
// 点击图片时触发的函数,用于向后端发送访问计数请求
|
||||
function trackVisit() {
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open('GET', 'ad_visit.php', true);
|
||||
xhr.onreadystatechange = function() {
|
||||
if (xhr.readyState === XMLHttpRequest.DONE && xhr.status === 200) {
|
||||
getVisitCount(); // 更新访问次数显示
|
||||
}
|
||||
};
|
||||
xhr.send();
|
||||
|
||||
// 更新图片的点击链接,可以将其指向实际的广告目标链接
|
||||
document.getElementById('adImage').parentNode.href = "https://www.521f.com";
|
||||
}
|
||||
|
||||
// 页面加载完成后获取并显示访问次数
|
||||
window.onload = function() {
|
||||
getVisitCount();
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<a:clrMap xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" bg1="lt1" tx1="dk1" bg2="lt2" tx2="dk2" accent1="accent1" accent2="accent2" accent3="accent3" accent4="accent4" accent5="accent5" accent6="accent6" hlink="hlink" folHlink="folHlink"/>
|
||||
@@ -1,24 +0,0 @@
|
||||
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
|
||||
<o:MainFile HRef="../ad.html"/>
|
||||
<o:File HRef="themedata.thmx"/>
|
||||
<o:File HRef="colorschememapping.xml"/>
|
||||
<o:File HRef="image001.gif"/>
|
||||
<o:File HRef="image002.png"/>
|
||||
<o:File HRef="image003.gif"/>
|
||||
<o:File HRef="image004.png"/>
|
||||
<o:File HRef="image005.gif"/>
|
||||
<o:File HRef="image006.png"/>
|
||||
<o:File HRef="image007.gif"/>
|
||||
<o:File HRef="image008.png"/>
|
||||
<o:File HRef="image009.gif"/>
|
||||
<o:File HRef="image010.png"/>
|
||||
<o:File HRef="image011.gif"/>
|
||||
<o:File HRef="image012.png"/>
|
||||
<o:File HRef="image013.gif"/>
|
||||
<o:File HRef="image014.png"/>
|
||||
<o:File HRef="image015.gif"/>
|
||||
<o:File HRef="image016.png"/>
|
||||
<o:File HRef="image017.gif"/>
|
||||
<o:File HRef="header.html"/>
|
||||
<o:File HRef="filelist.xml"/>
|
||||
</xml>
|
||||
@@ -1,160 +0,0 @@
|
||||
<html xmlns:v="urn:schemas-microsoft-com:vml"
|
||||
xmlns:o="urn:schemas-microsoft-com:office:office"
|
||||
xmlns:w="urn:schemas-microsoft-com:office:word"
|
||||
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
|
||||
xmlns="http://www.w3.org/TR/REC-html40">
|
||||
|
||||
<head>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
|
||||
<meta name=ProgId content=Word.Document>
|
||||
<meta name=Generator content="Microsoft Word 15">
|
||||
<meta name=Originator content="Microsoft Word 15">
|
||||
<link id=Main-File rel=Main-File href="../ad.html">
|
||||
<!--[if gte mso 9]><xml>
|
||||
<o:shapedefaults v:ext="edit" spidmax="2052"/>
|
||||
</xml><![endif]--><!--[if gte mso 9]><xml>
|
||||
<o:shapelayout v:ext="edit">
|
||||
<o:idmap v:ext="edit" data="2"/>
|
||||
</o:shapelayout></xml><![endif]-->
|
||||
</head>
|
||||
|
||||
<body lang=ZH-CN>
|
||||
|
||||
<div style='mso-element:footnote-separator' id=fs>
|
||||
|
||||
<p class=MsoNormal><span lang=EN-US><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
||||
|
||||
<hr align=left size=1 width="33%">
|
||||
|
||||
<![endif]></span></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:footnote-continuation-separator' id=fcs>
|
||||
|
||||
<p class=MsoNormal><span lang=EN-US><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
||||
|
||||
<hr align=left size=1>
|
||||
|
||||
<![endif]></span></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:endnote-separator' id=es>
|
||||
|
||||
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt;line-height:normal'><span
|
||||
lang=EN-US><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
||||
|
||||
<hr align=left size=1 width="33%">
|
||||
|
||||
<![endif]></span></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:endnote-continuation-separator' id=ecs>
|
||||
|
||||
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt;line-height:normal'><span
|
||||
lang=EN-US><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
||||
|
||||
<hr align=left size=1>
|
||||
|
||||
<![endif]></span></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:header' id=eh1>
|
||||
|
||||
<p class=MsoNormal><span lang=EN-US><!--[if gte vml 1]><v:shapetype id="_x0000_t136"
|
||||
coordsize="21600,21600" o:spt="136" adj="10800" path="m@7,l@8,m@5,21600l@6,21600e">
|
||||
<v:formulas>
|
||||
<v:f eqn="sum #0 0 10800"/>
|
||||
<v:f eqn="prod #0 2 1"/>
|
||||
<v:f eqn="sum 21600 0 @1"/>
|
||||
<v:f eqn="sum 0 0 @2"/>
|
||||
<v:f eqn="sum 21600 0 @3"/>
|
||||
<v:f eqn="if @0 @3 0"/>
|
||||
<v:f eqn="if @0 21600 @1"/>
|
||||
<v:f eqn="if @0 0 @2"/>
|
||||
<v:f eqn="if @0 @4 21600"/>
|
||||
<v:f eqn="mid @5 @6"/>
|
||||
<v:f eqn="mid @8 @5"/>
|
||||
<v:f eqn="mid @7 @8"/>
|
||||
<v:f eqn="mid @6 @7"/>
|
||||
<v:f eqn="sum @6 0 @5"/>
|
||||
</v:formulas>
|
||||
<v:path textpathok="t" o:connecttype="custom" o:connectlocs="@9,0;@10,10800;@11,21600;@12,10800"
|
||||
o:connectangles="270,180,90,0"/>
|
||||
<v:textpath on="t" fitshape="t"/>
|
||||
<v:handles>
|
||||
<v:h position="#0,bottomRight" xrange="6629,14971"/>
|
||||
</v:handles>
|
||||
<o:lock v:ext="edit" text="t" shapetype="t"/>
|
||||
</v:shapetype><v:shape id="_x0000_s2051" type="#_x0000_t136" alt="" style='position:absolute;
|
||||
margin-left:0;margin-top:0;width:487.95pt;height:97.55pt;rotation:315;
|
||||
z-index:-251658752;mso-wrap-edited:f;mso-width-percent:0;mso-height-percent:0;
|
||||
mso-position-horizontal:center;mso-position-horizontal-relative:margin;
|
||||
mso-position-vertical:center;mso-position-vertical-relative:margin;
|
||||
mso-width-percent:0;mso-height-percent:0' o:allowincell="f" fillcolor="silver"
|
||||
stroked="f">
|
||||
<v:textpath style='font-family:"DengXian";font-size:1pt;font-weight:bold'
|
||||
string="大吉体育"/>
|
||||
<w:wrap anchorx="margin" anchory="margin"/>
|
||||
</v:shape><![endif]--></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:header' id=h1>
|
||||
|
||||
<p class=MsoNormal><span lang=EN-US><!--[if gte vml 1]><v:shape id="_x0000_s2050"
|
||||
type="#_x0000_t136" alt="" style='position:absolute;margin-left:0;
|
||||
margin-top:0;width:487.95pt;height:97.55pt;rotation:315;z-index:-251657728;
|
||||
mso-wrap-edited:f;mso-width-percent:0;mso-height-percent:0;
|
||||
mso-position-horizontal:center;mso-position-horizontal-relative:margin;
|
||||
mso-position-vertical:center;mso-position-vertical-relative:margin;
|
||||
mso-width-percent:0;mso-height-percent:0' o:allowincell="f" fillcolor="silver"
|
||||
stroked="f">
|
||||
<v:textpath style='font-family:"DengXian";font-size:1pt;font-weight:bold'
|
||||
string="大吉体育"/>
|
||||
<w:wrap anchorx="margin" anchory="margin"/>
|
||||
</v:shape><![endif]--></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:footer' id=ef1>
|
||||
|
||||
<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:footer' id=f1>
|
||||
|
||||
<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:header' id=fh1>
|
||||
|
||||
<p class=MsoNormal><span lang=EN-US><!--[if gte vml 1]><v:shape id="PowerPlusWaterMarkObject590670874"
|
||||
o:spid="_x0000_s2049" type="#_x0000_t136" alt="" style='position:absolute;
|
||||
margin-left:0;margin-top:0;width:487.95pt;height:97.55pt;rotation:315;
|
||||
z-index:-251659776;mso-wrap-edited:f;mso-width-percent:0;mso-height-percent:0;
|
||||
mso-position-horizontal:center;mso-position-horizontal-relative:margin;
|
||||
mso-position-vertical:center;mso-position-vertical-relative:margin;
|
||||
mso-width-percent:0;mso-height-percent:0' o:allowincell="f" fillcolor="silver"
|
||||
stroked="f">
|
||||
<v:textpath style='font-family:"DengXian";font-size:1pt;font-weight:bold'
|
||||
string="大吉体育"/>
|
||||
<w:wrap anchorx="margin" anchory="margin"/>
|
||||
</v:shape><![endif]--></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='mso-element:footer' id=ff1>
|
||||
|
||||
<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 10 MiB |
|
Before Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 953 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 580 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 831 KiB |
|
Before Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 285 KiB |
|
Before Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 4.4 MiB |
|
Before Width: | Height: | Size: 194 KiB |