<?php
if($_GET[mode]) {
$mode = $_GET[mode];
$url = $_GET[url];
$ip = $_SERVER[REMOTE_ADDR];
$fp = fopen("msg.txt","a+");
fputs($fp,"$ip ".date("Y-m-d H:i:s")." $mode $url\n");
fclose($fp);
exit;
}
?>
<body onunLoad="msg('off')" onLoad="msg('on')">
<span id="view" style="visibility:hidden"></span>
</body>
<script>
function msg(v) {
view.innerHTML = '<iframe src="msg.php?mode='+v+'&url='+location.href+'"></iframe>';
}
</script>
文章来源于领测软件测试网 https://www.ltesting.net/
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073