$MCache = new Memcached();
$Memcache = &$MCache;
$MCache->addSErver('/var/run/memcached.sock', 0);
$Re = new Redis();
$Re->connect('/var/run/redis/redis.sock');
?>
$Memcache = new Memcached();
$Memcache->addServer('/var/run/memcached.sock', 0);
$Redis = new Redis();
$Redis->connect('/var/run/redis/redis.sock');
class Push {
private $channel;
function __construct() {
global $Redis;
$this->channel = 'ANIZONE_GLOBAL';
$this->redis = &$Redis;
}
function channel($channel) {
$this->channel = $channel;
}
function trigger($event, $data, $channel = null) {
if($channel == null) $channel = $this->channel;
$json['channel'] = $channel;
$json['data']['event'] = $event;
$json['data']['data'] = $data;
$json = json_encode($json);
$this->redis->publish('juggernaut', $json);
}
}
class PushWing {
function queue($phone, $subject, $contents, $url, $timestamp = null) {
if($timestamp === null) $timestamp = time();
$odb = &oDB::getInstance();
$contents = str_replace( "
", '\n', $contents );
$contents = str_replace( "
", '\n', $contents );
$contents = str_replace( "
", '\n', $contents );
$contents = str_replace( "
", '\n', $contents );
$contents = strip_tags($contents);
$odb->insert('anizone_push_queue', ['phone' => $phone, 'subject' => $subject, 'contents' => $contents, 'url' => $url, 'timestamp' => $timestamp]);
}
function getGroupFavPhones($group_srl, $except_member_srl = []) {
$oCacheHandler = CacheHandler::getInstance('object');
$cache_key = 'anizone:group_fav_phones_cache:'.$group_srl;
$output = $oCacheHandler->get($cache_key);
if(!$output) {
$output = [];
$odb = &oDB::getInstance();
$list = $odb->select('xe_member_fav', ['target_srl' => $group_srl]);
$oMemberModel = &getModel('member');
foreach($list as $val) {
$mem = $oMemberModel->getMemberInfoByMemberSrl($val->member_srl);
if(in_array('즐겨찾기한 그룹의 새로운 글 작성', $mem->push_trigger) && is_array($mem->phone)) $output[] = implode('', $mem->phone);
}
$oCacheHandler->put($cache_key, $output);
}
foreach($except_member_srl as $except) {
if(($key = array_search($except, $output)) !== false) {
unset($messages[$key]);
}
}
$phone = implode(',', $output);
return $phone;
}
function clearGroupFavPhoneCache($group_srl) {
$oCacheHandler = CacheHandler::getInstance('object');
$cache_key = 'anizone:group_fav_phones_cache:'.$group_srl;
$oCacheHandler->delete($cache_key);
}
}
?>
10년만에 근황
본문으로 바로가기
-
아아 중앙재해대책본부입니다
-
와 여기 살아있다니
-
에헤떼난다yo
-
오랜만에 왔는데 dev 어디갔어요
-
오랜만에 접속했습니당
-
애니존에 글을 쓰지 못하는 이유
-
11/25 하루히 신작 발매
-
세상에
-
결국 LG 노트북으로 샀습니다
-
컴잘알님들 도와주세요 흐규흐규
-
오 개쩜
-
코로나!!! 올해 덕질은 이대로 끝이겠죠.. ㅠ
-
길 가다가 발견한 주유소.jpg
-
dev 어디갓죠
-
드디어 가챠논문이 출판됐습니다
-
10년만에 근황
-
부-활
-
응애 나 애기 부활
-
살아났다! 저도 근황?
-
저도 근황
-
근황
-
생존신고
-
여기 아직도 있네요?
-
?? 신입이 있네....
-
우한폐럼이 어느새 1천명에 근접했네요
-
코로나 진짜 엄청나네요...
-
부산 의료원도 코로나 땜에 폐쇄했네요.
-
방금뉴스속도 떴네요 코로나 2명 추가확진자 생겼다네요
-
얼마전에 블랙머니 봤는데
-
아 오랜만에 들어 왔는데 안타까워서 글 하나 올리고 감
서버에 요청 중입니다. 잠시만 기다려 주십시오...