1 Star 3 Fork 2

mojie126/HDCN-PT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
crontab.php 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
mojie126 提交于 2015-12-10 11:37 . 更新定时任务
<?php
ob_start();
header("Content-type:text/html;charset=utf-8");
require_once("include/bittorrent.php");
require ("imdb/imdb.class.php");
require ("imdb/douban.php");
dbconn();
stdhead("更新Tracker状态");
echo "正在执行更新...请稍候<br />";
ob_flush();
flush();
$forceall = 1;
echo "</p>";
$tstart = getmicrotime();
require_once("include/cleanup.php");
print("<p>" . docleanup($forceall, TRUE) . "</p>");
$tend = getmicrotime();
$totaltime = ($tend - $tstart);
printf("耗时:%f 秒<br />", $totaltime);
echo "完成<br />";
stdfoot();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mojie126/HDCN-PT.git
git@gitee.com:mojie126/HDCN-PT.git
mojie126
HDCN-PT
HDCN-PT
master

搜索帮助