The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 2
1
2
>
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
Intercepting vB login
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
Intercepting vB login
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
The Session Table
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
Intercepting vB login
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
Intercepting vB login
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
Intercepting vB login
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
Intercepting vB login
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
Passwords Question
Views:
899
Posted By
t0ny
datamanager?
datamanager?
Forum:
vB3 General Discussions
12-11-2005, 09:08 PM
Replies:
14
Intercepting vB login
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
Passwords Question
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
Passwords Question
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
Intercepting vB login
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
Session
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
Login Redirection
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
Login Redirection
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
Login Redirection
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
Login Redirection
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
global.php include
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
global.php include
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
How to Login a User in the Forum without visiting the Forum?
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
Cookie Salt
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
VB Login
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
VB Login
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
VB Login
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
Loggin into VBulletin with ASP
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
02:02 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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
Messages:
time to check permissions: 0.0008
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi