vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Trying to log user in to vbulletin via PHP (https://vborg.vbsupport.ru/showthread.php?t=197996)

anneIntegra 12-04-2008 05:10 PM

Trying to log user in to vbulletin via PHP
 
I am trying to make a single login into my web site also log the user in to my vbulletin forum. After I validate my user I set up these REQUEST/POST variables:

$_REQUEST['do'] = 'login';
$_REQUEST['vb_login_username'] = $_POST['username'];
$_REQUEST['s'] = '';
$_REQUEST['vb_login_password'] = '';
$_REQUEST['vb_login_md5password'] = htmlentities(md5($_POST['pass1']));
$_REQUEST['vb_login_md5password_utf'] = md5($_POST['pass1']);

$_POST['do'] = 'login';
$_POST['vb_login_username'] = $_POST['username'];
$_POST['s'] = '';
$_POST['vb_login_password'] = '';
$_POST['vb_login_md5password'] = htmlentities(md5($_POST['pass1']));
$_POST['vb_login_md5password_utf'] = md5($_POST['pass1']);

and then include vbulletin's login.php file to perform the login.

However when I bring up the forum home page, I still have a username and password box waiting to be filled in. Are there cookies or session variables or other things/tricks that need to be set up to have vbulletin think I have actually logged in?

thank you.

Lynne 12-04-2008 05:14 PM

Yes, vbulletin sets a cookie when you login and also creates a session. I think there are articles on adding logins to other pages, so you may want to check them out.

anneIntegra 12-08-2008 03:06 PM

Do you have any idea of where I can find these articles? There is so much documentation and from what I can see what I am trying to do is unsupported.
Thanks

Lynne 12-08-2008 03:17 PM

The Articles tab in the upper right corner takes you to the articles forums.

If you search "login" "articles" "titles only" you will get this - Single Signin / Login Integration Tip which may help you out.

Submerge 12-10-2008 01:02 AM

Ohh thanks, I came here today exactly looking for this as well.


All times are GMT. The time now is 06:22 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.02098 seconds
  • Memory Usage 1,711KB
  • 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
  • (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