Вход Регистрация
Файл: IPBMafia.ru_IPB_3.4.6_Final_Rus _Nulled/board/upload/interface/board/modules/ipb/methods.php
Строк: 95
<?php

/**
 * <pre>
 * Invision Power Services
 * IP.Board v3.4.6
 * Defines the allowed methods a remote server may request and the in/out parameters
 * Last Updated: $Date: 2013-03-21 17:38:09 -0400 (Thu, 21 Mar 2013) $
 * </pre>
 *
 * @author         $Author: AndyMillne $
 * @copyright    (c) 2001 - 2009 Invision Power Services, Inc.
 * @license        http://www.invisionpower.com/company/standards.php#license
 * @package        IP.Board
 * @link        http://www.invisionpower.com
 * @version        $Rev: 12109 $
 *
 */
                                                
$ALLOWED_METHODS = array();

$ALLOWED_METHODS['fetchOnlineUsers'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'           => 'string',
                                                                    
'api_module'        => 'string',
                                                                    
'sep_character'     => 'string',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );

$ALLOWED_METHODS['fetchStats'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'           => 'string',
                                                                    
'api_module'        => 'string',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );
                                                
$ALLOWED_METHODS['fetchTopics'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'           => 'string',
                                                                    
'api_module'        => 'string',
                                                                    
'forum_ids'            => 'string',
                                                                    
'order_field'       => 'string',
                                                                    
'order_by'           => 'string',
                                                                    
'offset'               => 'integer',
                                                                    
'limit'               => 'integer',
                                                                    
'view_as_guest'     => 'integer',
                                                                       
'parse_display'        => 'integer',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );
$ALLOWED_METHODS['fetchForums'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'           => 'string',
                                                                    
'api_module'        => 'string',
                                                                    
'forum_ids'         => 'string',
                                                                    
'view_as_guest'     => 'integer',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );
                                                
$ALLOWED_METHODS['fetchForumsOptionList'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'            => 'string',
                                                                    
'api_module'         => 'string',
                                                                    
'selected_forum_ids' => 'string',
                                                                    
'view_as_guest'      => 'integer',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );
                                                
$ALLOWED_METHODS['checkMemberExists'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'            => 'string',
                                                                    
'api_module'         => 'string',
                                                                    
'search_type'        => 'string',
                                                                    
'search_string'      => 'string',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );

$ALLOWED_METHODS['fetchMember'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'            => 'string',
                                                                    
'api_module'         => 'string',
                                                                    
'search_type'        => 'string',
                                                                    
'search_string'      => 'string',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );
                                                
$ALLOWED_METHODS['postReply'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'            => 'string',
                                                                    
'api_module'         => 'string',
                                                                    
'member_field'       => 'string',
                                                                    
'member_key'         => 'string',
                                                                    
'topic_id'           => 'integer',
                                                                    
'post_content'       => 'string',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );
                                                
$ALLOWED_METHODS['postTopic'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'            => 'string',
                                                                    
'api_module'         => 'string',
                                                                    
'member_field'       => 'string',
                                                                    
'member_key'         => 'string',
                                                                    
'forum_id'           => 'integer',
                                                                    
'topic_title'         => 'string',
                                                                    
'post_content'       => 'string',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );
                                                
$ALLOWED_METHODS['helloBoard'] = array(
                                                   
'in'  => array(
                                                                    
'api_key'            => 'string',
                                                                    
'api_module'         => 'string',
                                                                 ),
                                                   
'out' => array(
                                                                    
'response' => 'xmlrpc'
                                                                 
)
                                                 );
Онлайн: 2
Реклама