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)

Schorsch 03-11-2003 10:05 PM

wow Overgrow, this must produce a huuuuge portion of traffic :bunny:

iceman11111 03-11-2003 10:18 PM

How do you get your link on othere websites?

Overgrow 03-11-2003 10:19 PM

Well I suppose you could hack into the other websites and put your link up.. or you can email the administrators and ask if they do link exchanges?

NexDog 03-12-2003 03:23 AM

Had this bot on my forum for days:

argon.oxeo.com

Have no idea what it is. Does anyone know and should I deny it access?

NexDog 03-12-2003 10:16 AM

Quote:

Originally posted by Overgrow
So you're saying DeepCrawlers identify with "crawl#" and FreshCrawlers idenfity with "crawler#"? Thanks, good info.

Sorry, just caught this.

Google's Freshbot comes in on IP range 64.68.82 and the deep crawler that goes out in Google dance time comes in on 216.239.46.

Overgrow 03-13-2003 01:39 AM

OK there is a point where the archive can work too well. I was getting hundreds of off-topic hits from Google searchers thanks to the spidering of my off-topic chat areas. The last thing I want is to expand the off-topic areas and get more general chatters in, so I added disallows to my robots.txt to the chatting archives and I made the actual archive threads offlimits in showthread.txt.. One question:

Will Google DE-list my pages once they are disallowed there?


I'm getting great results for things like:

Christina Agulera Naked
and
Internet Security Procedures

glenvw 03-13-2003 01:48 PM

My hat is off to you TECH!

5600 Pages (threads) indexed by Yahoo and Google.

You da man!

Question...I have to delete threads once in a while that are bad content. When someone lands on a deleted thread from the search hack, they get the page with no images, etc..

Is there a re-direct we could use that sends them somewhere else to fix that?

Thanks again!

Logician 03-18-2003 07:42 PM

I don't know if this add-on was already provided in the thread or not, my apologies if it did:

This code keeps updating the original thread's view count even if your archive thread is visited:

Edit "showthread" (hack file! not showthread.php!), find:
PHP Code:

eval( 'dooutput( "' gettemplate'archive' ) . '" );' ); 

Before that add:

PHP Code:

if ($noshutdownfunc) {
  
$DB_site->query("UPDATE thread SET views=views+1 WHERE threadid='$thread[threadid]'");
} else {
  
$shutdownqueries[]="UPDATE LOW_PRIORITY thread SET views=views+1 WHERE threadid='$thread[threadid]'";


Enjoy..

TECK 03-21-2003 10:08 PM

Quote:

03-11-03 at 11:25 PM NexDog said this in Post #467
I see you had success and have your archive set up like mine. Did google's bots hit your forum and archive? Do you have showthread.php listed in your robots.txt?
Hmmm... Google results for vBulletin.org Archive:
Results 1 - 10 of about 10,600. Search took 0.04 seconds

Google results for TeckWizards.com Archive:
Results 1 - 10 of about 727. Search took 0.06 seconds
(I don't allow the robots to visit any .php forum file and all archive files are still indexed. I have my archive set outside the forum folder.)

TECK 03-21-2003 10:11 PM

Quote:

03-13-03 at 03:48 PM glenvw said this in Post #477
My hat is off to you TECH!

5600 Pages (threads) indexed by Yahoo and Google.

You da man!

Question...I have to delete threads once in a while that are bad content. When someone lands on a deleted thread from the search hack, they get the page with no images, etc..

Is there a re-direct we could use that sends them somewhere else to fix that?

Thanks again!

In your .htaccess file, add this line:
[high]ErrorDocument 404 http://www.yoursite.com/[/high]


All times are GMT. The time now is 11:29 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.02822 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (3)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