添加360壁纸
This commit is contained in:
1
api/360bz/counter.dat
Normal file
1
api/360bz/counter.dat
Normal file
@@ -0,0 +1 @@
|
||||
3
|
||||
@@ -1,5 +1,12 @@
|
||||
|
||||
<?php
|
||||
$counter = intval(file_get_contents("counter.dat"));
|
||||
$_SESSION['#'] = true;
|
||||
$counter++;
|
||||
$fp = fopen("counter.dat","w");
|
||||
fwrite($fp, $counter);
|
||||
fclose($fp);
|
||||
|
||||
require ('../../need.php');//引用封装好的函数文件
|
||||
$n = @$_REQUEST["n"];
|
||||
$p = @$_REQUEST["p"];
|
||||
|
||||
Reference in New Issue
Block a user