View Single Post
  #9  
Old 09-18-2007, 06:30 PM
ianskate ianskate is offline
 
Join Date: Dec 2002
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive also spent the entire day exploring vBulletin's caching. I suspected that user attributes were being loaded into a cache (datastore) of some sort, and most of the board's functionality referred to this cache as opposed to the _user table. From what ive found, this is not the case.

I am going to make an attempt at adding a user through a datamanager script, and pass the info to it through a URL, as a last ditch effort. I really wanted to be able to simply add new users via sql queries tho.

Oh and to reply to the above post: i dont believe there are any other tables associated with a user
as far as a user being registered or not goes. The userfields, usernote, usertextfield, etc, tables are not relevant when considering most of the problems im having (for example, those fields can be left totally blank, which most users will have them as, when looking up a userid to send a pm, or viewing a profile, or post, etc).

OK just in case anyone has this problem in the future:

I found a way of using the VB Datamanager_User externally (without having use any dependencies) by passing user metadata such as name, pw (hash), salt, options, etc, through a url that calls a datamanager_register php script within the forum branch on my server. However, just as I had accomplished this, my coworker found a problem with my initial attempt at accomplishing external registration.

When writing to the _user table, you must also write the userid to the _userfield and _usertextfield tables as well. The values for the rest of the columns can all be set to null, which is what caused me to overlook these tables (since their defaults are all null). Directly sending as much info as you can to the _user table, and sending the id to the _userfield and _usertextfield tables, allows external registration via sql queries to work perfectly fine!

http://nextnewnetworks.com/networks.html
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01511 seconds
  • Memory Usage 1,765KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete