Jump to content

Как отслеживать гостей?

Featured Replies

Posted
comment_157385

Для ограничений в зависимости от включенности "адблока"..  С пользователями всё понятно, у них есть core_members, туда можно писать состояние. А с гостями? 

Пока в голову приходит такая комбинация, как думаете, будет работать?

$sId = \IPS\Session::i()->id;
$sData = \IPS\Session\Store::i()->loadSession( $sId );
$sData['adblock_status'] = 1; // поле добавлено в core_sessions
\IPS\Session\Store::i()->updateSession( $sData );


 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.