![]() |
so basically this isnt really an intigration but rather just logs users into both programs, which remain standalone softwares?
|
*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 |
This sounds promising. When are you going to implement the addTopic/addPosting-functions?
|
not this year ;)
|
Quote:
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 |
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.
|
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 ;) |
Quote:
|
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 ) |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|