Файл: public_html/core/cron/addCapture.php
Строк: 15
<?php
$root = $_SERVER['DOCUMENT_ROOT'];
include_once ($root.'/core/base.php');
$db->query("INSERT INTO `capture_battles` (`status`, `starttime`, `endtime`) VALUES ('prepare', '".(time()+3600)."', '".(time()+7200)."')");
$newsName = "Захват::регистрация";
$newsDesc = "Регистрация на захват открыта!";
$db->query("INSERT INTO `forum_themes` (section_id, name, text, author, time, opened) VALUES ('1','".$newsName."','".$newsDesc."', '1', '".time()."', '0')");
$newsId = $db->insert_id;
$db->query("UPDATE `users` SET `read_news` = '".$newsId."'");
//запуск каждый день в 16:00