유키노나 마시로나 둘다 기존의 우승후보인데도
항상 2%가 부족해서 우승 문턱에 주저않았는데..
솔직히 칸나나 렘은 아직 기회는 얼마든지 있으니
유키노와 마시로 둘이 이겨서 결승매치를 하는걸 보고싶네요.
..남캐쪽의 하치만도 4강에 올라가있어서 매년 우승후보 0순위인데도 매번 콩라인ㅠㅠ
이번엔 내청코 커플 우승&콩탈출 가능할려나..
$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( "
유키노나 마시로나 둘다 기존의 우승후보인데도
항상 2%가 부족해서 우승 문턱에 주저않았는데..
솔직히 칸나나 렘은 아직 기회는 얼마든지 있으니
유키노와 마시로 둘이 이겨서 결승매치를 하는걸 보고싶네요.
..남캐쪽의 하치만도 4강에 올라가있어서 매년 우승후보 0순위인데도 매번 콩라인ㅠㅠ
이번엔 내청코 커플 우승&콩탈출 가능할려나..