vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   same user registration across website (https://vborg.vbsupport.ru/showthread.php?t=42066)

SpiceGirl 08-08-2002 02:29 PM

same user registration across website
 
i'd like to associate the vb registration with the registration on my website (same fields more or less). are there any instructions on how to do and what all stuff to take care of?

thanks in advance!

TECK 08-08-2002 02:45 PM

spice, can you give us more details? are you using a portal? how do you plan to interact vb with your site?
thanks.

SpiceGirl 08-08-2002 02:58 PM

hi nakkid, nothing detailed. not using any portal etc. let us say i just have a user login for some pages of my website and i have a USER table which does all this. the code already works and i dont want to change it.

so i have two options:

1. use my form ONLY, and fill out vb tables automatically:
but when a user registers on MY form, i also want her to register automatically on VB forum (without the need for the email confirmation etc).

2. use VB form ONLY, and fill out my tables automatically: this i prefer because this verifies a user's email ID etc already.

so, to be able to do the 2nd, what do i do? i mean, once the user authenticates himself, apart from showing the message -- you are successfully registered, i want to be able to add values to my own user table.

possible? what all do i need to edit for this? for one thing, i know that i need to do something inside "register.php?a=act" which is the confirmation message that a user has activated. (when this is done, i add this user to MY table). i have a couple of questions:

1. how do i do this? inside register.php? would appreciate advice from seasoned hackers.

2. other than this, do i need to do something else ?

Demonslayer 08-31-2002 04:59 PM

your site user table will also have to use same password encryption (MD5) as vbulletin for this, just letting you know as this may complicate things...

NTLDR 08-31-2002 05:28 PM

You basicly need to add a query within resgister.php to add the data to your table within the db after it has added the info to your vB user table.

Rapdis 09-02-2002 06:00 PM

Quote:

Originally posted by NTLDR
You basicly need to add a query within resgister.php to add the data to your table within the db after it has added the info to your vB user table.
needs to access the same my sql database and be able to read the encrypted password etc... i tried this, more hassle than its worth. ;)


All times are GMT. The time now is 12:37 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.01132 seconds
  • Memory Usage 1,719KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete