%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 : /proc/11585/cwd/html/old/modules/mod_custom_facebook_display/tmpl/ |
Upload File : |
<?php /** * @package FaceBook Slider * @license http://www.gnu.org/licenses/lgpl.html GNU/LGPL, see LICENSE.php * **/ defined('_JEXEC') or die('Restricted access'); $doc =& JFactory::getDocument(); $width=$params->get('width',350); $height=$params->get('height',400); //$position=$params->get('position','left'); $click=$params->get('click'); $button=$params->get('button'); $buttont=$params->get('buttont'); $cont_background=$params->get('cont_background'); $border_color=$params->get('border_color'); $show_jquery=$params->get('show_jquery'); $moduleclass_sfx = $params->get('moduleclass_sfx'); $profileid = $params->get('profileid',34572893685); $stream = $params->get('stream'); $connections = $params->get('connections'); $show_faces = $params->get('show_faces',true); $color_scheme = $params->get('color_scheme','dark'); $apikey = $params->get('apikey', 118979788166438); $baseurl = $params->get('baseurl','null'); /*<iframe style="position: relative; width: 100%" src="//www.facebook.com/plugins/likebox.php?href=<?php echo $baseurl;?>&width=<?php echo $width;?>px&height=<?php echo $height;?>px&show_faces=<?php echo $show_faces;?>&colorscheme=<?php echo $color_scheme;?>&stream=<?php echo $stream;?>&show_border=true&header=true&appId=<?php echo $apikey;?>" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:<?php echo $width;?>px; height:<?php echo $height;?>px;" allowTransparency="true"></iframe> */ ?> <div class="joomla_sharethis<?php echo $moduleclass_sfx?>"> <iframe src="//www.facebook.com/plugins/likebox.php?href=<?php echo $baseurl;?>&show_faces=<?php echo $show_faces;?>&colorscheme=<?php echo $color_scheme;?>&stream=<?php echo $stream;?>&show_border=true&header=true&appId=<?php echo $apikey;?>" scrolling="no" frameborder="0" style="border:none; overflow:hidden; position: relative; width: 100%; height: 605px;" height="600px" width="100%" allowTransparency="true"></iframe> </div>