Plugin info

Total downloads: 1,116
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/20/2013 (4654 days ago)
Added to WordPress: 5/20/2013 (12 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 3.3.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4654 days ago

20/100

Is MPQ Video Gallery XMLRPC abandoned?

Possibly abandoned (last update 4654 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 3.3.2
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Disable XML-RPC-API
Rating 4.1/5 (42 reviews)Active installs 100,000
Disable XML-RPC
Rating 4.3/5 (29 reviews)Active installs 100,000
XO Security
Rating 5.0/5 (9 reviews)Active installs 30,000
WP Hardening (discontinued)
Rating 4.1/5 (19 reviews)Active installs 10,000
Remove & Disable XML-RPC Pingback
Rating 3.0/5 (6 reviews)Active installs 9,000
Manage XML-RPC
Rating 3.0/5 (4 reviews)Active installs 6,000

Description

Basically this plugin creates XMLRPC interfaces for Clean Video Gallery Plugin.
NOTE: API functions (xmlrpc revoke functions) are all prefixed with ‘i_gllrxmlrpc’.

Installation

  1. Clean Video Gallery plugin has to be installed as the pre-requisite condition. You can find Clean Video Gallery Plugin here, https://wordpress.org/extend/plugins/clean-video-gallery/
  2. unzip the plugin
  3. Upload plugin folder to the /wp-content/plugins/ directory
  4. Activate the plugin through the ‘Plugins’ menu in WordPress
  5. In administrator portal, click Settings->Video Gallery Plugin XMLRPC Interface to enable/disable the api functions.

Warning: Debug Error log is being appended into the WP_CONTENT_DIR . ‘/debug.log’; Make sure that in production environment, trun off the debug directive in wp-includes/default-constants.php

Frequently Asked Questions

= Exmaple to invoke the xmlrpc api in PHP= //this example demo how to query the clean video gallery posts set_time_limit(0); require_once(“IXR_Library.php.inc”);

$client->debug = true; // Set it to false in Production Environment

// Create the client object $client = new IXR_Client(‘{hostname}’,’/xmlrpc.php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=13522981788714′);

$username = “{admin login name}”;

$password = “{password}”;

$function_args = array(array(”,$username,$password, array(‘post_type’=>’galleryvideo’))); $params = array($username,$password,”i_mpqvideogllrxmlrpc_metaweblog_getposts”, $function_args);

// Run a query To Read Posts From WordPress $ret = $client->query(‘mpqvideogllrxmlrpc_extapi.callMpqVideoGllrMethod’, $params); if (!$ret) { die(‘Something went wrong – ‘.$client->getErrorCode().’ : ‘.$client->getErrorMessage()); }

$myresponse = $client->getResponse(); print_r($myresponse); die();

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.1

  • initial version