おちんちん

このコミットが含まれているのは:
守矢諏訪子 2022-06-05 03:39:48 +09:00
コミット 014103f08c
3個のファイルの変更3行の追加2行の削除

ファイルの表示

@ -1,4 +1,4 @@
# 検索オンライン 1.0
# 検索オンライン 1.0.1
日本産検索エンジン。

ファイルの表示

@ -1 +1 @@
0 2 * * 0 root php /www/active/kensaku.online/tool/crawler.php
0 2 * * * root cd /www/active/kensaku.online/tool && php crawler.php

ファイルの表示

@ -62,6 +62,7 @@
// 内容
$pbody = shell_exec('curl -s -L '.$o.' | pandoc -f html -t plain 2>&1');
if (strlen($o) > 100 || mb_strlen(htmlentities($ptitle)) > 100) continue;
$res[] = [
'website_id' => $k,