쪽지 실시간 음성 알림 도와주세요 채택완료
쪽지 왓을대 음성으로 알리지않고 문자로 "XXX님으로부터 쪽지가 전달되었습니다." 하고 문자로 팦업 띄우고 싶습니다.
<?php
include_once('./_common.php');
//ver1.0 150727 @_untitle_d
if ($is_guest) exit;
if (isset($_SESSION['realtime_memo_datetime'])){
if ($_SESSION['realtime_memo_datetime'] >= (G5_SERVER_TIME - (60*1))) exit;
}
$sql = "select count(*) as cnt from {$g5['memo_table']} where me_recv_mb_id = '{$member['mb_id']}' and me_read_datetime = '0000-00-00 00:00:00' ";
$row = sql_fetch($sql);
if ($row['cnt']){
set_session("realtime_memo_datetime", G5_SERVER_TIME);
echo '<audio src="'.G5_PLUGIN_URL.'/memo_alarm/sound.mp3" autoplay style="display:none;"></audio>';
}
exit;
?>
답변 2개
http://sir.co.kr/g5_tip/2823" style="color: rgb(0, 0, 0); text-decoration: none; font-family: 돋움, Dotum, sans-serif; font-size: 14.6667px; letter-spacing: -0.01px; line-height: 25.2072px;">http://sir.co.kr/g5_tip/2823
댓글을 작성하려면 로그인이 필요합니다.
게시판,쪽지,1:1문의글을 작성하거나 상품을 구매했을 때 스마트폰으로의 푸시알림은 아래 링크를 참조해 보셔요~
그누보드5용(http://sir.kr/g5_plugin/2142">http://sir.kr/g5_plugin/2142)
영카트5용(http://sir.kr/yc5_plugin/84">http://sir.kr/yc5_plugin/84)
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인