vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Deluxe vB User login and access control on non vB pages (https://vborg.vbsupport.ru/showthread.php?t=108026)

mnz 07-18-2006 01:57 AM

i sent you a PM billspaintball. :)

Aotw 07-18-2006 08:31 PM

Got another problem here now, wich i belive is realted to this login addon, since it disables our page navigation system then i adding the 4 lines of code that should be at top of the page. Our navigation looks like index.php?action=home and displays a root.php page inside index.php. You can se part of the navigation system that are in index.php.
PHP Code:

elseif($action == 'home')
     {include(
'root.php');} 

If i adding the 4 lines of codes, that points to global.php in my forum folder, i'm getting "header allready sent", but if i add it index.php the navigation stops working and reloads the same page then you click on a link in the menu.

If you need to see more of the code, just tell me here or send me a pm, except for this problem it is working just fine.

SKNY 07-18-2006 09:31 PM

try this


PHP Code:

elseif($action == 'home'
     {require_once(
'root.php');} 


Aotw 07-18-2006 10:05 PM

Quote:

Originally Posted by SKNY
try this


PHP Code:

elseif($action == 'home'
     {require_once(
'root.php');} 


No changes, still reloads the same page. Other suggestions are welcome.

Billspaintball 07-19-2006 02:59 AM

Quote:

Originally Posted by Aotw
No changes, still reloads the same page. Other suggestions are welcome.

$action may be given a variable in global.php I spose.
If thats the cause renaming your $action variable would fix it.

Aotw 07-19-2006 07:11 AM

Quote:

Originally Posted by Billspaintball
$action may be given a variable in global.php I spose.
If thats the cause renaming your $action variable would fix it.

I tried to rename $action to several other options but didnt help me out. I gonna talk to my friend that made that navigation system then i get a chance to se if he have any soloutions, but if anyone here have something else i could try, it will be welcome.

Billspaintball 07-20-2006 12:27 AM

If you have access to the person who designed the nav system, that would be the easiest way to get this conflict fixed.

TheJackal56 07-22-2006 03:15 PM

Quote:

Originally Posted by Billspaintball
Thats weird.
I havent come accross this before.

In the "Cookies and HTTP Header Options" section of the Admon CP what happens if you turn the "Remove Redirection Message Pages" setting off?

Yes I have all of them set and have tried all possible settings.

I just cannot get the session to timeout or get rid of those pages.

A17roolz 07-24-2006 06:52 PM

Anyone know how to get this working on the same page as vBExternal (using the news fetch).

Sean James 07-27-2006 10:36 PM

awesome script billspaintball, anyway of adding total members in the statisics also?


All times are GMT. The time now is 08:06 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01604 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete