vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - Simple vB User login and access control on non vB pages (https://vborg.vbsupport.ru/showthread.php?t=132996)

mhmd1983 07-31-2008 10:45 PM

what if the pages i need to use is on another server !! is there anyway to use it !!

SVTCobraLTD 01-21-2009 10:51 PM

Getting the following error

Code:

Warning: require_once(/path/to/your/login_inc2.php) [function.require-once]: failed to open stream: No such file or directory in /home/svtcobra/public_html/indexNEW.php on line 133

Fatal error: require_once() [function.require]: Failed opening required '/path/to/your/login_inc2.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/svtcobra/public_html/indexNEW.php on line 133


infernow 04-11-2009 11:15 AM

<?php
If ($vbulletin->userinfo['userid']!=0)
{
echo "Your logged in so we can display this";
} else {
echo "Your not logged in so we display this";
}
?>

How would you go about displaying an html page in there?? if there logged in.

wolfstream 04-23-2009 08:12 PM

Quote:

Originally Posted by infernow (Post 1788827)
<?php
If ($vbulletin->userinfo['userid']!=0)
{
echo "Your logged in so we can display this";
} else {
echo "Your not logged in so we display this";
}
?>

How would you go about displaying an html page in there?? if there logged in.

Change that to:
Code:

<?php
If ($vbulletin->userinfo['userid']!=0)
    {   
?>

insert logged in html  code here
<?php
    } else {
?>
insert not logged in html code here
<?php
    }
?>


Hajo 10-13-2009 12:28 AM

Does the addon works with vB 3.8.x?

Billspaintball 11-13-2009 09:16 AM

Quote:

Originally Posted by Hajo (Post 1898891)
Does the addon works with vB 3.8.x?

Not sure about this version, but try the vB3.7 releaseif you want to use it with vB 3.8, it should work

Also, initial testing shows that the vB3.7 release works with vB4.0 beta 3

SVTCobraLTD 03-07-2011 02:25 AM

I am using it on vb 3.8.7 and notice no issues.

piotrc 05-09-2011 09:54 AM

Anyone using on vb 4.1 ?

ShiNicHi23 01-25-2013 04:40 PM

anyone use this on vb 4.2?


All times are GMT. The time now is 06:04 PM.

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.01555 seconds
  • Memory Usage 1,730KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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