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)

Wordplay 12-21-2005 10:10 AM

so basically this isnt really an intigration but rather just logs users into both programs, which remain standalone softwares?

leonsio 12-23-2005 08:29 AM

*update*

added function getOnlineUsers(KEY)
this function will return an array with all logged in users

the count of the array can be different, you will only get user which you can see
also if the user can not see we who is online list, he will get nothing ;)

for admins the list will include invisible users too

Philipp G?rard 12-27-2005 09:03 PM

This sounds promising. When are you going to implement the addTopic/addPosting-functions?

leonsio 12-27-2005 11:13 PM

not this year ;)

leonsio 01-10-2006 02:54 PM

Quote:

Originally Posted by twitch
So... would this be able to work with vwar? http://www.vwar.de and my vbulletin forum so that users will synch?

I am looking for some sort of vwar bridge or something to synch the 2 user databases together. A vwar bridge would be a great tool for the vbulletin community.


one use has created vwar module for my connector for joomla
its the same as vbulletin connector, i will port the module in the next weeks for vbulletin

to use it with this connector and vbulletin

http://forum.joomla.org/index.php/to...html#msg125646

release thread of the connector for vbulletin

so it is posible to have common login between joomla<->vbulletin->vwar ( or vbulletin<->joomla->vwar )

it will be only one login needed :D

rob.wisniewski 01-11-2006 03:02 AM

This is really interesting and almost exactly what I'm looking to do. However I don't believe my host has the SOAP extension installed for me. both of my applications are running in the same process/domain so I can theoretically call your server.php directly without the SOAP layer. I tried to hack this by removing the references and verification of the $key, but this seems to fall apart. (interestingly enough I just get a <html></body></html> response.. can't figure that one out). Any ideas on calling your libraries from another php file? Specifically I'd be calling this from the portion of MediaWiki that logs a user into mediawiki.

leonsio 01-11-2006 07:12 AM

you need php5 to run this script

key should not be a problem, you can call the functions direct $test=new VBSOAP();

$result=$test->doLogin(KEY, .....);


sorry but i dont have enouth time at the moment to make the script php4 conform
i dont know why you get html code, the script dont produce any html outputs

try to update to php5, its a easiest way to get this script working ;)

boiboi 01-18-2006 01:27 AM

Quote:

Originally Posted by leonsio
look at first post

you needs PHP5 and soap extension

for a client you can use a PEAR::SOAP, examples are at the first site of this thread

Good concept but most folks are probably still on php4

leonsio 01-18-2006 06:17 AM

php4 has very very slow performance

it is posible to run it with php4 but its not so good and not so fast like php5

( the extension in php4 is written in php, the soap extension in php5 is written in c )

jliu 01-25-2006 11:36 AM

Very nice concept. I tried it, but got message --

[faultstring] => looks like we got no XML document
[faultcode] => SOAP-ENV:Client

Any idea where I got it wrong?

Thanks!


All times are GMT. The time now is 10:50 AM.

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.01107 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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