vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Show Spiders Online on ForumHome (https://vborg.vbsupport.ru/showthread.php?t=75986)

amykhar 04-18-2005 04:51 PM

Off and on. When it's done, I'll post it.

weaver 04-18-2005 05:36 PM

Thanks Amy :)

Kaishi 04-18-2005 07:33 PM

I have a question, that I don't think was very clear, or maybe I'm just stupid. But for this hack to work, do I have to have "Enable Spider Display" in the Who's Online options, and what am I supposed to put in the spider identification strings and description?

venomx 04-18-2005 07:40 PM

Yes and look at the posts here to get an updated list from VB.
http://www.vbulletin.com/forum/showp...5&postcount=12

Basicly just delete whats already in both of the spider boxes in VB's admincp and put the stufffrom the two text files. :)

Kaishi 04-18-2005 08:53 PM

Quote:

Originally Posted by venomx
Yes and look at the posts here to get an updated list from VB.
http://www.vbulletin.com/forum/showp...5&postcount=12

Basicly just delete whats already in both of the spider boxes in VB's admincp and put the stufffrom the two text files. :)

thanks alot!

venomx 04-18-2005 09:02 PM

If you add a new one that you have found make sure you put the info on the same line in both boxes! :P

Kaishi 04-19-2005 07:46 PM

i don't know if this is a bug or not, but a couple of people reported seeing like, 240 guests when some others see only like 8. but most users online would say 260 (including members and guests)

well, or it could be that 240 ppl came and left in a period of 10 minutes, which i think is pretty unlikely. anyone else experienced this?

amykhar 04-19-2005 07:55 PM

My code doesn't touch the most users online stat. So, if it says 260, I'm guessing you had a major influx of spiders. Yahoo slurp seems to be out in droves for many people right now.

Kaishi 04-19-2005 08:09 PM

Quote:

Originally Posted by amykhar
My code doesn't touch the most users online stat. So, if it says 260, I'm guessing you had a major influx of spiders. Yahoo slurp seems to be out in droves for many people right now.

yea, maybe it was just an influx of spiders, i submitted my site to some search engines a couple of days ago. i didn't think that they would send spiders out so fast though, after like 2 days :surprised:

EricaJoy 04-26-2005 04:11 PM

just checking on the status of getting this working in vba cmps. i'm anxiously awaiting this before i install. thanks for your work on this hack amy. :)

Polo 04-26-2005 06:17 PM

Quote:

Originally Posted by princessfrozen
just checking on the status of getting this working in vba cmps. i'm anxiously awaiting this before i install. thanks for your work on this hack amy. :)

Yes, I'm still interested too....

biggkay 05-11-2005 11:00 PM

Any word on it working with vba?

Polo 05-11-2005 11:05 PM

Quote:

Originally Posted by biggkay
Any word on it working with vba?

yeah.. I'm still interested :)

dsboyce8624 05-12-2005 01:10 AM

Anybody who can fix this will be my hero! I want it for vBa too

:classic:

Seriously, those of us with vBadvanced would love you. Well, we'd llike you a whole bunch!

If somebody can do this, and won't because they're good people, I might spring a few dollars to get it done.

I haven't been at this long enough yet to do it myself.

Thanks,

sdsvtdriver 05-13-2005 12:44 AM

Ok, I have gone over the instructions again and checked my phrases, but I'm getting this on the whosonline page:

"1 members and 0 guests and spiders (Most users ever online was 99, 04-26-2005 at 10:40 AM.) "

The number is missing from in front of the spider variable.

http://www.domesticmuscle.com/dmforums/online.php?

ideas?

dsboyce8624 05-14-2005 06:19 PM

Quote:

Originally Posted by sdsvtdriver
Ok, I have gone over the instructions again and checked my phrases, but I'm getting this on the whosonline page:

"1 members and 0 guests and spiders (Most users ever online was 99, 04-26-2005 at 10:40 AM.) "

The number is missing from in front of the spider variable.

http://www.domesticmuscle.com/dmforums/online.php?

ideas?

You need to recheck it, it looks like the variable for the missing element is not correctly defined.

Dennis

dsboyce8624 05-14-2005 06:24 PM

As for me, I don't want to use this without vBa working. It looks ugly and I'm not able to modify the file myself. I had installed it, but I've since rebuilt from scratch and am now going to wait. I attached the file in a previous post, and I think it's a quick change to make it work. The file is small. But I don't have the skills.

Dennis

smacklan 05-15-2005 05:30 PM

To fix the display problem on vBa cmps do the following:

In the adv_portal_onlineusers template
find:
PHP Code:

2="$numberguest

and add after:
PHP Code:

3="$numspiders

This will get rid of the error message [ARG:3 UNDEFINED]

dsboyce8624 05-16-2005 12:00 AM

Quote:

Originally Posted by smacklan
To fix the display problem on vBa cmps do the following:

In the adv_portal_onlineusers template
find:
PHP Code:

2="$numberguest

and add after:
PHP Code:

3="$numspiders

This will get rid of the error message [ARG:3 UNDEFINED]

Okay, It got rid of the UNDEFINED error, but it doesn't show a 0 when there are no spiders:

2 members, 0 guests and spiders

Have to catch it when there is one on, damned yahoo almost 300 lastnight, nothing today.

I noticed there are two variables, $numberspiders and $numspiders, anything to do with it?

Thanks for helping.

venomx 05-16-2005 02:42 AM

If you look over on vbadvance site they gave me how to make it so it shows no spiders info on the CMPS...
Heres the link: http://www.vbadvanced.com/forum/showthread.php?t=5969

dsboyce8624 05-16-2005 03:06 AM

Quote:

Originally Posted by venomx
If you look over on vbadvance site they gave me how to make it so it shows no spiders info on the CMPS...
Heres the link: http://www.vbadvanced.com/forum/showthread.php?t=5969

But I want it to show.

Hopefully it can be fixed.

Nick0r 05-16-2005 11:47 AM

I don't mind the number of spiders being listed, but I don't want their names being displayed on the list of users, how do I remove them?

amykhar 05-16-2005 04:28 PM

That's the whole point of this hack, Nick. Just don't install the hack.

Nick0r 05-16-2005 06:34 PM

For me the whole point of the hack was to differentiate in the number of guests, which are spiders and which are not...

ombossman 05-17-2005 01:57 PM

what is my problem per username double show :devious:

or look here http://www.gsmciler.com/forum/index.php any one help me please

ombossman 05-17-2005 05:12 PM

?????????????????????????????

amykhar 05-17-2005 05:27 PM

Quote:

Originally Posted by ombossman
what is my problem per username double show :devious:

or look here http://www.gsmciler.com/forum/index.php any one help me please

Redo the edits on index.php. You've got something wrong somewhere.

Pion 05-24-2005 09:21 PM

Quote:

Originally Posted by venomx
If you look over on vbadvance site they gave me how to make it so it shows no spiders info on the CMPS...
Heres the link: http://www.vbadvanced.com/forum/showthread.php?t=5969

I tried that but nothing changed at all.

dsboyce8624 05-31-2005 07:36 PM

Amy, any update on making this work with vBadvanced?

amykhar 06-01-2005 03:13 AM

Finally!

https://vborg.vbsupport.ru/showthrea...808#post660808

I can only guarantee that this works with the most recent version of CMPS.

dsboyce8624 06-01-2005 01:38 PM

Quote:

Originally Posted by smacklan
To fix the display problem on vBa cmps do the following:

In the adv_portal_onlineusers template
find:
PHP Code:

2="$numberguest

and add after:
PHP Code:

3="$numspiders

This will get rid of the error message [ARG:3 UNDEFINED]

It should be $numberspiders to make it work with Amys addon.

amykhar 06-09-2005 05:14 PM

Before any of you ask, this will be one of the last of my hacks that I upgrade to 3.5 because it is impossible to test except on a live site and I won't upgrade my live site until I have inferno quiz, petz and a few others working on the new version.

Amy

evo_j 06-10-2005 02:37 PM

hi, thanks for this, i have installed it and have 1 small problem, after the user name on currently active users within index.php i have gathered an extra space before the comma

so like

username , username , username , username ,

instead of

username, username, username, usernam,

how do i get rid of that space???

thanks

amykhar 06-10-2005 03:50 PM

Quote:

Originally Posted by evo_j
hi, thanks for this, i have installed it and have 1 small problem, after the user name on currently active users within index.php i have gathered an extra space before the comma

so like

username , username , username , username ,

instead of

username, username, username, usernam,

how do i get rid of that space???

thanks

Please read the thread. The answer is already posted.

evo_j 06-10-2005 04:06 PM

an approx page would help? it is 20 pages long??

evo_j 06-10-2005 04:52 PM

ok for anyone else, its here

https://vborg.vbsupport.ru/showthrea...ght=online+bot

#172

thanks fixed it now :)

dsboyce8624 06-10-2005 09:15 PM

Like so:

https://vborg.vbsupport.ru/showpost....&postcount=172

Snake 06-11-2005 09:26 AM

I lost the link for the fix. Thanks man. :)

Fallback 06-12-2005 05:15 PM

How can I only show spiders when logged in as admin and have the spiders show as guests to everyone else?

n_wattam 06-14-2005 10:33 PM

This link http://www.vbulletin.com/forum/showp...5&postcount=12 to update the spider list in admincp helped a lot... went from 6 guests to 3 guest 3 spiders


All times are GMT. The time now is 12:55 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.01812 seconds
  • Memory Usage 1,827KB
  • 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
  • (6)bbcode_php_printable
  • (11)bbcode_quote_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
  • (40)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