1. When collecting pbootcms, if you want to set up regular publishing, you can add the following code in the publishing PHP file:
if(file_exists("num.txt")){
$updata_num = file_get_contents("num.txt");
$updata_num++;
file_put_contents("num.txt",$updata_num);
}else{
file_put_contents("num.txt",1);
$updata_num = 1;
}
$updata_time = $updata_num*1728;The added location is where post data is received