Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $links = [];
- $images = [];
- $index = 0;
- $link01 = 'http://bit.ly/2UTWRDm' . '?vend=' . 'edna-marcelino' . '&prod=' . 'katarine-green';
- $link02 = 'http://bit.ly/2HSEcnL' . '?vend=' . 'edna-marcelino' . '&prod=' . 'cronicas-trigom';
- $link03 = 'https://goo.gl/PdYsGC' . '?vend=' . 'thiago-alves' . '&prod=' . 'ekklesia-1';
- $link04 = 'http://bit.ly/2YXNogm' . '?vend=' . 'thiago-alves' . '&prod=' . 'ekklesia-2';
- $link05 = 'https://goo.gl/6QCrVt' . '?vend=' . 'alcione-bastos' . '&prod=' . 'katarine-green';
- $link06 = 'https://goo.gl/mN7Ghv' . '?vend=' . 'alcione-bastos' . '&prod=' . 'cronicas-trigom';
- $link07 = 'https://goo.gl/4JKw47' . '?vend=' . 'marcelino-silva' . '&prod=' . 'div-e-segundo-cas';
- $link08 = 'https://goo.gl/mvdP4r' . '?vend=' . 'marcelino-silva' . '&prod=' . 'ekklesia-1';
- $link09 = 'https://goo.gl/rMjuwF' . '?vend=' . 'marcia-freitas' . '&prod=' . 'ekklesia-1';
- $link10 = 'https://goo.gl/zdxicn' . '?vend=' . 'marcia-freitas' . '&prod=' . 'ekklesia-2';
- $titulo01 = 'Ekklesia e Reforma Já! Vol. 1';
- $titulo02 = 'Ekklesia e Reforma Já! Vol. 2';
- $titulo03 = 'Manual do Novo Convertido';
- $titulo04 = 'Kátarine Green - Das Trevas à Luz';
- $titulo05 = 'Crônicas de Trigôm - Páginas de Pura Loucura';
- $titulo06 = 'Divórcio e Segundo Casamento';
- $img01 = 'http://despertaipovos.com.br/site/wp-content/uploads/2019/04/ekklesia-capa-01-editada.png';
- $img02 = 'http://despertaipovos.com.br/site/wp-content/uploads/2019/03/capa-ekklesia-e-reforma-já-2.jpg';
- $img03 = 'http://despertaipovos.com.br/site/wp-content/uploads/2019/04/manual-novo-convertido.jpeg';
- $img04 = 'http://despertaipovos.com.br/site/wp-content/uploads/2019/04/eu-capa-livro-katarine-green.jpg';
- $img05 = 'http://despertaipovos.com.br/site/wp-content/uploads/2017/04/cronicas-de-trigon.jpeg';
- $img06 = 'http://despertaipovos.com.br/site/wp-content/uploads/2019/04/divorcio-e-novo-casamento.jpg';
- // Edna
- $links[0] = "
- <a style='text-decoration: none' href = '". $link01 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px 5px'>". $titulo04 ."</h4>
- <img style='clear: both' width='300' src='". $img04 ."' alt='Livro, Teologia'>
- </a>";
- $links[1] = "
- <a style='text-decoration: none' href = '". $link02 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo05 . "</h4>
- <img style='clear: both' width='300' src='". $img05 ."' alt='Livro, Teologia'>
- </a>";
- // Thiago Alves
- $links[2] = "
- <a style='text-decoration: none' href = '". $link03 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo01 . "</h4>
- <img style='clear: both' width='300' src='". $img01 ."' alt='Livro, Teologia'>
- </a>";
- $links[3] = "
- <a style='text-decoration: none' href = '". $link04 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo02 . "</h4>
- <img style='clear: both' width='300' src='". $img02 ."' alt='Livro, Teologia'>
- </a>";
- // Alcy
- $links[4] = "
- <a style='text-decoration: none' href = '". $link05 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo04 . "</h4>
- <img style='clear: both' width='300' src='". $img04 ."' alt='Livro, Ficção'>
- </a>";
- $links[5] = "
- <a style='text-decoration: none' href = '". $link06 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo05 . "</h4>
- <img style='clear: both' width='300' src='". $img05 ."' alt='Livro, Ficção'>
- </a>";
- // Marcelino
- $links[6] = "
- <a style='text-decoration: none' href = '". $link07 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo06 . "</h4>
- <img style='clear: both' width='300' src='". $img06 ."' alt='Livro, Teologia'>
- </a>";
- $links[7] = "
- <a style='text-decoration: none' href = '". $link08 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo01 . "</h4>
- <img style='clear: both' width='300' src='". $img01 ."' alt='Livro, Teologia'>
- </a>";
- // Samuel
- $links[6] = "
- <a style='text-decoration: none' href = '". $link09 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo01 . "</h4>
- <img style='clear: both' width='300' src='". $img01 ."' alt='Livro, Teologia'>
- </a>";
- $links[7] = "
- <a style='text-decoration: none' href = '". $link10 ."' target='_blank'>
- <h4 style='margin-top: 5px; font-size: 18px; font-weight: bold'>". $titulo02 . "</h4>
- <img style='clear: both' width='300' src='". $img02 ."' alt='Livro, Teologia'>
- </a>";
- $index = mt_rand(0,count($links)-1);
- // echo $index;
- ?>
- <div id="marketing-images" style="margin-top:11px;display:block;clear:both">
- <!-- <hr style='margin-bottom: 14px; margin-top: 14px'> -->
- <div style="display:block;clear:both;">
- <span style="font-size: 12px">Recomendado pra você:</span>
- </div>
- <?php echo $links[$index] ?>
- <div style="display:block;clear:both;margin-top:12px">
- <span style="font-size: 12px">Campanha:</span>
- </div>
- <div style="display:block;clear:both;">
- <a target="_blank" href="https://www.amazon.com.br/b?_encoding=UTF8&tag=despertaipovo-20&linkCode=ur2&linkId=4b5794c50056f6dd6e20efc16ad02616&camp=1789&creative=9325&node=7874675011"><b>Leia um LIVRO!</b></a><img src="//ir-br.amazon-adsystem.com/e/ir?t=despertaipovo-20&l=ur2&o=33" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement