inGallery 3.2.1

Нет прав для скачивания
  • Автор темы Автор темы sarisan
  • Дата начала Дата начала
Регистрация
27.11.2021
Сообщения
2 638
Реакции
981
Credits
$8 190
thanks to dear member @sarisan submitted a new resource:

inGallery - the fanciest instagram galleries for joomla


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);
 
You can't nulled it ?
 
Последнее редактирование модератором: