Version: 1.1, by hambil
Developer Last Online: Apr 2013
Category: Moderators Functions -
Version: 3.5.4
Rating:
Released: 03-27-2006
Last Update: 04-05-2006
Installs: 40
Uses Plugins
Additional Files
No support by the author.
Keywords: admincp, access denied, forum access, access, user, admin, usergroup
This modification contains a MySQL injection vulnerability, and you are hereby advised to unintall this modification until such time that the author provides a fix.
-- vBorg Staff
Description:
A powerful tool for customizing the generic vBulletin access denied message.
Created a custom message for any vBulletin generic access denied message.
Personalize messages with any user, forum or usergroup information.
Automatically send a PM to one or more users the first time a member receives a specific access denied message.
Personalize the PM with any user, forum or usergroup information.
Add an approval link to the automatic PM that will give the user a new primary or secondary usergroup of your choice when clicked.
Send a PM to everyone who received the original access request, and the requesting user, when they are approved.
Several layers of security.
Use Case
On my board we only allow access to a few forums until a user has been approved by an admin. The sample screen shots show this process in action.
Install
Download the vbAccessDenied_1.0.zip file.
Unzip and upload the files in the upload directory to your forum root.
Import the product file in your admincp.
Create custom messages as desired.
1.1 Changes
Supports bbcodes in messages (see updated screen shot).
Fixed sql bug that prevented many messages from showing properly.
Removed 255 character limit on messages.
Upgrade from 1.0 to 1.1
You will need to reupload all files, and uninstall and reinstall the product to upgrade from 1.0 to 1.1. Please copy your messages to a text editor first if you want to save them.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Accessing index.php somehow checked your code. I got the error even after I deactivated the hack from "vbAccessDenied Settings" page. So i had to disable the product temporarily until I find a solution.
Okay, I made a change that should fix it - download the new zip and reinstall. Perhaps it will now uncover the real error
This time, it properly inserted the forumid, but still ive got the sql error.
Code:
Invalid SQL:
SELECT * FROM accessdenied_message
WHERE usergroupid = 1
AND forumid = 0
AND (script = 'index(*)' OR script = '*' OR script = 'index(*)';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near '' at line 4
the sql error disappeared when i created a vbaccessdenied page for unregistered users accessing index.php. however, this makes it unable for them to login in the first place.