vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Using vBulletin Registration/Login for Members Section (https://vborg.vbsupport.ru/showthread.php?t=46464)

PartyPursuit 12-07-2002 03:39 PM

Using vBulletin Registration/Login for Members Section
 
I was wondering if anyone had experience or knew of an example of where I could find how to use the vBulletin login for an entire members section. I was told this was the place to come, but I browsed through the hacks for awhile and didn't see anything offhand.

Basically I want to create a members section of a site where they would fill out a registration form (almost identical to the vBulletin registration form) and the cookie that was set when they logged in would work with the bulletin AND the other section of the site so they didn't have to register again to use the bulletin. Any help is appreciated.

Xenon 12-07-2002 04:26 PM

just require global.php in your script and you can use the bbuserinfo variable to check if they are members at your board..

PartyPursuit 12-10-2002 10:00 PM

Sorry, I'm not familiar enough with vbulletin to be able to do this from scratch. So far I've been able to edit the templates and change the registration to work with the existing one. How do I use the bbuserinfo variable to check if they're registered. If they are it should let them stay, otherwise it should send them to the login page.

Xenon 12-10-2002 10:09 PM

in front of your script add this:
PHP Code:

require('global.php');
if (
$bbuserinfo['userid']==0) {
header("Location: login.php"); // Or whatever your loginscript url is ;)



PartyPursuit 12-10-2002 10:14 PM

Thanks! I really appreciate the help on this!


All times are GMT. The time now is 02:19 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.01036 seconds
  • Memory Usage 1,715KB
  • 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_php_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