添加360壁纸

This commit is contained in:
muzihuaner
2026-03-14 23:35:21 +08:00
parent 3f567b9cf5
commit 621164e4ef
3 changed files with 34 additions and 0 deletions

1
api/360bz/counter.dat Normal file
View File

@@ -0,0 +1 @@
3

View File

@@ -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"];