vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   [RELEASE] bList 1.0 (https://vborg.vbsupport.ru/showthread.php?t=2749)

08-30-2000 06:51 PM

Well it's either that or pretend their search failed to find a member. I think it should list them as offline or a third category, invisible.

08-30-2000 07:21 PM

To have it ignore "invisible" users change the code on line 80 from:

Code:

SELECT username FROM user WHERE userid = ....
to:

Code:

SELECT username FROM user WHERE invisible = 0 AND userid = ....

That should make it not display users who are invisible.

08-31-2000 01:55 AM

I keep getting alot of emails like this:

Code:

404 Error Report

A 404 error was encountered by 24.40.48.30 on 8/30/2000 at 22:22.

The URI which generated the error is:
http://www.hedgehogwheels.com/404.php

The referring page was:
http://www.hedgehogwheels.com/forums/buddy.php

I don't know what my users are doing to generate 404's but there is something screwy in the hack.

btw I have set up my site to email me when 404's occur.

09-03-2000 01:31 AM

We installed the blist and poll hack without any trouble at all, seemed very smooth ... UNTIL I looked around and noticed that it has done something (or I have done something which is likely) to cause the "Logout" to error and my stars Hack just went "poof" ... gone .... anyone else seen anything like this?

Here is the error I get now When I try to logout ....

Parse error: parse error in /home/httpd/html/scubaboard.com/member.php on line 306

Any ideas?

09-03-2000 01:49 AM

As far as I can tell, neither of those two hacks would cause either of the problems which you're having. Did you edit member.php at all?

09-03-2000 04:05 AM

Heya Stallion,

No, that's the odd thing ... but I guess that leaves me back at what I am afraid of ... I had to have accidentally edited something without realizing I wasnt where I thought I was ... sigh ... Now I am really looking for a needle in a hay stack.

=-)

09-03-2000 04:06 AM

Send your member.php to me at webmaster@hedgehogwheels.com

09-03-2000 05:56 AM

Thanks rangersfan,

It's on its way. I'm just waiting to hear you say its something really stupid that I did, although at this point I will gladly get my big bowl of humility to get this figured out ... Everything else has and is still working like a charm ... I havent had a single problem.

=-)

09-03-2000 02:41 PM

Well EF line 306 falls in the code that executes when a new member registers. I registered on your forum and I logged in and out several times with no errors.

Yours stars hack would have nothing to do with member.php, you may have lost it when you installed the PM hack and modified showthread.php.

09-03-2000 07:23 PM

I couldn't get the the private areas to display the "Thread Not Viewable" message. So I played around with the code and changed this:

$getperms = getpermissions($bbuserid,$bbusergroupid,$post[4]);
if ($getperms[canview]==0) {

////// HTML //////

$postz .= "<tr><td width=\"100%\"><smallfont>&nbsp;&nbsp;<i>Thread Not Viewable</i></smallfont></td></tr>\n";

////// END //////

to this:

$gettperms = getpermissions($bbuserid, $bbusergroupid,$post[3]);
if ($getperms[canview]==0) {

////// HTML //////

$postz .= "";

////// END //////


I had the change the $post[4] to $post[3]
and now instead of a message then don't see anything and don't know what they are missing. :)


Parker

[Edited by Parker Clack on 09-03-2000 at 04:25 PM]


All times are GMT. The time now is 07:00 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.01464 seconds
  • Memory Usage 1,737KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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