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)
-   -   vB Easy Archive - Search Engine Spiderable Hack! (https://vborg.vbsupport.ru/showthread.php?t=65703)

The Realist 06-20-2004 01:22 PM

Installed and working great.

Onkel_Tom 06-20-2004 02:27 PM

Quote:

Originally Posted by Cold Steel
I'm running Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2634a mod_ssl/2.8.18 OpenSSL/0.9.7a PHP-CGI/0.1b

I chmod all files to 755. But I can only get the main page to work -- all links on the page give me 500 errors.

http://forums.asiansinc.com/search/

Any ideas?

I have to change the force type definition in .htaccess to get it work on my server.
My .htaccess looks like this:
PHP Code:

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

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

perhaps it work also for you or you get an idea where to look ;)

Xenon 06-20-2004 06:46 PM

@Cold Steel: well, from what i read, you do not have installed mod_mime which is required for this hack to work.

Cold Steel 06-20-2004 06:54 PM

How do I find out if I have mod_mime installed?

In cpanel I see this:

Xenon 06-20-2004 07:02 PM

it is in your httpd.conf file

just look if the mime module is outcommended or not.
I can't help much more, i'm not a server administrator ;)

Xenon 06-22-2004 04:45 PM

It's me again ^^

I have released a new Version of this Hack (again).
People who already have that hack installed, don't need to upgrade.

I have just rewritten small parts of it, so now you can use a css file for the archive easily.
Also i have added support for renaming the forum/topic file so that mod_mime is no longer needed absolutelly. (it's still recommended, but not needed anymore)

Be careful, if you have already installed that hack, that you look at the config.php changes
I have renamed some variables, so be warned ;)

joeychgo 06-22-2004 06:45 PM

Quote:

[Step 2] Open up config.php and edit the variables inside it. Be sure not to include trailing slashes on any of the URL's.


edit what variables? edit them to what?

Xenon 06-22-2004 06:56 PM

the variables are in config.php and you have to edit the forumurl archive url, title to represent your Forum, i'm sure your url isn't localhost, as it's in the default ;)

joeychgo 06-22-2004 06:59 PM

yeah, I just figured it out and was coming back to alter my post.... forgive me, late night last night... :)

Xenon 06-22-2004 07:00 PM

*gg*

no problem ;)

joeychgo 06-22-2004 07:37 PM

How would I place ads on this page? (google)

Xenon 06-22-2004 07:47 PM

no idea, i never tried google ads or such, but editing header.php or footer.php should be the correct way :)

Cold Steel 06-22-2004 08:41 PM

Awesome. /me installs.

joeychgo 06-22-2004 08:44 PM

Quote:

Originally Posted by Xenon
no idea, i never tried google ads or such, but editing header.php or footer.php should be the correct way :)


yup header & footer

I installed

Thanks

http://www.lincolnvscadillac.com/Lin...hive/index.php

joeychgo 06-22-2004 09:01 PM

When I do a view source, no meta keywords or meta description can be found.


Is this a bug or a problem with my installation?


http://www.lincolnvscadillac.com/Lin...hive/index.php

Xenon 06-22-2004 10:16 PM

actually that's correct.

there are no metatags currently, as i did port over the vb2 version, and didn't think of the meta keywords and descriptions you can enter in the vb3 acp.

thx for reminding me, i'll add that :)

joeychgo 06-22-2004 10:46 PM

Quote:

Originally Posted by Xenon
actually that's correct.

there are no metatags currently, as i did port over the vb2 version, and didn't think of the meta keywords and descriptions you can enter in the vb3 acp.

thx for reminding me, i'll add that :)


as a new version or ??? Please give me instructions on how to get them in ..... :)

Xenon 06-23-2004 05:54 PM

it will be needed to change the fetch_header() function a bit, so i'll upload the fixed version (once i did it ^^) and then all you have to do is to upload the archive_functions.php again :)

krohnathlonman 06-28-2004 03:11 PM

This is getting MUCH better search engine support than VB3's /archive after installing it and tweaking it a bit I'm seeing MUCH better placement. It didn't seem to get indexed until I put the google ads on every page... I also added my lil mod to put the names in the URL. I need to modify it again for a character limitation.

You can see my mods in action:

Original:
http://www.iamnotageek.com/archive/index.php
This one:
http://www.iamnotageek.com/history/index.php

okrogius 06-28-2004 07:46 PM

Quote:

Originally Posted by insanctus
I think I will install this, even though vb3 has it, this is in another area = more for it to spider :)

Can not hurt.

Not quite the case. Google sees this as duplicate content, and penalizes for that.

PranK 06-30-2004 07:45 AM

/me clicks install

thanks!

monstergamer 06-30-2004 05:02 PM

/me Install

H2k 07-09-2004 07:11 AM

a great mod .. thanks but why u dont make it so they can reply or freat thread .. it hink this will be cool ..

peace.

smestas 07-09-2004 08:06 AM

Xenon,

Thanks for the great Archive! I used to use it under v2 and was getting indexed like crazy. I thought the same thing would happen with the v3 archive but I was wrong. As mentioned in another post I dont think the spiders like the .php tags in the urls.

I'm a bit stuck since I installed your hack and I'm getting blank pages or 404 pages? I thought that maybe it was a mod_mime problem but I got the exact results when editing CONFIG, FORUM and ARCHIVE to have the .php extension.

Can you assist?

http://www.alfabb.com/bb/forums/arc/index.php

Xenon 07-09-2004 01:21 PM

@H2K: well, of course it wouldn't be hard to add quick reply boxes or quick thread boxes to the archive, but the initial plan of that mod is, to keep it plain and simple, that's why it's called Easy Archive :)

@smetas: hmm, sounds like the mod_mime problem, you're right.
well, if you change the extensions of topic to topic.php and forum to forum.php and afterwards edit the config.php file, it should work.

I can't see a reason why it wouldn't
Let me take a look at it, after you renamed everything, right now it just shows that mod_mime doesn't work.

H2k 07-09-2004 01:32 PM

Quote:

Originally Posted by Xenon
@H2K: well, of course it wouldn't be hard to add quick reply boxes or quick thread boxes to the archive, but the initial plan of that mod is, to keep it plain and simple, that's why it's called Easy Archive :)

Thankyou for your reply

I need to add it All this like NEw reply ...new thread... or quick reply and thankyou very mach for your help

i have post a topic about this Mod

https://vborg.vbsupport.ru/showthread.php?t=66991

in the php &MySQL forum ......

smestas 07-09-2004 05:00 PM

Xenon.,

I changed the file extensions to PHP and also edited the config file to have the coresponding file names with the same results. Any clues?

http://www.alfabb.com/bb/forums/arc/

Xenon 07-09-2004 10:26 PM

hmm, the files are working, it seems that your server does not execute files, if they are before a /.

that might be just a small setting to change, but actually i have no idea, where or what this setting may be :(

Jolten 07-10-2004 12:03 AM

Quote:

Originally Posted by Xenon
hmm, the files are working, it seems that your server does not execute files, if they are before a /.

that might be just a small setting to change, but actually i have no idea, where or what this setting may be :(

I'm in the exact same boat as smestas. :(

Oh well.. time to hound the host provider to install mod_mime. :)

Dras 07-24-2004 05:59 AM

Well it's installed and I am trying to use the PHP extentions but it does not archive anyhting, I get 404 pages!

Xenon 07-25-2004 08:58 PM

Have you changed the config file as well as the extensions of the files?

If yes, i don't know, it works for me perfectly, so it might be a problem like smestas has, and that's a probl?em of the host, nothing i can resolve :(

NietzscheKid 07-30-2004 11:21 PM

Quote:

Originally Posted by Xenon
Have you changed the config file as well as the extensions of the files?

If yes, i don't know, it works for me perfectly, so it might be a problem like smestas has, and that's a probl?em of the host, nothing i can resolve :(

Works beautifully. Thank you so much for this great hack! :D

smestas 07-31-2004 07:09 AM

Quote:

Originally Posted by Xenon
so it might be a problem like smestas has

Woooooo Hoooooooooo!!!

I moved to a new server and it works GREAT!!

Thanks for the AWESOME hack Stefan!!! Now all I got to do is dress it up a bit.

http://www.alfabb.com/bb/forums/arc/

Xenon 07-31-2004 10:57 AM

I'm glad to hear Simon :)

New server is something very usefull, isn't it ;)

Mr. Brian 07-31-2004 07:41 PM

Let say if I've already submited my site to google before installing this hack, do I still need to re-submit it once over again? Or isit what u mean by submiting was using the different url? :- "http://www.myforum.org/forum/newarchive" ?

Thanks.

Mr. Brian 08-01-2004 12:41 AM

I noticed one more thing, after installing it overwrite whatever style I using.

Xenon 08-01-2004 11:11 AM

no, you don't have to resubmit again.

google will find it in it's turn itself when your site has been listed there already once.

and second: it's doesn't use any forumstyles, it's a plain archive optimized for spiders ;)

Mr. Brian 08-01-2004 06:21 PM

Quote:

Originally Posted by Xenon
no, you don't have to resubmit again.

google will find it in it's turn itself when your site has been listed there already once.

Ok, got it. Thanks. :)

Quote:

Originally Posted by Xenon
and second: it's doesn't use any forumstyles, it's a plain archive optimized for spiders ;)

Yes, I knew that. My apologise, this got nothing to do with your hack in fact I'm the to be blamed. LoL *Corrupted cookies* make my life difficult.

Xenon 08-02-2004 10:18 AM

*gg*
no prob, as long as you found out the real reason ;)

Cover Zero 08-06-2004 09:29 PM

Quote:

Originally Posted by Xenon
*gg*
no prob, as long as you found out the real reason ;)

I have installed this program, and as far I know I have mod_mime installed on my server as I've tested it with other scripts.

However, I'm still having trouble with this script when it comes to reading the archives of threads and posts. I called my directory "archive" so... (ex: "archive/forum (and forum.php)/1-1.html") shows up as a broken link. When using the function explode to make it read as a directory, to where is that exactly being directed to?


All times are GMT. The time now is 12:53 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.01489 seconds
  • Memory Usage 1,824KB
  • 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
  • (1)bbcode_php_printable
  • (12)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
  • (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