在画廊
已破解 

在画廊 3.7.2

没有下载权限
已加入
2021/11/27
消息
3,712
回应得分
1,156
Credits
$17,474
感谢亲爱的会员 @sarisan提交了一个新的资源:inGallery-最 fancy 的 Instagram 集錦相簿 for Joomla
查看附件 24725
Instagram Feed插件在Gallery允许你在网站上显示任何Instagram媒体,以高度自定义的相册形式。用户友好、灵活、可定制——这是展示网站访客你的生活流、作品集、旅行照片或其他一切想象中的插件。
Read more about this resource...
 
You can't use this compoment without a licence key... It need to be nulled
this plugin need online process data,can;t nulled

PHP:
   if($type=='UserData'){
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getUser/?user='.$_data;
        }
        else if($type=='HashtagData'){
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getHashtag/?hashtag='.$_data;
        }
        else if($type=='ItemData'){
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getItem/?code='.$_data;
        }
        else if($type=='LocationData'){
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getLocation/?location='.$_data;
        }
        else{
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getUrl/?scope='.$_data;
        }
        $responce = self::request($apiURL, array(
                    'domain' => $URI->getHost(),
                    'license_key' => $config->get('purchase_code', ''),
        ), null, 30, true);
 
this plugin need online process data,can;t nulled

PHP:
   if($type=='UserData'){
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getUser/?user='.$_data;
        }
        else if($type=='HashtagData'){
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getHashtag/?hashtag='.$_data;
        }
        else if($type=='ItemData'){
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getItem/?code='.$_data;
        }
        else if($type=='LocationData'){
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getLocation/?location='.$_data;
        }
        else{
            $apiURL = $protocol.'://api.allforjoomla.com/ingallery/getUrl/?scope='.$_data;
        }
        $responce = self::request($apiURL, array(
                    'domain' => $URI->getHost(),
                    'license_key' => $config->get('purchase_code', ''),
        ), null, 30, true);
You can't nulled it ?
 
顶部