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)

Kars10 03-01-2003 03:20 PM

Quote:

Originally posted by Schorsch


what about google ?

...einmal im Monat! Musst du aber auch in den Meta-tags eingeben. ;)

NexDog 03-01-2003 11:34 PM

Quote:

Originally posted by TECK
As long as you do the first 3 steps related to forum optimizations, you are ok...
A text link will always help.

Teck,

I don't get it.

1) Sessionhash - None of the archive's files have session IDs anyway?

Example: http://www.hostnexus.com/forum/showthread/t-3208.html

2) Why do I need to block the crawler from certain pages as they can't get in as they will be "sessioned?

3) Why do we need to link the forum thread to the archive? Aren't we doing this because the bots can't spider our forums? I see the archive thread is linked to the forums though.

Lastly, how do I block the archive from displaying our "Admin and Mod" forums? Sorry for all the questions but could do with some clarification here as Google is due any minute now so everyone get ready for the deep crawl. :)

mheinemann 03-01-2003 11:46 PM

Quote:

Originally posted by NexDog

Lastly, how do I block the archive from displaying our "Admin and Mod" forums?

The archive uses forum permissions, so mods/admins will be able to see it, but normal users shouldn't. Try logging out and going to the archive to see if it still shows up for you.

NexDog 03-01-2003 11:58 PM

Heh, right you are too. What a nonse I am. :D

Okay, feel free to have a stab at my other questions. ;)

NexDog 03-02-2003 12:21 AM

Okay, added all these mods - makes sense actually. One small refinement was the addition of <smallfont> tags around the "Friendly URL" link.

Still worried about the sessionhash optimisation. Is it really needed as I don't see any sessionhash IDs in the archive....

Quote:

Originally posted by TECK
Here it is another interesting mod I made to my forums, to link back to archives.
This will help because the crawlers will see the friendly URL's easier.
Basically the mod links every forum/thread to the archive.
To test it, mouse over each forum or thread icon, while viewing my forums.
Also, check the link I added under the thread title, while viewing the actual (not archived) thread.

TEMPLATE: forumhome_forumbit_level1_post
FIND:
Code:

    <td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
REPLACE WITH:
Code:

    <td valign="top"><a href="forumdisplay/f-$forum[forumid].html"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="$forum[title] Archive"></a></td>
TEMPLATE: forumhome_forumbit_level2_post
FIND:
Code:

    <td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
REPLACE WITH:
Code:

    <td valign="top"><a href="forumdisplay/f-$forum[forumid].html"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="$forum[title] Archive"></a></td>
TEMPLATE: forumdisplaybit
FIND:
Code:

  <td bgcolor="{firstaltcolor}"><img src="{imagesfolder}/$thread[newoldhot].gif" border="0" alt=""></td>
REPLACE WITH:
Code:

  <td bgcolor="{firstaltcolor}"><a href="showthread/t-$thread[threadid].html"><img src="{imagesfolder}/$thread[newoldhot].gif" border="0" alt="Archive: $thread[title]"></a></td>
TEMPLATE: forumdisplay_forumbit_level1_post
FIND:
Code:

    <td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
REPLACE WITH:
Code:

    <td valign="top"><a href="forumdisplay/f-$forum[forumid].html"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="$forum[title] Archive"></a></td>
TEMPLATE: forumdisplay_forumbit_level2_post
FIND:
Code:

    <td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
REPLACE WITH:
Code:

    <td valign="top"><a href="forumdisplay/f-$forum[forumid].html"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="$forum[title] Archive"></a></td>
TEMPLATE: showthread
FIND:
Code:

$navbar
REPLACE WITH:
Code:

$navbar<br>
<img border="0" src="{imagesfolder}/firstnew.gif" width="14" height="14" align="middle" alt=""> <a href="showthread/t-$thread[threadid].html">Friendly URL Link</a>



TECK 03-02-2003 12:32 AM

Quote:

Originally posted by NexDog
Still worried about the sessionhash optimisation. Is it really needed as I don't see any sessionhash IDs in the archive....
This is not for the archive files, but actual forums, that's why they are part of "forum" not "archive" optimizations.
The crawlers will visit your forums also and they will not like the session hash.

NexDog 03-02-2003 02:41 AM

So there's no real need to remove the sessionhash? I mean, the bots are spidering the archive instead right?
BTW, inktomi is deep inside my archive right now. :)

Where is the online.php fix?

NexDog 03-02-2003 02:48 AM

Hmmm, something seems amiss. I have to to find and implement the online.php hack so who's online is showing me the full URL and it is sessioned - even in the archive. Definitely concerned here as I thought the archive was supposed to produce unsessioned links.

NexDog 03-02-2003 02:50 AM

When I browse the archive, I get no sessioned URLs - any ideas on why inktomi is picking them up?

NexDog 03-02-2003 03:01 AM

Okay, implemented the sessionhash fix. Still unsure why inktomi has sessionhash IDs though.....

Going to look for the online.php fix now. :p


All times are GMT. The time now is 07:33 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.01847 seconds
  • Memory Usage 1,754KB
  • 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
  • (12)bbcode_code_printable
  • (5)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