vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   2 Sites 2 Licences into 1 database ?? (https://vborg.vbsupport.ru/showthread.php?t=160028)

chrisbeau 10-11-2007 08:06 PM

2 Sites 2 Licences into 1 database ??
 
Is it possible, to have 2 seperate sites with 2 licences and use 1 database and have accounts the same on both ?? post count etc not essential, just access with the same name and password !

If theres another way to make my present members also part of another forum that would do.

Analogpoint 10-12-2007 12:13 AM

Sure it's possible, but you'll have to do some custom coding. There are lots of people asking about this.

Brandon Sheley 10-12-2007 02:30 AM

Anything possible. I know of 9 boards that share a, over a million, user DB and they run like a champ :)

chrisbeau 10-12-2007 03:05 PM

How would I go about doing it then ? Fancy the job ?

Analogpoint 10-12-2007 03:23 PM

Quote:

Originally Posted by chrisbeau (Post 1358312)
How would I go about doing it then ? Fancy the job ?

Were you talking to me or Loco :D ?

Andrew Green 10-12-2007 08:26 PM

Quote:

Originally Posted by chrisbeau (Post 1357763)
If theres another way to make my present members also part of another forum that would do.


That one wouldn't be hard, you'd just have to do a export and import of the user tables.

For combining my thoughts would be having different table prefixes on each, then doing a find / replace on any references to
Code:

". TABLE_PREFIX . "user
to
Code:

user
as well as any other common tables (usergroups, profile fields, etc.)

But that's on 10 seconds thought ;)

Dismounted 10-13-2007 04:00 AM

That's actually a decent idea. :p


All times are GMT. The time now is 05:30 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.01736 seconds
  • Memory Usage 1,720KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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