Sep
6
1.上传附件中的文件.
2.后台添加插件.
3.修改require/header.php
查找:[其实就第3行]
<?php
!function_exists('readover') && exit('Forbidden');
下面加入
include_once(R_P.'hack/xmas/data/config.php');
if(!empty($winduid) && rand(1, 100) < $xmas_jl && $xmas_open==1)
{
SetCookie("xmas");
$xmasheadre ='<div style="padding-left:700px; top:200px; position:absolute;"><a
href="xmas.php?xmaskey=adk'.$winduid.'dtlc" target="_blank"><img
src="images/xmas/xmas'.rand(1, 3).'.gif" border="0"></a></div>';
}
4.修改header.htm
查找:[其实就第3行]
<div id="main">
上面加入
$xmasheadre
完成!
下载文件 (已下载 168 次)
2.后台添加插件.
3.修改require/header.php
查找:[其实就第3行]
<?php
!function_exists('readover') && exit('Forbidden');
下面加入
include_once(R_P.'hack/xmas/data/config.php');
if(!empty($winduid) && rand(1, 100) < $xmas_jl && $xmas_open==1)
{
SetCookie("xmas");
$xmasheadre ='<div style="padding-left:700px; top:200px; position:absolute;"><a
href="xmas.php?xmaskey=adk'.$winduid.'dtlc" target="_blank"><img
src="images/xmas/xmas'.rand(1, 3).'.gif" border="0"></a></div>';
}
4.修改header.htm
查找:[其实就第3行]
<div id="main">
上面加入
$xmasheadre
完成!
下载文件 (已下载 168 次)
上传图片,选择水印添加与
管理团队 free to



