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 12-20-2005 11:52 AM

also vbulletin runs unter php5 without any problems

you should install WAMP on your windows this package include apache/php5/mysql4x and then test all your applications on it with php5

Wordplay 12-20-2005 11:55 AM

did you read my last reply? if not please do...

and you just wrote unter... deutsch? predator kenn ich ja bereits, ein deutsches coder team hier ja?

leonsio 12-20-2005 12:04 PM

ja hab dein kommentar gelesen
man kann xoops modul erstellen, jedoch ist dieser von mir vorerst nicht geplannt

f?r deutschprachige hilfe benutze www.vbhacks-germany.com forum

Wordplay 12-20-2005 12:08 PM

no my english is just fine... so if you dont mind i'll just stay here... merely because registering there would just be too much extra work that i doubt will help me get on... as you're here and you're the only person i need to be talking to concerning this.

you said vbulletin works just fine on php5 server? you mean i wouldn't have to change anything when moving to a php5 server? are you certain of this?

leonsio 12-20-2005 12:12 PM

<a href="http://www.c4u.to" target="_blank">www.c4u.to</a> is my forum and it works/runs on php 5.0.x and mysql 4.1

Wordplay 12-20-2005 12:24 PM

cool. heard php 5.1.x is not too stable with vbulletin so i should be running 5.0.x then right? ok i'll upgrade my server then later tonight. and then install this.

could you please... please do me the favor of finding somebody who made it work with xoops? if you say its possible somebody must've done it by now right? or can you atleast point me in a direction to look around at?

leonsio 12-20-2005 12:29 PM

also i have not tested php5.1 with vbulletin

but i will update my server to php 5.1 and mysql 5.0 soon

xoops... also i can try to make a module but not in this year

for questions except VB_SOAP addon use other threads here ( for modules -> Vbulletin application connector )

Wordplay 12-20-2005 01:45 PM

too bad... in my opinion xoops completely outshines joomla. i wish that would work. never is it possible for me to get what i really need. i hope somebody works on it sometime soon.

thanks none the less.

Wordplay 12-21-2005 10:00 AM

leonsio i cant find anybody willing to work on the xoops and vbulletin intigration... as nobody seems to have the soap expiriance... and asking around on other forums turned out useless as people expirianced with xoops seem to not know a thing or two about vbulletin, probably because it has never before been possible to make both work together. but if you run a search on:
bbpixel.com
xoops.org

and a couple of other xoops sites. you will swiftly see how many people have been longing for these 2 to work.

you said you wont be able to work on it before new year... and i dont have a choice but to wait.

so i'll just be patient... please let me know when approximately you'll be able to make it work.

leonsio 12-21-2005 10:07 AM

also its realy easy to make common logins from other applications with vbulletin ( and this addon )

look at the examples in the package

in the login.php you can find code to "login" on vbulletin

as result you will get all needed cookies ($connection->_cookies)

you must just walt this array and set cookies

PHP Code:

                            foreach( $connection->_cookies AS $name => $value)
                            {
                                              
setcookie($name$value[0], $lifetime$value[1], $value[2]);
                            } 

if you have set all this cookies, the user will be logged in vbulletin


All times are GMT. The time now is 09:15 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.02360 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_php_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