Wicher Site Admin
Joined: 16 Dec 2005 Posts: 1144 User's local time: 2024 Sep 11 - 11:56 AM Country IP : Country of choice:
Was This Post Helpful?
Users postingpoints:
Posts points:
Post gradiation:
|
Posted: Wed Apr 25, 2007 8:37 am Post subject: |
Wicher
*Delete this user
Items with prefix * are permanent. | Close |
|
|
Code: |
-
- #################################################################
- ## MOD Title: GooglePuller
- ## MOD Author: Wicher < N/A > (N/A) http://www.wichersmods.nl
- ## MOD Description: This mod creates pages on your forum with 100 links to postings at your board.
- ## The page has pagination in case your board has more then 100 searchwords.
- ## The links are generated from the search_word tables
- ## Searchengines like google or msn or whatever can index the page and thus
- ## taking in all those links (max is 100) into there database.
- ##
- ##
- ## MOD Version: 1.0.4
- ##
- ## Installation Level: easy
- ## Installation Time: 5 minutes
- ##
- ## Files To Edit: includes/page_tail.php
- ## language/lang_english/lang_main.php
- ## templates/subSilver/overall_footer.tpl
- ##
- ## Included Files: googlepuller.php
- ## templates/subSilver/googlepuller.tpl
- ##
- ## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
- ##
- ##############################################################
- ## For security purposes, please check: http://www.phpbb.com/mods/
- ## for the latest version of this MOD. Although MODs are checked
- ## before being allowed in the MODs Database there is no guarantee
- ## that there are no security problems within the MOD. No support
- ## will be given for MODs not found within the MODs Database which
- ## can be found at http://www.phpbb.com/mods/
- ##############################################################
- ## Author Notes:
- ## This mod has been tested on phpbb 2.0.23
- ## Example board http://www.wichersmods.nl
- ##
- ##############################################################
- ## MOD History:
- ##
- ## 2009-05-04 Version 1.0.4
- ## fixed a bug.
- ## 2009-04-19 Version 1.0.3
- ## Redused the number of url's on one page from 500 to 100 since google only indexes 100 url's per page.
- ## Rewrote a sql query in googlepuller.php to prevent very large databases to get out of memory.
- ## 2007-04-05 Version 1.0.2
- ## rewrote googlepuller.php
- ## 2007-03-20 Version 1.0.1
- ## Fixed a bug in googlepuller.php (thanks meshuggah)
- ## 2007-03-04 Version 1.0.0
- ## Did some more thinking
- ## 2007-03-01 Version 0.0.1
- ## Started thinking on how to do things
- ##
- ##############################################################
- ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
- ##############################################################
|
Example at this board: Example
GooglePuller1.0.4.zip
To update from 1.0.1 or 1.0.2 or 1.0.3, just copy root/googlepuller.php to the root of your board.
Previous versions:
GooglePuller1.0.3.zip
GooglePuller1.0.2.zip
GooglePuller1.0.1.zip
I created this for my own use, it generates at the moment at my forum a staggering 584603 new links for google to index.
It depends on how many searchwords there are in your searchwords tables.
Every word in there becomes one link to the post where the word is at.
Google Webmaster Guidelines:
http://www.google.nl/support/webmasters/bin/answer.py?answer=35769 _________________
Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x
Last edited by Wicher on Mon May 04, 2009 12:47 pm; edited 7 times in total |
|