%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/components/com_phocadownload/views/file/tmpl/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); ?><div id="phocadownload-comments"><?php $uri = JFactory::getURI(); $getParamsArray = explode(',', 'start,limitstart,template,fb_comment_id'); if (!empty($getParamsArray) ) { foreach($getParamsArray as $key => $value) { $uri->delVar($value); } } if ($this->t['fb_comment_app_id'] == '') { echo JText::_('COM_PHOCADOWNLOAD_ERROR_FB_APP_ID_EMPTY'); } else { $cCount = ''; if ((int)$this->t['fb_comment_count'] > 0) { $cCount = 'numposts="'.$this->t['fb_comment_count'].'"'; } ?><fb:comments href="<?php echo $uri->toString(); ?>" simple="1" <?php echo $cCount;?> width="<?php echo (int)$this->t['fb_comment_width'] ?>"></fb:comments> <div id="fb-root"></div> <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({ appId: '<?php echo $this->t['fb_comment_app_id'] ?>', status: true, cookie: true, xfbml: true }); }; (function() { var e = document.createElement('script'); e.type = 'text/javascript'; e.src = document.location.protocol + '//connect.facebook.net/<?php echo $this->t['fb_comment_lang']; ?>/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); </script> <?php } ?> </div>