Como retirar o get pro version do youtube gallery ?

  • felicio
  • Avatar de felicio Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
12 anos 8 meses atrás #85505 por felicio
felicio created the topic: Como retirar o get pro version do youtube gallery ?
Olá Joomleiros de Plantão, já deu uma olhada no codigo render.php, procurei, tentei, tentei e não consegui, alguem sabe como tirar ?

Please Entrar ou Registrar to join the conversation.


Mais
12 anos 8 meses atrás #85547 por Mitnick8
Mitnick8 replied the topic: Re: Como retirar o get pro version do youtube gallery ?
Não entendi muito bem, como tirar o que?

Please Entrar ou Registrar to join the conversation.

Mais
12 anos 8 meses atrás #85556 por Mexica
Mexica replied the topic: Re: Como retirar o get pro version do youtube gallery ?
provavelmente é no arquivo default.php na pasta do modulo.

Mas antes você deveria verificar a licença de uso do programa, e usar do bom senso para tirar ou não.

Você também pode usar/criar uma classe css com display:none; visibility:hidden; na div

Please Entrar ou Registrar to join the conversation.

Mais
12 anos 7 meses atrás #86885 por riccelly
riccelly replied the topic: Re: Como retirar o get pro version do youtube gallery ?
conseguisse felicio??

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.

Mais
11 anos 11 meses atrás #94191 por Jsombra
Jsombra replied the topic: Re: Como retirar o get pro version do youtube gallery ?
Alguém conseguiu descobrir como retirar a imagem GET PRO, eu realmente vi que de alguma forma foi codificada a css.

Veja ontem eu achei que poderia ser:

function render(&$gallery_list, &$videolist_row, &$theme_row, $total_number_of_rows, $videoid)
{
$i='2ee92a8f8d74ae6687b61096d0b37994';
$result='';

$width=$theme_row->width;
if($width==0)
$width=400;

$height=$theme_row->height;
if($height==0)
$height=300;


if($theme_row->rel!='' and JRequest::getCmd('tmpl')!='')
{
// Shadow box
$shadowbox_activated=true;
$layoutcode=YoutubeGalleryLayouts::getTableClassic($theme_row,$shadowbox_activated);
}
else
{
$shadowbox_activated=false;

if($theme_row->customlayout!='')
$layoutcode=$theme_row->customlayout;
else
$layoutcode=YoutubeGalleryLayouts::getTableClassic($theme_row,$shadowbox_activated);
}

if($theme_row->rel!='')
$show_player=false; //Thumbnails only, when shadow box enabled
else
$show_player=true;



//Head Script
if($theme_row->headscript!='')
$this->setHeadScript($theme_row,$videolist_row->id,$width,$height);



$result.='
<!-- YouTube Gallery v3.2.8 -->
<!-- YouTube Gallery http://joomlaboat.com/youtube-gallery -->
';
$r='r'.'ror';
if($theme_row->responsive==1)
$result.=$this->getResponsiveCode($videolist_row->id,$width,$height);

$result.='
<a name="youtubegallery"></a>
<div id="YoutubeGalleryMainContainer'.$videolist_row->id.'" style="position: relative;display: block;'.($show_player ? 'width:'.$width.'px;' : '').($theme_row->cssstylee!='' ? $theme_row->cssstylee.';' : '').'">
'; $l='3c646976207374796c653d22706f736974696f6e3a6162736f6c7574653b207a2d696e6465783a32303030303b20746f703a3070783b72696768743a3070783b70616464696e673a3270783b77696474683a31333670783b6865696768743a313270783b6d617267696e3a303b223e0d0a093c6120687265663d22687474703a2f2f6a6f6f6d6c61626f61742e636f6d2f796f75747562652d67616c6c6572792370726f2d76657273696f6e22207374796c653d2270616464696e673a3070783b6d617267696e3a303b223e0d0a09093c696d67207372633d22687474703a2f2f6a6f6f6d6c61626f61742e636f6d2f696d616765732f6672656576657273696f6e6c6f676f2f70726f5f6a6f6f6d6c615f657874656e73696f6e5f322e706e6722207374796c653d226d617267696e3a303b70616464696e673a3070783b626f726465722d7374796c653a6e6f6e653b2220626f726465723d22302220616c743d22596f75747562652047616c6c657279202d20467265652056657273696f6e22207469746c653d22596f75747562652047616c6c657279202d20467265652056657273696f6e22202f3e0d0a093c2f613e0d0a3c2f6469763e';


$result.=YoutubeGalleryLayoutRenderer::render($layoutcode, $videolist_row, $theme_row, $gallery_list, $width, $height, $videoid, $total_number_of_rows);$thelist_=$l;

$thelist=array();

$result.=YoutubeGalleryLayoutRenderer::QueryYouTube($thelist_);

$result.='
</div>

Please Entrar ou Registrar to join the conversation.