vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   One login for multiple forums. V3 (https://vborg.vbsupport.ru/showthread.php?t=59972)

icwcorp 01-09-2004 08:42 PM

One login for multiple forums. V3
 
I'm looking for someone that could design a script that allows multiple forums to use a single login system. Multiple domains would have their own forums running but everything, for the time being, would be contained on a single Linux server.

rnmcd 09-09-2004 01:09 AM

Quote:

Originally Posted by icwcorp
I'm looking for someone that could design a script that allows multiple forums to use a single login system. Multiple domains would have their own forums running but everything, for the time being, would be contained on a single Linux server.

I am still looking for the same thing.

Tekton 09-09-2004 03:10 AM

Quote:

Originally Posted by rnmcd
I am still looking for the same thing.

well you could always put them in one massive database instead of seperate ones, and only use one of the user tables (combine them all into one), use prefixes for forums, etc. That might be the lazy/non recommended way though. :P

Colin F 09-09-2004 03:18 AM

Quote:

Originally Posted by Tekton
well you could always put them in one massive database instead of seperate ones, and only use one of the user tables (combine them all into one), use prefixes for forums, etc. That might be the lazy/non recommended way though. :P

I was also thinking about this once. It might be possible if you use table prefixes and just parse all queries for " . TABLE_PREFIX . "user and change that to " . OTHER_TABLE_PREFIX . "user
Then again I'm not sure if it would actually work.

Zachery 09-09-2004 03:30 AM

It would be possible i think i still have the doc the person had sent me, probelm is it would require a single database and when the forums get LARGE you really run into a problem.

I was thinking about using xml instead but there are some security problems if your not using HTTPS to request and recive the data


All times are GMT. The time now is 03:04 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.02475 seconds
  • Memory Usage 1,714KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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