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)

TECK 01-21-2003 04:32 PM

Glad, you got it up and running. :)

Now, guys, make me favor... can you search and find out if it's recomended to have a link back to the actual forums home page (from the archive pages)?
I want to make sure if the crawlers need this...
My theory is that they don't need it, but you never know, better be safe then sorry.

Let me know please. Thanks.

TECK 01-21-2003 04:43 PM

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>


crocket 01-21-2003 05:28 PM

You know i had it all working! Well everything has gone down now!

The forums aswell as the archive are giving server 500 errors!

I looked at the error log and this is what it has been inputing

Code:

[Tue Jan 21 19:18:48 2003] [alert] [client 212.104.129.218] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 19:18:41 2003] [alert] [client 212.104.129.218] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 19:18:41 2003] [alert] [client 212.104.129.218] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 19:18:40 2003] [alert] [client 212.104.129.218] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 19:18:39 2003] [alert] [client 212.104.129.218] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 19:18:36 2003] [alert] [client 212.104.129.218] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 19:09:20 2003] [alert] [client 193.167.100.93] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:43:15 2003] [alert] [client 24.201.91.230] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:42:59 2003] [alert] [client 24.201.91.230] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:42:47 2003] [alert] [client 24.201.91.230] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:42:17 2003] [alert] [client 24.201.91.230] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:38:19 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:38:19 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:38:17 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:38:17 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:54 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:54 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:52 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:52 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:51 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:51 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:42 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:42 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:41 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:41 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:39 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:39 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:00 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:37:00 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:58 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:58 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:57 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:57 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:21 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:10 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:10 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:09 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:09 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:03 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:36:03 2003] [alert] [client 81.5.138.29] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration
[Tue Jan 21 18:35:47 2003] [alert] [client 212.104.129.218] /home/lcdmod/public_html/forums/.htaccess: Invalid command 'RedirectMatch', perhaps mis-spelled or defined by a module not included in the server configuration

I suspect its to do with this hack! Is there a way to fix this? delete the .htaccess file!?

TECK 01-21-2003 07:03 PM

No need to suspect nothing related to my hack because there is nothing wrong with it.
Since you had it working perfectly and all of the sudden it didn't work anymore, you should ask your host (or yourself) what it was changed onto your server settings between the laps of time you had it working and the one it did not.

The log show it clearly that is a host problem.

TECK 01-22-2003 07:15 PM

Looks like your host fixed their problem...
http://www.lcdmod.com/forums/archive/

crocket 01-22-2003 07:21 PM

what i did was.. delete the .htaccess file and reuploaded it.. and its working now..

I figured out that the problem happened 2 hours after everything was working.. ie hack installed..

The forums have been up for longer then 2 hrs with hack functional!

So hopefully it seems ok and stable with no errors!

Feel free to add the link to the "archives working" on the front page! to make people install :)

Once again thank you!

TECK 01-22-2003 07:57 PM

Is already there. :)
BTW, always upload a .htaccess file as htaccess.txt, then rename it on the server, as mentioned in the readme file.
I guarantee you it was related to your host, they probably fixed their error there...

EDIT: You forgot to upload your arrow.gif image in this folder:
/forums/blueimages

TECK 01-23-2003 08:31 AM

As I said, optimizing the forums with all the tips I posted in the first link, will make your site visible in any major search engine.
Google likes my site, take a look below...

TECK 01-23-2003 09:06 AM

There is a minor but very important bug that I noticed, while accesing the main archive file.
To fix it, add this line, at the bottom of your htaccess.txt file:
Code:

RedirectMatch 301 /archive$ http://[high]www.yoursite.com/forum[/high]/archive/
Replace the highlighted part with your web site URL.
I updated the .zip files.

Floris 01-23-2003 09:53 AM

Hi,

I have finally found the time to take 5 minutes to uninstall the previous version and install the 1.2 version.

http://www.creations.nl/forum/archive/

Looking great. Feel free to add me in your first post.

styleid=1 (open forum default style)
styleid=5 (open forum mozilla style)


All times are GMT. The time now is 12:13 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.01745 seconds
  • Memory Usage 1,798KB
  • 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
  • (14)bbcode_code_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