Version: 1.10, by Billspaintball
Developer Last Online: Nov 2011
Category: Integration with vBulletin -
Version: 3.6.5
Rating:
Released: 12-01-2006
Last Update: 04-23-2007
Installs: 197
Additional Files
No support by the author.
Hack Description
This is a cutdown version of the user authentication and access control system I use on the non vB pages on my website.
This uses the vB 3.6 login system to log you in and out. It allows you to move between your forums and other pages on your site while remaining logged in.
It allows you to do things such as restrict pages by usergroup, display different content depending on a user being logged in or not.
For example, you can have banner Adds displying to non members only, and/or let members access to specific content.
Ive cut it down to the bare minimum that it needs to work, no fancy stuff such as avatars, PM's, or even formating.
I will try and offer support, but work and family commitments mean I dont have much free time.
This code is a mix of my own, and pieces I have used from other hacks that are floating around.
This script has been confirmed as working on
vB 3.6
vB 3.6.1
vB 3.6.2
vB 3.6.3
vB 3.6.4
vB 3.6.5
Changelog
Version 1.10 (24th April 2007)
Fixed - // in paths bug
Fixed - Javascript warning in some browsers
Fixed - Tidied up some code
Version 1.0 (2nd December 2006)
Very similar to my vB 3.5 version, however logout bug fixed and should be more compatible with other scripts on your page.
Click on Install
If you have this script installed then please click on the install link because;
You will get notified if any security issues are reported.
You will get notified when there are any upgrades to this script
It gives me a warm fuzzy feeling and motivates me to develop more
Donations
First of all, to be clear. This script is 100% free.
Out of curosity, does this support multiple unique domains and subdomains,?
I couldn't get it to work on my subdomain. Luckily, I'm still building the site so I just switched the forum over to a standard directory and this seams to be working great.
I couldn't get it to work on my subdomain. Luckily, I'm still building the site so I just switched the forum over to a standard directory and this seams to be working great.
Great mod! You saved me a day of work!
Brandon
Yes, subdomains are a never ending headache.
Works for some, not for others
Ive not been able to pinpoint why, but possibly something to do with server configuation I spose.
You guys say this should redirect me to the page that found the login page automatically right?
Well would that page have to be a native vBulletin page? meaning, I have my own pages that I am adding this to....
and when i click them, to get to my newly created page with this code on -- which does work perfectly by the way, it always redirects the users who login back to the now logged in login page...as opposed to index.php at my root for example..
mysite.com/index.php -- they click login, which takes them to
mysite.com/login.php -- which neitehr of which are vBulletin pages yet....
so they login successfully, I see the vBulletin redireting message, and they are sent back to
mysite.com/login.php not the index.php page I wanted to happen...
is there some form of variable I need to include in the login.php link like ?prevousurl-index.php etc....