vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vbArchive - Search Engine Indexer for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=47667)

saint_seiya 02-06-2003 07:41 PM

Resolve IPs, cool thanks man! :)

BTW, congrats on the visitors, i hope that everysingle one of them joins (same for my site :bandit: ) :):):)

kuska 02-06-2003 10:28 PM

Damn Google just wont visit me :(

saint_seiya 02-06-2003 10:32 PM

I got like 6 bots on right now. googlebots. =|

TECK 02-07-2003 01:28 AM

Quote:

Originally posted by xiphoid
damn
IT DOESN"T STOP

4 Members and 53 Guests

[high]Most users ever online was 58 on 06-02-2003 at 21:21.
There are currently 0 members and 49 guests on the boards.[/high]

That helped you break the record of visitors also, heh. Still having Google now onto your board...

Overgrow 02-07-2003 02:55 AM

AUTO-FORWARDING

I'll put this out there for those of you who want to send users to the real forum page and spiders to the archive. I hope you don't get banned for link cloaking... see my last post.

PHP Code:

$homeurl="yourdomain.com";
if ((!
stristr(getenv(HTTP_REFERER),$homeURL)) or (strlen(getenv(HTTP_REFERER)) < 1)) {
header("location:http://www.$homeurl/forum/showthread.php?threadid=$thread[threadid]");
    } 

It checks if the referrer page is on your domain. If it's not, they obviously came in from somewhere else (ie, search results), so get out of the archive and on to the real thread.

wooolF[RM] 02-07-2003 02:02 PM

]
Quote:

Originally posted by wooolF[RM]
Just got an idea...

Imagine Forum home page :
Users Currently Online: 200 [ 100 users + 100 guests ] <-- just an EXAMPLE

idea is to trace IPs of all users and if they match any of the IPs owned by any of search crawlers like googlebot, altavista etc, show this :

Users Currently Online: 200 [ 100 users + 80 guests + Google + Altavista ] <-- just an EXAMPLE


Maybe looks ugly... maybe add extra queries... instead of dnsing/tracing all IPs u can just look after its ident (like Mozilla for IE).


PS: maybe it's not clever to add it on the forum home, but I would REALLY like to see this feature implemented on Who's Online page :)

I know u can do it, TECK ;)

no comments at all? :paranoid:

TECK 02-07-2003 02:31 PM

You can't do it, due to the way it is now set the database in vBulletin, at least not to my knowledge.
Code:

$loggedins = $DB_site->query_first("
  SELECT COUNT(*) AS sessions
  FROM session
  WHERE [high]userid=0[/high] AND lastactivity>$datecut
");


Floris 02-07-2003 02:32 PM

KuraFire has released a hack to modify the whois online :) after my suggestion and request.

Online 15 users
Staff: 3 (user1,user2,user3)
Members: 7 (user4,user5,user6,user7,user8,user9,user10)
Guests: 5 (user11,user12,user13,user14,user15)

Maybe guests can now be split into:
Guests: 2 (user11,user12)
Search Engines: 3 (user13,user14,user15)

TECK 02-07-2003 02:33 PM

You cannot Floris, that's why I posted the query.

Floris 02-07-2003 02:54 PM

When I typed my post, your post wasn't there yet :)
teck: Today 05:31 PM
xip: Today 05:32 PM

Idea: can't we rewrite it to have a seperate usergroup id for bots from search engine? like the ban script- funtion, but instead of banning, showing its a search engine bot: google. :)


All times are GMT. The time now is 05:48 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.01901 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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