vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How would I Change registration. (https://vborg.vbsupport.ru/showthread.php?t=119404)

SupremeWeapon 06-23-2006 12:58 AM

How would I Change registration.
 
So that when someones registers. notonly do they register for the forum, But there username/password/email all get sent to a Second DATABASE/Table for another login thing.

Basically lets say the vB installation h as it in a database called bob.

Now lets say I have another thing installed in a database called Bobc3p0

Now not only do I want them to register on the forums which means their info gets saved in the bob database. But I would also like it sent to the bobc3p0 database for another thing so they don;t have to register twice.

I need to understand how to make itr do different tables as well. the second one would be a table called "login"

Understand what I mean?

If not please post to what you donot understand about and I will try toclarify.

Zachariah 06-23-2006 07:31 PM

This can be done in 1 register submit form and a shared cookie.

You could have problems with account info sync if there are many fields that change.

I would think you might need a full bridge: password, email, profile fields, delete account sync between the 2 programs.

SupremeWeapon 07-01-2006 07:40 PM

theres a function in the newer IPBs ( I know thios isnt ipb but hear me out ) to read from an external database and write to it and what not.

Can vB be modified to do this aswell?

davelr45 07-06-2006 12:15 PM

I have the same issue on my site, what I did is made an html form that submitted all the variables I needed into table 1, then upon execution re-direct to a plain barebones html version of register.htm with username, password and email as hidden fields in that form from a cookie, and just left the rules and timezone options visible then when the user submitted that, it was seamless and the info matched. - That only solved half my problem though, now I need to make a registration for my other (portal) to automatically add the username, email and password variables to the vbulletin table without forwarding them to the forum.


All times are GMT. The time now is 04:59 PM.

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.01604 seconds
  • Memory Usage 1,707KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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