Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 26
Search took 0.01 seconds.
Search: Posts Made By: t0ny
Forum: vB3 General Discussions 12-13-2005, 07:19 PM
Replies: 14
Views: 1,878
Posted By t0ny
Unfortunately the application is too big to...

Unfortunately the application is too big to contemplate recoding, at least at this time.

I have seen these questions asked a lot over this forum though; so would be nice to see some sort of...
Forum: vB3 General Discussions 12-13-2005, 07:38 AM
Replies: 14
Views: 1,878
Posted By t0ny
How is the sessionhash generated, using their...

How is the sessionhash generated, using their password / salt and some md5 ??

Do i need to check the last activity or anything? How do i know when this cookie session has expired?

Thanks for...
Forum: vB3 General Discussions 12-12-2005, 03:25 PM
Replies: 5
Views: 1,121
Posted By t0ny
The Session Table

Could someone please explain to me using the session table and the sessionhash cookie, how to check if someone is logged in?

Do I simply need to check if that particular sessionhash is in the...
Forum: vB3 General Discussions 12-12-2005, 12:28 PM
Replies: 14
Views: 1,878
Posted By t0ny
So if I match the bbsessionhash cookie with an...

So if I match the bbsessionhash cookie with an entry in the db session table then it looks like the user is logged on?
Forum: vB3 General Discussions 12-11-2005, 10:19 PM
Replies: 14
Views: 1,878
Posted By t0ny
ahh, does vB work with cookies off? i guess it...

ahh, does vB work with cookies off? i guess it only has to look at its session variables...

So the only way i am going to be able to tell if someone is logged in from ASP is to check that cookie?
Forum: vB3 General Discussions 12-11-2005, 09:55 PM
Replies: 14
Views: 1,878
Posted By t0ny
Oh, so there is a cookie that will tell me the...

Oh, so there is a cookie that will tell me the session details, ie login id etc?

What happens if someone has cookies disabled or no remember me ticked? Can vBulletin work without cookies?
Forum: vB3 General Discussions 12-11-2005, 09:37 PM
Replies: 14
Views: 1,878
Posted By t0ny
Yes it is in the same domain and I can see the...

Yes it is in the same domain and I can see the cookies from within my ASP page, does the glbals include set the sessions if it finds the cookies?

The whole main site is in ASP, and I only have...
Forum: vB3 General Discussions 12-11-2005, 09:12 PM
Replies: 7
Views: 899
Posted By t0ny
datamanager?

datamanager?
Forum: vB3 General Discussions 12-11-2005, 09:08 PM
Replies: 14
Views: 1,878
Posted By t0ny
Hi, What i want to acheive is that when...

Hi,

What i want to acheive is that when someone logs into the forum it sets an ASP session variable so my main site knows someone has logged in too.

The only way i thought this was possible,...
Forum: vB3 General Discussions 12-11-2005, 07:48 PM
Replies: 7
Views: 899
Posted By t0ny
I am doing a similar thing to you, but worse I am...

I am doing a similar thing to you, but worse I am integrating with ASP.
I am trying to set a session variable just before the login redirect.. :disappointed:
Forum: vB3 General Discussions 12-11-2005, 07:32 PM
Replies: 7
Views: 899
Posted By t0ny
Looks like most people have to solve these issues...

Looks like most people have to solve these issues themselves or give up trying to get help in this forum....
Forum: vB3 General Discussions 12-11-2005, 07:06 PM
Replies: 14
Views: 1,878
Posted By t0ny
Intercepting vB login

Is there a way I can intercept a successful login; so that before the redirecting screen i can quickly pop to another page and then carry on to the redirect screen??
Forum: vB3 General Discussions 12-11-2005, 05:12 PM
Replies: 0
Views: 723
Posted By t0ny
Session

I need to set an ASP session variable once a successfull login has occured. I am not too hot with PHP, but it looks like there is some class or something vB uses to set it's session?

Can anyone...
Forum: vB3 General Discussions 12-11-2005, 04:45 PM
Replies: 7
Views: 1,606
Posted By t0ny
Oh, also.. this value :...

Oh, also..

this value : $vbulletin->userinfo['lastvisit'] stores the date in that long digit format.. in vB is there any functions to display this in the correct date format for the logged in...
Forum: vB3 General Discussions 12-11-2005, 04:43 PM
Replies: 7
Views: 1,606
Posted By t0ny
Thanks for that, I was just on my way to post. ...

Thanks for that, I was just on my way to post.

I modified it to test where there login request came from and then just redirect back; so i don't get the iFrame contents.

Think I am getting...
Forum: vB3 General Discussions 12-11-2005, 04:08 PM
Replies: 7
Views: 1,606
Posted By t0ny
Can someone move this for me, got the wrong area!!

Can someone move this for me, got the wrong area!!
Forum: vB3 General Discussions 12-11-2005, 04:06 PM
Replies: 7
Views: 1,606
Posted By t0ny
Login Redirection

Hi there,

I am login into vB from an external site, that has the login details sitting in an iFrame; so i can use PHP.

Once I have successfully logged in vB directs me back to the refering page...
Forum: vB3 General Discussions 12-11-2005, 11:24 AM
Replies: 2
Views: 741
Posted By t0ny
Ahh, thank you so much!!! ASP coder i am...

Ahh, thank you so much!!!
ASP coder i am afraid...
Forum: vB3 General Discussions 12-11-2005, 11:18 AM
Replies: 2
Views: 741
Posted By t0ny
global.php include

I have a file outside of vb with the following code:

<?php
//Store current directory
$cwd = getcwd();
echo getcwd().'\n';
//change to forum directory
chdir ('../forum');
echo getcwd() ....
Forum: vB3 General Discussions 12-10-2005, 05:39 PM
Replies: 2
Views: 1,430
Posted By t0ny
I can test a users login + password against the...

I can test a users login + password against the db easy enough with:

md5(md5("password")&SALT)

but i still don't know how to log a person in even if i can authenticate them.

I have posted...
Forum: vB3 General Discussions 12-10-2005, 04:07 PM
Replies: 0
Views: 1,062
Posted By t0ny
Cookie Salt

Can anyone tell me what the SALT is stored as in the Cookie??
Forum: vB3 General Discussions 12-10-2005, 03:15 PM
Replies: 6
Views: 1,223
Posted By t0ny
Ok, i am sure this is going to go down like a...

Ok, i am sure this is going to go down like a lead balloon, but here goes. My main site is written in ASP, i have since decided this was a bad move, but it is too far in now..

I can read the...
Forum: vB3 General Discussions 12-10-2005, 02:58 PM
Replies: 6
Views: 1,223
Posted By t0ny
Sorry, for wrong forum, i am so stuggling to find...

Sorry, for wrong forum, i am so stuggling to find where to put most of my questions...

Is there anywhere that describes this procedure, i don't mind coding anything, but would just like to know...
Forum: vB3 General Discussions 12-10-2005, 02:23 PM
Replies: 6
Views: 1,223
Posted By t0ny
VB Login

Does VB just look at the username / password in the cookies to test if it is logged in? Will it work without cookies enabled?

I want to login / check if a user is logged in from a non-forum page?
Forum: vB3 General Discussions 12-10-2005, 09:14 AM
Replies: 2
Views: 820
Posted By t0ny
oh, ok. where should i ask about this?

oh, ok. where should i ask about this?
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT. The time now is 02:02 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.02722 seconds
  • Memory Usage 2,025KB
  • 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)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (16)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete