Server IP : 192.64.118.117 / Your IP : 18.119.108.165 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/www/wp-content/plugins/wonderplugin-gallery/app/ |
Upload File : |
<?php require_once 'class-wonderplugin-gallery-list-table.php'; require_once 'class-wonderplugin-gallery-creator.php'; class WonderPlugin_Gallery_View { private $controller; private $list_table; private $creator; function __construct($controller) { $this->controller = $controller; } function add_metaboxes() { add_meta_box('overview_features', __('WonderPlugin Gallery Features', 'wonderplugin_gallery'), array($this, 'show_features'), 'wonderplugin_gallery_overview', 'features', ''); add_meta_box('overview_upgrade', __('Upgrade to Commercial Version', 'wonderplugin_gallery'), array($this, 'show_upgrade_to_commercial'), 'wonderplugin_gallery_overview', 'upgrade', ''); add_meta_box('overview_news', __('WonderPlugin News', 'wonderplugin_gallery'), array($this, 'show_news'), 'wonderplugin_gallery_overview', 'news', ''); add_meta_box('overview_contact', __('Contact Us', 'wonderplugin_gallery'), array($this, 'show_contact'), 'wonderplugin_gallery_overview', 'contact', ''); } function show_upgrade_to_commercial() { ?> <ul class="wonderplugin-feature-list"> <li>Use on commercial websites</li> <li>Remove the wonderplugin.com watermark</li> <li>Priority techincal support</li> <li><a href="http://www.wonderplugin.com/order/?product=gallery" target="_blank">Buy Commercial Version</a></li> </ul> <?php } function show_news() { include_once( ABSPATH . WPINC . '/feed.php' ); $rss = fetch_feed( 'http://www.wonderplugin.com/feed/' ); $maxitems = 0; if ( ! is_wp_error( $rss ) ) { $maxitems = $rss->get_item_quantity( 5 ); $rss_items = $rss->get_items( 0, $maxitems ); } ?> <ul class="wonderplugin-feature-list"> <?php if ( $maxitems > 0 ) { foreach ( $rss_items as $item ) { ?> <li> <a href="<?php echo esc_url( $item->get_permalink() ); ?>" target="_blank" title="<?php printf( __( 'Posted %s', 'wonderplugin_gallery' ), $item->get_date('j F Y | g:i a') ); ?>"> <?php echo esc_html( $item->get_title() ); ?> </a> <p><?php echo $item->get_description(); ?></p> </li> <?php } } ?> </ul> <?php } function show_features() { ?> <ul class="wonderplugin-feature-list"> <li>Support images, YouTube, Vimeo, Dailymotion and MP4/WebM videos</li> <li>Support extra high quality video files to create an HD video player</li> <li>Works on mobile, tablets and all major web browsers, including iPhone, iPad, Android, Firefox, Safari, Chrome, Internet Explorer 7/8/9/10/11 and Opera</li> <li>Pre-defined professional skins</li> <li>Fully responsive</li> <li>Easy-to-use wizard style user interface</li> <li>Instantly preview</li> <li>Provide shortcode and PHP code to insert the gallery to pages, posts or templates</li> </ul> <?php } function show_contact() { ?> <p>Priority technical support is available for Commercial Version users at support@wonderplugin.com. Please include your license information, WordPress version, link to your gallery, all related error messages in your email.</p> <?php } function print_overview() { ?> <div class="wrap"> <div id="icon-wonderplugin-gallery" class="icon32"><br /></div> <h2><?php echo __( 'WonderPlugin Gallery', 'wonderplugin_gallery' ) . ( (WONDERPLUGIN_GALLERY_VERSION_TYPE == "C") ? " Commercial Version" : " Free Version") . " " . WONDERPLUGIN_GALLERY_VERSION; ?> </h2> <div id="welcome-panel" class="welcome-panel"> <div class="welcome-panel-content"> <h3>WordPress Photo and Video Gallery Plugin</h3> <div class="welcome-panel-column-container"> <div class="welcome-panel-column"> <h4>Get Started</h4> <a class="button button-primary button-hero" href="<?php echo admin_url('admin.php?page=wonderplugin_gallery_add_new'); ?>">Create A New Gallery</a> </div> <div class="welcome-panel-column"> <h4>More Actions</h4> <ul> <li><a href="<?php echo admin_url('admin.php?page=wonderplugin_gallery_show_items'); ?>" class="welcome-icon welcome-widgets-menus">Manage Existing Galleries</a></li> <?php if (WONDERPLUGIN_GALLERY_VERSION_TYPE !== "C") { ?> <li><a href="http://www.wonderplugin.com/order/?product=gallery" target="_blank" class="welcome-icon welcome-view-site">Buy Commercial Version</a></li> <?php } ?> </ul> </div> <div class="welcome-panel-column welcome-panel-last"> <h4>Help Document</h4> <ul> <li><a href="http://www.wonderplugin.com/wordpress-gallery/help/" target="_blank" class="welcome-icon welcome-learn-more">Quick Start</a></li> <li><a href="http://www.wonderplugin.com/wordpress-tutorials/how-to-upgrade-to-wonderplugin-commercial-version/" target="_blank" class="welcome-icon welcome-learn-more">How to Upgrade to Commercial or New Version</a></li> </ul> </div> </div> </div> </div> <div id="dashboard-widgets-wrap"> <div id="dashboard-widgets" class="metabox-holder columns-2"> <div id="postbox-container-1" class="postbox-container"> <?php do_meta_boxes( 'wonderplugin_gallery_overview', 'features', '' ); do_meta_boxes( 'wonderplugin_gallery_overview', 'contact', '' ); ?> </div> <div id="postbox-container-2" class="postbox-container"> <?php if (WONDERPLUGIN_GALLERY_VERSION_TYPE != "C") do_meta_boxes( 'wonderplugin_gallery_overview', 'upgrade', ''); do_meta_boxes( 'wonderplugin_gallery_overview', 'news', ''); ?> </div> </div> </div> <?php } function print_edit_settings() { ?> <div class="wrap"> <div id="icon-wonderplugin-gallery" class="icon32"><br /></div> <h2><?php _e( 'Settings', 'wonderplugin_gallery' ); ?></h2> <?php if ( isset($_POST['save-gallery-options'])) { unset($_POST['save-gallery-options']); $this->controller->save_settings($_POST); echo '<div class="updated"><p>Settings saved.</p></div>'; } $settings = $this->controller->get_settings(); $userrole = $settings['userrole']; $keepdata = $settings['keepdata']; ?> <h3>The settings page is only available for users of Administrator role.</h3> <form method="post"> <table class="form-table"> <tr valign="top"> <th scope="row">Set minimum user role of plugin administration</th> <td> <select name="userrole"> <option value="Administrator" <?php echo ($userrole == 'manage_options') ? 'selected="selected"' : ''; ?>>Administrator</option> <option value="Editor" <?php echo ($userrole == 'moderate_comments') ? 'selected="selected"' : ''; ?>>Editor</option> <option value="Author" <?php echo ($userrole == 'upload_files') ? 'selected="selected"' : ''; ?>>Author</option> </select> </td> </tr> <tr> <th>Options</th> <td><label><input name='keepdata' type='checkbox' id='keepdata' <?php echo ($keepdata == 1) ? 'checked' : ''; ?> /> Keep data when deleting the plugin</label> </td> </tr> </table> <p class="submit"><input type="submit" name="save-gallery-options" id="save-gallery-options" class="button button-primary" value="Save Changes" /></p> </form> </div> <?php } function print_items() { ?> <div class="wrap"> <div id="icon-wonderplugin-gallery" class="icon32"><br /></div> <h2><?php _e( 'Manage Galleries', 'wonderplugin_gallery' ); ?> <a href="<?php echo admin_url('admin.php?page=wonderplugin_gallery_add_new'); ?>" class="add-new-h2"> <?php _e( 'New Gallery', 'wonderplugin_gallery' ); ?></a> </h2> <?php $this->process_actions(); ?> <form id="slider-list-table" method="post"> <input type="hidden" name="page" value="<?php echo $_REQUEST['page'] ?>" /> <?php if ( !is_object($this->list_table) ) $this->list_table = new WonderPlugin_Gallery_List_Table($this); $this->list_table->list_data = $this->controller->get_list_data(); $this->list_table->prepare_items(); $this->list_table->display(); ?> </form> </div> <?php } function print_item() { if ( !isset( $_REQUEST['itemid'] ) ) return; ?> <div class="wrap"> <div id="icon-wonderplugin-gallery" class="icon32"><br /></div> <h2><?php _e( 'View Gallery', 'wonderplugin_gallery' ); ?> <a href="<?php echo admin_url('admin.php?page=wonderplugin_gallery_edit_item') . '&itemid=' . $_REQUEST['itemid']; ?>" class="add-new-h2"> <?php _e( 'Edit Gallery', 'wonderplugin_gallery' ); ?> </a> </h2> <div class="updated"><p style="text-align:center;"> <?php _e( 'To embed the gallery into your page, use shortcode', 'wonderplugin_gallery' ); ?> <strong><?php echo esc_attr('[wonderplugin_gallery id="' . $_REQUEST['itemid'] . '"]'); ?></strong></p></div> <div class="updated"><p style="text-align:center;"> <?php _e( 'To embed the gallery into your template, use php code', 'wonderplugin_gallery' ); ?> <strong><?php echo esc_attr('<?php echo do_shortcode(\'[wonderplugin_gallery id="' . $_REQUEST['itemid'] . '"]\'); ?>'); ?></strong></p></div> <?php echo $this->controller->generate_body_code( $_REQUEST['itemid'], true ); ?> </div> <?php } function process_actions() { if ( isset($_REQUEST['action']) && ($_REQUEST['action'] == 'delete') && isset( $_REQUEST['itemid'] ) ) { $deleted = 0; if ( is_array( $_REQUEST['itemid'] ) ) { foreach( $_REQUEST['itemid'] as $id) { $ret = $this->controller->delete_item($id); if ($ret > 0) $deleted += $ret; } } else { $deleted = $this->controller->delete_item( $_REQUEST['itemid'] ); } if ($deleted > 0) { echo '<div class="updated"><p>'; printf( _n('%d gallery deleted.', '%d galleries deleted.', $deleted), $deleted ); echo '</p></div>'; } } if ( isset($_REQUEST['action']) && ($_REQUEST['action'] == 'clone') && isset( $_REQUEST['itemid'] ) ) { $cloned_id = $this->controller->clone_item( $_REQUEST['itemid'] ); if ($cloned_id > 0) { echo '<div class="updated"><p>'; printf( 'New gallery created with ID: %d', $cloned_id ); echo '</p></div>'; } else { echo '<div class="error"><p>'; printf( 'The gallery cannot be cloned.' ); echo '</p></div>'; } } } function print_add_new() { ?> <div class="wrap"> <div id="icon-wonderplugin-gallery" class="icon32"><br /></div> <h2><?php _e( 'New Gallery', 'wonderplugin_gallery' ); ?> <a href="<?php echo admin_url('admin.php?page=wonderplugin_gallery_show_items'); ?>" class="add-new-h2"> <?php _e( 'Manage Galleries', 'wonderplugin_gallery' ); ?> </a> </h2> <?php $this->creator = new WonderPlugin_Gallery_Creator($this); echo $this->creator->render( -1, null); } function print_edit_item() { if ( !isset( $_REQUEST['itemid'] ) ) return; ?> <div class="wrap"> <div id="icon-wonderplugin-gallery" class="icon32"><br /></div> <h2><?php _e( 'Edit Gallery', 'wonderplugin_gallery' ); ?> <a href="<?php echo admin_url('admin.php?page=wonderplugin_gallery_show_item') . '&itemid=' . $_REQUEST['itemid']; ?>" class="add-new-h2"> <?php _e( 'View Gallery', 'wonderplugin_gallery' ); ?> </a> </h2> <?php $this->creator = new WonderPlugin_Gallery_Creator($this); echo $this->creator->render( $_REQUEST['itemid'], $this->controller->get_item_data( $_REQUEST['itemid'] ) ); } }