The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Im having a little trouble with this mod and was wondering who uses it or could help me out with it. Cause i have the Deluxe login mod working correctly and everything, but when adding
Quote:
Thanks, |
#2
|
||||
|
||||
![]()
How do your links "use" mod_rewrite? In any case, what are you trying to achieve with that code?
|
#3
|
|||
|
|||
![]()
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.
|
#4
|
|||
|
|||
![]()
The php code needs to be added to the top of every page i want control access on, and i have mod_rewrite for my links, but when adding the code to the page my links stop working. Removing the code enables my links again, so for some reson its interfering with it.
|
#5
|
||||
|
||||
![]()
if your using a windows 2k or higher server and php5 +
dont use / / just do it like this <?php $curdir = getcwd (); chdir('yourforumfolder'); require_once('yourforumfolder/global.php'); chdir ($curdir); ?> works for me.. just did it here for a test.. --> http://www.evisystems.org/test.php but im using .asp so the mod is no good for me ![]() |
#6
|
|||
|
|||
![]()
Thanks, but that's not what I'm having a problem with. My problem is that php code, it disables my links using mod_rewrite.
the rewrite rule I'm using is Quote:
Quote:
|
#7
|
||||
|
||||
![]()
Remove the rewrite rule and add that bit of code. Run the PHP file directly and see if it comes up with any errors.
|
#8
|
|||
|
|||
![]() ![]() <?php $curdir = getcwd (); chdir('/path/to/your/forums'); require_once('/path/to/your/forums/global.php'); chdir ($curdir); ?> that is at the top of my page, to interfer with my php navigation. They both work but not together, and if i remove the line... require_once('/path/to/your/forums/global.php'); my navigation works correctly again, but i looked at global.php and cant seem to find whats causing this and check the init.php since its being called within global.php and still dont cant seem to figure this out ![]() Thanks, |
#9
|
||||
|
||||
![]()
Is global.php getting called twice when you put that in your script? If so, I'm guessing that is the problem.
|
#10
|
|||
|
|||
![]()
Its only being called once, its really confusing i been trying to get it fix for days now. I have 3 pages that its using one is my index page with and include code for another page with...
Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|