⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 template.html

📁 点出系统1,打开cl.cgi,修改$myurl为你自己的实际使用路径!(也可以不修改) 2,上传到任意支持CGI的目录,设置cl.cgi属性为755 3,daten目录以及里面的所有文件属性设置为
💻 HTML
字号:
<html>
<head>
<!--良好的代码结构是一个程序员的生存之本-->
<title>点出统计 1.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<style type="text/css">
body {
	background-color: #f0f0f0;
}
.table {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	border-color: #800000;
	padding: 2px 2px 2px 2px;
}
.rand {
	background-color: #000080;
}
.titel {
	font-family: Verdana, Arial;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	background-color: #000080;
	color: #FFFFFF;
}
.innen {
	background-color: #f4f4f4;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}
.cell {
	border-color: #800000;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}
A:link {
	color : blue;
	text-decoration : none;
}
A:visited {
	color : #009;
	text-decoration : none;
}
A:active {
	color : red;
	text-decoration : none;
}
A:hover {
	color : red;
	text-decoration : none;
}
h4 {
	font: bold 14px Verdan, Arial
}
</style>
</head>
<body>
<div align="center">
	<table class="rand" width="90%" cellspacing="0" cellpadding="0" border="0">
		<tr>
			<td>
				<table width="100%" cellspacing="1" cellpadding="3" border="0">
					<tr>
						<td class="titel"><b>统计概括</b></td>
					</tr>
					<tr>
						<td class="innen">
							<table class="table"><$totalgraph>
								<tr>
									<td class="cell"><b>总共点击</b></td>
									<td class="cell"><b><$hits_total></b></td>
									<td></td>
								</tr>
							</table>
						</td>
					</tr>
					<tr>
						<td class="titel"><b>详细统计</b></td>
					</tr>
					<tr>
						<td class="innen">
							<table class="table">
								<tr>
									<td class="cell"><b>ID</b></td>
									<td class="cell"><b>真实地址</b></td>
									<td class="cell"><b>转向地址</b></td>
									<td align="right" class="cell"><b>点击</b></td>
								</tr>
								<$individual>
							</table>
						</td>
					</tr>
					<tr>
						<td class="innen"><$ps></td><!--说明部分-->
					</tr>
					<tr>
						<td align="center" class="innen"><$copyright></td><!--版权部分,不要删除,否则程序无法运行-->
					</tr>
				</table>
			</td>
		</tr>
	</table>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -