The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Deluxe vB User login and access control on non vB pages Details »» | |||||||||||||||||||||||||||
Deluxe vB User login and access control on non vB pages
Developer Last Online: Nov 2011
Hack Description
This is the deluxe version of the user authentication and access control system I use on the non vB pages on my website. For the simple no frills version [URL=https://vborg.vbsupport.ru/showthread.php?t=173693look here.[/URL] This uses the vB 3.7 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. It also displays the logged in users Avatar, number of unread PM's, New posts since last visit, total posts and total threads. It also allows you to specify a maximum Avatar size, and resize any avatars larger than that, while keeping their height/width ratios in proportion! Its very handy if you allow large avatars, but want a small format display on your non forum pages. If the user is not logged in, a login box is displayed, along with total posts and total threads in the forums. 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
Known Bugs Will not display Avatars correctly if they are kept in the file system (database avatars are fine) Change log Version 3.00 (21st March 2008)
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 |
#62
|
|||
|
|||
i get the same error
Code:
Fatal error: Call to a member function query_read() on a non-object in /home/services/public_html/login_inc.php on line 151 |
#63
|
|||
|
|||
Hello,
grieve for English but it was translated with google, voila I have a vBulletin license and your script "vB Deluxe User login and access control on non vB pages" because I'm interested me was that the root of my site there I have a system that manages the login. could you tell me if your latest version works for vBulletin 3.7.4 pl1. and say the modifications because I'm new to php. Thank you in advance |
#64
|
|||
|
|||
I always get
Quote:
|
#65
|
||||
|
||||
just testing and helping a guy out, cause im a asp guy..
but i got it working on a test page.. http://www.evisystems.org/test.php running on a win2k box with php 5 something.. dont use all those ///// on a windows server. apache perhaps,, baah who uses that.. (Just kidding. ) Code:
<?php $curdir = getcwd (); chdir('yourforumfolder'); require_once('yourforumfolder/global.php'); chdir ($curdir); ?> Howewer its only really usefull when u add your profile img and such.. missing a few pointers in the readme, but it works.. Nice job.. Works on 3.8 gold - MArked as installed cause i love the mod! |
#66
|
|||
|
|||
I am having trouble with this. I have added the following code
Code:
$curdir = getcwd (); chdir('/nfs/c02/h04/mnt/40498/domains/dev.scotthermanfitness.com/html/forum'); require_once('/nfs/c02/h04/mnt/40498/domains/dev.scotthermanfitness.com/html/forum/global.php'); chdir ($curdir); Any ideas? |
#67
|
||||
|
||||
Replace $db with $vbulletin->db on line 151 and 152
|
#68
|
||||
|
||||
I need help. I have been at this for hours and i still have not figured it out.
I want this page to only be displayed to moderators and administrators. But its not working when i try to input ANY of the php scripts included with this hack. PLEASE HELP! |
#69
|
||||
|
||||
Edit : It Does seem to work with Vb 3.8
|
#70
|
|||
|
|||
Is there any way to get this working under joomla 1.5? I am sitting here, trying to get it work with the jumi component, but won't really work
ps: with vb 3.8! |
#71
|
||||
|
||||
This has worked fantastically for me for months now, but am now trying to add newest members etc via another mod called vBexternal.
Everything works fin apart from when i have both scripts on the same page, the login form shows up on my page instead of the welcome message, even though i am logged in on the forum page. If i remove the vBexternal include from the page, it all works fine.. I have to add Code:
require_once('./vBExternal.php'); Any ideas please? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|