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)
-   -   vbSpiderFriend - Search Engine Friendliness (https://vborg.vbsupport.ru/showthread.php?t=15628)

buro9 03-15-2002 05:10 AM

Quote:

Originally posted by drazq
Well,

Just now I posted a new post in one of my open forums, and it didn't show up in 2002 - March - Week 3 or Week 4. It should be there right ..

- draz Q.

Without an indexer I'm unsure where you're looking for that information. The directory structure created in that version doesn't have week numbers!?

The indexer isn't yet in the hack, which is why it's status is only as a Beta.

At the moment it will produce the files on the docroot for each and every post... but there are no index.htm files tying them all together.

In response to pigsy, this means that the few people who have installed would not be seeing gains yet, as no spider would be able to crawl a non-indexed directory structure.

The indexer is work for me next week.
Latter part of next week is improvements to the templates to optimise them for search engines.

Again... unless you're are a developer, there's no point in you're having this script yet... when it's finished it will be in the normal Full Releases forum and then I shall support it fully. At the moment it is a development Beta, to find bugs on various platforms, and take suggestions for improvements prior to it's completion.

I have never finished a piece of code construction without a Beta review stage, and just because this is a hack it doesn't mean I'm going to lower my coding standards for the testing and release process.

When it's finished, then go ahead and install and criticise ;)

Cheers

David K

drazq 03-15-2002 09:19 AM

pigsy: I should think so. If you have a message board on a certain topic, and some users discussing that topic, then you will have a lot of messages - with a lot of keywords - all indexed in Goolge.

So .. people searching on the topic should be able to find one of your messages :)

.. *bump* .. anyone know what my problem is?

- draz Q.

drazq 03-15-2002 09:25 AM

Ups .. buro posted a second before me! :)

>Without an indexer I'm unsure where you're looking for that
>information. The directory structure created in that version
>doesn't have week numbers!?

I'm browsing with IE! :) .. we are talking about the same hack here? Overgrow's hack? ..

I know it doesn't create any .html files, it just forwards the 404 response to that single index.php and retrieves the messages form the db using info from the $REQUEST_URI variable ..

Anyhow, the messages should be there if there isn't some error in the way the messages are retrieved from the database ..

- draz Q.

buro9 03-15-2002 12:09 PM

lol, this is precisely why I didn't want my hack tagged onto the end of overgrow's!

the last few pages are discussing a new hack that produces static files... this hack is in beta and can be viewed here:
https://vborg.vbsupport.ru/showthrea...threadid=36000

the difference is that overgrow's relies on the database, whereas i've chosen to produce static files and rely on those.

if you have issues with overgrow's hack, you're in the right place. any issues with my hac... move over to the other thread.

cheers

David K

drazq 03-15-2002 12:19 PM

hehe .. :) ok .. well, overgrow, are you alive?? :)

- draz Q.

dlst 03-23-2002 02:37 PM

Hi Overgrow, thanks for the hack and all the hard work.

I'm having the same troulbe eva2000 reported a while back but the fix doesn't work for me, and I'm stumped. The URL to the archive is:

http://www.offshoreonly.com/forum/archive/index.php

I get "no posts" page no matter which week I choose. I did what you suggested below, and here is a sample query:

SELECT title,threadid,lastpost FROM thread WHERE lastpost > '1010469600' AND lastpost < '1010988000' AND forumid='3' ORDER BY dateline ASC

Looks fine to me, and indeed, when run in phpmyadmin it returns no errors, but oddly, it also returns no rows. I thought this might be a date problem but the date format on the boards is stock, and is the US format.

Everything else works, including when you enter in a manual thread id:

http://www.offshoreonly.com/forum/archive/3/2002/01/2 (no posts)

http://www.offshoreonly.com/forum/ar...2002/01/2/1143 (there's a thread)

I don't really know if this is a valid way of accessing them, or if it really helps to know, but it seems that everything is working but the query to show a list of thread titles...

Anyway, any help you could offer would be greatly appreciated.

-dlst

Quote:

Originally posted by Overgrow
Does it tell you "No posts, please go back" ?

Does it give you a totally blank screen?

or does it at least show what forum you are in?

This change is just for eva to troubleshoot... FIND

Code:

echo spacer(2)."Dates: $date1 to $date2<br>&nbsp;<br>";

        $query = "SELECT title,threadid,lastpost FROM thread
WHERE lastpost > '$ts1' AND lastpost < '$ts2'
AND forumid='$forumID' ORDER BY dateline ASC";

change to

Code:

echo spacer(2)."Dates: $date1 to $date2<br>&nbsp;<br>";

        $query = "SELECT title,threadid,lastpost FROM thread
WHERE lastpost > '$ts1' AND lastpost < '$ts2'
AND forumid='$forumID' ORDER BY dateline ASC";

echo $query;

Then when it spits the query out, run it in phpmyadmin and see if it is a valid query.


veedee 04-05-2002 07:24 PM

Is this hack still recent?
Will it work on my version 2.2.4
Can I just use the files listen on the first post?

So many questions...

Learner29 05-02-2002 01:19 AM

and the question remains open .....

we have two hacks here.....

Overgrow's hack that I truly do not have the courage to install as so many users are complaining about the no-post and other- similar errors....

and now we have the new hack of buro9

Like everybody else, I am going to check buro's hack.

But, what about overgrow's ??? is the hack available for download the final one ???

MyMatchmakerCom 05-21-2002 08:37 AM

<< url removed >>

Get a 500 error and I tried just about every kind of path and still no cigar.

You should write a self install script for it please.

DarkReaper 05-22-2002 08:15 PM

Is there a way to get it to know which forums are private automatically, and not display those? I've got too big of a forum to manually maintain all the private forum ids.


All times are GMT. The time now is 07:28 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.04071 seconds
  • Memory Usage 1,748KB
  • 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_code_printable
  • (2)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