The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Simple vB User login and access control on non vB pages Details »» | |||||||||||||||||||||||||||
Simple vB User login and access control on non vB pages
Developer Last Online: Nov 2011
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.5 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
Changelog Version 1.30 (24th April 2007)
Version 1.20 (2nd December 2006)
Version 1.10 (4th Feb 2006)
There is no functionality changes or bug fixes between these 2 releases. Version 1.0 (17th November 2005)
Deluxe Version of this hack is now available Has Avatars, PM's, Number of Posts etc. Click Here Click on Install If you have this script installed then please click on the install link because;
Donations First of all, to be clear. This script is 100% free. However if you feel an urge to donate I'm not going to say no. Donations can be made at http://www.billspaintball.com/vb3/bd_donate.php Show Your Support
|
Comments |
#22
|
||||
|
||||
Quote:
I think that there is something else on your page, that in combination with the script produces that error. |
#23
|
||||
|
||||
Note for people having problems with Paths.
Put the following code on a page all by its self. Name the page something like findpath.php and place in your forums root directory. browse to the page and it will display the exact path to your forums root. PHP Code:
|
#24
|
|||
|
|||
Quote:
I think I'm having path problems. Can you post up a little tutorial on directorys and the chdir command? I can get the page to load without any errors but it never shows me as "logged in". It always presents the login prompts as if I'm not logged in. If I use the prompts to login, the vB welcome screen briefly displays then shows the login prompts again. |
#25
|
||||
|
||||
1st, in the file login_inc.php ensure that you have changed the 4 paths so that "www.yoursite.com" refers to your domain.
Then on the page you want to include the login use this code: Code:
<?php chdir('/home/racett56/public_html/forums'); require_once('/home/racett56/public_html/forums/global.php'); require_once('/home/racett56/public_html/login_inc.php'); ?> Hope this helps. |
#26
|
|||
|
|||
Quote:
The login_inc.php is located in '/home/racett56/public_html'. The forums are located in '/home/racett56/public_html/forums'. I changed everything to what you suggested and I still get the same thing as before. The login prompts appear at the top of the screen when accessing the .php file. If I fill in the prompts and hit 'Log in', the vBulletin welcome screen appears for a second or two. Then it takes me back to the exact same screen with the login prompts at the top. It seems like this $vbulletin->userinfo['userid']!=0 is false even after I login. BTW... thanks for the fast response! |
#27
|
|||
|
|||
If I move the access controled file to the forums directory, it works fine. What do I need to change to get it to work from another directory?
|
#28
|
|||
|
|||
Quote:
AdminCP -> vBulletin Options -> Cookies and HTTP Header Options -> Path to Save Cookies I changed the 'Suggested Settings' dropdown from '/forums/' to '/' |
#29
|
|||
|
|||
I keep getting
Unable to add cookies, header already sent. File: /home/shadowl/public_html/v3/index.php Line: 17 I've tried clearing cookies, cache etc, nothing changed, any ideas? |
#30
|
||||
|
||||
You need to remove all lines or spaces before these block of code.
It must go at the very top of the page. PHP Code:
|
#31
|
|||
|
|||
Thanks alot! That fixed it, but how do I display the form wherever I want on the page? It's now above the banner :S
EDIT: Nvm got it |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|