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)
-   -   Connector API for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=114338)

K1ng0e 06-17-2006 08:57 PM

List product add product del product and all same for templates ;) !

dvanwijk 09-14-2006 11:54 PM

I have installed this on vb3.5.4 and it works great.

Is there an update for 3.6.1?

Thanks,
Dan

Noodles24 10-04-2006 01:51 AM

I'm working on an update at the moment

Will also be looking at a way to seperate the code from vbulletin as much as possible

EdKohlwey 11-02-2006 11:14 AM

I've been pretty disappointed by vB's lack of an API, and otherwise sometimes sloppy and poorly documented codebase (I know I may get some major boo-hiss on that comment, but I'm a Java and .Net programmer).

That having been said though, major props on this! It would be good to see the addition of methods for all major vBulletin functions, like subscribe to thread(s), post/reply (actually submitting a post/reply), account maintainence, etc. Lots of people already have sites/CMS'es that do a pretty darn good job of profile management, and it doesn't make sense for a user to maintain two profiles.

tassoman 12-10-2006 08:26 PM

Hi, after I've updated to 3.5.7 I still recieve a fatal error:

Code:

Fatal error: Call to a member function unlock_tables() on a non-object in /var/www/virtual/domain.tld/forum/htdocs/includes/functions.php on line 4488
Seems an object isn't initiated.

tassoman 12-12-2006 02:18 PM

I have also encountered errors evalutating usernames with special chars.

Into my DB i have registered an user called <~^_ Th? T?s7 _^~> so if i try a
Code:

$obj->doLogin('<~^_ Th? T?s7 _^>', 'hispasswd');
i can't get the user logged.

Is there some VB API class/method who correctly converts special chars ?

licinio 02-21-2007 09:06 PM

Hi,

I´m using vbulletin 3.6.4

login works correctly for me,
but checkloggedin doesn´t work

any idea? I´m desperated

thanks

chubba 03-13-2007 11:59 PM

works fine on 3.6.4, however i had to make one change to class_core.php

line 2381 from

define('TABLE_PREFIX', trim($this->config['Database']['tableprefix']));

to

define('TABLE_PREFIX', trim($config['Database']['dbname'].".".$this->config['Database']['tableprefix']));

i think its probably to do with my code, not yours, but it may help some one else out ;-0)

axe70 04-08-2007 05:24 PM

Great! Thank to you boy!
Please, take your work always updated. Big thank to you!

toneill2000 04-25-2007 02:24 AM

Hi Noodles,
I've installed the API and I have a few questions. Is there any documentation on the classes? For example, what does the third parameter on the doLogin mean? It's called "$cookiesend" but I don't really know what it does.

Have said that, there are other simple questions I have which could be easily answered with some documentation. Is there any documentation? thanks.
Todd


All times are GMT. The time now is 12:40 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.01203 seconds
  • Memory Usage 1,732KB
  • 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_code_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