在相册中
已破解 

在相册中 3.7.2

没有下载权限
已加入
2021/11/27
消息
3,618
回应得分
1,129
Credits
$16,606
感谢 dear member @sarisan 提交的新资源:

在Gallery - 为 Joomla 创建的最 fancy Instagram 图集


查看附件 24725在Gallery插件允许你在网站上显示任何 Instagram 媒体,具有高度可自定义的图集。用户友好、灵活、可定制 – 这是一个展示你的网站访客生活动态、作品集、旅行照片或其他任何想象中的插件。


更多关于这个资源的信息...
 
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 ?
 
顶部