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)
-   -   Even better spider archive? (https://vborg.vbsupport.ru/showthread.php?t=66083)

SaN-DeeP 08-05-2004 02:54 AM

Bump. I installed this hack 5 days back. and now google spider stopped visiting my archive ;)

any ideaz :)

SaN-DeeP 08-05-2004 07:09 PM

sorry had to uninstall this,. and moment it got uninstalled google started hogging in again.
I am bit confused on google archiving :S

sorry for uninstall.
but a very nice hack for a fresh board only :)

fiber1 08-07-2004 04:23 AM

Would be nice to try if we actually knew what to do.

With no disrespect! The instruction need to be updated with clearity.

Fiber

dethfire 08-10-2004 05:10 PM

a colon in a thread title breaks the script ex. (RE: cats and dogs), how can we fix that?

Mr. Brian 08-15-2004 02:07 AM

Quote:

Originally Posted by SaN-DeeP
sorry had to uninstall this,. and moment it got uninstalled google started hogging in again.
I am bit confused on google archiving :S

sorry for uninstall.
but a very nice hack for a fresh board only :)

I thought you might be interested with the Xenon's version.

https://vborg.vbsupport.ru/showthrea...979#post542979

Simple to install and with full details provided. :)

hasan2k 10-29-2004 11:15 AM

Quote:

Originally Posted by krohnathlonman
in archive/index.php go down around line 189....

PHP Code:

          echo "<div id=\"content\">\n<ol start=\"$start\" id=\"thread\">\n";
          while (
$thread $DB_site->fetch_array($threads))
          {
          
$bah                         str_replace(" ""_"$thread[title]);
          
             echo 
"\t<li><a href=\"t-$thread[threadid]$bah.html\" d=\"$thread[lastpost]\">$thread[title]</a></li>\n";
          }
          echo 
"</ol>\n</div>\n"

Here's this quick mod in action: http://www.iamnotageek.com/archive/index.php/f-48.html

basically it puts the Thread title into the URL which in my testing seems to give better search rankings than the URL without the name of the topic in it.

Obviously your mileage may vary..... THis is NOT to start a debate on search placements.


I tried using your code. It does not WORK. There is probably something you didnt instruct us on.

CostaRicaForums 11-07-2004 03:54 AM

Quote:

Originally Posted by Mr. Brian
I thought you might be interested with the Xenon's version.

https://vborg.vbsupport.ru/showthrea...979#post542979

Simple to install and with full details provided. :)

Sorry, but I have to disagree.

I've seen the example posted in that thread and doesn?t seem to work. At least I don?t see the thread name in the URLs.

But this one, I installed in under 2 minutes, and worked great!

However, I made a couple of small modifications to it.

1- I changed the underscore for a dash, that from my SEO experience seems to work better, and also added a dash as shown below:

Instead of using:

= str_replace(" ", "_", $thread[title]);

I used

= str_replace(" ", "-", $thread[title]);

2- Instead of using:

echo "\t<li><a href=\"t-$thread[threadid]$bah.html\"

I used:

echo "\t<li><a href=\"t-$thread[threadid]-$bah.html\"

This way the outcome would be:

HTML Code:

http://www.yoursite.com/archive/index.php/t-18-whatever.html
Instead of:

HTML Code:

http://www.yoursite.com/archive/index.php/t-18whatever.html
Which I think is even better.

But anyway, I?m not a coder? I?m just an SEO and I?m sure this mod will give a big boost to my archive files.

BIG Kudos and clicking InStALL !!!

You can see it working at my
Costa Rica Forum?s archive.

Here?s also the example of the modified thread regarding Costa Rica Food. ( notice the URL in the Status Bar )

By the way... as you can see, even though the URLs of the threads are changed, the name of the forum in not affected by this cool mod... :ermm: which would be great. Any coder out there with a tip on how to make this? :rolleyes:

Thanks

IC-Games 12-11-2004 05:03 AM

Does anyone know exactly what we are supposed to do in this thread or do you need to belong to some secret club :D

The instructions are very unclear to beginners

version2 12-16-2004 03:29 PM

Unclear to beginners? Im no beginner and I still am wondering what to do with this code.

auveeb 12-17-2004 11:19 PM

What exactly am I supposed to do with the provided code?


All times are GMT. The time now is 09: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.01199 seconds
  • Memory Usage 1,750KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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