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)

Rambo 06-19-2006 12:39 PM

Quote:

Originally Posted by Billspaintball
Did you change any setting in the vB admin CP so that it will get the avatars from that folder?

Maybe.
I will have a look and see how currently active users are done.

Nope, the only thing i did was have the avatars move from being uploaded into the database and had them moved to a custom directory, nothing changed other than that.

hurry 06-25-2006 10:16 AM

Hello. Please please help. I put it on a page. When I login, it shows the forum message that I am logged in but then again takes me to the same page without being logged in. I have already set the Path to Cookies -> Suggested Settings to / and tried vice versa also and tried firefox and opera but still gives the same problem. Awaiting your kind reply.

Billspaintball 06-27-2006 10:56 PM

Quote:

Originally Posted by Rambo
Nope, the only thing i did was have the avatars move from being uploaded into the database and had them moved to a custom directory, nothing changed other than that.

Ive been playing round with my test forums and I cant replicate this problem.

Anyone else experience this?

C.Birch 06-30-2006 09:43 AM

every now and then after reloading the page i get the message:

Unable to add cookies, header already sent.

this stops to i close the and then reopen then its fine again.

im guessing its a prob with my site coding.

revlisoft 06-30-2006 04:54 PM

Great mod. I have finally integrated this fully with eqdkp and vb! :)

aceofspades 07-01-2006 08:12 AM

Please please help me, im a newbie :(

My forum is here: www.hiven.net/forum
My test.php file is here: www.hiven.net/test.php

Im getting this error:
Quote:

Warning: chdir(): No such file or directory (errno 2) in /home/hiven48/public_html/test.php on line 2

Warning: main(/forum/global.php): failed to open stream: No such file or directory in /home/hiven48/public_html/test.php on line 3

Fatal error: main(): Failed opening required '/forum/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hiven48/public_html/test.php on line 3
Here is the contents of my test.php file:

Quote:

<?php
chdir('/forum');
require_once('/forum/global.php');
?>
<html>
<body>
This is a heading<br />
This is some more stuff <br />
And another line<br />
You get the idea<br />
Just place stuff as you normally would with HTML<br />
I use CSS to style and position on my site fwiw<br />
<br />
How about we put the login box right under here?<br />
<br />
<?php
require_once('/login_inc.php');
?>
</body>
</html>
Here is the forum path in my login_inc

Quote:

<?php
// Edit the lines below to show path to your forums
$forumpath = "http://www.hiven.net/forum/";

Many thanks for any help you can give!

C.Birch 07-01-2006 09:02 AM

try using the full path eg:

<?php
chdir('/home/****/public_html/');
require_once('/home/****/public_html/global.php');
require_once('/home/****/public_html/test/login_inc.php');
?>

aceofspades 07-01-2006 09:53 AM

I love you!

It worked, im uber happy now, thank you :banana:

Mr_Bob 07-05-2006 02:49 AM

Quote:

Originally Posted by Billspaintball
I see you have a user ID that is just plain weird.
u=1.1

I will see if I can replicate it on mine and go from there.

Just wondering if this has been thought of/fixed. I've experienced this same issue and for the time being simply removed the avatar code to get rid of the blank image IE users are receiving.

Besides that little issue though this is a great mod, makes my life much easier :).

Billspaintball 07-06-2006 01:16 AM

Quote:

Originally Posted by Mr_Bob
Just wondering if this has been thought of/fixed.

Not fixed as of yet.
I will post here if/when I come up with a work around.


All times are GMT. The time now is 11:47 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.02365 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
  • (7)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