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)

aalspach 06-26-2003 05:23 PM

I got it installed but, my image/icon isn't resolving? not a biggie but, is it a simple fix?

where can I edit this file/page?

http://www.deviousthreads.com/boards/archive/

:squareeyed:

AuthorZone.Com 07-01-2003 01:02 AM

Please help?

Is there any way this script can be modified to index the rest of my site which is ALL php/MySql driven?

Thanks.

Max

AuthorZone.Com 07-01-2003 02:37 AM

Imjust installed the vBarchive hack https://vborg.vbsupport.ru/showthrea...=&pagenumber=1

And it workd great:
http://www.authorzone.com/forums/archive/

BUT I need help with it.

My website runs on php/mysql and is HEAVILY intergrated with vB 2.2.8

I need to be able to make the archive hack index the rest of the site's content.

All the content on http://www.authorzone.com
submitted by users is stored in the same db as vB except for the images.

How can I get the vBarchive to index the rest of the content?

Thank you much!

Max

bobII 07-01-2003 05:17 PM

When I try to access one of the forums I get the following error message:

vBulletin Message
No forum specified. If you followed a valid link, please notify the webmaster

Any ideas?

URL: http://www.raiderfans.net/forum/archive

Tigerdude 07-03-2003 01:10 AM

My host just installed phpsuexec (whatever that is) on 6/30/2003. I just noticed my archive is no longer functioning. (tigerforums.com/archive)

Would installing phpsuexec have anything to do with my archive not functioning? I'm assuming thats what caused it. Is there anything that can be done to fix it?

Thanks.

Joe Mac 07-06-2003 02:18 AM

Hi I just installed the Hack, and went to make the modifications. When I went to the make the mod to link the forums/threads to the archive, it does not come up on this forum. I get a 15 second error message.

Can someone reprint the mod for me?

Onkel_Tom 07-08-2003 05:26 PM

Hi,
I got the problem that a 404-error comes up when goint to the /archive file.
I asked my Provider to check the force directive of Apache and they mentioned I have to change my .htaccess file as follows and now it works.

I had to replace:
PHP Code:

<files archive>
  
ForceType application/x-httpd-php
</files>

<
files forumdisplay>
  
ForceType application/x-httpd-php
</files>

<
files showthread>
  
ForceType application/x-httpd-php
</files

with:
PHP Code:

<files archive>
  
ForceType x-mapp-php4
</files>

<
files forumdisplay>
  
ForceType x-mapp-php4
</files>

<
files showthread>
  
ForceType x-mapp-php4
</files

It's just a hint for other persons which has the same problem as me.

Now it work fine ;) Thank you for this great hack !

Gutspiller 07-09-2003 12:53 AM

I've installed this hack, but I have some problems and questions about fine tuning it after I get the problems fixed.

Problems:
1. My icons aren'tshowing up. I followed the instructions and tried both ways of putting just { imagesfolder } (without the spaces) and it didn't work either way. The dead image url appears as this:

http://www.theforumz.com/forumz/show...ons/icon24.gif

and the one on the full thread appears as:

http://www.theforumz.com/forumz/images/icons/icon24.gif

What do I need to change the image path too? It kinda looks like I need to change it to ../{ imagesfolder } (without the spaces). Is that correct?

2. How do I get the correct colors for my threads? (http://www.theforumz.com/forumz/showthread/t-56716.html)

As you can see, each posts background color is incorrect. How do I change the blue in each posts background to the darker gray I'm using on my website?


Fine Tune:

1. Where can I find the code for the "Click HERE for Original Thread" line? I want to make the entire line clickable and a bright red font.

2. How do I go about adding my banner code to the top and bottom of the archived threads? I want to use this archive version also as a 56k friendly version, but I need my banners to be displayed. (Where do I go about inserting my code?)

3. Some of the smaller fonts appear too small (http://www.theforumz.com/forumz/forumdisplay/f-3.html) How do I go about getting them bigger? I've had this problem before in multiple hacks before.

Can somebody please help me with these questions? I really want to get this hack working.

Thanks a bunch for any help you can provide me with.

Kaelon 07-11-2003 11:51 AM

Great work on a wonderful hack. I have added it at my forums (nearly 500,000 posts, over 9000 members).

http://www.alleria.com/forums/archive

However, after 24 hours have passed, when I search google using site:alleria.com archive - I still get only three results from older pages that had used the word "archive". Any thoughts on why this might be?

AuthorZone.Com 07-11-2003 03:53 PM

Ok, the hack works wonders.

BUT, I have a problem and need HEEEEEEEEEELP? :(

My site is ALL dependent on php and the vB database.

BUT, the archive hack does not index the rest of my site.

For example, all of these urls act the same as the vB forum with respect to content/threads:
http://authorzone.com/view_authors.php?s=
http://authorzone.com/view_books.php?s=
http://authorzone.com/view_stories.php?s=
http://authorzone.com/view_articles.php?s=
http://www.authorzone.com/view_poetry.php?s=
http://www.authorzone.com/view_news.php?s=
http://www.authorzone.com/view_events.php?s=
http://www.authorzone.com/view_reviews.php?s=
http://www.authorzone.com/view_pressreleases.php?s=

I need all of these archived as well.

Help please?

Max

Kaelon 07-11-2003 04:01 PM

Max - that's quite a hack. It'd be very difficult to code without having full access to your database structures. The vbArchive hack is only suited to the vB database structure.

So you're out of luck.

Kaelon

AuthorZone.Com 07-11-2003 04:24 PM

My site uses the vB database. the content tables are added to the same db.

Gutspiller 07-11-2003 11:30 PM

Quote:

07-08-03 at 07:53 PM Gutspiller said this in Post #648
I've installed this hack, but I have some problems and questions about fine tuning it after I get the problems fixed.

Problems:
1. My icons aren'tshowing up. I followed the instructions and tried both ways of putting just { imagesfolder } (without the spaces) and it didn't work either way. The dead image url appears as this:

http://www.theforumz.com/forumz/show...ons/icon24.gif

and the one on the full thread appears as:

http://www.theforumz.com/forumz/images/icons/icon24.gif
BUMP
What do I need to change the image path too? It kinda looks like I need to change it to ../{ imagesfolder } (without the spaces). Is that correct?

2. How do I get the correct colors for my threads? (http://www.theforumz.com/forumz/showthread/t-56716.html)

As you can see, each posts background color is incorrect. How do I change the blue in each posts background to the darker gray I'm using on my website?


Fine Tune:

1. Where can I find the code for the "Click HERE for Original Thread" line? I want to make the entire line clickable and a bright red font.

2. How do I go about adding my banner code to the top and bottom of the archived threads? I want to use this archive version also as a 56k friendly version, but I need my banners to be displayed. (Where do I go about inserting my code?)

3. Some of the smaller fonts appear too small (http://www.theforumz.com/forumz/forumdisplay/f-3.html) How do I go about getting them bigger? I've had this problem before in multiple hacks before.

Can somebody please help me with these questions? I really want to get this hack working.

Thanks a bunch for any help you can provide me with.


Gutspiller 07-12-2003 05:27 AM

^^^ Bump

hpisavagecom 07-12-2003 03:55 PM

This works well, but for some reason when I try to reference the following page on my site (this page uses vbhome)

http://www.hpisavageforum.com/index.php

I receive the following error:

Fatal error: Cannot redeclare archive_nopermission() (previously declared in /home/savage/public_html/global.php:239) in /home/savage/public_html/forum/admin/functions.php on line 2386


Any suggesstions on how to fix this?

TECK 07-12-2003 04:41 PM

You use the vbHL archive, that's why...

Cal Poly Forum 07-12-2003 09:54 PM

Quote:

Before you run the vbarchive.php script installer, you must make sure how the {imagesfolder} replacement variable is set.

I don't have a clue of what this is saying.
My images directory is under forums.
What do I need to change/edit?

bobII 07-15-2003 12:55 PM

When I try to access one of the forums on the archive page I get the following error message:

vBulletin Message
No forum specified. If you followed a valid link, please notify the webmaster

Any ideas?

URL: http://www.raiderfans.net/forum/archive

Thanks in advance,
BobII

Onkel_Tom 07-15-2003 03:39 PM

Hi all,
I've the mod for displaying crawler names on frontpage and who's Online installed from Inphinity and xiphoid.

My who's Online page shows a wrong Syntax for the Crawlername with a " between.

Can anybody help to remove this stupi " between the name ?

GunsNetwork 07-16-2003 04:09 PM

But I cannot get mine to work and I really don't understand how it is suppose to work.

You all who make these hacks need to put a little more detail for us novices.

http://www.gunsnet.net/forum/archive

I would like for this to work and have made all the changes but something is off. Need some help please.

Thanks

BowHunt

TECK 07-16-2003 09:48 PM

Your forum link is http://www.gunsnet.net/forums/ and not the one listed above...
Please make sure you read the first post, related to hack requirements and check it with your host.

Regards,
Floren.

Gutspiller 07-19-2003 05:55 AM

Will somebody please help me with my archive? It's having troubles. I have 2 problems and 2 fixes I need.

Problem 1. (Example: http://www.theforumz.com/forumz/showthread/t-58064.html) The background of each post is appearing as the wrong color. Is there a way I can change it in the archive file?

Problem 2. (Example: http://www.theforumz.com/forumz/showthread/t-58064.html (same url as the one above)) Icons/smilies aren't showing. How do I get them to work?

Fix 1. (Example: http://www.theforumz.com/forumz/forumdisplay/f-3.html) On the forum pages where it shows the date, time and how many replies, the text is super small. I've had this problem before in other hacks and it's some setting I have that causes the smallfont to not work properly. Can somebody help me locate where it's getting the smallfont so that I can change it to font size=1?

Fix2. I don't want my members using the archives and not being submitted to banner views (They keep the site running). Can somebody help me on how I can add a header and footer to all pages within the archive? Whether they are seperate files like header.htm and footer.htm or if I have to manually insert the banner code into one of the archive files, that would be better than nothing.

Can somebody please help me with these 4 simple things? I really want to use this hack, but with these problems I can't. :(

Please help.

Asso 07-19-2003 01:25 PM

Hi teck
i have a vbHL 3.8 powered board so i installed this version of the indexer. I follow all the istructions but when i open http://www.gamesopinion.com/forum/archive i see the php code...it's possibile?

Please see yourself: http://www.gamesopinion.com/forum/archive

NexDog 07-19-2003 11:26 PM

Hmmm, strange one. Is that an Apache webserver? is the .htaccess file uploaded?

NexDog 07-19-2003 11:34 PM

Quote:

Yesterday at 04:55 PM Gutspiller said this in Post #662
Will somebody please help me with my archive? It's having troubles. I have 2 problems and 2 fixes I need.

Problem 1. (Example: http://www.theforumz.com/forumz/showthread/t-58064.html) The background of each post is appearing as the wrong color. Is there a way I can change it in the archive file?

Problem 2. (Example: http://www.theforumz.com/forumz/showthread/t-58064.html (same url as the one above)) Icons/smilies aren't showing. How do I get them to work?

Fix 1. (Example: http://www.theforumz.com/forumz/forumdisplay/f-3.html) On the forum pages where it shows the date, time and how many replies, the text is super small. I've had this problem before in other hacks and it's some setting I have that causes the smallfont to not work properly. Can somebody help me locate where it's getting the smallfont so that I can change it to font size=1?

Fix2. I don't want my members using the archives and not being submitted to banner views (They keep the site running). Can somebody help me on how I can add a header and footer to all pages within the archive? Whether they are seperate files like header.htm and footer.htm or if I have to manually insert the banner code into one of the archive files, that would be better than nothing.

Can somebody please help me with these 4 simple things? I really want to use this hack, but with these problems I can't. :(

Please help.

Well, your biggest problem is that your server appears to be down. ;)

Problem 2 - no, smilies don't work - is that a biggie?

Gutspiller 07-20-2003 12:18 AM

Quote:

Today at 06:34 PM NexDog said this in Post #665
Well, your biggest problem is that your server appears to be down. ;)

Problem 2 - no, smilies don't work - is that a biggie?


Yeah, My server went down because we were hosting some Quake 4 images. :D appearantly people wanted to see em. :)

I kinda wanted the smilies. I was hoping to use the archive like a 56k friendly version of my site. That's why I wanted to add a small header and footer too if it were at all possible. If it's possible at all to get smilies working that would be really cool. I just want it so that they don't show the red Xs. So if it's not possible to get them to work, then I would at the very least like to get it to just show the text and not the redXs.

Does any of that sound possible?

NexDog 07-20-2003 12:28 AM

No red X's here. I just see the text representation of the smilies. You can add a header and a footer in th email archive template.

Asso 07-20-2003 08:49 AM

yes,i followed carefully all passages but now i see the php code lol

RVB Pix 07-21-2003 10:18 AM

I've just installed the Teck's vbArchive but for some reason when I go to the Archive page the links are dead.
Here's the link

http://www.bytephoto.com/forums/archive/

Any ideas why. I'm stuck.

limey 07-21-2003 08:26 PM

links output as text and not linkable in the archive. Any ideas?


see my post on vbhlarchive:

http://www.teckwizards.com/forum/sho...&threadid=1586

Gutspiller 07-26-2003 05:17 AM

Where does the VBarchive.php script put it's contents? I'm working on tweaking some text sizes and I can't find where the script put the content. Can somebody please help me out?

Also can anybody please help me with a way to either get smilies / icons to work or to just should the text. Just not the redXs. :(

Please help.

Thanks.

michaelab 07-27-2003 11:57 AM

All I get when I go to my archive directory is a 404 Not Found :ermm:

See here: http://www.zerogain.com/forum/archive/

My server uses Apache and the mod_mime module (containing ForceType) is installed. Any ideas??

Don't know if it's relevant but my host has something in the FAQ that goes like this:

Quote:

By default .php files are parsed as php4 on Oneandone Servers.

However there are still a lot of .php3 scripts out there, as standard these will not work. What you need to do is either create a new .htaccess file or edit an existing one.

Please create a .htaccess file in your main directory containing the following:

Create a .htaccess file in your main directory containing the following:

Quote:

.htaccess

AddType x-mapp-php4 .php3
Upload this file into this file into the root of your domain

The changes take effect immediatly.
I've tried changing the ForceType directives to use x-mapp-php4 instead of x-httpd-php but that didn't make any difference. I also tried having an the vBarchive .htaccess file in my root - no joy :(

Are there any indexers that don't require ForceType?

Michael.

Gutspiller 07-30-2003 12:49 AM

Quote:

07-19-03 at 07:28 PM NexDog said this in Post #667
No red X's here. I just see the text representation of the smilies. You can add a header and a footer in th email archive template.

In this thread: http://www.theforumz.com/forumz/showthread/t-58064.html there are read Xs. Because those smilies are part of html code. I need it to not allow the <img tag in the archive in the threads part. Also, it looks like I'm getting some header error code here at home on XP. I just checked it today at work on 98SE and it looked fine... I think.

Anybody help me please. :dead:

Oh yeah, and I checked it in Netscape and it's completely fookered.

jc2002 07-31-2003 12:36 PM

I just installed the hack and now my vbhome lite homepage gives an error message:
Fatal error: Cannot redeclare archive_nopermission() (previously declared in /home/bbschine/public_html/global.php:378) in /home/bbschine/public_html/bbs/admin/functions.php on line 2447

Can someone help??? I searched the functions.php file and did not find archive_nopermission() declared there.

Andreas Raht 08-01-2003 08:25 AM

Quote:

07-08-03 at 07:26 PM Onkel_Tom said this in Post #647
Hi,
I got the problem that a 404-error comes up when goint to the /archive file.
I asked my Provider to check the force directive of Apache and they mentioned I have to change my .htaccess file as follows and now it works.

I had to replace:
PHP Code:

<files archive>
  
ForceType application/x-httpd-php
</files>

<
files forumdisplay>
  
ForceType application/x-httpd-php
</files>

<
files showthread>
  
ForceType application/x-httpd-php
</files

with:
PHP Code:

<files archive>
  
ForceType x-mapp-php4
</files>

<
files forumdisplay>
  
ForceType x-mapp-php4
</files>

<
files showthread>
  
ForceType x-mapp-php4
</files

It's just a hint for other persons which has the same problem as me.

Now it work fine ;) Thank you for this great hack !


THANK YOU VERY MUCH!!!!

gsk8 08-01-2003 07:35 PM

Pls forgive me if I missed this in the long thread. I have a forum called "admin" that I have password protected w/htaccess.

Obviously I don't want the contents and threads crawled, so is this sufficient?

User-agent: *
Disallow: /forum/forumdisplay.php?s=&forumid=16

Gutspiller 08-02-2003 05:24 AM

Can somebody please help me with my problem? grrr

Where does the archive script put the information like the text size, thread background color, etc.?

In this thread in my archives you can see that the background of the threads are the wrong color for some reason as well as html image tags not showing up. Can somebody please help me get it so that the images either 1) show up and display the picture or 2) only show the code to the image, but not the red X.

If nothing else, is it possible for me to edit the vbarchive.php file and then reinstall over the top of my existing to get the right setup I want?

Please help. I've been trying to get help on this hack for a good solid month. :(

Kaelon 08-02-2003 01:46 PM

So, it has been several weeks since I added my site (www.domain.com/forums/archive) to Google, but I still don't have any of the Archive threads themselves showing up in Google.

Is this normal? Did I do something wrong with the submission process?

Till 08-03-2003 09:16 AM

Quote:

Yesterday at 04:46 PM Kaelon said this in Post #678
So, it has been several weeks since I added my site (www.domain.com/forums/archive) to Google, but I still don't have any of the Archive threads themselves showing up in Google.

Is this normal? Did I do something wrong with the submission process?


No, perfectly normal. It sometimes takes weeks. Just link your archive and submit it to the search engines.

jdmuniverse 08-04-2003 07:20 AM

I've installed this and it works great! Thanks!

However, when I go to click on #3 addon, it comes up with this error :

Quote:

3. TO LINK EACH FORUM/THREAD DIRECTLY TO ARCHIVE FILES, READ MORE HERE.
Fatal error: Maximum execution time of 15 seconds exceeded in /www/vbulletin.org/htdocs/forum/admin/functions.php on line 1244


All times are GMT. The time now is 04:49 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.02238 seconds
  • Memory Usage 1,872KB
  • 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
  • (4)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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