���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhcron/update_views.php
���ѧ٧ѧ�
<?php /** * php cron.php -s site_admin -c cron/update_views * * Run every 1/2 minutes or so. On this cron depends view number of records counter * * */ $timeoutValue = (int)erLhcoreClassModelChatConfig::fetchCache('sync_sound_settings')->data['online_timeout']; foreach (erLhAbstractModelSavedSearch::getList([ 'limit' => false, 'customfilter' => ['(`user_id` IN (SELECT DISTINCT `user_id` FROM `lh_userdep` WHERE `last_activity` > '. (int)(time() - $timeoutValue) .') )'], 'filter' => ['passive' => 0], 'filterlt' => ['updated_at' => time() - 2 * 60], // Only views which was updated more than 2 minutes ago 'filtergt' => ['requested_at' => time() - 5 * 60] // Only views where operator requested update during last 5 minutes ]) as $search) { if (class_exists('erLhcoreClassExtensionLhcphpresque')) { $inst_id = class_exists('erLhcoreClassInstance') ? erLhcoreClassInstance::$instanceChat->id : 0; erLhcoreClassModule::getExtensionInstance('erLhcoreClassExtensionLhcphpresque')->enqueue('lhc_views_update', 'erLhcoreClassViewResque', array('inst_id' => $inst_id, 'view_id' => $search->id)); } else { erLhcoreClassViewResque::updateView($search); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�