The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
I am tired of my 200,000 posts not being listed in Google. I was inspired by phpbuilder.com this morning and I wrote:
vbSpiderFriend - the search engine indexer for all of your posts Purpose: Allow search engine spiders to crawl a linked list of all of your posts. Project Requirements: -Friendly URLs (no query strings) -Good dynamic meta tags -Never have to touch the script again.. It is Y3K compliant, simply re-submit to the engines to update your listings Install Requirements: -vBulletin 1.x or 2.x -about 10 minutes 1) Download the attached Zip. 2) Open class.mysql.php and put your database login info at the top. 3) Create a new directory called archive under your forum, like /forum/archive 4) Open the included .htaccess and change the Error 404 to your new archive path. 5) Open index.php and change the self-explanatory variables at the top of the file. 6) Upload all 3 files to your archive directory. 7) Submit /forum/archive/index.php to search engines and watch em crawl DISCLAIMER: I don't use 2.x but I checked the schema and this should work fine. NOTES: This uses ErrorDocument and query string parsing to get the variables needed. I do not have the time or energy to troubleshoot this if it does not work on your server. Sorry! Show Your Support
|
Comments |
#32
|
|||
|
|||
Having read this thread, I'm getting the same error:
"Fatal error: Call to unsupported or undefined function htmlheader() in /home/user/domain-www/forums3/archive/index.php on line 77" I downloaded the latest zip as well. Any thoughts? Also, the question was asked but I didn't see the answer? In class.mysql.php, at the top, what is "conn" supposed to be set to? Thanks |
#33
|
|||
|
|||
lol overgrow
Come to daddy you cybersurfin beauties Top class site by the way love it, the design is top draw, and many thanks for this hack much appreciated. |
#34
|
||||
|
||||
Thanks peteruk
To the htmlheader() folks, are you by chance using PHP3? The reason I ask is because I define my functions last, but PHP3 needs them defined first. If so, try this version... I bet it will give an array_pop error or something since that's not a PHP3 function but that will tell us what's wrong... ps. conn should be left blank |
#35
|
|||
|
|||
tes to php3
the error: "Parse error: parse error in /home/user/domain-www/forums3/archive/index.php on line 284" Thanks for the effort! |
#36
|
|||
|
|||
the above error can be fixed by replacing "=" with "echo"
unfortunately, i don't know what to do about: Fatal error: Call to unsupported or undefined function array_shift() in /home/kdpublis/kdpublish-www/ssoda/archive/index.php on line 247 such a cool hack! think i'll change my host so i can have php4 already... |
#37
|
|||
|
|||
Cool hack,
hasselfree installation Tom |
#38
|
|||
|
|||
Heh !
great hack ! Looks like Google have caught on and are ready for a bit of mass spidering see pic ! |
#39
|
|||
|
|||
would be nice if there is away to add adverts to the top and bottom of the created pages
|
#40
|
||||
|
||||
Simple!
After this: PHP Code:
PHP Code:
After this: PHP Code:
PHP Code:
and one more After this: PHP Code:
PHP Code:
These changes have been reflected in this file if you want to download it and change the other variables again ----> next post |
#41
|
||||
|
||||
p.s. Funny google gif! I thought you were going to show us how your board was somehow listed already.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|