Log in

View Full Version : Usergroup Permission to Added php page


MortysTW
02-02-2006, 11:43 PM
I've attempted to add an old hack that was meant for vb3.0 but appears to be built in a way that vb3.5 shouldn't have an issue with it.

Everything was a piece of cake, but the only thing I'm having troubles with is the permissions to view the stinking page from within vB.

The url is sitename.com/forums/redirect.php and vbulletin won't allow anyone to view redirect.php.

What would I have to edit to basically qualify "redirect.php" as a page that IS allowed to be viewed by all guests and members.

Is there some sort of code snippet I have to add to redirect.php? Is there something in AdminCP that I'm just totally not seeing?

Please help. :nervous:

MortysTW
02-04-2006, 01:52 PM
meow

Marco van Herwaarden
02-04-2006, 03:52 PM
Difficult to tell without seeing the code you are trying to make work.

MortysTW
02-04-2006, 04:03 PM
I've installed this mod. https://vborg.vbsupport.ru/showthread.php?t=62332&highlight=vbredirect

Its designed for 3.0 but it works on 3.5 except for 1 issue. vBulletin thinks someone is trying to access a NON-permitted vBulletin file/page. Since basically the only pages allowed to be viewed are pages like showthread, forumdisplay.php and the few others.

But this mod creates redirect.php and I don't know how to give FULL permission irregardless of logged in or out to allow vBulletin to make this page viewable without permission issues.