vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBulletin SOAP API (https://vborg.vbsupport.ru/showthread.php?t=100559)

leonsio 03-04-2006 03:39 PM

download the needed dll from www.php.net

SimonVlc 03-05-2006 01:17 PM

There is a possibility to develop a common login system to drupal with this extension?

Thanks, Simon.

leonsio 03-06-2006 11:54 AM

yes thy not?

this addon provides an api for vbulletin

all that you need on drupal side is to call the login function of this api
and the set the cookies

ImportPassion 03-14-2006 12:08 AM

is it possible to add getForums() so we can get a list of the current forums available?

ImportPassion 03-14-2006 12:14 AM

I was adding a reference in vb.net to this and it gave me these errors...


Code:

The document at the url http://www.7thgencivic.com/forums/soap/server.php?wsdl was not recognized as a known document type.
The error message from each known type may help you fix the problem:
- Report from 'DISCO Document' is 'Discovery document at the URL http://www.7thgencivic.com/forums/soap/server.php?wsdl could not be found.'.
  - The document format is not recognized.
- Report from 'WSDL Document' is 'There is an error in XML document (68, 81).'.
  - Namespace prefix 'tns' is not defined.
- Report from 'XML Schema' is 'The root element of a W3C XML Schema should be <schema> and its namespace should be 'http://www.w3.org/2001/XMLSchema'.'.

Does it mean anything to you?

ImportPassion 03-14-2006 12:35 AM

ok, i think i fixed it now.
try this server.xml file.

kmon 04-07-2006 03:28 PM

I'm also interested in being able to get the list of forums available to the logged in user. I'd also like to be able to get a list of threads within a forum, post a new thread, read a thread, post a reply, etc.

vlad_edit 05-23-2006 09:48 AM

I have the SOAP API running on Windows 2003, PHP 5.1, MySQL 4.0.1 and ColdFusion. I've managed to get PHP and ColdFusion using the API and the basic methods work.

I am having a problem with the updateUser method, it seems to throw errors unless I comment out the following code from the upadateUser function in the server.php file:

PHP Code:

// email
if(!empty($email) && $email != '')
{
$userdata->set('email'$email);
}
        
// username
if(!empty($username) && $username != '')
{
$userdata->set('username'$username); 

I only need the function to update the user password. Once I comment the above statements out the function executes without throwing an error, nowever, the password update doesn't appear to work.

I am passing over an MD5 version of the password (without salt) to the function. It's not documented anywhere whether the password needs to be the original plain text or whether it can be an MD5 hash version.

Any suggestions or some documentation on how to use the updateUser function within the API would be appreciated.

Here is the syntal for the updateUser function:
updateUser(string $key, string $value, string $field, string $username, string $password, string $email)

jsodeman 02-18-2007 07:53 AM

Is development stopped on this? I'm working on connecting C# to vbulletin and this looks promising but the feature I need that seems to be missing is adding a new user.

The Connector API https://vborg.vbsupport.ru/showthread.php?t=114338 has that ability, maybe the two could be combined?

leonsio 02-18-2007 12:48 PM

i have stopped the development because of few interest

you can not use the "conenctor api" to connect c# application with vbulletin
only one way you have is to use this API ( SOAP ) or directly access the vbulletin database

additing a user to vbulletin is included in this API


All times are GMT. The time now is 09:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02095 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete