Title: Gallery Plugin XMLRPC Interface
Author: Peidong Hu
Published: <strong>ಜೂನ್ 23, 2012</strong>
Last modified: ಜನವರಿ 10, 2013

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/gallery-plugin-xmlrpc-interface.svg)

# Gallery Plugin XMLRPC Interface

 ‍[Peidong Hu](https://profiles.wordpress.org/zhouyibhic/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/gallery-plugin-xmlrpc-interface.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/gallery-plugin-xmlrpc-interface/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/gallery-plugin-xmlrpc-interface/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/gallery-plugin-xmlrpc-interface/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/gallery-plugin-xmlrpc-interface/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/gallery-plugin-xmlrpc-interface/)

## ವಿವರಣೆ

Basically this plugin creates XMLRPC interfaces for Gallery Plugin.
 Thanks for 
the author of Extended API, Michael Grosser, since this plugin has reused the design.
NOTE: API functions (xmlrpc revoke functions) are all prefixed with ‘i_gllrxmlrpc’.

## ಸ್ಥಾಪನೆ

 1. Gallery plugin has to be installed as the pre-requisite condition. You can find
    Gallery Plugin here, https://wordpress.org/extend/plugins/gallery-plugin/
 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->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

## FAQ

  Exmaple to invoke the xmlrpc api in PHP

//this example demo how to invoke the api to delete a image in the album
 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(‘{zonename}’,’/xmlrpc.php?
delete_images[]={imageID}’);

$username = “{admin login name}”;
 $password = “{password}”;

$function_args = array(array(”,$username,$password,'{postID}’, array()));
 $params
= array($username,$password,”i_gllrxmlrpc_editpost”, $function_args);

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

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

  Exmaple to invoke the xmlrpc api in java

client = new XMLRPCClient(WordPress.currentBlog.getUrl(),
 WordPress.currentBlog.
getHttpuser(), WordPress.currentBlog.getHttppassword());

Object[] result = null;
 // Map<String, String> gallery_type = new HashMap<String,
String>(); gallery_type.put(“post_type”, “gallery”); //String[] return_fields = {“
post_title”, “post_type”};

Object[] fArgs = {“”, WordPress.currentBlog.getUsername(),WordPress.currentBlog.
getPassword(),gallery_type};
 Object[] funcArgs = {fArgs}; // Object[] params = {
WordPress.currentBlog.getUsername(), WordPress.currentBlog.getPassword(), “i_gllrxmlrpc_metaweblog_getposts”,
funcArgs }; try { result = (Object[]) client.call(“gllrxmlrpc_extapi.callGllrMethod”,
params); } catch (XMLRPCException e) { errorMsg = e.getMessage(); }

  Exmaple to invoke the delete post api in php debug = true; // Set it to fase in
Production Environment

// Create the client object
 $client = new IXR_Client(‘hushanqi.localhost’,’/xmlrpc.
php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=13505726480152′);

 $username = “{user name}”;
 $password = “{password}”;

 $function_args = array(array(”,$username,$password,’99’));

 $params = array($username,$password,”i_gllrxmlrpc_deletepost”, $function_args);

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

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

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Gallery Plugin XMLRPC Interface” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ
ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Peidong Hu ](https://profiles.wordpress.org/zhouyibhic/)

[“Gallery Plugin XMLRPC Interface” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/gallery-plugin-xmlrpc-interface)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/gallery-plugin-xmlrpc-interface/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/gallery-plugin-xmlrpc-interface/)
ಪರಿಶೀಲಿಸಿ, ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/gallery-plugin-xmlrpc-interface/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/gallery-plugin-xmlrpc-interface/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 0.3

 * add new interface i_gllrxmlrpc_metaweblog_getPost
 * new php example of delete post

#### 0.2

 * add new interface i_gllrxmlrpc_metaweblog_getposts to be compliant with metaweblog
   standard for getposts api.
 * bug fix in i_gllrxmlrpc_newpost
 * new example in Java code

#### 0.1

 * initial version

## ಮೆಟಾ

 *  Version **0.3**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **13 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 3.3 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **3.3.2** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  Language
 * [English (US)](https://wordpress.org/plugins/gallery-plugin-xmlrpc-interface/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [gallery](https://kn.wordpress.org/plugins/tags/gallery/)[photo](https://kn.wordpress.org/plugins/tags/photo/)
   [xmlrpc](https://kn.wordpress.org/plugins/tags/xmlrpc/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/gallery-plugin-xmlrpc-interface/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/gallery-plugin-xmlrpc-interface/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/gallery-plugin-xmlrpc-interface/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Peidong Hu ](https://profiles.wordpress.org/zhouyibhic/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/gallery-plugin-xmlrpc-interface/)